@import url("https://use.typekit.net/qfx3thq.css");

#PageMain,
#PageFooter {
 margin-top: 0;
}
.se-hero-inner .block-bg-img {
 padding: 150px 15px;
}

/* Remove Bullets */
.se-2col-fw-feature ul {
 list-style-type: none;
 padding-inline-start: 0;
}
.se-2col-fw-feature ul li {
 margin-bottom: 11px;
}
.se-2col-fw-feature .fas.fa-bolt {
 vertical-align: middle;
 padding-right: 5px;
 line-height: 1.5;
 font-size: 20px;
 color: #e3e71f;
}
.desktop-img {
 display: none;
}
.mobile-img {
 display: block;
}

/* Text Highlight */
.sePage .sePageLayout .sePageMain div.text-highlight {
 display: table;
 margin: 22px 0;
 padding: 22px 22px 18px;
 text-align: center;
 position: relative;
}
.sePage .sePageLayout .sePageMain div.text-highlight::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-image: url(https://www.sefiles.net/merchant/6427/images/site/bike-hub-pattern.svg);
 background-repeat: repeat;
 background-position-y: top;
 background-position-x: left;
 background-size: auto;
 background-color: #327931;
}
.sePage .sePageLayout .sePageMain div.text-highlight.black::before {
 background-color: #000;
}
.sePage .sePageLayout .sePageMain div.text-highlight h3 {
 position: relative;
 color: #fff;
 margin: 0 auto;
 text-align: left;
 background-color: transparent;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 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-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
}

@media (min-width: 768px) {
 .desktop-img {
 display: block;
 }
 .mobile-img {
 display: none;
 }
}

@media (min-width: 992px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 520px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 640px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 }
}