@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700&display=swap');

/* PAGE AND FOOTER MARGINS */
#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-cdale-hero .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: 10% 8%;
}

.sePage .sePageLayout .sePageMain .se-cdale-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.45);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-cdale-hero {
 position: relative;
 overflow: hidden;
}

.sePageContent .sePageSection.se-cdale-hero {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-cdale-hero h1 {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 48px;
 color: #ffffff;
 margin: 22px auto 5px;
}

.sePage .sePageLayout .se-cdale-hero p {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 24px;
 color: #ffffff;
 margin: 0 auto 22px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .se-cdale-fw-2col h2 {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #000000;
 margin-top: 11px;
}

.sePage .sePageLayout .se-cdale-fw-2col p {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #222222;
 margin-bottom: 11px;
}

.sePage .sePageLayout .sePageMain .se-cdale-fw-2col .se-cdale-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: 180px 60px;
}

.sePage .sePageLayout .sePageMain .se-cdale-fw-2col .seContentEmpty {
 min-height: 360px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-cdale-fw-2col .se-cdale-fw-2col-content {
 padding: 45px 30px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

/* STORE LOCATOR */
.sePage .sePageLayout .se-cdale-locator h3 {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 28px;
 color: #000000;
 margin: 22px auto 5px;
}

.sePage .sePageLayout .se-cdale-locator p {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #222222;
 margin: 0 auto 11px;
}

/* BUTTONS */
.sePage .sePageLayout .se-cdale-btn-blk {
 color: #ffffff;
 border: none;
 background-color: #000000;
 border-color: #000000;
 font-family: 'Titillium Web', sans-serif;
 font-weight: 400;
 font-size: 16px;
 font-style: normal;
 letter-spacing: .5px;
 margin: 0 auto 22px;
 padding: 8px 35px;
 text-transform: uppercase;
 margin-bottom: 22px;
}

.sePage .sePageLayout .se-cdale-btn-blk:hover {
 color: #ffffff;
 border: none;
 background-color: #222222;
 border-color: #222222;
 text-decoration: none;
}

.sePage .sePageLayout .se-cdale-btn-wht {
 color: #000000;
 border: none;
 background-color: #ffffff;
 border-color: #ffffff;
 font-family: 'Titillium Web', sans-serif;
 font-weight: 400;
 font-size: 16px;
 font-style: normal;
 letter-spacing: .5px;
 margin: 0 auto 22px;
 padding: 8px 35px;
 text-transform: uppercase;
 margin-bottom: 22px;
}

.sePage .sePageLayout .se-cdale-btn-wht:hover {
 color: #000000;
 border: none;
 background-color: rgba(255,255,255,.75);
 border-color: rgba(255,255,255,.75);
 text-decoration: none;
}

.sePage .sePageLayout .se-cdale-btn-wht:visited, .sePage .sePageLayout .se-cdale-btn-wht:focus {
 color: #000000;
}

.sePage .sePageLayout .se-cdale-btn-blk:visited, .sePage .sePageLayout .se-cdale-btn-blk:focus {
 color: #ffffff;
}

/* CATALOG*/
.sePage .sePageLayout .se-cdale-cat-header h3 {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 28px;
 color: #000000;
}

.sePageContent .sePageSection.se-cdale-cat-header {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-cdale-cat h5 {
 font-family: 'Titillium Web', sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #000000;
}

.sePage .sePageLayout .sePageMain .se-cdale-cat h5 a:not(.btn) {
 color: #000000;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-cdale-cat h5 a:not(.btn):hover {
 color: #000000;
 text-decoration: underline;
}


.sePage .sePageLayout .sePageMain .se-cdale-cat h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-cdale-cat h5 a:not(.btn):focus {
 color: #000000;
}

.se-cdale-cat {
 text-align: center;
}

.sePageContent .sePageSection.se-cdale-cat {
 margin-bottom: 45px;
}

.se-code-section {
 height: 0;
}