/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* FOOTER */ .sePageLayout .sePageFooter { margin-top: 0px; }

/* HERO */
 .se-lib-content-hero .block-bg-img {
 padding: 16% 0px;
 }

.se-code-section .customContentBlock {
min-height: 0;
}
/* TEXT BLOCK */

.sePage .sePageLayout .se-lib-text h2, .sePage .sePageLayout .se-lib-text h3 {
 color: #000000;
 border-bottom: 2px solid #333333;
 padding-bottom: 5px;
}

.sePage .sePageLayout .se-lib-text p {
 color: #333333;
}

/* NEW ROUTES */

.se-lib-new-routes .block-bg-img {
 padding: 30px;
}

.sePage .sePageLayout .se-lib-new-routes .block-bg-img h3 {
 color: #000000;
 text-shadow: none;
 margin-top: 30px;
}

.sePage .sePageLayout .se-lib-new-routes .block-bg-img p {
 color: #333333;
 text-shadow: none;
}

/*FOOTER */

.sePage .sePageLayout .sePageMain .se-lib-content-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% 8%;
}

.sePage .sePageLayout .sePageMain .se-lib-content-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;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-lib-content-footer {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-lib-content-footer h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-lib-content-footer p {
 margin: 0px auto 11px;
 font-size: 22px;
}

/* 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), .sePage .sePageLayout .se-trek-catalog .seContentSectionLink .btn-primary {
 color: #ffffff;
 margin: 11px auto;
 padding: 8px 30px;
 background: #000000;
 border-color: #000000;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;a
 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, .sePage .sePageLayout .se-trek-catalog .seContentSectionLink .btn-primary:hover {
 background: #333333;
 border-color: #000000;
 color: #ffffff;
 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, .sePage .sePageLayout .se-trek-catalog .seContentSectionLink .btn-primary: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, .sePage .sePageLayout .se-trek-catalog .seContentSectionLink .btn-primary:focus {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-btn-w .btn-primary, .sePage .sePageLayout .se-lib-btn-w a.btn.btn-primary, .sePage .sePageLayout .se-lib-btn-w .btn:not(.btn-link) {
 color: #000000;
 margin: 11px auto;
 padding: 8px 30px;
 background: #ffffff;
 border-color: #ffffff;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: .5px;
 margin: 11px auto;
 }

.sePage .sePageLayout .se-lib-btn-w .btn-primary:hover, .sePage .sePageLayout .se-lib-btn-w a.btn.btn-primary:hover, .sePage .sePageLayout .se-lib-btn-w .btn:not(.btn-link):hover {
 background: #e8e8e8;
 border-color: #ffffff;
 color: #000000;
 text-decoration: none;
 }

.sePage .sePageLayout .se-lib-btn-w .btn-primary:visited, .sePage .sePageLayout .se-lib-btn-w a.btn.btn-primary:visited, .sePage .sePageLayout .se-lib-btn-w .btn:not(.btn-link):visited {
 color: #000000;
 text-decoration: none;
}

.sePage .sePageLayout .se-lib-btn-w .btn:not(.btn-link):focus, .sePage .sePageLayout .se-lib-btn-w .btn-primary:focus, .sePage .sePageLayout .se-lib-btn-w a.btn.btn-primary:focus {
 color: #000000;
 text-decoration: none;
}

/* 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;
}

/* 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: -ms-flexbox;
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 background-color: rgba(0, 0, 0, 0.2);
 width: 100%;
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column h3 {
 color: #FFFFFF;
 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;
 -webkit-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 min-height: 240px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-lib-shop-links .content-block-column {
 min-height: 240px;
}

.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.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

.se-lib-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}
/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}