@import url("https://use.typekit.net/for7avf.css");

/* PAGE AND FOOTER MARGINS */
#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

/* HERO */
@media (min-width: 768px) {
 .se-creo-hero .block-bg-img {
 padding: 32% 0;
 }
}

@media (max-width: 767px) {
 .se-creo-hero .block-bg-img {
 padding: 32% 15px;
 }
}
	
.se-creo-hero {
 background-position-x: 75% !important;
}

.sePageContent .sePageSection.se-creo-hero {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-creo-hero h1 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 56px;
 color: #ffffff;
 margin: 5px auto;
}

.sePage .sePageLayout .se-creo-hero h3 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 32px;
 color: #ffffff;
 margin: 0 auto 22px;
}
	
/* CATALOG */

.sePage .sePageLayout .se-creo-cat-header h3 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 28px;
 color: #000000;
}
	
.sePageContent .sePageSection.se-creo-cat-header {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-creo-catalog h5 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 18px;
 color: #222222;
}

.sePage .sePageLayout .sePageMain .se-creo-catalog h5 a:not(.btn) {
 color: #222222;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-creo-catalog h5 a:not(.btn):hover {
 color: #222222;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-creo-catalog h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-creo-catalog h5 a:not(.btn):focus {
 color: #222222;
}

.se-creo-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-creo-catalog {
 margin-bottom: 45px;
}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .se-creo-fw-2col h2 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 34px;
 color: #000000;
}

.sePage .sePageLayout .se-creo-fw-2col p {
 font-family: urw-din, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #222222;
}

.sePage .sePageLayout .sePageMain .se-creo-fw-2col .se-creo-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: 120px 60px;
}

.sePage .sePageLayout .sePageMain .se-creo-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-creo-fw-2col .se-creo-fw-2col-content {
 padding: 90px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .se-creo-fw-2col .se-creo-fw-2col-content {
 padding: 45px 30px;
 }
}

/* FOOTER CALLOUT */
.se-creo-footer .block-bg-img {
 padding: 90px 15px;
}

.sePageContent .sePageSection.se-creo-footer {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-creo-footer h2 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 42px;
 color: #ffffff;
 margin: 22px auto 5px;
}

.sePage .sePageLayout .se-creo-footer p {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 22px;
 color: #ffffff;
 margin: 0 auto 22px;
}
	
/* STORE LOCATOR */
.sePage .sePageLayout .se-creo-locator h3 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 28px;
 color: #ffffff;
 margin: 0 auto 22px;
}
	
.se-creo-locator {
 margin: 45px auto;
}

/* BUTTONS */
.sePage .sePageLayout .se-creo-btn {
 color: #ffffff;
 border: none;
 background: #222222;
 font-family: urw-din-condensed, sans-serif;
 font-weight: 400;
 font-size: 18px;
 font-style: normal;
 letter-spacing: .5px;
 margin: 0 auto 22px;
 padding: 8px 35px;
 text-transform: uppercase;
 margin: 0 auto;
}

.sePage .sePageLayout .se-creo-btn:hover {
 color: #ffffff;
 border: none;
 background: #000000;
 text-decoration: none;
}
	
.sePage .sePageLayout .se-creo-btn:visited, .sePage .sePageLayout .se-creo-btn:focus {
 color: #ffffff;
}