@import url("https://use.typekit.net/kir8vkc.css");

/* PAGE AND FOOTER MARGINS */
#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.sePage .sePageLayout .sePageMain .se-wahoo-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: 18% 10%;
}

.sePage .sePageLayout .sePageMain .se-wahoo-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(42, 76, 135, 0.25);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .se-wahoo-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .se-wahoo-hero h2 {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
}

.sePageContent .sePageSection.se-wahoo-hero {
 margin-bottom: 0;
}

/* DIVIDER */

.sePageContent .sePageSection.se-wahoo-divider {
 margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .se-wahoo-divider .seContentEmpty {
 min-height: 15px;
}

/* FLEX GRID NAV */
.se-wahoo-flex .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}

.se-wahoo-flex-grid-5 {
 display: flex;
 justify-content: space-around;
}

.se-wahoo-flex-grid-5 .col {
 width: 20%;
 margin: 0;
}

@media only screen and (max-width: 991px) {
 .se-wahoo-flex-grid-5 {
 display: block;
 }

 .se-wahoo-flex-grid-5 .col {
 width: 100%;
 }
}

.se-wahoo-flex-grid-5 .btn {
 white-space: pre-wrap;
}

.sePage .sePageLayout .se-wahoo-flex-btn {
 font-family: source-sans-pro, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 16px;
 color: #ffffff;
 margin: 0;
 padding: 11px;
 display: block;
 background: #000000;
 text-decoration: none;
 text-align: center;
}

.sePage .sePageLayout .se-wahoo-flex-btn:hover {
 background: #00A7E3;
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-wahoo-flex-btn:visited, .sePage .sePageLayout .se-wahoo-flex-btn:focus {
 color: #ffffff;
}

/* TEXT BLOCKS */
.sePage .sePageLayout .se-wahoo-text h1, .sePage .sePageLayout .se-wahoo-text h2 {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #000000;
}


.sePage .sePageLayout .se-wahoo-text h4 {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 22px;
 color: #000000;
}

.sePage .sePageLayout .se-wahoo-text p {
 font-family: source-sans-pro, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}

/* TRAINER OPTIONS */
.se-wahoo-trainers { text-align: center; }

.sePage .sePageLayout .se-wahoo-trainers p {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}

.sePage .sePageLayout .se-wahoo-trainers p span {
 font-weight: 400;
}


/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .se-wahoo-fw-2col h3 {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 28px;
 color: #000000;
}

.sePage .sePageLayout .se-wahoo-fw-2col p {
 font-family: source-sans-pro, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}

.sePage .sePageLayout .sePageMain .se-wahoo-fw-2col .se-wahoo-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: 135px 60px;
}

.sePage .sePageLayout .sePageMain .se-wahoo-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-wahoo-fw-2col .se-wahoo-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-wahoo-fw-2col .se-wahoo-fw-2col-content {
 padding: 45px 30px;
 }
}

/* FOOTER */

.sePage .sePageLayout .se-wahoo-footer h2 {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 34px;
 color: #ffffff;
}

.sePage .sePageLayout .se-wahoo-footer p {
 font-family: source-sans-pro, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #ffffff;
}

.sePageContent .sePageSection.se-wahoo-footer {
 margin-bottom: 0;
 padding: 30px 0;
}

.sePage .sePageLayout .se-wahoo-btn {
 font-family: source-sans-pro, sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 16px;
 color: #ffffff;
 margin: 0 auto 22px;
 padding: 6px 36px;
 background: #00A7E3;
 text-decoration: none;
 text-align: center;
}

.sePage .sePageLayout .se-wahoo-btn:hover {
 background: #000000;
 color: #ffffff;
 text-decoration: none;
}

.sePage .sePageLayout .se-wahoo-btn:visited, .sePage .sePageLayout .se-wahoo-btn:focus {
 color: #ffffff;
}

/* CATALOG */
.sePage .sePageLayout .sePageMain .se-wahoo-catalog .seSearchProductsContainer .seProduct .seProductTitle .seBrandName {
 font-family: source-sans-pro, sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 18px;
 color: #000000;
}

.sePage .sePageLayout .sePageMain .se-wahoo-catalog a:not(.btn) {
 color: #000000; 
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-wahoo-catalog a:not(.btn):hover {
 color: #000000;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-wahoo-catalog a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-wahoo-catalog a:not(.btn):focus {
 color: #000000;
}

.sePage .sePageLayout .sePageMain .se-wahoo-catalog .seSearchProductsContainer .seProduct .seProductTitle .seItemName {
 font-family: source-sans-pro, sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 18px;
 color: #333333;
}

.se-wahoo-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-wahoo-catalog {
 margin-bottom: 45px;
}

.se-code-section {
height: 0;
}

.sePage .sePageLayout .se-wahoo-flex-btn {
 background: #2A4C87; /* Changed from #000000 to #2A4C87 */
 /* ... other properties ... */
}
