body {
    background-color: #F5F6F8;
}

.header-support-section {
    background-color: #3391BD;
}

.support-subject {
    color: #fff;
    font-weight: 600;
    padding-top: 2px;
}

.support-menu {
    color: #fff;
}

.panel {
    box-shadow: none !important;
}


.support-header-container {
    background-color: #005c9c;
    background-image: url("/template/images/support/blue-bg-menu.svg");
    background-repeat: repeat-x;
    height: auto !important;
}


.inline-list.support-menu li .support-menu-label {
    font-size: 0.9rem;
}

ul.inline-list.support-menu {
    text-align: center;
}


.inline-list.support-menu a {
    color: #d6e9f1;
}

.inline-list.support-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.inline-list.support-menu a.active {
    color: #fff;
    text-decoration: none;
}

.inline-list.support-menu.new-menu li {
    margin: 9px 0 5px 0 !important;
}

.support-menu-icon {
    display: table-cell;
    width: 30px;
    height: 30px;
    background-image: url(/template/images/support/support-menu-sprite.svg);
    background-size: 90px 180px;

}


.support-menu-label {
    display: table-cell;
    vertical-align: middle;
}


.support-menu-icon {
    display: table-cell;
}

.user-anon-buttons a {
    font-size: 0.9rem;
}

.user-anon-buttons i {
    display: none;
}

.inline-list.support-menu.new-menu li {
    display: inline-block;
    padding: 0 10px 0 0 !important;
    margin-top: 4px;
    border-radius: 3px;
}


.inline-list.support-menu.new-menu li.active {
    background-color: rgba(255, 255, 255, 1);
}

.inline-list.support-menu.new-menu li.active .support-menu-label {
    background: none;
    color: #4486B7;
}

ul.new-menu {
    text-align: left !important;
}

.new-menu .support-menu-icon.Exercise {
    background-position: 0 0 !important;
}

.new-menu .support-menu-icon.LearningResource {
    background-position: 0 -30px !important;
}

.new-menu .support-menu-icon.Video {
    background-position: 0 -60px !important;
}

.new-menu .support-menu-icon.Worksheet {
    background-position: 0 -90px !important;
}

.new-menu .support-menu-icon.Article {
    background-position: 0 -120px !important;
}

.new-menu .support-menu-icon.Goal {
    background-position: 0 -150px !important;
}


li.active .support-menu-icon.Exercise {
    background-position: -60px 0 !important;
}

li.active .support-menu-icon.LearningResource {
    background-position: -60px -30px !important;
}

li.active .support-menu-icon.Video {
    background-position: -60px -60px !important;
}

li.active .support-menu-icon.Worksheet {
    background-position: -60px -90px !important;
}

li.active .support-menu-icon.Article {
    background-position: -60px -120px !important;
}


li.active .support-menu-icon.Goal {
    background-position: -60px -150px !important;
}

.user-anon-buttons {
    margin-top: 4px;
}

.logo-large-svg.support-logo {
    margin: 10px;
    width: 60px;
}


@media screen and (min-width: 75rem) {
    .logo-large-svg.support-logo {
        width: 80px;
    }

}


@media screen and (min-width: 80rem) {
    .user-anon-buttons {
        margin-top: 0;
    }

    .user-anon-buttons i {
        display: inline;
    }

    .user-anon-buttons a {
        font-size: 1rem;
    }


    .support-menu-icon {
        display: table-cell;
        width: 40px;
        height: 40px;
        background-image: url(/template/images/support/support-menu-sprite.svg);
        background-size: 120px 240px;

    }

    .inline-list.support-menu.new-menu li {
        margin: 4px 0 0 0 !important;
    }


    .new-menu .support-menu-icon.Exercise {
        background-position: 0 0 !important;
    }

    .new-menu .support-menu-icon.LearningResource {
        background-position: 0 -40px !important;
    }

    .new-menu .support-menu-icon.Video {
        background-position: 0 -80px !important;
    }

    .new-menu .support-menu-icon.Worksheet {
        background-position: 0 -120px !important;
    }

    .new-menu .support-menu-icon.Article {
        background-position: 0 -160px !important;
    }

    .new-menu .support-menu-icon.Goal {
        background-position: 0 -200px !important;
    }


    li.active .support-menu-icon.Exercise {
        background-position: -80px 0 !important;
    }

    li.active .support-menu-icon.LearningResource {
        background-position: -80px -40px !important;
    }

    li.active .support-menu-icon.Video {
        background-position: -80px -80px !important;
    }

    li.active .support-menu-icon.Worksheet {
        background-position: -80px -120px !important;
    }

    li.active .support-menu-icon.Article {
        background-position: -80px -160px !important;
    }


    li.active .support-menu-icon.Goal {
        background-position: -80px -200px !important;
    }


}

@media screen and (min-width: 85rem) {
    .inline-list.support-menu li .support-menu-label {
        font-size: 1rem;
    }
}


.support-menu-icon {
    display: none;
}

@media screen and (min-width: 720px) {
    .support-menu-icon {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .inline-list.support-menu.new-menu li.active {
        padding: 0 10px !important;
    }

    .inline-list.support-menu.new-menu li {
        margin-right: 10px !important;
    }
}


.support-user {
    padding: 5px 15px 0 0;
}

.breadcrumb {
    color: #868686;
    margin-top: 3px;
}

.breadcrumb.new-support {
    margin-top: 12px;
}

.video-detail-info {
    background-color: #089D1D;
    color: #fff;
    padding: 1rem;
    margin-left: 0;
}


.video-detail-title {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

div.margin-top {
    margin-top: 20px;
}


.support-block {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.support-block-container {
    padding-left: 20px !important;
    margin-bottom: 20px !important;
}


.support-block.kerndoel {
    padding: 0.5rem 1rem 1rem 1rem;
    font-size: 0.875rem;
}

.support-block.kerndoel h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}


.support-block:hover {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;

}


.support-type-indicator {
    display: block;
    position: absolute;
    z-index: 100;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #d8eaf2;
    border-right: 1px solid #d8eaf2;
    background-image: url(/template/images/support/support-sprite-icons-color.svg);
    background-size: 46px 230px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.instruction .support-header-second-row {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 2px;
}


.premium-icon-holder {
    display: block;
    position: relative;
    float: right;
    z-index: 120;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #d8eaf2;
    border-left: 1px solid #d8eaf2;
    background-image: url(/template/images/support/support-sprite-icons-color.svg);
    background-size: 46px 230px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 0 -184px;

}

.premium-icon-holder-detail {
    display: block;
    position: absolute;
    z-index: 120;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #d8eaf2;
    background-image: url(/template/images/support/support-sprite-icons-color.svg);
    background-size: 46px 230px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 0 -184px;


}


.support-type-indicator.video {
    background-position: 0 0;
}

.support-type-indicator.material {
    background-position: 0 -46px;
}

.support-type-indicator.worksheet {
    background-position: 0 -92px;
}

.support-type-indicator.article {
    background-position: 0 -138px;
}

.dropshadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.50);
}

.thumb-container {
    position: relative;
    padding: 0.5rem !important;
    min-height: 166px;
}


.thumb-name, .thumb-name-article {
    text-align: center;
    padding: 0.5rem;
    min-height: 70px;
}

.instruction strong {
    font-weight: bold !important;
}

.instruction .floating-caption {
    background-color: #d9ebf3;
    padding: 20px 10px;
    margin-bottom: 1rem;
}

.instruction .floating-caption p {
    margin-bottom: 0 !important;
}

span.name-support {
    color: #377aab;

}

.column.column-block {
    margin-bottom: 30px;
}

.column.column-block.recent {
    margin-bottom: 10px;

}


@media screen and (max-width: 39.975em) {
    .thumb-name {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0.5rem !important;
        min-height: 60px;
    }

    .thumb-container img {
        margin: 0.5rem;
        max-height: 120px;
        max-width: 130px;
    }

    .thumb-container.video img {
        margin: 0;
        max-height: 100%;
        max-width: 100%;
    }


    span.name-support {
        color: #377aab;
        font-weight: 400;
    }

    .column.column-block {
        margin-bottom: 10px;
    }

    .support-block-content {
        display: table;
    }

    .support-block-container {
        padding-left: 0 !important;
        margin-bottom: 10px !important;
    }


    .thumb-container {
        display: table-cell;
        width: 150px;
        text-align: center;
        padding: 0 !important;
        background-color: #E9F2F7;
        border-right: 1px solid #d8eaf2;
    }

    .support-block {
        background-color: #fff;
        border: 1px solid #d8eaf2;
    }


    .article-title-container {
        font-weight: 400;
        padding: 0.5rem 0.5rem 0.5rem 3.5rem;
        color: #377aab;
    }

    .thumb-name-article {
        padding: 0 0.5rem 0 3.5rem;
        text-align: left !important;
        min-height: 0;

    }

}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .thumb-container img {
        max-height: 120px;
    }

    .thumb-container {
        min-height: 135px;
    }

    .subjects-listing {
        margin-top: 1rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}


.thumb-short-info {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.thumb-container.video {
    background-color: #012340;
}

@media screen and (min-width: 40em) {
    .thumb-container img {
        max-width: 170px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .thumb-container.video img {
        max-width: 100%;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }


    .article-title-container {
        min-height: 166px;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 3.5rem 0.5rem 0 0.5rem;
        color: #377aab;
        text-align: center;
    }
}

@media screen and (min-width: 64em) {
    .thumb-container img {
        max-height: 150px;
    }

    .subjects-listing {
        margin-top: 1rem;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .footer-groups {

        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .video-detail-info {
        margin-left: 20px;
    }

}


@media screen and (min-width: 100em) {

    .subjects-listing {
        margin-top: 1rem;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 4;
    }


}


td.link span.breadcrumb {
    color: #868686;
    text-transform: none;
    font-size: 13px;
    padding: 0;

}

@media screen and (min-width: 90em) {
    span.breadcrumb.exercises-table {
        display: inline;
        padding-top: 13px;
        line-height: 1.5rem;
        margin-left: 3rem;
    }
}

.all-support-items {
    margin-top: 1.5rem;
}

.support-home-title {
    width: auto;
    margin-top: 228px;
    padding: 0;
}


.support-home-title h1 {
    font-weight: 600;
    color: #00B419;
    font-size: 2rem;

}

.support-category-title h1 {
    font-weight: 600;
    color: #00B419;
    font-size: 2rem;

}

.support-home-intro-block {
    background-color: #CDE4EE;
}

.support-home-recent-block {
    display: table;
}

.support-home-recent-block div {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

ul.support-home-list {
    list-style: none;
    margin-left: 0;

}

.support-home-list li {
    padding-left: 32px;
    height: 24px;
    background-image: url(/template/images/support/support-icons-sprite-compact-2.svg);
    background-size: 48px 350px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
    padding-top: 2px;
}

.support-home-list li:hover a {
    color: #377aab;
}


.support-home-list li.folder {
    background-position: 0 0;
}

.support-home-list li.folder.active {
    background-position: 0 -240px;
    color: #018814;
}

.support-home-list li.video {
    background-position: 0 -48px;
}

.support-home-list li.material {
    background-position: 0 -96px;
}

.support-home-list li.worksheet {
    background-position: 0 -144px;
}

.support-home-list li.article {
    background-position: 0 -192px;
}

.support-home-list li.goal {
    background-position: 0 -288px;
}

.support-home-list li.goal.active {
    background-image: url(/template/images/support/goal-active.svg);
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 0 0;

}

@media screen and (max-width: 39.975em) {
    .support-home-title h1, .support-category-title h1 {
        font-weight: 600;
        color: #00B419;
        font-size: 2rem;

    }

    .subjects-listing {
        margin-top: 1rem;
        column-count: 1;
    }

    ul.support-home-list {
        padding-bottom: 0.6rem;
        border-bottom: 1px solid #d8eaf2;
        margin-bottom: 0;
    }

}

h1.new {
    font-size: 2rem;
    font-weight: 600;
    color: #67BD33;
    line-height: 1;
}

div.panel-new {
    background-color: #fff;
    margin-bottom: 20px;
}


select.filter {
    margin-bottom: 0;
    height: 2rem;
    padding: 0 0.5rem;

}

div.info-block {
    padding: 0.25rem 0.25rem 0.25rem 1rem;
}

.breadcrumb.new {
    font-size: 13px;
    color: #888;
}

.filter-pulldown {
    float: right;
    margin-right: 1.25rem;

}

.filter-pulldown > div {
    float: left;
    margin-right: 0.5rem;
}

.filter-pulldown label {
    color: #333;
    padding-top: 2px;
}

div.vak-icon {
    width: 30px;
    height: 30px;
    background-color: #3391BD;
    float: right;
    margin-right: 3px;
    padding: 3px;
}

div.vak-icon > i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

div.type-icon {
    width: 30px;
    height: 30px;
    background-image: url(/template/images/sprite-new.svg);
    background-size: 600px 600px;
    background-repeat: no-repeat;
    float: right;
}

.type-icon.exercise {
    background-position: 0 0;
}

.type-icon.article {
    background-position: -40px 0;
}

.type-icon.video {
    background-position: -80px 0;
}

.type-icon.material {
    background-position: -120px 0;
}

.type-icon.worksheet {
    background-position: -160px 0;
}

.info-block h2 {
    font-size: 1.25rem;
}

.info-block p {
    font-size: 0.875rem;
    margin-right: 1rem;
    color: #333;
}


.panel-new:hover {
    box-shadow: 0 0 10px 0 rgba(55, 122, 171, 0.5);
    -webkit-transition: all .12s;
    -moz-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    background-color: #fbfdfe;

}

.panel-new:hover img, .panel-new:hover .new-worksheet-thumb-holder, .panel-new:hover .new-material-thumb-holder {
    -webkit-filter: brightness(107%); /* Safari 6.0 - 9.0 */
    filter: brightness(107%);
    -webkit-transition: all .12s;
    -moz-transition: all .12s;
    -o-transition: all .12s;
    transition: all .25s;
}

.panel-new:hover .new-worksheet-thumb-holder img, .panel-new:hover .new-material-thumb-holder img {
    -webkit-filter: brightness(96%); /* Safari 6.0 - 9.0 */
    filter: brightness(96%);
    -webkit-transition: all .12s;
    -moz-transition: all .12s;
    -o-transition: all .12s;
    transition: all .25s;
}

.panel-new:hover h2 {
    color: #0F4D7A;
}

.info-block p.new {
    margin-bottom: 0.5rem;
    margin-top: -0.25rem;
}

.breadcrumb.new.bluetext {
    color: #377aab;
}

.new-worksheet-thumb-holder {
    background: #28799E;
    text-align: center;
    padding: 1rem;
}


.new-worksheet-thumb-holder img {
    max-width: 214px;
    max-height: 214px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.new-material-thumb-holder {
    background-color: #7eb5d4;
    text-align: center;
    padding: 1rem;
}

.new-material-thumb-holder img {
    max-width: 214px;
    max-height: 214px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.goal-description h1 {
    font-weight: 600;
    color: #00B419;
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

@media screen and (min-width: 63em) {

    .goal-description h1 {
        font-size: 1.5rem;
        margin: 0.5rem 0 1rem 0;
    }
}

.support-home-list li.goal {
    height: auto !important;
    font-weight: 600;
}

.support-home-list a {
    color: #222;
}

.support-home-list li.active a {
    color: green;
}

.support-home-list li.goal {
    padding: 0 0 0 2rem;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0.2rem 0.5rem 0.2rem 2rem;
    margin-right: 1rem;
}


@media screen and (min-width: 39.9375rem) {
    .support-home-list li.goal:hover, .support-home-block:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
        -webkit-transition: all .12s;
        -moz-transition: all .12s;
        -o-transition: all .12s;
        transition: all .12s;
        border: 1px dotted #377aab;
    }
}

.support-home-block-container {
    margin: 0 0 2rem 0;
    padding: 0;
    border-top: 1px solid #C9E2EE;
}

@media screen and (min-width: 39.9375rem) {
    .support-home-block-container {
        margin: 2rem 0 2rem 0;
        padding: 20px;
        border-top: none;
    }
}

.support-home-text {
    padding-left: 1rem !important;
}

@media screen and (min-width: 39.9375rem) {
    .support-home-text {
        padding-left: 0.5rem !important;
    }
}

li.goal:hover p.small-text {
    text-decoration: none;
}

p.small-text {
    font-size: 0.875rem;
    color: #666666;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0;
}


p.small-text.darkgrey {
    color: #222;
}

.support-goal-level1-list {
    display: block;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.support-goal-level1-list li {
    display: block;
}

.siteblock_front h4.site-name {
    color: #00b419;
}

.footer-hcats a {
    color: #333;
}

.footer-hcats a:hover {
    color: #377aab;
}


.JE-icon-download:before {
    content: "\e90a";
}

.JE-icon-print:before {
    content: "\e90b";
}

.JE-icon-info:before {
    content: "\e90d";
}

.worksheet-list-block {
    border-bottom: 1px solid #C9E2EE;
}

.worksheet-list-block-image-holder img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    max-height: 12rem;
}

.worksheet-list-block-image-holder {
    padding: 1rem;
}

.worksheet-list-block-info {
    padding: 1rem 0;
}

.worksheet-list-block-info h5 {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;

}

.worksheet-list-block-explanation {

    padding: 1rem;
    font-size: 1.5rem;
}

.worksheet-list-block-explanation a {
    color: #6FA0CD;
}

.worksheet-list-block-stars {
    margin-top: 1rem;
}

.hcat-icon-bg-worksheet {
    background-color: #CDE4EE;
}

li.hcat-worksheet {
    margin-bottom: 0.65rem;
    list-style: none;
    padding: 0;
    color: #000;
}

.hcat-worksheet a {
    color: #000;
}

.hcat-worksheet a:hover {
    text-decoration: underline;
}

i.hcat-icon-worksheet {
    font-family: 'ico-nl_rekenenoefenen' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0.3rem;
    border-radius: 5px;
    color: #377aab;
    font-size: 1.3rem;
}

.all-subjects-block {
    padding-top: 1.5rem;
}

.pulldown div.pulldown-row {

    color: black;
    display: block;
    padding: 3px 5px 3px 10px;
    line-height: 2rem;
    position: relative;
    padding-right: 15px;
}

.pulldown div.pulldown-row:hover {
    text-decoration: underline;
}

.pulldown div.pulldown-row:hover i {
    text-decoration: none;
}

.pulldown div.pulldown-row i {
    color: #377aab;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pulldown div.pulldown-row i.JE-icon-arrow {
    position: absolute;
    font-size: 1rem;
    right: 5px !important;
    top: 12px;
    margin-right: 0 !important;
    display: inline-block;
}

.pulldown-row-deeper {
    border-bottom: 1px solid #C9E2EE;
    margin-right: 15px;
}

td.practice-online {
    width: 100px;
    text-align: right;
    padding-right: 10px !important;
}


td.practice-online a {
    color: #377aab;
}

td.practice-online a:hover {
    text-decoration: underline;
}


tr.exercises-table-row:first-child {
    border-top: 1px solid #C9E2EE;

}

a.front-recent.active {
    font-weight: 600;
    color: green;
}

.worksheet-image-holder {
    background: #e9e9ea url(/template/images/webshop/pdf-download.svg);
    -webkit-background-size: 31px 44px;
    background-size: 31px 44px;
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    padding: 1rem;
    text-align: center;
}

.worksheet-description h1 {
    font-weight: 600;
    color: #00B419;
}


.worksheet-hcat-container h1 {
    font-weight: 700;
    color: #00B419;
}

@media screen and (max-width: 39.9375rem) {
    .worksheet-features-holder {
        margin-bottom: 1rem;
    }

}

@media screen and (min-width: 63em) {

    .worksheet-image-holder img {
        max-width: 280px;
        max-height: 380px;
    }

    .worksheet-description {
        padding-right: 3rem !important;
    }

    .related-worksheets {
        margin-left: 1.5rem;
    }

    .worksheet-description h1 {
        font-size: 2rem;
        margin: 0.5rem 0 1rem 0;
    }


    .worksheet-hcat-container h1 {
        font-size: 2rem;
    }

    .back {
        margin-left: 1.5rem;
    }
}

.worksheet-features-holder {
    display: block;
}

.worksheet-features {
    background: #F5F6F8;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-right: 10px;
    margin-top: 0.5rem;
}

@media screen and (min-width: 40em) and (max-width: 62.9375em) {
    .worksheet-image-holder {
        margin: 2rem 0 2rem 0;
    }

    .related-worksheets {
        margin-left: 0.5rem;
    }

    .worksheet-description h1 {
        font-size: 1.75rem;
        margin: 1rem 0 1rem 0;
    }

    .worksheet-hcat-container h1 {
        font-size: 1.75rem;
    }
}


.worksheet-image-holder img {
    /* worksheet: */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.category-description {
    font-size: 0.875rem;
    padding: 0.5rem;
    border: 1px solid #d8eaf2;
}

div.panel.support {
    margin-top: 15px;
    margin-bottom: 2rem;
    min-height: 500px;
}

.object-description {
    margin: 2rem 0 2rem 0;
}


.article-count {
    font-size: 0.85rem;
    color: #999;
    margin-left: 3px;
}


ul.connection-list {
    list-style: none;
    margin: 0 0 2rem 0;
}

ul.connection-list li {
    display: block;
    border-bottom: 1px solid #cde4ee;
    padding: 0.5rem 0;
}


ul.connection-list span.breadcrumb {
    font-size: 0.875rem;
    color: #666;
}

ul.connection-list a {
    color: black;
}

ul.connection-list li:hover span.title {
    text-decoration: underline;
}


div.connection-list-container {
    padding: 2rem;
}


.support-home-block {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1rem 1rem 0 1rem;
}

.support-home-block.column.column-block {
    margin-bottom: 1rem;
}


.support-home-block p {
    font-size: 0.875rem;
    color: #3a3a3a;
}

.support-home-block:hover H3 {
    color: #00B419;
}

@media screen and (max-width: 39.9375em) {

    h1.new {
        font-size: 1.5rem;
        font-weight: 600;
        color: #67BD33;
        line-height: 1;
    }

    .filter-pulldown {
        float: left;
        margin-right: 0;
    }

    .support-home-block img {
        max-height: 32px;
        max-width: 32px;
    }

    .support-home-block, .support-home-block:hover {
        border-bottom: 1px solid #C9E2EE;
        border-radius: 0;
    }

    .support-home-block.column.column-block {
        margin-bottom: 0;
    }


    div.connection-list-container {
        padding: 1rem;
    }

    ul.connection-list span.breadcrumb {
        line-height: 0.5rem;
    }


    .worksheet-image-holder img {
        /* worksheet: */
        max-width: 180px;
    }

    .worksheet-description h1 {
        font-size: 1.5rem;
        margin: 0.4rem 0 1rem 0;

    }

    .worksheet-hcat-container h1 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    div.panel.support {
        margin-top: 0;
        margin-bottom: 1rem;
        min-height: 0;
    }

    .ad-block-mobile {
        margin-top: 0.25rem;
    }

    .subjects-listing div.column-block.column {
        border-bottom: 1px solid #C9E2EE;
    }

    .worksheet-list-block-image-holder {
        background: #F5F9FB;
        border: 1px solid #C9E2EE;
        padding: 1rem;

    }

    .worksheet-features {
        display: inline;
        padding: 0.2rem 1rem;
        font-size: 0.875rem;
        margin-top: 0.5rem;
        margin-right: 0;
        float: none;
    }

    .object-description {
        margin: 0.75rem 0 0.75rem 0;
    }

    .support-user {
        padding: 0;
    }

    .pulldown-user-container {
        margin: 0;
    }

    .worksheet-list-block-image-holder {
        margin-bottom: 1rem;
    }

    .object-description {
        text-align: left;
    }
}

.support-base div.breadcrumb {
    margin-bottom: 0.5rem;
}

div.difficulty-stars {
    display: inline-block;
    height: 20px;
    width: 45px;
    margin-left: 5px;
    background: url(/template/images/support/difficulty-stars.svg);
    background-size: 50px 100px;
}

div.difficulty-stars.video {
    background: url(/template/images/support/difficulty-stars-video.svg);
    background-size: 50px 100px;
}

.difficulty-stars.stars-1, .difficulty-stars.video.stars-1 {
    background-position: 0 0;
}

.difficulty-stars.stars-2, .difficulty-stars.video.stars-2 {
    background-position: 0 -25px;
}

.difficulty-stars.stars-3, .difficulty-stars.video.stars-3 {
    background-position: 0 -50px;
}

.subscription-required .panel {
    box-shadow: none;
}

.subscription-required .blue-panel {
    background-color: #fff;
}

.subjects-listing .subject, .footer-groups .footer-group {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 20px;
}

.subjects-listing {
    margin-bottom: 3rem;
}

.application-footer {
    background-color: #F6F7F9;
}

li.folder {
    line-height: 1.2;

}

.support-home-list li.folder {
    height: auto;
    min-height: 24px;
}


.particulieren h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #439DC7;
}

.particulieren h2, .scholen h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.125;
}

.scholen h2 {
    color: #43A201;
}

body.grey-background {
    background-color: #F3F5F7 !important;
}


body.grey-background .panel {
    background: none !important;
}


.subscription-required-header-image {
    width: 100%;
    height: 290px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.benefits-subscription td {
    padding: 3px 10px 3px 0;
    vertical-align: center;
}

table.benefits-subscription {
    margin-bottom: 20px;
}


@media screen and (max-width: 63.9375em) {
    .subscription-required-header-image {
        background-size: auto 100% !important;
    }

    .required-target-block {
        margin-bottom: 30px;
    }


}


.pulldown-subsite {

}

.pulldown-subsite i.JE-icon-general {
    display: block;
    float: left;
    background-color: #00aa28;
    color: #3a3a3a;
    padding: 6px;
}


.pulldown-subsite a.dropdown-list i.JE-icon-general {
    background: none;
    color: #3a3a3a;
    padding: 0 !important;
}

.pulldown-subsite .cell a.white {
    color: #3a3a3a;
    font-size: 1.125rem;
    line-height: 1;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
}


.pulldown-subsite {
    height: 30px;
    margin-bottom: 0;
}

.pulldown-subsite .cell {
    padding-top: 4px;
}


.pulldown-subsite .dropdown-list {

}


.pulldown-subsite td {
    vertical-align: center;
}

.search-holder .aa-input-container {
    margin-top: 7px !important;
}

@media screen and (min-width: 64rem) {
    .pulldown-subsite {
        margin-bottom: 7px;
    }
}

@media screen and (min-width: 40rem) and (max-width: 63.975rem) {
    .support-header-container {
        background-image: url("/template/images/support/blue-bg-menu-medium.svg");
        background-size: 1932px 150px;
    }

    .logo-large-svg.support-logo {
        margin: 5px !important;
        width: 50px !important;
    }

    .user-anon-buttons a.button.hollow.ghost.radius.icon {
        margin: 0 !important;
    }

    .search-holder .aa-input-container {
        margin-top: -2px !important;
    }

}


.subject.panel {
    padding: 20px 0.9375rem 10px 0.9375rem;
}


@media screen and (max-width: 39.975rem) {
    .subject.panel {
        padding: 10px 10px 4px;
        10px;
        margin-bottom: 1px !important;
    }

    .panel.filters {
        padding: 0 10px;
    }

    .support-category-title h1 {
        margin: 10px 0.9375rem !important;
    }


}


.subject.panel.category-description {
    border: none;
    padding: 20px 30px;
    background-color: #D0E5F2;
}

.support-folder-block {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.rotated-worksheet-container {
    display: -webkit-box;
    display: flex;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    margin-left: 0px;
    width: 50%;
}


.worksheet-container-columnn {
    float: left;
    margin-right: 10px;


}

.worksheet-container-columnn img {
    margin-bottom: 10px;
    width: 150px !important;
    max-width: none;
!important;
    display: block;
    filter: brightness(95%);
}

.subject.panel.support-home-title {
    padding: 0 30px 10px 30px;
}

.demobg {
    height: 300px !important;
}

.demobg .support-home-title h1 {
    display: inline-block;
    background-color: rgba(0, 160, 47, 0.85);
    padding: 20px 30px;
    font-size: 1.5rem;
    color: #ffffff;

}

.demobg.nl_taaloefenen .support-home-title h1, .demobg.nl_topooefenen .support-home-title h1 {
    background-color: rgba(238, 63, 103, 0.85);
}

.demobg.nl_citotoetsoefenen .support-home-title h1 {
    background-color: rgba(107, 205, 210, 0.95);
}

.demobg.nl_begrijpendlezenoefenen .support-home-title h1 {
    background-color: rgba(241, 196, 79, 0.95);
}

.demobg.nl_detafelsoefenen .support-home-title h1 {
    background-color: rgba(206, 106, 76, 0.85);
}


@media screen and (min-width: 2560px) {
    .demobg {
        background-size: 100%;
    }
}

@media screen and (min-width: 64rem) and (max-width: 89.975rem) {
    .demobg {
        background-size: 1920px 225px;
        height: 225px !important;
    }

    .support-home-title {
        margin-top: 153px;
    }

}

@media screen and (max-width: 63.975rem) {
    .demobg {
        background-size: 780px 75px;
        height: 100px !important;
    }

    .support-home-title {
        margin-top: 13px;
        width: 100%;
    }

    .demobg .support-home-title h1 {
        padding: 20px 20px 20px 8px;
    }


}


.category-bg {
    background-image: url("/template/images/support/header-rekenwerkbladen-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 100px;


    background-color: #FFFFFF;
    height: 100vh;
}

.title-breadcrumb-bar {
    margin-top: 13px;
}


.category-bg {
    width: 100%;
    height: 206px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}


@media screen and (min-width: 92rem) {
    .title-breadcrumb-bar {
        margin-top: 47px;
    }

    .category-bg {
        height: 240px;
    }

}

.filters-support [type=file], [type=checkbox], [type=radio] {
    margin: 0 0 0 !important;
}

@media screen and (min-width: 40rem) and (max-width: 63.975rem) {
    .category-bg {
        height: 303px;
    }
}

.row.expanded.application-footer {
    background-color: #dcecf3;
}

.exercises-table-row:first-of-type {
    border-top: 1px solid #cde4ee !important;

}


.row.connection-blocks .support-block-container:nth-child(2n +1) {
    padding-left: 0 !important;
}

@media screen and (min-width: 40rem) and (max-width: 63.975rem) {

    .row.connection-blocks .support-block-container:nth-child(2n +1) {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 64rem) and (max-width: 74.975rem) {

    .row.connection-blocks .support-block-container:nth-child(3n +1) {
        padding-left: 0 !important;
    }

    .row.connection-blocks .support-block-container:nth-child(2n +1) {
        padding-left: 20px !important;
    }

    .row.connection-blocks .support-block-container:nth-child(1) {
        padding-left: 0 !important;
    }

}

@media screen and (min-width: 75rem) and (max-width: 89.975rem) {
    .row.connection-blocks .support-block-container:nth-child(4n +1) {
        padding-left: 0 !important;
    }

    .row.connection-blocks .support-block-container:nth-child(2n +1) {
        padding-left: 20px !important;
    }

    .row.connection-blocks .support-block-container:nth-child(3n +1) {
        padding-left: 20px !important;
    }

    .row.connection-blocks .support-block-container:nth-child(1) {
        padding-left: 0 !important;
    }

}

@media screen and (min-width: 90rem) {
    .row.connection-blocks .support-block-container:nth-child(4n +1) {
        padding-left: 20px !important;
    }

    .row.connection-blocks .support-block-container:nth-child(3n +1) {
        padding-left: 20px !important;
    }

    .row.connection-blocks .support-block-container:nth-child(2n +1) {
        padding-left: 20px !important;
    }


    .row.connection-blocks .support-block-container:nth-child(5n +1) {
        padding-left: 0 !important;
    }

    .row.connection-blocks .support-block-container:nth-child(1) {
        padding-left: 0 !important;
    }
}


.float-right.pulldown-user-container.show-for-medium-if-not-controlpanel {
    margin-top: -1px !important;
}

@media screen and (max-width: 39.9725rem) {
    .support-header-container {
        height: 68px !important;
    }

    .logo-large-svg.support-logo {
        margin: 4px;
        width: 55px;
    }

    .support-header-container {
        background-color: #007da8;
        background-image: none;
    }

    .aa-input-container {
        padding: 10px 0 !important;
    }
}


div.tags {
    margin-top: 50px;
}

.tags h3, .tag-filter h3 {
    font-size: 1rem;
    font-weight: 700;
    color: black;
}

.button.hollow.tag {
    font-size: 0.9375rem;
    color: #070707;
    border-color: #B9BABE;
    padding: 6px 12px;
    margin-bottom: 10px;
    margin-right: 8px;
}

.button.hollow.tag:hover {
    color: #070707;
    border-color: #B9BABE;
    background-color: #F5F6F8;
    padding: 6px 12px;
}

.button.hollow.tag.selected {
    font-size: 0.9375rem;
    color: #070707;
    border: none;
    padding: 6px 9px 6px 12px;
    margin-bottom: 10px;
    margin-right: 8px;
    background-color: #c5e6f2;
}

.button.hollow.tag.selected:hover {
    text-decoration: line-through;
}


.panel.tag-filter {
    padding: 20px;
}


.tag-filter-item .label {
    float: left;
}

@media screen and (min-width: 40rem) and (max-width: 63.975rem) {

    .row.tag-support-block-area {
        margin-left: -20px !important;
    }
}

.support-user-container .pulldown-user-container {
    padding-top: 5px !important;

}


.author {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}


.author img {
    width: 70px;
    border-radius: 50%;

}

.search-button {
    display: inline-block;
    padding: 17px 0 0 7px;
}


.search-button input {
    margin-bottom: 0;
}

@media screen and (min-width: 40rem) {
    .search-button {
        padding: 7px 0 0 7px;
    }

    .group-filter-label {
        padding-top: 10px;
    }


}

.support-category-title h1 {
    margin-bottom: 0;
}

@media screen and (min-width: 64rem) {
    .support-category-title h1 {
        margin-bottom: 8px;
    }
}


#grade_filter_grade input {
    display: inline-block;
    margin-top: 8px !important;
    vertical-align: top;
}

#grade_filter_grade label {
    vertical-align: top;
}

.panel.maxdownloads {
    padding:1rem 0;
    background-color: white !important;
}

.panel.maxdownloads h1 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
}

.image-ad-2-product-container {
    border-top: 1px solid #A1CDE0;
    padding:10px;
}


.image-ad-2-data-container {
    padding: 0 0 0 1rem;
}

.image-ad-product-name {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.image-ad-bullets {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.image-ad-bullets ul {
    margin-bottom: 0;
}

.image-ad-price {
    font-size: 1.375rem;
    color: #377aab;
}

.pdf-download-img {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
}

@media screen and (min-width: 40rem) {


    .panel.maxdownloads h1 {
        font-size: 1.5rem;
    }

    .image-ad-2-product-container {
        border: 1px solid #A1CDE0;
        padding: 1rem;
    }

    .image-ad-2-data-container {
        padding: 0 0 0 1rem;
    }

    .image-ad-product-name {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .image-ad-bullets {
        background-color: #F2F3F6;
        padding: 0.625rem;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .image-ad-bullets ul {
        margin-bottom: 0;
    }

    .image-ad-price {
        font-size: 1.375rem;
        color: #377aab;
    }
}

@media screen and (min-width: 64rem) {
    .panel.maxdownloads {
        padding: 2rem;
        background-color: white !important;
    }

    .panel.maxdownloads h1 {
        font-size: 2rem;
        font-weight: 600;
    }

    .image-ad-2-product-container {
        border: 1px solid #A1CDE0;
        padding: 1rem;
    }

    .image-ad-2-data-container {
        padding: 0 0 0 1rem;
    }

    .image-ad-product-name {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .image-ad-bullets {
        background-color: #F2F3F6;
        padding: 0.625rem;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .image-ad-bullets ul {
        margin-bottom: 0;
    }

    .image-ad-price {
        font-size: 1.375rem;
        color: #377aab;
    }
}


.panel.maxdownloads h1.worksheet-signup  {
    margin-bottom: 2rem;
    color: #00b419;
}

.panel.maxdownloads .large-input {
    height: 3rem;
}
