body,
body.pushable {
    background-color: #262626 !important;
    color: #CCCCCC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Header styling {{{
 */
header {
    background-color: #171717 !important;
    border-bottom: 1px solid #252424 !important;
}
header.fixed {
    width: 100%;
}
header .ui > .row {
    padding: 0 !important;
}
header .logo img {
    width: 105px;
    height: 35px;
    margin: 7px 0 6px 0;
}
/*
 * }}} Header styling
 */

/*
 * Footer styling {{{
 */
footer {
    text-align: center;
}
footer .ui.list.available-on-roku {
    margin-top: 0;
}
footer .ui.list.available-on-roku hr {
    border: 1px solid #2f2f2f;
}
footer .ui.list.available-on-roku .item.now-available {
    vertical-align: bottom;
}
footer .ui.inverted.list .item a:not(.ui):hover {
    color: white !important;
}
/* Mobile Only */
@media only screen and (max-width: 767px) {
    footer .ui.horizontal.list {
        display: block;
    }
    footer .ui.horizontal.list > .item {
        padding: .5em !important;
        margin-left: 0 !important;
    }
    footer .ui.list.list.available-on-roku > .item:first-child {
        display: block;
        padding: .5em !important;
        margin-left: 0 !important;
    }
}
/*
 * }}} Footer styling
 */

/*#content-area {
    background-color: #1A1A1A;
}*/

.in-app-browser #content-area {
    background-color: transparent !important;
}

#skip a:link, #skip a:hover, #skip a:visited {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.stripe-divider {
    width: 100%;
    height: 6px;
    background: url(/images/kstripes.png) transparent repeat-x 0 0;
    background-size: 100% 6px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

hr {
    height: 1px;
    border: 1px solid #444343;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.right.floated {
    float: right;
}

/*
 * Scrolling bars {{{
 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #383838;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #383838;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
/*
 * }}} Scrolling bars
 */

/*
 * Misc styles {{{
 */
/* Remove extra awkward padding around the secondary menu */
.ui.secondary.menu .item {
    margin: 0;
    padding: 0;
}

.ui.huge.menu + .ui.inverted.menu li:first-child{
    margin-left: 0;
}

.ui.secondary.inverted.menu:not(.vertical) .item > .button{
    border: 2px solid transparent;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.ui.menu.secondary .right .form-item {
    margin-left: 15px;
}

.ui.huge.menu + .ui.inverted.menu,
.ui.inverted.menu.kanopy {
    border: 1px solid #313131;
    display: inline-flex;
    width: auto;
    margin-bottom: 24px;
    overflow: hidden;
}

.ui.inverted.menu.kanopy {
    margin-left: 20px !important;
}

.ui.huge.menu + .ui.inverted.menu .item:before,
.ui.inverted.menu.kanopy .item:before {
    border-right: 1px solid #313131;
}

.ui.huge.menu + .ui.inverted.menu .item:last-child:before,
.ui.inverted.menu.kanopy .item:last-child:before {
    border-right: none;
    visibility: hidden;
}

.ui.huge.menu + .ui.inverted.pointing.menu .active.item:after,
.ui.inverted.pointing.menu.kanopy .active.item:after {
    visibility: hidden;
}

.ui.huge.menu + .ui.inverted.menu .item ,
.ui.inverted.menu.kanopy .item {
    margin-left: 0;
}

/* Drupal autocomplete dropdown results */
.ahah_result {
    border-bottom: 1px solid gray;
    padding: 8px;
}
.ahah_result .content {
    height: 45px;
}
.ahah_result img {
    height: 45px;
    float: right;
}
.ahah_result div.title {
    font-weight: bold;
    color: #DE3F00;
}
.ahah_result div.subtitle {
    font-style: italic;
}
#autocomplete li.selected {
    background: #de3f00;
}
#autocomplete li.selected div.title {
    color: white;
}
/*
 * }}} Misc styles
 */

/*
 * Dropdown menus {{{
 */
/* Header menus */
.ui.dropdown.kanopy-dark .menu {
    background-color: #1A1A1A !important;
    border: 1px solid #3C3A3A !important;
}

.ui.dropdown.kanopy-dark .menu .item {
    border-left: 3px solid #403E3E;
}

.ui.menu .ui.dropdown.kanopy-dark .menu > .active.item {
    border-left: 3px solid #403E3E;
    color: white !important;
}

.ui.menu .ui.dropdown.kanopy-dark .menu > .item,
.ui.dropdown.kanopy-dark .menu > .item {
    color: #CCCCCC !important;
}

.ui.menu .ui.dropdown.kanopy-dark .menu > .item:hover {
    color: white !important;
    border-left: 3px solid orange;
}

.ui.dropdown.kanopy-dark .menu .item:hover {
    border-left: 3px solid orange;
    color: orange !important;
}

.ui.dropdown.kanopy-dark .menu .item:hover > .icon {
    color: orange;
}

.ui.dropdown.kanopy-dark .menu .item a {
    color: #CCCCCC;
}

.ui.dropdown.kanopy-dark .menu .icon {
    color: #CCCCCC;
}

.ui.dropdown.kanopy-dark .menu > .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 0;
    border-left: 3px #403e3e solid;
}

.ui.pointing.dropdown.kanopy-dark > .menu:after {
    background-color: #1a1a1a;
    box-shadow: -1px -1px 0 1px rgb(64, 62, 62);
}
/*
 * }}} Dropdown menus
 */

/*
 * Mobile browsing bar {{{
 */
.ui.mobile-menu-bar .item {
    display: block !important;
    border-top: 1px solid #3d3e3f;
}

.ui.mobile-menu-bar .item i {
    font-size: 1.5em;
    margin-bottom: 0.3em !important;
}

.mobile-header .content.icon {
    font-size: 2em;
    position: absolute;
    top: 0.2em;
    left: 0.2em;
}

.ui.sidebar.user-sidebar {
    font-size: 1.2em;
}

.ui.sidebar.user-sidebar .item > .menu {
    margin-top: 0;
}

.ui.sidebar.user-sidebar .item {
    padding: .3em 1em;
}

.ui.sidebar.user-sidebar.menu .menu .item,
.ui.sidebar.user-sidebar.menu .menu .item a:not(.ui) {
    color: white;
    opacity: 1;
}

.ui.sidebar.user-sidebar .item.anon {
    margin-top: .5em;
}

.ui.sidebar.user-sidebar .user .item:first-child {
    font-weight: bold;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
}

/*
 * }}} Mobile browsing bar
 */

/*
 * Fix the seven column statistics min-width CSS from semantic ui
 */
.ui.seven.statistics .statistic {
    min-width: 14.1%;
}

/*
 * UI Modal {{{
 */
.ui.modal {
    background: #1a1a1a;
}

.ui.modal > .header,
.ui.modal > .content {
    background-color: transparent !important;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0;
}

.ui.modal > .header {
    color: white;
    text-align: center;
}

.ui.modal .hidden-modal {
    display: none !important;
}

/* STYLES for new forms' appearance */

.ui.modal.skinny {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 2em;
}

.ui.modal > .close {
    width: 24px;
    height: 23px;
    background-color: transparent;
    border: none;
}

.ui.modal > .close:before {
    content: '';
    display: inline-block;
    background: url(/images/icon_close_thin.svg) no-repeat;
    width: 24px;
    height: 23px;
}

.ui.modal > .header:not(.ui) {
    color: #fff;
    padding: 25px 0 5px;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: .7em;
}

a.sociallogin {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin: 0 0 .5em 0;
    border: none;
    color: #fff;
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 60px;
    padding-left: 36px;
}

a.sociallogin.facebook {
    color: #fff;
    background-color: #3c5a99;
}

a.sociallogin.google {
    color: #1c1c1c;
    background-color: #fff;
}

a.sociallogin:before {
    display: block;
    content: '';
    top: 12px;
    left: 14px;
    width: 36px;
    height: 36px;
    position: absolute;
}

a.sociallogin.facebook:before {
    background: url(/images/sprite.png) -20px -117px no-repeat #3c5a99
}

a.sociallogin.google:before {
    background: url(/images/sprite.png) -20px -170px no-repeat #fff
}

@media only screen and (max-width: 767px) {
    a.sociallogin {
        font-size: 1.2em;
        padding-left: 40px;
    }

    h1.ui.header {
        font-size: 7vmin;
    }
}

.modal-divider {
    width: 100%;
    height: 0;
    margin: 1.5em 0 2em 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #979797;
}

.modal-divider-text {
    font-weight: 500;
    color: #979797;
    display: inline-block;
    background: #1a1a1a;
    width: 3em;
    top: -10px;
    transform: translate(-50%);
    position: absolute;
}

.section-form.k-light .modal-divider-text {
    background: white;
}

form.fancy-fields .form-item,
form.fancy-fields .form-item input {
    height: 4.5em;
    font-size: 1.3em;
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    border-radius: 0 !important;
    border: 0 !important;
}

form.fancy-fields .form-item.fancy-icon input {
    height: 50px;
    padding: 0px;
    padding-left: 40px;
    border-left: 7px solid #e65400 !important;
}

form.fancy-fields .form-item.fancy-icon-last-name input {
    height: 50px;
}

form.fancy-fields .form-item.fancy-icon label,
form.fancy-fields .form-item.fancy-icon-last-name label {
    float: left;
    height: 22px;
    font-weight: normal;
}

form.fancy-fields .form-item.fancy-icon {
    display: block;
    overflow: hidden;
    position: relative;
}

form.fancy-fields .form-item.fancy-icon:before {
    content: '';
    top: 45px;
    left: 12px;
    position: absolute;
    display: block;
    width: 18px;
    height: 16px;
}

form.fancy-fields .form-item.fancy-icon.icon-user:before {
    background: url(/images/sprite.png) -20px -420px no-repeat #fff;
}

form.fancy-fields .form-item.fancy-icon.icon-pass:before {
    background: url(/images/sprite.png) -20px -385px no-repeat #fff;
}

form.fancy-fields .form-item.fancy-icon.icon-mail:before {
    background: url(/images/sprite.png) -20px -351px no-repeat #fff;
}

.modal-alone-link a {
    margin: 10px 0 32px;
    display: inline-block;
    text-decoration: underline;
    color: #d4d4d4;
    font-size: 21px;
    font-weight: 500;
}

/* Semantic UI hack */
form.fancy-fields .ui.grid.two.joined.columns > .column:nth-child(1) {
    padding-right: .3rem;
}
form.fancy-fields .ui.grid.two.joined.columns > .column:nth-child(2) {
    padding-left: .3rem;
}

/*
 * }}} UI Modal
 */

/*
 * Semantic UI overrides {{{
 */
/*input, optgroup, select, textarea {
    background-color: #1F1F1F !important;
    color: white !important;
    border: 1px solid #423F3F !important;
}*/
fieldset {
    border: 1px solid #464545 !important;
    height: auto !important;
    margin-top: 1.2em !important;
    margin-bottom: 1.2em !important;
}

fieldset legend {
    font-size: 1.2em;
    margin-bottom: .5em;
    padding: 0 .5em;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    background-color: #FFA3A3 !important;
}

.form-radios .form-item {
    display: inline;
    margin-right: 1em;
}

.ui.form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

a {
    color: white;
}

a:hover {
    color: #FF851B;
}

p a,
ul a {
    color: #cb7000;
}

p a:hover,
ul a:hover {
    color: #FF851B;
}

a.white-underlined-link,
a.white-underlined-link:hover {
    color: white;
    text-decoration: underline;
}

.ui.button {
    font-weight: 500;
}

.ui.white.header {
    color: white !important;
}

.ui.table tr.positive a, .ui.table td.positive a,
.ui.table tr.negative a, .ui.table td.negative a {
    color: black;
}

.ui.header,
.ui.header .sub.header,
h1, h2, h3, h4, h5, h6 {
    color: white !important;
    font-weight: 500;
}

.ui.message {
    background: #565656;
    color: rgb(243, 243, 243);
}

.ui.inverted.message, .ui.black.message {
    background-color: #323435 !important;
}

.ui.error.message, .ui.attached.error.message,
.ui.warning.message, .ui.attached.warning.message {
    box-shadow: none;
}

.ui.message.error a {
    color: red;
}

.ui.black.labels .label, .ui.black.label {
    background-color: black !important;
}

.ui.divided.items > .item {
    border-top: 1px solid #565656;
}

.ui.items > .item > .content > .header {
    color: #e2e2e2;
}

body.pushable > .pusher {
    background-color: inherit !important;
}

.ui.menu .form-item {
    margin: 0;
}

header .ui.secondary.menu .menu .item {
    align-self: baseline;
}

.ui.menu.thirteen.item .item {
    width: 7.6%;
}

.ui.menu.fourteen.item .item {
    width: 7%;
}

.ui.menu.fifteen.item .item {
    width: 6.6%;
}

.ui.menu.sixteen.item .item {
    width: 6%;
}

.ui.menu.seventeen.item .item {
    width: 5.7%;
}

.ui.menu.eighteen.item .item {
    width: 5.3%;
}

.ui.menu.nineteen.item .item {
    width: 5.3%;
}

.ui.secondary.menu .item {
    border-radius: 0 !important;
}

.ui.secondary.pointing.menu .item {
    border-bottom-color: #333333;
}

.ui.secondary.pointing.menu .item.active {
    border-bottom-color: #F2711C !important;
}

.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
    background: rgba(105, 105, 105, 0.45);
}

.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
    background-color: #FF8D00 !important;
}

.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
    background-color: #f2711c !important;
}
.ui.toggle.checkbox input:focus~label:before, .ui.toggle.checkbox label:hover::before {
    background-color: rgba(255, 255, 255, .25);
}

.ui.toggle.checkbox input:focus ~ .box:before, .ui.toggle.checkbox input:focus ~ label:before {
    background: rgba(105, 105, 105, 0.50);
}

.ui.toggle.checkbox input:checked ~ .box, .ui.toggle.checkbox input:checked ~ label,
.ui.toggle.checkbox .box, .ui.toggle.checkbox label,
.ui.toggle.checkbox input:checked ~ .box, .ui.toggle.checkbox input:checked ~ label {
    color: white !important;
}

@media only screen and (max-width: 767px) {
    .ui.stackable.grid .ui.vertical.divider, .ui.grid .stackable.row .ui.vertical.divider {
        height: auto !important;
    }
}

.ui.table.inverted tr.active,
.ui.table.inverted td.active {
    background: #464646 !important;
    color: inherit !important;
}

.ui.table.inverted th.active a {
    color: #de3f00 !important;
}

.ui.table.inverted.gray tr.selected td.active {
    background: rgb(100, 100, 100) !important;
}

.ui.table.inverted.gray tbody > tr:not(.selected):hover {
    outline: 1px solid #595959;
}

.ui.table.inverted.gray tbody > tr.selected td {
    background: rgb(70, 70, 70);
}

th.active img {
    display: inline-block;
    margin-left: 3px;
}

/* UI card */
.ui.cards > .card > :only-child, .ui.card > :only-child {
    border-radius: 0 !important;
}

.ui.cards > .card, .ui.card {
    background: inherit !important;
}

.ui.button.loading .green {
    color: transparent !important;
}

.ui.category.search > .results .category > .name {
    color: rgba(0, 0, 0, 0.8);
}

/* inverted menu */
.ui.inverted.menu {
    background-color: #1a1a1a;
}

.ui.inverted.menu .item:before {
    background: inherit;
}

.ui.selection.dropdown .menu > .message {
    background: inherit;
}

/* Safari 10 issue fix {{{ */
.blurring.dimmable > :not(.dimmer) {
    filter: none;
}

/* }}} Safari 10 issue fix */

/* Modal Width */
@media only screen and (max-width: 767px) {
    .ui.modal.skinny {
        width: 95%;
        margin: 0em 0em 0em -47.5%;
        padding: .5em !important;
    }
}

@media only screen and (min-width: 768px) {
    .ui.modal.skinny {
        width: 88%;
        margin: 0em 0em 0em -44%;
    }
}

@media only screen and (min-width: 992px) {
    .ui.modal.skinny {
        width: 520px;
        margin: 0em 0em 0em -260px;
    }
}

/*
 * }}} Semantic UI overrides
 */

/*
 * Semantic UI additions {{{
 */
.ui.button.error {
    background-color: #E66565 !important;
}

.ui.button.whitegrey {
    background-color: #424040 !important;
    color: white !important;
}

.ui.button.whitegrey:hover,
.ui.button.whitegrey:focus {
    background-color: #4e4e4e !important;
    color: white !important;
}

/*
 * }}} Semantic UI additions
 */

/*
* Bootstrap visibility {{{
*/
.visible-hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

/*
* }}} Bootstrap visibility
*/

/* Mobile Only */
@media (max-width: 767px) {
    .wrapping-phone {
        display: block;
    }
}

/*
 * Browse by subject menu {{{
 */
header .browse-subject {
    z-index: 900;
}
header .browse-subject .text {
    margin: 0;
    font-weight: normal;
}
header .browse-subject > a {
    color: white !important;
}

/*
 * }}} Browse by subject menu
 */

/*
 * Search bar {{{
 */
.ks-solrsearch-search-box .form-item {
    margin: 0;
}

.ks-solrsearch-search-box .form-item input {
    border-radius: 0 !important;
}

.ui.search > .results .result .image + .content {
    margin: 0em 0em 0em 6em;
}

.ui.search > .results .result .title {
    color: #3A3838;
}

.ui.search > .results .result.active .title {
    color: black;
}

.ui.search > .results .result.active, .ui.category.search > .results .category .result.active {
    background: #CCCCCC !important;
}

.ui.search > .results .result .image {
    float: left;
}

.ui.search > .results .result .understated {
    font-weight: normal;
}

.ui.search > .results > .action {
    background: #EE6F1C;
    color: white;
}

.ui.search > .results {
    border: 0;
}

.visible-phone .ks-solrsearch-search-box {
    margin: auto;
}

/* Search results mainpage */
.search-maincolumn .huge.menu.search-tabs {
    font-size: 0.95rem;
}
.search-maincolumn .results {
    padding: 1rem 0;
}

/* Mobile Only */
@media only screen and (max-width: 768px) {
    .ks-solrsearch-search-box .ui.category.search .results {
        width: 100%;
    }

    .ks-solrsearch-search-box .ui.category.search .results .description {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Overriding the Semantic UI category autocomplete dropdown*/
    .ui.category.search > .results .category .result {
        margin-left: 0;
    }

    .ui.category.search > .results .category > .name {
        float: none;
        text-align: left;
        width: auto;
    }
}

/* Large Monitor Only*/
@media only screen and (min-width: 1200px) {
    .ks-solrsearch-search-box .form-item input {
        width: 30em !important;
    }

    .ks-solrsearch-search-box .ui.category.search .results {
        left: -10% !important;
    }
}

/*
 * }}} Search bar
 */

/*
 * Search results {{{
 */
.search-widget .dimmer .text.loader {
    top: 200px;
}

.search-widget .message {
    padding: 2em;
}

.search-widget .search-previews {
    background-color: #1B1C1D !important;
    border: 1px solid #545353 !important;
}

.search-widget .search-previews h2 {
    margin-bottom: 1.5em;
    text-align: center;
}

.search-widget .recap {
    text-align: right;
}

.search-tabs {
    display: none !important;
}

.section-s .search-tabs {
    display: flex !important;
}

.search-widget .search-tabs .disabled {
    display: none !important;
}

.search-widget .search-tabs .disabled .search-count {
    display: none;
}

/*
 * }}} Search results
 */

/*
 * System.css {{{
 */
.item-list .icon {
    float: none;
}

tr.even, tr.odd {
    background-color: inherit;
    border-bottom: inherit;
    padding: inherit;
}

tr.selected td {
    background: #f2711c;
}

.form-item label {
    margin-bottom: .3em;
}

ul.secondary a.active {
    border: none;
}

.inline .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * }}} System.css
 */

/*
 * Pager {{{
 */
.item-list .pager li {
    margin: 0;
}

.pager li a {
    background-color: #383838;
    color: white;
    display: inline-block;
    padding: 5px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li.pager-current {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 5px 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*
 * }}} Pager
 */

/*
 * Video Card {{{
 */
.video-thumb-card {
    box-shadow: none;
}

.video-thumb-card .header {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.1em !important;
    letter-spacing: .03em;
    margin-top: .3em;
    display: block;
}

.video-thumb-card .content {
    padding: 1em .2em;
}

.video-thumb-card .header,
.ui.items .header {
    font-weight: 400 !important;
}

.video-thumb-card .progress .bar {
    border: 0;
    margin: 0;
}

.video-thumb-card .label.black.bottom.attached {
    background-color: rgba(0, 0, 0, .75) !important;
    text-align: center;
}

/* Mobile Only */
@media only screen and (max-width: 767px) {
    .video-thumb-card {
        max-width: 180px;
    }

    .ui.list .video-thumb-card {
        max-width: 100px;
    }

    .ui.list .item .content .description {
        display: none !important;
    }
}

.video-thumb-card .dimmer {
    text-align: left;
    overflow: hidden;
}

.video-thumb-card .dimmer .inner {
    padding: .5em;
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.8) !important;
}

.video-thumb-card .dimmer .inner .header {
    margin-bottom: .5em;
    font-size: 1.1em;
    display: inherit;
}

.video-thumb-card .dimmer .inner .description,
.video-thumb-card .dimmer .inner .features {
    overflow: hidden;
}

.video-thumb-card .dimmer .inner .features {
    white-space: nowrap;
}

/*.video-thumb-card .dimmer .inner .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}*/
.video-thumb-card .ui.progress .bar {
    min-width: 0;
}

.video-thumb-card .button > * {
    display: inline-block;
}

.video-thumb-card .ui.two.buttons {
    position: absolute;
    bottom: 0;
}

/* IE10+ image scale bugfix for playlist (list of video items) */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ui.image img {
        max-width: 100% !important;
        max-height: 100% !important;
        width: 120px;
    }
}

/*
 * }}} Video Card
 */

/*
 * Item list {{{
 */
.ui.items > .item > .content > a.header,
.ui.list > .item > .content > a.header {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.1em;
    margin-bottom: .5em;
}

.ui.items > .item > .content > a.header:hover,
.ui.list > .item > .content > a.header:hover,
.ui.list > a.item:hover {
    color: orange !important;
}

.ui.items > .item .meta,
.ui.list > .item .meta {
    color: #848484 !important;
}

.ui.items > .item .meta > a:not(.ui),
.ui.list > .item .meta > a:not(.ui) {
    color: #848484 !important;
}

.ui.items > .item .meta > a:not(.ui):hover,
.ui.list > .item .meta > a:not(.ui):hover {
    color: orange !important;
}

.ui.items > .item > .content > .description,
.ui.list > .item > .content > .description {
    color: rgba(255, 255, 255, 0.85) !important;
}

.ui.items > .item .extra,
.ui.list > .item .extra {
    color: rgba(255, 255, 255, 0.6) !important;
}

.ui.list > .item > .image:not(.ui) {
    max-width: 175px;
}

.ui.list.videos > .item > .content > .header:not(.ui) {
    font-size: 1.19em;
    line-height: 1.19em;
    margin-bottom: .25em;
}

/*.ui.list .item.active {
    background-color: #3A3A3A;
}*/
.ui.list .item .header .emphasized {
    font-size: 1.2em;
    margin-bottom: 0.4em;
    margin-right: 0.4em;
    color: #908E8B;
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.list > .item > .image:not(.ui) {
        max-width: 100px;
    }
}

/* Small Monitor Only*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui.list > .item > .image:not(.ui) {
        max-width: 130px;
    }
}
/*
 * }}} Item list
 */

/**
 * Webshop homepage {{{
 */
.webshop.front #content-area {
    padding: 0;
}
.webshop.front .ui.container {
    width: 100%;
    padding: 0 10em;
}
.webshop.front #content-area .ui.container {
    padding: 3em 10em 1.7em 10em;
}

.webshop.front .hero-section {
    color: #fbfbfb;
    font-size: 1.2em;
    background: url("/images/homepage/bg_banner.jpg") no-repeat top center #fff;
    position: relative;
}
.webshop.front .hero-section .banner {
    font-size: 1.8em;
    max-width: 25em;
    padding: 1.2em;
    margin: 0 auto 2em auto;
    text-align: center;
}
.webshop.front .hero-section .banner h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
}
.webshop.front .hero-section .banner p span {
    text-transform: none !important;
    font-weight: normal !important;
    line-height: 1.3em;
    text-align: center;
}

.webshop.front .orange-bar {
    background-color: rgba(228, 75, 0, .9);
    width: 11em;
}
.webshop.front .orange-bar {
    position: absolute;
    top: 2em;
    height: 65%;
    z-index: 50;
}

.webshop.front .movie-headers {
    position: relative;
    z-index: 100;
    margin-top: 2em;
}
.webshop.front .movie-section .movie-poster.slick-slide {
    margin: 0px;
}
.webshop.front .movie-section .movie-poster.slick-slide img {
    margin: auto;
}
.webshop.front .funky-title {
    z-index: 700;
    position: relative;
}
.webshop.front .funky-title span {
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.1em 0.5em;
    margin: 0.3em 0;
    color: #fbfbfb;
    display: table;
}
.webshop.front .funky-title span:nth-child(2) {
    color: #e65400 !important;
    margin-left: 2.5em;
}
.webshop.front .funky-title span:nth-child(3) {
    margin-left: 1.5em;
}

.webshop.front .movie-headers .funky-title span {
    display: table;
}

.webshop.front .button.cta {
    background: #e65400 !important;
    border-radius: 0 !important;;
    -moz-border-radius: 0 !important;;
    -webkit-border-radius: 0 !important;
    color: #fbfbfb;
}

.movie-poster-slides-storage {
    display: none;
}

.webshop.front .movie-poster-slider .slick-dots {
    margin-bottom: 1em;
}
.webshop.front .movie-section {
    position: relative;
    background: white;
    overflow: hidden;
}
.webshop.front .movie-section .funky-title {
    white-space: nowrap;
}

.webshop.front .apps-section {
    background-color: #d7d7d7;
    color: #1c1c1c;
}
.webshop.front .apps-section h2 {
    color: black !important;
    margin: 0 1em 1em 1em;
    font-size: 2.5em;
}
.webshop.front .apps-section h3 {
    color: #545454 !important;
    margin: 0 0 .3em 0;
}

.header-vertical-divider {
    border-left: 1px solid #41403d;
    margin-left: 10px;
    padding: 20px 10px 0 0;
}

@media only screen and (max-width: 767px) {
    .webshop.front .ui.container {
        padding: 0;
    }
    .webshop.front #content-area .ui.container {
        padding: 0;
        margin: 0 !important;
    }
    .webshop.front .orange-bar {
        width: 2em;
        height: 40%;
    }
    .webshop.front .hero-section .banner {
        margin-bottom: 0;
        padding: .5em;
        font-size: 1em;
    }
    .webshop.front .funky-title span:nth-child(2) {
        margin-left: 0;
    }
    .webshop.front .movie-poster-slider-container {
        padding: 1em;
    }
    .webshop.front .apps-section h2 {
        margin: 1em 0 1em 0;
        font-size: 1.8em;
    }
}

@media only screen and (min-width: 768px) {
    .webshop.front .ui.container {
        padding: 0 2em;
    }
    .webshop.front #content-area .ui.container {
        padding: 3em 2em 1.7em 2em;
    }
    .webshop.front .orange-bar {
        width: 4em;
        height: 41%;
    }
    .webshop.front .hero-section .banner {
        font-size: 1.2em;
    }
    .webshop.front .movie-section .funky-title span {
        font-size: .8em;
    }
}

@media only screen and (min-width: 992px) {
    .webshop.front .orange-bar {
        width: 6em;
        height: 47%;
    }
    .webshop.front .hero-section .banner {
        font-size: 1.6em;
    }
    .webshop.front .movie-section .funky-title span {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1200px) {
    .webshop.front .ui.container {
        width: 100%;
        padding: 0 10em;
    }
    .webshop.front #content-area .ui.container {
        padding: 3em 10em 1.7em 10em;
    }
    .webshop.front .hero-section .banner {
        font-size: 2em;
    }
}
/*
* }}} Webshop homepage
*/

/*
 * VP Homepage {{{
 */
.vp.front header .container {
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.vp.front #content-area #banner-section {
    margin-left: -1em;
    margin-top: 0em;
    margin-bottom: 2em;
    position: relative;
}

.vp.front #content-area .ui.five.cards {
    margin-top: 1em;
}

/*.vp.front #banner-section .control-banner-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
}*/
/* Large Monitor Only*/
@media only screen and (min-width: 1200px) {
    .vp.front header .container {
        width: 100%;
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
}

@media only screen and (max-width: 1199px) {
    .go-to-kanopy-kids-cta {
        display: none !important;
    }
}

@media only screen and (max-width: 550px) {
    .switch-to-kui-cta {
        display: none !important;
    }
}

/*
 * }}} VP Homepage
 */

/*
 * Public libraries page {{{
 */
.section-public-libraries #content-area .segment {
    font-size: 1.2em;
}

.section-public-libraries #content-area h3 {
    margin-bottom: 0;
}

.section-public-libraries #content-area p {
    margin: 0em 0em 2em;
    opacity: .8;
}

.section-public-libraries #hero-banner h1 {
    font-size: 8em;
    text-transform: uppercase;
    padding: .5em 0 0 0;
    margin: 0;
    line-height: 0.9em;
}

.section-public-libraries #hero-banner h3 {
    font-size: 2em;
    text-transform: uppercase;
}

.section-public-libraries #hero-banner .circular.label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 1.4em;
    padding: 1em !important;
    line-height: 1.2em;
    position: absolute;
    top: 2em;
    right: 2em;
}

.section-public-libraries #hero-banner .circular.label:before {
    content: '';
    float: left;
    width: auto;
    padding-bottom: 100%;
}

.section-public-libraries .blackbox {
    border: 1px solid gray;
}

.section-public-libraries #hero-banner .cta {
    margin: 3em 0;
}

.section-public-libraries #hero-banner {
    background-image: url(/images/bg/bg_jules_and_jim.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #1B1C1D;
    margin-top: -1rem;
}

/* Mobile Only */
@media only screen and (max-width: 768px) {
    .section-public-libraries #hero-banner h1 {
        font-size: 5em;
    }

    .section-public-libraries #hero-banner h3 {
        font-size: 1.2em;
    }

    .section-public-libraries #hero-banner .circular.label {
        display: none;
    }
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-public-libraries #hero-banner h1 {
        font-size: 6em;
    }

    .section-public-libraries #hero-banner h3 {
        font-size: 1.5em;
    }

    .section-public-libraries #hero-banner .circular.label {
        font-size: 1.1em;
    }
}

/* Small Monitor Only*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-public-libraries #hero-banner h1 {
        font-size: 7em;
    }

    .section-public-libraries #hero-banner h3 {
        font-size: 1.8em;
    }
}

/* Large Monitor Only*/
@media only screen and (min-width: 1200px) {
    .section-public-libraries #hero-banner h1 {
        font-size: 10em;
    }

    .section-public-libraries #hero-banner h3 {
        font-size: 3em;
    }
}

/*
 * }}} Public libraries page
 */

/*
 * "See More" component {{{
 */
.see-more {
    position: relative;
    margin-bottom: 10px;
}

.see-more .collapsed {
    max-height: 170px;
    overflow: hidden;
    cursor: pointer;
}

.see-more .more {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #585656;
    border-top: 1px solid #585656;
    padding-top: .3em;
    text-transform: uppercase;
}

.read-more a.toggle {
    font-size: 85%;
}

.read-more .teaser:hover {
    cursor: pointer;
}

.read-more-v2 a.toggle {
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 15px 10px 20px;
    color: gray;
    background: #202020;
    text-align: center;
    letter-spacing: 0.07em;
}

.read-more-v2 .teaser:hover {
    cursor: pointer;
}

/*
 * }}} "See More" component
 */

/*
 * Video Player {{{
 */
.player-wrapper {
    display: block;
    position: relative;
    max-width: 100%;
}

.player-wrapper-inner {
    padding-top: 56.25%;
}

.player-wrapper #player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.player-wrapper #player:focus {
    outline: 0;
}

.player-wrapper .placeholder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.player-wrapper .placeholder.with-shadow:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
}

.player-wrapper .placeholder > img {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .15;
    left: 0;
}

.player-wrapper .placeholder .main.status {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;

    line-height: initial;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column; /* works with row or column */
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.player-wrapper .placeholder .main.status > * {
    margin-bottom: .8em;
}

.player-wrapper .placeholder .main.status > .icon,
.player-wrapper .placeholder .main.status > .title {
    font-size: 2.1em;
}

.player-wrapper .placeholder .main.status > .text {
    font-size: 1.3em;
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.3em;
}
.player-wrapper .placeholder .main.status > .button {
    margin-top: 1em;
}

/* Phone and Under */
@media screen and (max-width: 767px) {
    .player-wrapper .placeholder {
        font-size: .7em;
    }

    .player-wrapper .placeholder .button .huge {
        font-size: 1.3em;
    }

    .player-wrapper .placeholder .icon {
        display: none;
    }
}

.player-wrapper .video-js input,
.player-wrapper .video-js optgroup,
.player-wrapper .video-js select,
.player-wrapper .video-js textarea {
    color: #232121;
}

.player-wrapper .video-js .vjs-caption-settings {
    height: 18em;
}

.player-wrapper .video-js .vjs-caption-settings fieldset {
    border: 0 !important;
}

.library-owned-disclaimer {
    text-align: center;
}

.icon-caption {
    margin-left: .1em;
}

#playlist-clip-list img {
    vertical-align: middle;
}

#playlist-clips-wrapper {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
}

.player-wrapper .video-js .vjs-errors-headline {
    margin-top: 1em;
}

.player-wrapper .video-js .vjs-dock-kanopy-title {
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.333;
    margin-bottom: .333em;
}

.player-wrapper .video-js .vjs-social-title,
.player-wrapper .video-js .vjs-social-description,
.player-wrapper .video-js .vjs-social-embed-code {
    display: none;
}

/* Player Debug */
#player-debug {
    margin-top: .5em;
}

#player-debug .statistic {
    font-size: .8em;
    margin: .5em 0 0 0;
}

#player-debug .events {
    max-height: 100px;
    overflow: auto;
}

/*
 * }}} Player
 */

/*
* Playlist Player {{{
*/
#playlist-clips-wrapper {
    overflow: auto;
}

#player-wrapper,
#playlist-clips-wrapper {
    background-color: #262626;
}

#playlist-clips .clip-container:hover {
    cursor: pointer;
}

#playlist-clips .clip-container .header {
    font-size: 1em;
}

#playlist-clips .clip-container:hover .header {
    color: orange !important;
}

#playlist-clips .clip-container .image {
    width: 120px;
}

#playlist-clips hr {
    margin-bottom: .8em;
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #playlist-clips .clip-container .image {
        width: 90px;
    }
}

/*
 * }}} Playlist Player
 */

/*
* Playlist Player {{{
*/
.section-embed .node .ui.header.title {
    margin-top: 0;
}

.section-embed {
    overflow-x: hidden;
}

/*
 * }}} Playlist Player
 */

/*
 * Playlist Wizard {{{
 */
.ks-playlist-editor .clip-list {
    margin-bottom: 1.5em;
}

.ks-playlist-editor tr.ui-sortable-placeholder {
    height: 150px;
    background-color: #FFCC7B;
}

/*
 * }}} Playlist Wizard
 */

/*
 * Video JS markers
 */
.video-js .cue-start {
    background-color: green !important;
}

.video-js .cue-stop {
    background-color: red !important;
}

.vjs-marker {
    width: 2px !important;
    border-radius: 0 !important;
    margin-left: -2px !important;
}

.vjs-tip {
    bottom: 33px !important;
    width: 80px;
    margin-left: -48px !important;
}

/*
 * }}} Video JS markers
 */

/*
 * Node Editor {{{
 */
.editor-toolbar {
    background-color: white;
}

/*
 * }}} Node Editor
 */

/*
* NODE: Video Page {{{
*/
.node .ui.grid.stackable {
    margin-top: 0;
}

.node .ui.segment {
    background-color: #262626;
    margin-bottom: 1em;
}

.node .ui.header.title {
    margin-bottom: 0 !important;
    font-size: 1.7em;
}

.node .ui .sub.header {
    margin-top: 0.2em;
    font-size: 1.342857rem;
    margin-bottom: 0.5em;
}

.node .ui.header.author {
    margin-top: 0.1em !important;
    font-weight: normal;
}

.node .player-wrapper .ui.header.title {
    padding: .5em;
    background-color: rgba(0, 0, 0, .8);
    color: white !important;
}

.ui.grid.features {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ui.grid.features > .column:not(.row) {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.embed-backlink-ks {
    text-align: center;
    background-color: #E2E2E2;
    background-color: black;
}

.embed-backlink-ks a {
    color: #323232;
    color: white;
}

.node .video-shelf-title,
.node .video-shelf {
    padding: 0 !important;
}

/*
 * }}} NODE: Video page
 */
/*
 * NODE: Collection page {{{
 */
#video-panel-title .ui.vertical.menu .button {
    display: block;
    width: 100%;
    text-align: center;
}

.button-menu-collection .dropdown {
    text-align: center;
}

.button-menu-collection .rating {
    display: block;
    text-align: center;
}

/*
 * }}} NODE: Collection page
 */

/*
* NODE: Product {{{
*/
.section-product .ui.header.title {
    font-size: 3em;
    font-weight: bold;
}

.section-product .ui.header.title .sub.header {
    font-size: 0.5em;
    color: gray !important;
    font-weight: bold;
}

.section-product .ui.header.author {
    font-size: 1em;
    margin-bottom: 1em;
}

.section-product .node .ui.segment {
    background-color: transparent;
    margin-bottom: 4em;
    border: none;
    box-shadow: none;
}

.section-product #bg-image {
    /* Full height */
    height: 100%;
    width: 100%;

    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;

    display: block;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-filter: blur(50px) brightness(0.4);
    -moz-filter: blur(50px) brightness(0.4);
    -o-filter: blur(50px) brightness(0.4);
    -ms-filter: blur(50px) brightness(0.4);
    filter: blur(50px) brightness(0.4);
}

.section-product main {
    background-color: transparent;
}

.section-product .kids-tag {
    margin-right: 10px !important;
    margin-top: 10px !important;
    height: 51px !important;
    width: 114px !important;
}

.section-product .product.ribbon {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.section-product .product.start-watching-text {
    margin: auto;
    margin-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    float: left;
    text-align: left;
    max-width: 70%;
}

/* Tablet Only */
@media only screen and (max-width: 1200px) {
    .section-product .product.start-watching-text.with-trailer {
        max-width: 55%;
    }
}

.section-product .product.start-watching-text a {
    text-decoration: underline;
}

.section-product .product.start-watching-text > h3,
.section-product .product.start-watching-button > a {
    font-weight: bold;
}

.section-product .product.start-watching-button > * {
    display: block;
}

.section-product .product.start-watching-button > a {
    text-transform: uppercase;
    min-width: 190px;
    letter-spacing: 0.05em;
}

.section-product .product.start-watching-text > h3 {
    margin: 0;
}

.section-product .product.start-watching-text .perpetual-license-upsell {
    color: #de3f00 !important;
    font-weight: normal !important;
}

.section-product .product.start-watching-text .perpetual-license-upsell > a {
    color: #de3f00 !important;
}

/*
 * Buy Now Dropdown CSS
 */

.kanopy-buy-now-dropdown {
    margin-top: 10px;
    min-width: 120px;
    padding-left: 2em !important;
}

.kanopy-buy-now-dropdown > .add.to.cart.icon {
    background-color: transparent;
}

.kanopy-buy-now-dropdown:hover,
.kanopy-buy-now-dropdown .menu > .item:hover {
    cursor: default !important;
}

.kanopy-buy-now-dropdown .menu > *:not(.button) {
    white-space: normal;
}

.kanopy-buy-now-dropdown .menu {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #3c3a3a !important;
    width: 370px;
}

.kanopy-buy-now-dropdown .menu.perpetual {
    width: 600px;
}

.kanopy-buy-now-dropdown > .menu:after {
    background-color: #1a1a1a !important;
    box-shadow: -1px -1px 0 0 rgb(60, 58, 58) !important;
    bottom: -0.16em !important;
}

.kanopy-buy-now-dropdown.upward > .menu:after {
    box-shadow: 1px 1px 0 0 rgb(60, 58, 58) !important;
}

.kanopy-buy-now-dropdown.pointing.dropdown  > .menu:after {
    z-index: 100;
}

.kanopy-buy-now-dropdown .menu > .item {
    border-top: 1px solid #3c3a3a !important;
    border-left: 1px solid #3c3a3a !important;
    border-right: 1px solid #3c3a3a !important;
    padding: 20px !important;
    font-size: 13px;
    line-height: 1.15;
    color: #e8e8e8 !important;
}

.kanopy-buy-now-dropdown > .menu > .item > .ui.grid,
.kanopy-buy-now-dropdown > .menu > .item > .ui.grid > .column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.kanopy-buy-now-dropdown .menu > .item > .fine-print {
    font-size: 10px;
    line-height: 1.4;
    color: #ccc;
}

.kanopy-buy-now-dropdown .menu > .item > .fine-print > a {
    color: #ccc !important;
    text-decoration: underline;
    cursor: pointer;
}

.kanopy-buy-now-dropdown > .menu > .item .button {
    font-size: 13px;
    line-height: 1;
    color: #e8e8e8 !important;
    padding: 10px 14px;
    background-color: #2a2a2a;
    border: 1px solid #4c4a4a;
}

.kanopy-buy-now-dropdown > .menu > .item .button:hover:not(.disabled) {
    border: 2px solid #de3f00;
    cursor: pointer;
}

.kanopy-buy-now-dropdown > .menu > .item .button.disabled {
    opacity: 0.5;
    cursor: default;
}

.kanopy-buy-now-dropdown .item:nth-of-type(2) .buy-now {
    margin: 0;
}

.section-product .product.start-watching-button {
    margin: auto;
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    float: right;
}

.section-product .product.title-and-basic-info {
    margin-top: 1em;
    display: block;
}

.section-product .product.basic-info {
    display: flex;
    color: gray;
    margin-top: 1em;
    margin-bottom: 1em;
}

.section-product .product.basic-info.year {
    padding-right: 1.7em;
    align-items: center;
}

.section-product .product.basic-info.cc {
    padding-left: 1.7em;
    padding-right: 1.7em;
    border-left: 1px solid gray;
    align-items: center;
}

.section-product .product.basic-info.cc .icon-caption > img {
    transform: translateY(2px);
}

.section-product .product.basic-info.duration {
    padding-left: 1.7em;
    padding-right: 1.7em;
    border-left: 1px solid gray;
    align-items: center;
}

.section-product .product.basic-info.ppr {
    padding-left: 1.7em;
    padding-right: 1.7em;
    border-left: 1px solid gray;
    align-items: center;
}

.section-product .product.basic-info.classification {
    padding-left: 1.7em;
    border-left: 1px solid gray;
    align-items: center;
}

.section-product .ui.grid.features {
    margin-top: 0px;
    display: block;
}

.section-product .product.features.header-and-value {
    display: block;
    margin-bottom: 1.5em;
    padding: 0;
}

.section-product .product.features.header {
    margin-bottom: .5em;
    color: gray;
}

.section-product .product.features.value {
    color: white;
}

.section-product .product.features.value a {
    text-decoration: underline;
}

.section-product .read-more-v2 {
    padding-bottom: 3em;
}

.section-product .product-body {
    padding-bottom: 30px;
}

.section-product .product-body > p {
    line-height: 1.6;
}

.section-product .ui.grid:not(.buy-now) {
    margin-top: 0;
}

.section-product .ui.card.video-thumb-card {
    width: 100%;
}

.section-product .panel_content_subitems {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.section-product .product.info .ui.stackable.grid > .wide.column {
    padding-top: 0;
}

.section-product .panel_content_subitems a > .panel_content_subitem.title {
    text-decoration: underline;
}

.section-product .panel_content_subitems > h3 {
    margin-left: 1rem;
    margin-bottom: 0;
}

.section-product .panel_content_subitems .image {
    padding-bottom: 0.3em;
}

.section-product .panel_content_subitem.episode {
    color: gray;
    font-weight: bold;
}

.section-product .panel_content_subitem.title {
    font-weight: bold;
    color: white;
}

.section-product .panel_content_subitem.running_time {
    color: gray;
    padding-top: 0.3em;
    font-weight: bold;
}

/* From 1440px and going up */
@media only screen and (min-width: 1440px) {
    .section-product .panel_content_subitems {
        margin-left: -10rem !important;
        margin-right: -10rem !important;
    }
}

/* From 992px and going up */
@media only screen and (min-width: 992px) {
    .section-product #bg-image:after {
        height: 300px;
        background: linear-gradient(to bottom, rgba(12,12,12,0) 0%,rgba(12,12,12,1) 100%);
    }
}

/* From 768px and going up */
@media only screen and (min-width: 768px) {
    .section-product #bg-image:after {
        width: 100vw;
        height: 600px;
        content: '';
        background: linear-gradient(to bottom, rgba(12,12,12,0) 30%,rgba(12,12,12,1) 100%);
        display: block;
        position: absolute;
        bottom: 0;
    }
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .section-product #bg-image {
        min-height: 600px;
    }

    .section-product .ui.grid.items {
        margin: 0 !important;
    }

    .section-product .panel_content_subitems .ui.grid.items .column {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

/* Mobile Only */
@media only screen and (max-width: 767px) {
    .section-product .kids-tag {
        margin-right: 10px !important;
        margin-top: 10px !important;
        height: 34px !important;
        width: 76px !important;
    }

    .section-product .ui.header.title {
        font-size: 2.0em;
    }

    .section-product .product.info {
        padding-bottom: 40px;
    }

    .section-product .ui.header.title .sub.header {
        font-size: 0.55em;
    }

    .section-product .ui.header.author {
        font-size: 1em;
        margin-bottom: 1.2em;
    }

    .section-product .product.ribbon {
        display: block;
    }

    .section-product .product.start-youtube-trailer,
    .section-product .product.start-youtube-trailer > * {
        width: 100%;
        text-align: left;
    }

    .section-product .product.start-watching-text,
    .section-product .product.start-youtube-trailer,
    .section-product .product.start-watching-button {
        margin: auto;
        padding: 1em;
        float: none;
    }

    .section-product .product.start-youtube-trailer,
    .section-product .product.start-watching-button {
        padding-top: 0;
        text-align: left;
    }

    .section-product .product.title-and-basic-info {
        margin-top: 2em;
    }

    .section-product .product.basic-info {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1;
    }

    .section-product .product.info {
        background-color: rgba(0, 0, 0, 1);
    }

    .section-product .ui.stackable.grid > .wide.column,
    .section-product .ui.segment {
        padding: 0 !important;
    }

    .section-product .ui.container,
    .section-product .ui.grid,
    .section-product .ui.segment.product {
        margin: 0 !important;
    }

    .section-product .product.info .ui.stackable.grid > .wide.column {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .section-product .ui.grid.items {
        margin: 0 0.5em !important;
    }

    .section-product .panel_content_subitems .ui.grid.items > .column:not(.row):nth-child(odd) {
        padding-right: 0.5em;
    }

    .section-product .panel_content_subitems .ui.grid.items > .column:not(.row):nth-child(even) {
        padding-left: 0.5em;
    }
}
/*
* }}} NODE: Product
*/

/*
 * Node video-panel {{{
 */
.node .video-panel .close {
    float: right;
}

/*
 * }}} Node video-panel
 */

/*
 * Share card {{{
 */
#video-panel-share h4 {
    margin: 0;
}

/*
 * }}} Share Card
 */

/*
 * Segments {{{
 */
.ui.inverted.black.segment {
    background-color: #0E0E0E !important;
    border: 1px solid #232323 !important;
}

.ui.inverted.black.segment .ui.toggle.checkbox input:focus:checked ~ .box,
.ui.toggle.checkbox input:focus:checked ~ label {
    color: inherit !important;
}

/*
 * }}} Segments
 */

/*
* MLT lists {{{
*/
.loadmore {
    font-size: 1.3em;
    text-align: center;
}
/*
* }}} MLT lists
*/

/*
* Welcome {{{
*/
.section-welcome {
    background: url(/images/bg/bg_welcome.jpg) top center no-repeat;
    text-align: center;
}
.section-welcome #content-area {
    background-color: transparent !important;
}
.section-welcome .vp-branding {
    display: none;
}
.section-welcome .ui.fluid.container {
    font-size: 1.2em;
}
.section-welcome .ui.header {
    color: white !important;
}
.section-welcome #centered-box {
    background-color: rgba(0, 0, 0, .6);
    padding: 1.5em;
    margin-top: 10%;
}
.section-welcome #centered-box p a {
    color: #CCCCCC;
    text-decoration: underline;
}
.section-welcome footer {
    margin-top: 10% !important;
}
.section-welcome footer hr {
    visibility: hidden;
}
/*
* }}} Welcome
*/

/*
* WAYF {{{
*/
.section-wayf .l-main,
.section-wa .l-main ,
.section-slq .l-main {
    background: url(/images/bg/bg_welcome.jpg) center top no-repeat;
    background-size: 100%;
    padding: 6em 0;
}
.in-app-browser.section-wayf #content-area,
.in-app-browser.section-wa #content-area,
.in-app-browser.section-slq #content-area {
    background: transparent;
}
.section-wayf #content-area h1,
.section-wa #content-area h1,
.section-wayf #content-area h2,
.section-wa #content-area h2,
.section-slq #content-area h1,
.section-slq #content-area h2 {
    color: white !important;
}
.section-wayf #content-area h1,
.section-wa #content-area h1 ,
.section-slq #content-area h1 {
    font-size: 2.5em;
    margin-bottom: 1em;
}
.section-wayf #content-area h2,
.section-wa #content-area h2 {
    font-size: 1.5em;
}
.section-wayf .ui.card.video-thumb-card {
    margin: auto !important;
    background-color: #2B2B2B !important;
}
.section-wayf #content-area form {
    margin-bottom: 6em;
}
.section-wayf .redirect-to-vp {
    text-align: center;
}
.section-wayf .redirect-to-vp .text {
    margin: 1em;
    font-size: 1.5em;
    line-height: 1.5em;
}
.section-wayf .redirect-to-vp .fa-spinner {
    display: block;
    font-size: 4em;
    color: orange;
    margin-bottom: .2em;
}
.section-wayf .section {
    margin: 0 0 2.5em 0;
}
.section-wayf table {
    margin: 3em 0 !important;
}
.section-wayf .section-footer,
.section-wa .section-footer,
.section-slq .section-footer{
    margin-top: 6em;
}
.ui.search.wayf .results {
    width: 100%;
}
/*
* }}} WAYF
*/

/*
* WebAuth identity overlay {{{
*/
body.section-identity {
    background-color: #1a1a1a !important;
}
.section-identity .vp-name {
    margin: .5em 0 1.5em 0;
}
.section-identity .logo {
    width: 200px;
}
/*
* }}} WebAuth identity overlay
*/

/*
* Contact us {{{
*/
.section-contact .addresses .header {
    margin-bottom: .3em !important;
    font-size: 1.2em;
}
/*
* }}} Contact us
*/

/*
 * Search widgets tab {{{
 */
.search-widget iframe {
    border: 1px solid gray;
}
/*
 * }}} Search widgets tab
 */

/*
 * Recently Viewed tab {{{
 */
#viewing_history_toggle_wrapper.toggle.checkbox {
    font-size: 1.1em;
}
#viewing_history_toggle_wrapper.ui.toggle.checkbox input:checked ~ .box:before,
#viewing_history_toggle_wrapper.ui.toggle.checkbox input:checked ~ label:before{
    background-color: #21ba45 !important;
}
/*
 * }}} Recently Viewed tab
 */

/*
 * Analytics master filters {{{
 */
#ks-time-period-selector-form {
    margin: 0 0 15px 0;
    float: right;
}

#ks-time-period-selector-form .to {
    margin: 0 .5em;
}

.timeselector .form-item {
    display: inline;
}

.timeselector #date_start-wrapper input,
.timeselector #date_end-wrapper input {
    width: 150px;
    margin-bottom: 0;
}

.picker:focus {
    outline: none;
}

.timeselector .date-picker-control {
    top: 10px;
}
/*
 * }}} Analytics master filters
 */

/*
 * No Results widget {{{
 */
.no-results-meh {
    text-align: center;
    color: gray;
}

.no-results-meh i {
    font-size: 4em;
    margin-top: 0.3em;
}

/*
 * }}} No Results widget
 */

/*
 * Analytics Tab {{{
 */
.section-user .analytics-ng .active-filters .item {
    padding: .5em;
}

.section-user .analytics-ng .active-filters i {
    padding-left: .5em !important;
}

.section-user .analytics-ng .no-data {
    text-align: center;
    color: #A9A7A7;
    border: 3px dashed #D4D2D2;
    font-size: 2em;
    padding: 2em;
    margin: .5em;
}

.section-user .analytics-ng .no-data i {
    margin-right: .5em;
}

.section-user .analytics-ng .no-data span {
    font-size: .5em;
    display: block;
    margin-top: 1em;
}

.analytics-ng .report-visitors .media {
    margin-left: 4em;
}

.analytics-ng .report-visitors .media > .pull-left {
    width: 100px;
    color: gray;
}

.analytics-ng .report-visitors .visit-date,
.analytics-ng .report-visitors .visit-attributes {
    font-size: .75em;
}

.analytics-ng .report-visitors .accordion {
    margin-top: 2em;
}

.analytics-ng .report-visitors a.accordion-toggle {
    color: inherit;
}

.analytics-ng .report-visitors .accordion em {
    font-size: 1.3em;
}

.analytics-ng .report-visitors ul ul {
    margin-left: 1em;
}

.highcharts-tooltip > span {
    background-color: black;
    padding: 1em;
}

/*
 * }}} Analytics Tab
 */

/*
 * JS DataTables {{{
 */
table.dataTable.inverted tbody tr {
    background-color: inherit;
}

.dataTables_wrapper {
    margin-top: 2em;
}

.dataTables_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #333333;
    color: #d4d3d3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none;
    background: orange !important;
    color: white !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
}

.dataTables_wrapper .dataTables_export,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_export,
.dataTables_wrapper .dataTables_length {
    margin-right: 2em;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    margin-top: 0.5em;
}

.dataTables_wrapper .dataTables_export {
    padding-top: 3px;
    margin-bottom: 1em;
}

.dataTables_export label,
.dataTables_length label,
.dataTables_filter label {
    font-size: .9em;
    color: #9C9C9C;
}

.dataTables_wrapper .dataTables_info {
    color: #9C9C9C;
}

.dataTables_length select,
.dataTables_length input,
.dataTables_filter select,
.dataTables_filter input {
    display: inline;
    font-size: .9em;
    margin-bottom: 0;
}

.dataTables_length select,
.dataTables_filter input {
    display: inline;
    font-size: .9em;
    margin-bottom: 0;
    padding: 0.2em;
}

.dataTables_length select {
    border: 0;
    background-color: #E6E6E6;
}

/*
 * }}} JS DataTables
 */

/*
 * Error page {{{
 */
.section-error #content-area {
    background: url(/error-pages/bg_error_page.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}

#error-page {
    margin: 5em 0;
    font-size: 130%;
}

#error-page h2 {
    margin-top: 0;
}

#error-page div.icon {
    font-size: 5em;
    padding-top: .9em;
    font-weight: bold;
}

#error-page .secondary.msg {
    margin: 1em 0;
}

/* Mobile Only */
@media only screen and (max-width: 767px) {
    #error-page {
        margin: 2em 0;
    }

    #error-page div.icon {
        font-size: 2.5em;
    }
}

/*
 * }}} Error page
 */

/*
 * Tooltip / Popup {{{
 */
.ui.inverted.popup,
.ui.inverted.popup:before {
    background-color: black !important;
}

/*
 * }}} Tooltip / Popup
 */

/*
 * Calendar date picker {{{
 */
.picker__holder select {
    width: auto !important;
    display: inline-block !important;
}

/*
 * }}} Calendar date picker
 */

/*
* UI Cards {{{
*/
.ui.cards > .card.video-thumb-card, .ui.card.video-thumb-card {
    background-color: #2B2B2B;
    box-shadow: none;
}
.ui.cards > .card.video-thumb-card > .content > a.header,
.ui.card.video-thumb-card > .content > a.header {
    color: white;
}
.ui.cards > .card.video-thumb-card > .content > .description,
.ui.card.video-thumb-card > .content > .description {
    color: rgba(255, 255, 255, 0.68);
}
.ui.cards > .card.video-thumb-card .meta, .ui.card.video-thumb-card .meta {
    color: rgba(255, 255, 255, 0.4);
}

/*
* }}} UI Cards
*/

/*
 * Cart {{{
 */
.ui.steps .step.active,
.ui.steps .step.active:after {
    background: #D0D0D0;
}

.ui.steps .step.active .title {
    color: rgba(0, 0, 0, 0.87);
}

.section-cart .uc-cart-empty i {
    font-size: 17em;
    color: #3A3939;
}

.section-cart .subtotal {
    text-align: right !important;
}

.section-cart .subtotal .uc-price {
    font-size: 1.5em;
}

.section-cart #cart-form-products .license-duration,
.section-cart #cart-form-products input[type='text'],
.section-kart form#ks-kart-form .license-duration,
.section-kart form#ks-kart-form .discount,
.section-kart form#ks-kart-form input[type='text']:not(.customer_size) {
    width: auto !important;
    padding: 5px !important;
    display: inline;
}

.section-kart form#ks-kart-form .bulk-discount,
.section-kart form#ks-kart-form .customer_size {
    width: 100% !important;
    padding: 5px !important;
}

#save-customer-size,
#apply-discount {
    position: absolute;
    bottom: 1rem;
}

.section-cart #cart-form-products,
.section-cart #cart-form-buttons,
.section-cart #checkout-form-bottom {
    border: none;
}

.section-cart .cart-form-links a.item {
    color: white !important;
}

.section-cart .order-review-table .pane-title-row,
.order-review-table .review-button-row {
    background-color: #444;
    border: none;
}

.section-cart #content-area .container {
    padding-bottom: 50px;
}
/*
 * }}} Cart
 */

/*
 * Statistics block {{{
 */
.ui.statistics a .label {
    text-decoration: underline;
}

.ui.statistics a .label i {
    text-decoration: none;
}

/*
 * }}} Statistics block
 */

/*
 * Search widgets {{{
 */
body.section-widget {
    min-width: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 10px !important;
}

.section-widget #admin-menu {
    display: none;
}

.section-widget .stripe-divider {
    position: absolute;
    bottom: 0;
}

.section-widget .search.widget.simple {
    font-size: 12px;
}

.section-widget .search.widget.simple .logo {
    width: 45%;
}

.section-widget .search.widget.simple .text {
    margin-top: -5px;
    margin-bottom: 5px;
    display: block;
}

.section-widget .search.widget.searchbox .logo,
.section-widget .search.widget.searchbox2 .logo {
    width: 45%;
}

.section-widget .search.widget.searchbox .text,
.section-widget .search.widget.searchbox2 .text {
    margin-bottom: 10px;
    display: block;
}

.section-widget .search.widget.mini .logo {
    width: 90%;
}

.section-widget .search.widget.mini input {
    width: 90%;
    margin: 2%;
}

/*
 * }}} Search widgets
 */

/**
* User account {{{
*/
.account-credit-status i {
    margin: 0 !important;
    color: white;
}

/**
* }}} User account
*/

/**
* Category Text banners {{{
*/
#hero-text-banner-section {
    margin-top: -1em;
    background-color: black;
}

#hero-text-banner-section h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    color: white !important;
    text-align: center;
}

/**
* Category Image banners {{{
*/
#hero-image-banner-section {
    margin-bottom: 0.5em;
}

#category-title-section .ui.grid {
    padding: 0 4%;
}

/**
* }}} Category banners
*/

/**
* User notifications {{{
*/
.notifications .ui.message {
    text-align: center;
}

.notifications .ui.message .krumo-node {
    text-align: left;
}

.notifications .ui.message.status {
    box-shadow: 0 0 0 1px #8ABC1E inset, 0 0 0 0 rgba(0, 0, 0, 0);
}

/**
* }}} User notification
*/

/**
* User notifications {{{
*/
#auth-modal,
#auth-modal iframe {
    text-align: center;
    font-size: 170%;
    color: white;
}

#auth-iframe .ui.form {
    font-size: 140%;
}

/**
* }}} User notification
*/

/*
 * WebShop Free Trial Page styling {{{
 */
#ks-webshop-free-trial .ui.input {
    color: #CCCCCC;
}

#edit-no-institution-checkbox-wrapper .description {
    display: inline;
}

/*
 * }}} WebShop Free Trial Page styling
 */

/*
 * SmartBanner Apps promotion {{{
 */
.smartbanner {
    z-index: 999 !important;
}
/*
 * }}} SmartBanner Apps promotion
 */


/**
* Featured in banner
*/
.featured-in {
    display: table !important;
}

.featured-in > div > img {
    width: 100%;
}

.featured-in > div {
    display: table-cell !important;
}

.webshop.front .featured-in-headers {
    position: relative;
    z-index: 100;
    margin-top: 3em;
}

.webshop.front .featured-in-headers .funky-title span {
    display: table;
}

@media screen and (max-width: 767px) {
    .featured-in > div {
        padding: 5px !important;
    }

    .featured-in {
        width: 95%;
    }

    .webshop.front .featured-in-headers {
        margin-left: 0em;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .featured-in > div {
        padding: 5px !important;
    }

    .featured-in {
        width: 85%;
    }

    .webshop.front .featured-in-headers {
        margin-left: 3em;
    }
}

@media screen and (min-width: 992px) {
    .featured-in > div {
        padding: 10px !important;
    }

    .featured-in {
        width: 85%;
    }

    .webshop.front .featured-in-headers {
        margin-left: 5em;
    }
}

/*
 * Datepicker (pickadate.js) {{{
 */
.picker__holder table td {
    padding: .1em !important;
}
.picker__holder select {
    padding: .2em !important;
    background-color: white !important;
}
/*
 * }}} Datepicker
 */

/*
 * Kanopy kids toggle {{{
 */
.kanopy-kids-toggle {
    padding-right: 30px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase !important;
}
.kanopy-kids-toggle.active {
    color: #DE3F00 !important;
}
/*
 * }}} Kanopy kids toggle
 */

/*
Darken multiple select when disabled
*/
select[multiple="multiple"][disabled] {
    opacity: 0.5;
}

/* Override default Simple Dropdown transition time to a longer value, because the original time is too quick */
.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu,
.ui.simple.dropdown .menu {
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

/* Hack to let the Dropdown displayed even if the cursor is over the gap between the Dropdown and the Menu */
.ui.simple.dropdown .menu:before {
  content: " ";
  display: block;
  position: absolute;
  height: 8px;
  top: -8px;
  left: 0;
  right: 0;
}

/* Override the #CCCCCC color inherited by body, body.pushable */
.mail_logger_wrapper {
    color: #000000;
}

/* Hack on the Video Analytics Page especially for long titles */
.report-single.report-videos h1.ui.header {
    font-size: 1.25em;
    max-width: 40rem;
}

/* Message box for license information on the Analytics page */

.ui.message.video-summary {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}

.ui.message.video-summary th {
    border-bottom: none;
}

.ui.message.video-summary td.key {
    padding-right: 20px;
}

.ui.message > table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
