/*********** CX TABLE OF CONTENTS

- Header
- Category
- Category Detail
- Content Hub
- Events
- All access
- Footer

***********/


/*** CX STYLING - Header ***/
.cx-channel .channel-nav-links,
.cx-channel .all-access-cards h4 a {
    color: #2895cd;
}

.cx-channel .channel-nav-links.active,
.cx-channel .channel-nav-links:hover {
    color: #f28700;
}

.cx-channel .nav-primary-btn {
    background-color: #f28700;
    color: white;
}
.cx-channel .nav-primary-btn:hover {
    background-color: #af6305;
    color: white;
}

.cx-channel .nav-secondary-btn {
    background-color: transparent;
}
.cx-channel .nav-secondary-btn:hover {
    background-color: white;
}

.cx-channel a:focus, a:focus-visible {
    outline: none;
}

.cx-channel .sub-nav-categories a {
    color: #2895cd;
}

.cx-channel .sub-nav-categories a:hover {
    background-color: #2895cd;
    color: white;
}


/*** CX STYLING - Category ***/
.cx-channel .category-cards h4 {
    color: #f28700;
}

.cx-channel .category-cards {
    border-color: #f28700;
}

.cx-channel .two-column-container .time-author a {
    color: #2895cd;
}

.cx-channel .category-cards-container .secondary-btn {
    border-color: #f28700;
    color: #f28700;
}
.cx-channel .category-cards-container .secondary-btn:hover {
    background-color: #f28700;
    color: white;
}


/*** CX STYLING - Category Detail ***/
.cx-channel .webinars-title-intro h1,
.cx-channel .speaker-name {
    color: #2895cd;
}

.cx-channel .webinars-title-intro h2 {
    color: #f28700;
    font-weight: 500;
}

.cx-channel .webinars-container .primary-btn {
    background-color: #17a2b8;
}

.cx-channel .icon-text-container i, .cx-channel .icon-text-container p {
    color: #f28700;
}


/*** CX STYLIN - Events ***/
.cx-channel h1,
.cx-channel h4 a {
    color: #2895cd;
}

.cx-channel .event-btn-container .btn-secondary {
    border: 1px #2895cd solid;
    color: #2895cd;
}
.cx-channel .event-btn-container .btn-secondary:hover {
    border: 1px #2895cd solid;
    background-color: #2895cd;
    color: white;
}


/*** CX STYLING - Content hub ***/
.cx-channel h1,
.cx-channel .content-cards .time-author a {
    color: #2895cd;
}

.cx-channel .content-cards h4 {
    color: #f28700;
}

.cx-channel .content-cards .btn-primary {
    background-color: #f28700;
    border-color: #f28700;
}

.cx-channel .content-cards {
    border-bottom: 1px #f28700 solid;
}


/*** CX STYLING - All access ***/
.cx-channel .all-access-btn {
    background-color: #2895cd;
}

.cx-channel .all-access-container .btn-secondary,
.cx-channel .secondary-btn {
    border: 1px #2895cd solid;
    color: #2895cd;
}



/*** CX STYLING - Footer ***/
.cx-channel .footer-container .footer-column h3 {
    border-color: #f28700;
} 

.cx-channel .footer-container .footer-column .footer-brand-link {
    color: #f28700;
}