@import url("https://use.typekit.net/nxr8lwb.css");

/* MARGINS AND PADDING */
.sePage .sePageMain, .sePageFooter { margin-top: 0px; }

/* HERO */
.se-factor-hero .block-bg-img {
 padding: 22% 16%;
}

/* TEXT BLOCKS */

.sePage .sePageLayout .se-factor-text h3 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 500;
 font-style: italic;
 font-size: 28px;
 letter-spacing: .75px;
 color: #303030;
}

.sePage .sePageLayout .se-factor-text p {
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-style: normal;
 font-size: 16px;
 color: #505050;
}

.sePage .sePageLayout .se-factor-text-dark h3 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 500;
 font-style: italic;
 font-size: 28px;
 letter-spacing: .75px;
 color: #ffffff;
}

.sePage .sePageLayout .se-factor-text-dark p {
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-style: normal;
 font-size: 16px;
 color: #f0f0f0;
}

.sePageContent .sePageSection.se-factor-text {
 padding-bottom: 11px;
}

/* FULL WIDTH 2 COLUMN */

.sePage .sePageLayout .se-factor-fw-2col h2 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 500;
 font-style: italic;
 font-size: 34px;
 letter-spacing: .75px;
 color: #303030;
 margin-top: 11px;
}

.sePage .sePageLayout .se-factor-fw-2col p {
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-style: normal;
 font-size: 16px;
 color: #505050;
 margin-bottom: 11px;
}

.sePage .sePageLayout .sePageMain .se-factor-fw-2col .se-factor-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-factor-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-factor-fw-2col .se-factor-fw-2col-content {
 padding: 75px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .se-factor-fw-2col .se-factor-fw-2col-content {
 padding: 45px 30px;
 }
}

/* BUTTONS */
.sePage .sePageLayout .se-factor-btn .btn-primary, .sePage .sePageLayout .se-factor-btn a.btn.btn-primary, .sePage .sePageLayout .se-factor-btn .btn:not(.btn-link), .sePage .sePageLayout .se-factor-catalog .seContentSectionLink .btn-primary {
 color: #ffffff;
 border: none;
 background-color: #D6342D;
 border-color: #D6342D;
 font-family: urw-din-condensed, sans-serif;
 font-weight: 400;
 font-size: 16px;
 font-style: normal;
 letter-spacing: .75px;
 margin-top: 0;
 margin-bottom: 22px;
 padding: 8px 35px;
 text-transform: uppercase;
}

.sePage .sePageLayout .se-factor-btn .btn-primary:hover, .sePage .sePageLayout .se-factor-btn a.btn.btn-primary:hover, .sePage .sePageLayout .se-factor-btn .btn:not(.btn-link):hover, .sePage .sePageLayout .se-factor-catalog .seContentSectionLink .btn-primary:hover {
 color: #ffffff;
 border: none;
 background-color: #303030;
 border-color: #303030;
 text-decoration: none;
}

.sePage .sePageLayout .se-factor-btn .btn-primary:visited, .sePage .sePageLayout .se-factor-btn a.btn.btn-primary:visited, .sePage .sePageLayout .se-factor-btn .btn:not(.btn-link):visited, .sePage .sePageLayout .se-factor-catalog .seContentSectionLink .btn-primary:visited {
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-factor-btn .btn:not(.btn-link):focus, .sePage .sePageLayout .se-factor-btn .btn-primary:focus, .sePage .sePageLayout .se-factor-btn a.btn.btn-primary:focus, .sePage .sePageLayout .se-factor-catalog .seContentSectionLink .btn-primary:focus {
 color: #ffffff;
 text-decoration: none;
}

/* CATALOG */
.sePage .sePageLayout .sePageMain .se-factor-catalog h5 {
 font-family: urw-din-condensed, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 letter-spacing: .75px;
 color: #303030;
}

.sePage .sePageLayout .sePageMain .se-factor-catalog .seRegularPrice {
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-style: normal;
 font-size: 16px;
 color: #505050;
}

.sePage .sePageLayout .sePageMain .se-factor-catalog h5 a:not(.btn) {
 color: #303030;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-factor-catalog h5 a:not(.btn):hover {
 color: #303030;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-factor-catalog h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-factor-catalog h5 a:not(.btn):focus {
 color: #303030;
}

.se-factor-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-factor-catalog {
 margin-bottom: 30px;
}

.se-factor-border-bottom {
 border-bottom: 3px solid #D6342D;
}

/* CODE SECTION */

.se-code-section {
height: 0;
}

.sePageContent .sePageSection..se-code-section {
 margin-bottom: 0px;
}