body {
    background-color: #f77c2b52;
    color: var(--body-normal-text);
    min-height: 655px;
}
.navbar-header {
    float: left;
    background-color: #343469;
}
.nav-bar-view .nav-bar-outer {
    background-color: #343469;
}
.spotlight-video-view .slick-carousel-wrapper .slick-carousel .slick-next, .spotlight-video-view .slick-carousel-wrapper .slick-carousel .slick-prev {
    background-color: #f58220;
    border-radius: 20px;
    height: 40px;
    width: 40px;
}
.showcase-home-view .btn-all-caps, .showcase-home-view .btn-all-caps:active, .showcase-home-view .btn-all-caps:active:hover, .showcase-home-view .btn-all-caps:focus, .showcase-home-view .btn-all-caps:hover {
    background-color: #343469;
    background-image: none;
    color: var(--browse-all-button-normal-text);
    padding: 5px 10px;
    text-transform: uppercase;
}
h2, title {
    color: #343469;
}
.video-item-view .video-details .video-details-title {
    color: #343469;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 20px;
    margin-bottom: 5px;
}
hr {
    border: 1px solid #f58220;
    margin-bottom: 5px;
    margin-top: 10px;
}
.presentation-thumbnail-view a {
    color: #343469;
}
.nav-bar-view .navbar .navbar-nav a:active, .nav-bar-view .navbar .navbar-nav a:focus, .nav-bar-view .navbar .navbar-nav a:hover {
    background-color: #f58220;
}
element.style {
    background-color: #f58220 !important;
}
.btn-default:hover {
    background-color: #cbcbe5;
    border-color: #adadad;
    color: #fffff;
}
.btn-default {
    background-color: #f77c2b52;
    border-color: #ccc;
    color: #ffffff;
}
}
.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f58220;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}
.slick-dots li.slick-active button:before {
    color: #343469 !important;
    opacity: .75;
}
:root {
    --modal-header-background-color: #343469 !important;
    --menu-background-color: #f77c2b !important;
}
.channel-nav-container .channel-navigation-view .sm-clean {
    background: #f77c2b !important;
    border-top: none;
    text-align: left;
}
.channel-nav-container .channel-navigation-view .sm-clean a.menu-level-0:active, .channel-nav-container .channel-navigation-view .sm-clean a.menu-level-0:focus, .channel-nav-container .channel-navigation-view .sm-clean a.menu-level-0:hover {
    background-color: #f77c2b !important;
}
.presentation-thumbnail-view.selected, .presentation-thumbnail-view.selected .presentation-details-panel {
    background-color: #343469 !important;
}
.presentation-action-bar {
    background-color: #343469 !important;
    color: var(--presentation-action-bar-text);
    font-size: 18px;
    height: 30px;
    padding: 5px;
}


