#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
 .se-lib-content-hero .block-bg-img {
 padding: 180px 15px;
 }

/* SHOPPING LINKS */

.sePageContent .sePageSection.se-lib-shop-links {
 margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column a {
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column h3 {
 font-style: normal;
 font-size: 28px;
 color: #ffffff;
 text-shadow: 0 0 5px #111111;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column h3:hover {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column {
 position: relative;
 min-height: 200px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column {
 min-height: 200px;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}

.se-lib-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

/* FULL-WIDTH 2 COL */

.sePage .sePageLayout .sePageMain .se-lib-fw-2col .se-lib-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;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 150px 60px;
}

.sePage .sePageLayout .sePageMain .se-lib-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-lib-fw-2col .se-lib-fw-2col-content {
 padding: 45px;
 }
}

/* FLEX GRID NAV */
.se-lib-flex .col-xs-12 {
padding-left: 0;
padding-right: 0;
}

.se-lib-flex-grid-4 {
display: flex;
justify-content: space-around;
}

.se-lib-flex-grid-4 .col {
width: 25%;
margin: 0;
}

@media only screen and (min-width: 992px) {
.sePage .sePageLayout .se-lib-flex .se-lib-btn .btn-primary, .sePage .sePageLayout .se-lib-flex .se-lib-btn a.btn.btn-primary, .sePage .sePageLayout .se-lib-flex .se-lib-btn .btn:not(.btn-link) {
margin: 0px auto;
}
}

@media only screen and (max-width: 991px) {
.se-lib-flex-grid-4 {
display: block;
}

.se-lib-flex-grid-4 .col {
width: 100%;
}

.sePage .sePageLayout .se-lib-flex .se-lib-btn .btn-primary, .sePage .sePageLayout .se-lib-flex .se-lib-btn a.btn.btn-primary, .sePage .sePageLayout .se-lib-flex .se-lib-btn .btn:not(.btn-link) {
margin: 5px auto;
}
}

.se-lib-flex-grid-4 .btn {
white-space: pre-wrap;
display: block;
}

/* BUTTONS */
.sePage .sePageLayout .se-lib-btn .btn-primary, .sePage .sePageLayout .se-lib-btn a.btn.btn-primary, .sePage .sePageLayout .se-lib-btn .btn:not(.btn-link) {
 color: #ffffff;
 background: #000000;
 border-color: #000000;
 margin: 11px auto;
 padding: 8px 30px;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: .5px;
 margin: 11px auto;
 }

.sePage .sePageLayout .se-lib-btn .btn-primary:hover, .sePage .sePageLayout .se-lib-btn a.btn.btn-primary:hover, .sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):hover {
 color: #ffffff;
 background: #333333;
 border-color: #333333;
 text-decoration: none;
 }

.sePage .sePageLayout .se-lib-btn .btn-primary:visited, .sePage .sePageLayout .se-lib-btn a.btn.btn-primary:visited, .sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):visited {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-btn .btn:not(.btn-link):focus, .sePage .sePageLayout .se-lib-btn .btn-primary:focus, .sePage .sePageLayout .se-lib-btn a.btn.btn-primary:focus {
 color: #ffffff;
 text-decoration: none;
}

/* FOOTER */

.sePage .sePageLayout .se-lib-footer h2 {
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
 text-shadow: 0 0 5px #000000;
}

.sePage .sePageLayout .se-lib-footer p {
 font-style: normal;
 font-size: 22px;
 color: #ffffff;
 text-shadow: 0 0 5px #000000;
}

.sePage .sePageLayout .sePageMain .se-lib-footer .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 12% 10%;
}

.sePage .sePageLayout .sePageMain .se-lib-footer::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.3);
 padding: 0 15px;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-lib-footer {
 position: relative;
 overflow: hidden;
}