.video-series{margin-top:0;color:#3b3c43}.video-series__container{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;width:1440px;max-width:100%;margin:1rem auto 3rem}@media (min-width:48.0625rem){.video-series__container{padding:1.25rem 5rem}}@media (max-width:48rem){.video-series__container{padding:1.25rem 1.25rem}}@media screen and (min-width:48rem){.video-series__container{padding:0 1.25rem 1.25rem}}@media screen and (min-width:80rem){.video-series__container{padding:1.25rem 5rem}}@media (max-width:700px){.video-series__container{margin:auto;padding-top:0!important}}.video-series__tabs{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;width:1440px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#3b3c43;margin-bottom:2rem;text-align:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-size:1rem;text-transform:uppercase;cursor:pointer;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:48.0625rem){.video-series__tabs{padding:1.25rem 5rem}}@media (max-width:48rem){.video-series__tabs{padding:1.25rem 1.25rem}}@media screen and (min-width:48rem){.video-series__tabs{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:1.25rem 2rem}}@media screen and (min-width:80rem){.video-series__tabs{padding:1.25rem 5rem}}.video-series__title{margin:0;font-size:2.875rem;font-weight:400}.video-series__title-category{background:0 0;padding:0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.5rem .5rem 0;min-width:6.875rem}@media screen and (min-width:48rem){.video-series__title-category{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:none}}.video-series__title-category:first-of-type{margin-left:0}.video-series__title-category:last-of-type{margin-right:0}.video-series__video-playlist-container{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;align-items:center}@media (min-width:1200px){.video-series__video-playlist-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.video-series__video{margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;width:1440px;max-width:100%;max-width:23.4375rem;max-height:17.1875rem;margin:0 auto}@media (min-width:48.0625rem){.video-series__video{padding:1.25rem 5rem}}@media (max-width:48rem){.video-series__video{padding:1.25rem 1.25rem}}@media (min-width:700px){.video-series__video{max-width:100%;max-height:none;padding:1rem 2rem}}.video-series__playlist{width:100%}@media screen and (min-width:43.75rem){.video-series__playlist{max-width:700px;margin:0 auto}}@media screen and (min-width:80rem){.video-series__playlist{max-width:none}}.video-series__videos-watched{font-size:1rem;font-weight:700;text-transform:uppercase;padding-bottom:.5rem;padding-right:3rem;margin-bottom:0}.video-series__progress-bar{width:100%;height:.1875rem;border-radius:20px;background-color:#d3d3d3;margin-bottom:.5rem}.video-series__progress-bar-done{border-radius:20px;background-color:#707070;height:3px;width:0%}.video-series__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.video-series__video-playlist-title-box{border:none;display:block;text-align:left;cursor:pointer;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 2rem 1rem 1rem;background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fbc600),color-stop(50%,#fff));background:linear-gradient(to right,#fbc600 50%,#fff 50%);background-size:210% 100%;background-position:right bottom;-webkit-transition:background 1s ease-out;transition:background 1s ease-out}.video-series__video-playlist-titles{font-weight:700;font-size:1.25rem;color:#3b3c43;margin:auto 0}@media (min-width:700px){.video-series__video-playlist-titles{font-size:1.5rem}}.video-series__checkmark,.video-series__play-button{height:1.25rem;width:1.25rem;margin:auto .5rem auto 0}.active{font-weight:700;border-bottom:6px solid #34657f;padding-bottom:1rem}.inactive{border-bottom:6px solid #707070;padding-bottom:1rem}.being-watched{background-position:left bottom}
/* ADA Fix for tab order*/
.video-series__playlist {
    order: 2;
}