@media(min-width: 768px){

    /* Universal stuff */
    .components h2 {
        font-size: 40px;
        line-height: 56px;   
    }

    .component-body p{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    /* Hero */
    .hero,
    .hero-wrapper-collection {
        margin-top:-50px;
        margin-bottom:50px;
    }


    .hero-tagline {
        font-size: 64px;
        line-height: 76.8px;
        margin: 50px auto;
    }    

    .page-node-type-course-collection .hero-wrapper {
        padding-top: 30px;
    }

    .page-node-type-course-collection .hero-wrapper .hero-image {
        text-align: center;
    }
    .page-node-type-course-collection .hero-wrapper .hero-image svg {
        height: 325px;
    }

    .information-wrapper {
        padding: 25px;
        margin-bottom: 50px;
    }

    .information-wrapper .container {
        margin:0 auto;
        padding: 0 25px;
    }



    .information-wrapper h2 {
        font-size: 40px;
        line-height: 56px;
    }

    .information-wrapper .course-pack-welcome {
        font-size: 20px;
        line-height: 30px;
    }



    .information-wrapper .course-pack-actions a,
    .information-wrapper .course-pack-actions input,
    .information-wrapper .course-pack-actions #pop-up-commerce-trigger {
        border-radius: 24px;
        height: 72px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; 
        padding:25px 30px;
        margin-top:11px;
    }

    .information-wrapper .course-pack-actions .registration-link {
        padding:25px 60px 25px 30px;
        background-size: 15.6px 15.2px;
        background-position: top 28px right 30px;       
    }

    /* Filters */
    h1.tagline {
        font-size: 64px;
        font-weight: 600;
        line-height: 76.8px;
        letter-spacing: -0.05em;
    }

    .mobile-filter-header {
    	display: none;
    }

    .filters-container {
    	display: block;
        width: 250px;
        padding: 20px;
        max-height: 450px;
        overflow-y: hidden;
        background: #fff;
        border: 1px solid #afafaf;
        border-radius: 18px;
        box-shadow: 1px 1px 1px #afafaf;
    }
    .filters-container.hidden {
        display: none;
    }
    .dark-mode .filters-container {
        background: #222;
        color: #fff;
    }
    .dark-mode .filters-container label {
        color: #fff;
    }


    .dark-mode .filters-container ul li:hover {
        background-color: #222;
    }
    .page-node-type-course-collection.dark-mode .filters-container ul li:hover {
        background-color: #000;
    }
    .page-node-type-course-collection.dark-mode .filters-container ul li:hover label{
        color: #F2A52A;
    }
    .page-node-type-course-collection.dark-mode .filters-container ul li {
        color: #000;
    }
    .filter-text.filter-toggle {
        display: none;
    }
    .page-node-type-course-collection.dark-mode .filter-text.filter-toggle {
        background-image: url(../img/arrow-down-white.svg);
        background-size: 16px;
        background-repeat: no-repeat;
    }

    .main-content.filter-blocks-view {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: nowrap;
    }

    .filters-section {
    	width:200px;
    	margin-right: 20px;
        position: absolute;
        top: -5px;
        z-index: 9999;
    }
    .filter-text.filter-toggle {
        padding-right: 25px;
        background-image: url(../img/chev_down.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 100% 50%;
        cursor: pointer;
        display: inline;
    }
    .filter-text.filter-toggle.open {
        background-image: url(../img/chev_up.svg);
    }


    .content-section {
    	width: 100%;
        margin-top: 35px;
    }

    .filter-text {
        font-size: 20px;
        font-weight: bold;
        line-height: 38px;
        text-align: left;
        padding-top: 4px;
    }

    .filters-container {
        padding-top: 0;
    }

    .filters-container .specialty-filters ul li {
        border: 0.5px solid #C5C5C5;
        border-radius: 12px;
        background-color: #F5F5F5;
        margin-bottom: 4px;
    }

    .dark-mode .filters-container .specialty-filters ul li {
        background-color: #222;
    }

    .filters-container .specialty-filters ul li
    .filters-container .specialty-filters ul li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .filters-container .credit-type-filters ul,
    .filters-container .credit-types-filter ul{
        padding: 10px 0;
        overflow-y: scroll;
        max-height: 440px;
    }
    .filters-container .credit-type-filters li,
    .filters-container .credit-types-filter li {
        border: 0;
        margin: 0;
        padding: 8px; 
        font-size: 14px;
        line-height: 21px;
    }
    .filters-container .credit-type-filters li:hover,
    .filters-container .credit-types-filter li:hover {
        background-color: #F5F5F5;
    }

    .filters-container .credit-type-filters ul li a,
    .filters-container .credit-types-filter ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
    }
    .filters-container .credit-type-filters input,
    .filters-container ul.credit-types-filter input {
        position: relative;
        top:2px;
        margin-right: 8px;
    }

    .filters-container .credit-type-filters label,
    .filters-container ul.credit-types-filter label {
        margin-left: 0;
        font-size: 16px;
    }


    /** Content Lists **/
    .content-listing-section .slick-arrow,
    .brands-slider-section .slick-arrow {
        display: block !important;
    	position: absolute;
        top: calc(50% - 22px);
    	width: 44px;
    	height: 44px;
    	padding: 0px;
    	border-radius: 100%;
    	border: 0.5px solid #C5C5C5;
    	z-index: 99;
    	font-size: 0;
    	background: #F5F5F5;
    	background-image: url("../img/arrow-right.svg");
    	background-repeat: no-repeat;
    	background-size: 9px 16px;
    	background-position: center;	
    }

    .content-listing-section .slick-prev,
    .brands-slider-section .slick-prev {
    	transform: scaleX(-1);
    	left:-22px;
    }
    .brands-slider-section .slick-prev {
        left: -32px;
    }

    .content-listing-section .slick-next,
    .brands-slider-section .slick-next {
    	right:-22px;
    }
    .brands-slider-section .slick-arrow {
        top: calc(50% - 45px);
    }

    .content-listing-block,
    .components {
        margin-bottom: 50px;
    }

    .content-listing-header .content-listing-title {
        font-size: 28px;
        line-height: 42px;
    } 

    .slick-track {
        position: relative;
        overflow: visible;
    }

    .content-listing-section,
    .courses > ul {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 18px;
    }

    .content-listing-section > li,
    .courses > ul > li {
        width: 48%;
        height: 300px;
        overflow: visible;
    }

    .content-listing-section > li a,
    .courses > ul > li a {
        position: absolute;
        top:0;
        bottom: 0;
        background: #F5F5F5;
        border: 0.5px solid #C5C5C5;
        transition: all .3s ease-in-out; 
        overflow: hidden;
        padding: 8px;
    }

    .content-listing-section > li:hover a,
    .courses > ul > li:hover a{
        transform: scale(1.2);
        transition: all .3s ease-in-out; 
        height: auto;
        position: absolute;
        top:0;
        bottom:auto;
        left: 0;
        z-index: 9999;
        box-shadow: 0px 7.27px 21.82px 7.27px #00000029;
   }

    .content-listing-section .slick-track > li,
    body > .content-listing-item {
        width: 330px;
        height: 300px;
        margin-right: 15px;
        background: #F5F5F5;
        border: 0.5px solid #C5C5C5;
        transition: all .3s ease-in-out; 
        padding: 8px;
    }

    body > .content-listing-item{
        transition: all .3s ease-in-out; 
        transform: scale(1.2);
        width: 320px;
        height: auto;
        position: relative;
        z-index: 222;    
        padding: 8px;
        box-shadow: 0px 7.27px 21.82px 7.27px #00000029;
    }

    body.dark-mode > .content-listing-item {
        background-color: #222;
        color: #FFF;
        border-color: #222;
    }

    .content-listing-item .content-credits,
    .content-listing-item .content-credit-types,
    .content-listing-item .course-collection-logo {
        display: none;
    }

    body > .content-listing-item .content-credits,
    body > .content-listing-item .content-credit-types, 
    .content-listing-section > li:hover .content-credits,
    .content-listing-section > li:hover .content-credit-types,
    .content-listing-section > li:hover .course-collection-logo,
    .courses > ul > li:hover .content-credits,
    .courses > ul > li:hover .content-credit-types{
        display: inline-block;
    }   

    .content-listing-item .content-image >img {
        aspect-ratio: 32.4/20;
        width: 100%;
        height: auto;
    }

    .content-listing-item .course-collection {
        height: 25px;
        font-size: 14px;
        line-height: 21px;
        padding: 3px 12px 5px 30px;
    }

    .content-listing-item .course-status {
        height: 36px;
        font-size: 16px;
        line-height: 24px;
        padding: 7px 35px 5px 12px;
        background-position: right 10px top 8px;
    }

    .content-listing-item .content-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .courses-wrapper {
        max-width: 80%;
        margin:0 auto 50px;
    }

    .courses-wrapper h2 {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -0.04em;
        margin-bottom: 30px;
    }

    .course-pack-progress-wrap .course-pack-progress-bar {
        margin-bottom: 50px;
    }

    /** Alternating Cards **/
    .alternating-card {
    	display: flex;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	gap: 20px;
    }

    .alternating-card.Right {
    	flex-direction: row-reverse;
    }

    .alternating-card .alternating-image {
        width: 45%;
        margin-bottom: 20px;
    }

    .alternating-card .alternating-image img{
        width: 100%;
        height: auto;
        border-radius: 32px;
        object-fit: cover;
    }

    .alternating-card .alternating-body {
        width: 55%;
        padding:45px 22px;
    }

    .alternating-card .alternating-body p {
        font-size: 20px;
        line-height: 30px;
    }

    /** Image Blocks **/
    .image-blocks-section > div {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	gap:20px;
    }

    .image-blocks-component .image-block {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .image-blocks-component .image-block img {
        width: 100%;
        height: auto;
        aspect-ratio: 38.4/40;
        object-fit: cover;
        border-radius: 16px;
    }

    .image-blocks-component .image-block .image-block-text {
        bottom:20px;
    }

    /** FAQs **/
    .faq-question-wrap {
        padding: 16px 40px 16px 20px;
        border-radius: 24px;
        font-size: 18px;
        line-height: 27px;
        background-size: 9px 15px;
        background-position: right 20px top 20px;
    }

    .faq-question-wrap.active {
        transition: 0.5s linear;
    }

    .faq-question-wrap .faq-answer {
        font-size: 16px;
        height:0;
        opacity: 0;
        display: block;
        overflow: hidden;
        transition: 0.5s linear;
        padding:0;
    }

    .faq-question-wrap.active .faq-answer {
        padding:10px 0 0;
        opacity: 1;
        height: auto;
        transition: 0.5s linear;
    }

    /* Information Component */
    .information-component {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .information-component h2{
        flex-basis: 100%;
    }
    
    .information-main-image {
        width: 48%;
    }

    .information-main-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
        aspect-ratio: 36.6/24;
    }

    .information-section {
        width: 48%;
    }

    .information-section .information-summary {
        padding:30px 0;
    }

    .information-section .information-summary {
        margin-bottom: 0;
    }

    .information-section .information-summary h3,
    .information-section .information-summary h4 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .information-section .information-summary p {
        font-size: 20px;
        line-height: 30px;
    }

    .information-section .information-call-to-action a {
        border-radius: 24px;
        width: auto;
        height: 72px;
        margin: 0 8px 20px 0;
        padding:24px 35px;
        float: left;
    }

    /* Numeric Blocks */
    .numeric-blocks-section > div {
        justify-content: center;
        gap:1.33%;
    }

    .numeric-blocks-section > div > div {
        width: 24%;
        padding: 25px;
    }

    .numeric-block-number {
        font-size: 64px;
        line-height: 76.8px;
        margin-bottom: 10px;
    }

    .numeric-block-label {
        font-size: 14px;
        line-height: 21px;
    }

     .related-collections { 
        text-align: left;
     }
    .related-collections .related-collections-list {
            display: flex;
            align-items: center;
            flex-direction: unset;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
    }
    .related-collections .related-collections-list li {
        width: unset;
    }
    .related-collections .related-collections-list >li >a,
    .related-collections .related-collections-list >li >span {
        border-radius: 20px;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        padding: 5px 17px;
        cursor: pointer;
        width: unset;
    }
    .collection-menu .collection-menu-list {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .collection-menu .collection-menu-list li a.course_pack_link {
        padding-left: 30px;
        background-image: url('../img/star_blue.svg');
        background-position: 0 25%;
        background-repeat: no-repeat;
        background-size: 20px;
    }
    .dark-mode .collection-menu .collection-menu-list li a.course_pack_link  {
        background-image: url('../img/course_pack_star.svg');
    }
    .tooltip-wrapper { 
        display: inline-block;
    }
    .dekstop-filter-toggle {
        display: block;
    }
}

@media(min-width: 991px) {
    .filters-section {
        width:300px;
        margin-right: 20px;
    }


    .content-section {
        width: 100%;
    }

    .content-listing-section > li,
    .courses > ul > li {
        width: 31%;
        height: 300px;
    }
    .collection-menu .collection-menu-list {
        gap: 45px;
    }
    .information-wrapper .container {
        flex-wrap: nowrap;
    }
    .information-wrapper .course-pack-info {
        width: 65%;
    }
    .information-wrapper .course-pack-actions  {
        width: 65%;
    }
}

@media(min-width: 1200px) {
    .content-listing-section > li,
    .courses > ul > li {
        width: 23%;
        height: 300px;
    }
}










