﻿.categories-page {
    width:100%;
    .custom-col-10 {
        width: calc(100% - 300px);
    }
    .custom-col-2 {
        width: 300px;
    }
}


.category-box {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: $colorWhite;
    padding-bottom: 25px;
    margin-bottom: 22px;
    .hasScrollingBar {
        height: 302px;
        margin-top: 28px;
    }
}

.category-detail {
    padding: 15px 26px 14px 26px;
    h3 {
        @include MuliBold(20px, 38px);
        color: $colorOrange;
        text-transform: uppercase;
        border-bottom: 4px solid $colorOrange;
        display: inline-block;
        &.study {
            background: url("../images/icons/graduate-orange.png") no-repeat left center;
            padding-left: 33px;
        }
    }
    p {
        @include MuliRegular(16px, 26px);
        color: $colorBlack;
    }
    .video-iframe {
        margin: 19px auto;
    }
    .category-card {
        margin-top: 24px;
        .category-list {
            li {
                margin-top: 0px;
                margin-bottom: 48px;
            }
        }
    }
}
.hasScrollingBar {
    .category-list {
        li {
            padding-bottom: 20px;
            margin-top: 0;
        }
    }
}

.category-list {
    li {
        width: 20%;
        float: left;
        list-style-type: none;
        margin-top: 28px;
        a {
            @include MuliRegular(16px, 25px);
            color: $color01;
            display: block;
            &:hover {
                color: $colorOrange;
            }
        }
    }
    &:after {
        content: "";
        clear: both;
        display: block;
    }
}
