:root {
    --printer-details-background-image-desktop: none;
    --printer-details-background-image-mobile: none;
}

.printer-details-background-image {
    min-height: 200px;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .printer-details-background-image {
        background-image: var(--printer-details-background-image-mobile);
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 768px) {
    .printer-details-background-image {
        background-image: var(--printer-details-background-image-desktop);
        background-repeat: no-repeat;
    }
}

.academy-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #000000 !important;
    background-color: #32C8FF !important;
    text-decoration: none;
    padding: 13px 26px 13px 26px;
    margin: 10px 5px 0 0;
    cursor: pointer;
    font-weight: normal;
    border-radius: 2px;
}

.academy-btn:hover {
    background-color: #30bef2 !important;
}

.academy-btn.btn-academy-orange {
    color: rgb(255, 255, 255);
    background-color: rgb(235, 96, 49);
}

.academy-btn.btn-academy-dark-blue {
    background-color: #183349;
    color: #FFFFFF;
}
.academy-btn.academy-dark-gray {
    background-color: #494949;
    color: #FFFFFF;
}
.academy-btn.academy-light {
    background-color: #F5F5F5;
    color: #173147;
}
.academy-btn.academy-light-gray {
    background-color: #707070;
    color: #173147;
}
img.academy-image-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.text-block__content.text-right {
    flex-direction: row-reverse;
}

.text-block__content img.text-right {
    margin-left: 0;
    margin-right: 50px;
}


/*ACADEMY STYLES*/
.main {
    margin-bottom: 0px !important;
    background-color: white;
}

/*academy-dark-blue*/
.academy-dark-blue, .academy-dark-blue .main-nav__list {
    background-color: #183349;
    color: #FFFFFF;
}

.academy-dark-blue .list__item a, .academy-dark-blue h3, .academy-dark-blue h1,
.academy-dark-blue .text-block__content p, .academy-dark-blue .text-block__content li,
.academy-dark-blue .text-block__content div.printer-details-text,
.academy-dark-blue .text-block__content div.printer-details-text p {
    color: #FFFFFF;
}

.academy-dark-blue .text-block__content li a {
    color: grey;
}

/*END academy-dark-blue*/

/*academy-dark-gray*/
.academy-dark-gray, .academy-dark-gray .main-nav__list {
    background-color: #000000;
    color: #FFFFFF;
}

.academy-dark-gray .list__item a, .academy-dark-gray h3, .academy-dark-gray h1,
.academy-dark-gray .text-block__content p, .academy-dark-gray .text-block__content li,
.academy-dark-gray .text-block__content div.printer-details-text,
.academy-dark-gray .text-block__content div.printer-details-text p {
    color: #FFFFFF;
}

.academy-dark-gray .text-block__content li a {
    color: grey;
}


/*END academy-dark-gray*/
/*academy-light*/
.academy-light, .academy-light .main-nav__list {
    background-color: #F5F5F5;
    color: #173147;
}

.academy-light .list__item a, .academy-light h3, .academy-light h1,
    .academy-light .text-block__content p, .academy-light .text-block__content li,
    .academy-light .text-block__content div.printer-details-text,
    .academy-light .text-block__content div.printer-details-text p {
        color: #173147;
    }

.academy-light .text-block__content li a {
    color: grey;
}

/*END academy-light*/
/*academy-light-gray*/
.academy-light-gray, .academy-light-gray .main-nav__list {
    background-color: #707070;
    color: #173147;
}

.academy-light-gray .list__item a, .academy-light-gray h3, .academy-light-gray h1,
.academy-light-gray .text-block__content p, .academy-light-gray .text-block__content li,
.academy-light-gray .text-block__content div.printer-details-text,
.academy-light-gray .text-block__content div.printer-details-text p {
    color: #173147;
}

.academy-light-gray .text-block__content li a {
    color: grey;
}

/*END academy-light-gray*/

/*academy-orange*/
.academy-orange, .academy-orange .main-nav__list {
    background-color: #E9613A;
    color: #FFFFFF;
}

.academy-orange .inputHolder.buttonInputs {
    color: grey;
}

.academy-orange .list__item a, .academy-orange h3, .academy-orange h1,
.academy-orange .text-block__content p, .academy-orange .text-block__content li,
.academy-orange .text-block__content div.printer-details-text,
.academy-orange .text-block__content div.printer-details-text p {
    color: #FFFFFF;
}

.academy-orange .text-block__content li a {
    color: grey;
}


/*END academy-orange*/

/*Academy Getting Started*/
.academy-getting-started .filter__body .card.card--download.card--download-video {
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
}

.academy-getting-started .filter__body .card__video-preview {
    max-width: 100%;
    position: relative;
}

.academy-getting-started .filter__body .card__video-preview img {
    max-height: 150px;
    height: 207px;
    width: 330px;
    object-position: center;
    object-fit: fill;
}

.academy-getting-started .filter__panel {
    display: none;
}

.academy-getting-started .grid__box .grid__box--size-12, .academy-getting-started .grid__box--size-m-4 .card--download.card--download-video .card__content.academy-border,  {
    border-radius: 2px;
    width: 100%;
}

.card--download.card--download-video .card__content {
    width: 100%;
}

.academy-getting-started .card__action-section .download-icon--wrapper.academy-wrapper {
    flex-direction: row;
    align-items: start;
    height: auto;
}

.academy-getting-started .academy-wrapper .download-icon.academy-btn {
    height: auto;
    width: auto;
    padding: 8px 24px 8px 24px;
    margin-left: 6px;
    margin-bottom: -5px;
}



.academy-getting-started .card__action-section .download-icon--wrapper.academy-wrapper a.academy-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(235, 96, 49);
    text-overflow: ellipsis;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

/*END Academy Getting Started*/

/*Academy Category Tile*/
.academy-category-tile .card--image .card__image {
    padding-bottom: 222px;
}
.academy-category-tile .card.card--image {
    padding: 0px;
    border-radius: 10px;
}
.academy-category-tile .card.card--image img{
    height: 222px;
    border-radius: 10px 10px 0 0px;
}

.academy-category-tile .card--image .card__content {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}

    .academy-category-tile .card--image .card__content .card__link {
        color: #173147;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.academy-category-tile .card--center .card__content {
    justify-content: flex-start;
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    height: 280px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}

.academy-category-tile .card--image .card__content .card__description {
    color: #173147;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    height: 60px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis_3_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.academy-category-tile .card--image .card__content .card_subtitle {
    color: #E9613A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 0 12px 0;
}

.academy-category-tile .card--image .card__content .card__button {
    padding-top: 32px
}
.academy-category-tile .card--image .card__content .card__button a.academy-btn {
    height: 32px
}

h3.academy-tile-container-header {
    padding-bottom: 32px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

div.academy-tile-container-discription {
    padding-bottom: 32px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .grid.grid--gap-30.academy-event-tiles {
        flex-direction: column
    }
    .grid__box.grid__box--size-4.academy-category-tile {
        max-width: 100%;
    }
}
/*END Academy Category Tile*/

/*HEADER BANNER*/

/*END HEADER BANNER*/

.header-banner .banner__main h3.subtitle {
    opacity: 1;
    color: #fff;
    font-weight: normal;
    font-size: 32px;
}

.header-banner .banner__main h2 {
    padding: 20px 0 50px 0;
}

@media screen and (max-width: 500px) {
    .header-banner .banner__main h3.subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .header-banner .banner__main h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .banner__content.header-banner {
        top: calc(33% + 55px);
    }
}

.header-banner .banner__main span.description {
    font-size: 32px;
    font-weight: normal;
    opacity: 0.7;
    line-height: 1.2em;
    margin-bottom: 40px;
}

.header-banner .banner__main a {
    margin-top: 60px;
}

.header-banner .banner__main a.right {
    float: right;
}

/*END ACADEMY STYLES*/

/*FIX PRINTER DETAILS TABLE FOR MOBILE*/

.responsive-table {
    overflow-x: auto;
}

/*END FIX PRINTER DETAILS TABLE FOR MOBILE*/

/*Sitecore Forms Mobile fixes*/
@media screen and (max-width: 471px) {
    .registration-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
        width: auto;
    }
    .registration-form .mktoForm .mktoButtonRow {
        width: auto;
    }
}


/*END Sitecore Forms Mobile fixes*/


.big_tile_card_ribbon-wrapper {
    z-index: 1;
}

.big_tile_card--big {
    position: relative;
    top: 0;
    left: 0;
}


/*TEN-1282*/

.video-duration-container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.video-duration {
    border-radius: 7px;
    color: white;
    padding: 15px;
    background: rgba(1,1,1,0.5);
    margin: 0;
    font-weight: 500;
}
.card__video-preview .video-duration-container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
}

.card__video-preview .video-duration {
    border-radius: 7px;
    color: white;
    padding: 5px;
    background: rgba(1, 1, 1, 0.5);
    margin: 0;
    font-weight: 500;
}

/*END TEN-1282*/

.search-box__button.disabled {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.2);
}

.skeleton .line {
    height: 12px;
    margin-bottom: 6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

.skeleton .icon {
    width: 30px;
    height: 26px;
    margin: 0 5px;
}

.skeleton .w780 {
    width: 780px;
}
.skeleton .w485 {
    width: 485px;
}
.skeleton .w275 {
    width: 275px;
}
.skeleton .w150 {
    width: 150px;
}
.skeleton .h36 {
    height: 36px;
}
.skeleton .h32 {
    height: 32px;
}
.skeleton .h28 {
    height: 28px;
}
.skeleton .h24 {
    height: 24px;
}
.skeleton .h20 {
    height: 20px;
}
.skeleton .h15 {
    height: 15px;
}
.skeleton .m-top-15 {
    margin-top: 15px;
}
.skeleton .m-bottom-15 {
    margin-bottom: 15px;
}
.skeleton .m-right-0 {
    margin-right: 0;
}

.page-info time.last-updated {
    float: right;
    font-style: italic;
    color: #999999;
}


/*Colored field*/
.highlight-callout-green, .highlight-callout-red, .highlight-callout-yellow, .highlight-callout-blue, .highlight-callout-grey {
    border-left: 5px solid;
    color: #333;
    font-size: 14px;
    padding: 8px 16px 8px 16px;
}

.highlight-callout-green {
    background: #e5fadc;
    border-color: #bbdaaf;
}

.highlight-callout-red {
    background: #fde8e8;
    border-color: #e7aaaa;
}

.highlight-callout-yellow {
    background: #fffcd5;
    border-color: #e7dca4;
}

.highlight-callout-blue {
    background: #e8f4ff;
    border-color: #bed1e6;
}

.highlight-callout-grey {
    background: #f1f1f1;
    border-color: #cfcfcf;
}
/*END Colored field*/

/*Bubble styles*/

.left-bubble-highlighted-red {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #F43;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 16px;
}

.left-bubble-highlighted-yellow {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #fff133;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 16px;
}


.left-bubble-highlighted-grey {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #999;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 16px;
}

.left-bubble-highlighted-green {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #33ff6a;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 16px;
}

.left-bubble-highlighted-blue {
    float: left;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 4px 9px;
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    color: #fff;
    background: #3383ff;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 16px;
}

/*End Bubble styles*/

/*GRABCAD Styles*/

.grabcad-styled .text-block__content p, .grabcad-styled .text-block__content li {
    font-size: 14px;
    line-height: 21.7px;
}

.grabcad-styled h1 {
    font-weight: bold;
    margin-top: 0;
    font-size: 32px;
    line-height: 1.2em;
}

.grabcad-styled h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
}

.grabcad-styled h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}

.grabcad-styled h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}

.grabcad-styled h5 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.grabcad-styled h6 {
    font-size: 18px;
    line-height: 1.2em;
}

.grabcad-styled a {
    color: #32C8FF;
}

.grabcad-styled a {
    color: #32C8FF;
}

.grabcad-styled a:hover {
    text-decoration: underline;
}

div.bubble-area span.left-bubble-highlighted-red,
div.bubble-area span.left-bubble-highlighted-yellow,
div.bubble-area span.left-bubble-highlighted-grey,
div.bubble-area span.left-bubble-highlighted-green,
div.bubble-area span.left-bubble-highlighted-blue {
    margin-left: -50px;
}

.grabcad-styled div.bubble-area {
    margin-left: 50px;
    padding-top: 20px;
}

.grabcad-styled table th, .grabcad-styled table tr td {
    border: none !important;
    border-top: 1px solid #e2e2e2 !important;
    padding: 8px !important;
    line-height: 21.7px;
    vertical-align: top;
}

.grabcad-styled table {
    border: none !important;
}

.grabcad-styled p iframe {
    max-width: 100%;
}

/*End GRABCAD Styles*/
.card__video .vidyard-player-container {
    display: block !important;
}

.card__image.card__video {
    padding-bottom: 0;
    display: flex;
}


.ui-widget-overlay {
    position: fixed !important;
    background: #aaaaaa !important;
    opacity: 0.3 !important;
}
.semantic-container {
    display: flex;
    font-size: 13px;
    line-height: 25px;
    color: #7A7A7A;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.grid__box--size-m-4 .semantic-container {
    flex-direction: column;
}

.semantic-container .video-voiceover {
    padding-left: 24px;
    position: relative;
    margin-right: 10px;
}

.semantic-container .video-voiceover:before {
    mask-image: url(/assets/icons/video_sound_icon.svg);
    content: ' ';
    height: 16px;
    position: absolute;
    width: 16px;
    left: 0;
    top: 4px;
    background-color: #7A7A7A;
}

.semantic-container .video-subtitle:before {
    mask-image: url(/assets/icons/video_subtitle_icon.svg);
    content: ' ';
    height: 16px;
    position: absolute;
    width: 16px;
    left: 0;
    top: 5px;
    background-color: #7A7A7A;
}

.semantic-container .video-subtitle {
    padding-left: 24px;
    position: relative;
}

.semantic-container .result__description span {
    margin-left: 5px; 
    margin-right: 5px; 
}

.image-title__content a.card__link {
    padding: 10px;
}


/*LOCALIZTION DROPDOWN*/
div.localization-dropdown {
    cursor: pointer;
    margin-left: 10px;

    position: relative;
}

div.localization-dropdown div.localization-dropdown-selected-status {
    padding-top: 1px;
    line-height: 20px;
    color: #000;
    font-style: italic;
    font-size: 18px;
}

div.localization-dropdown div.localization-dropdown-selected-status:after {
    top: 13.5px;
    right: -4px;
    border-top: solid 5px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    position: relative;
    content: '';
}

div.localization-dropdown div.localization-dropdown-selected-status span.localization-dropdown-globe-icon {
    background: white;
    mask-image: url(/assets/icons/globe.svg);
    background-color: #000;
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    top: 1px;
    left: 0;
    float: left;
    margin-right: 1px;
    margin-top: 1px;
}

div.localization-dropdown ul.localization-dropdown-list {
    background-color: rgb(255, 255, 255);
    list-style: outside none;
    margin: 0px;
    overflow: hidden auto;
    padding: 0px;
    position: absolute;
    border: 1px solid rgb(218, 217, 215);
    z-index: 2;

    top: 100%;
    bottom: auto;
    position: absolute;
    left: 0;
    z-index: 10;
}

div.localization-dropdown ul.localization-dropdown-list li {
    display: block;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    color: #6E6E6F;
    white-space: nowrap;
}

div.localization-dropdown ul.localization-dropdown-list li:hover {
    color: #FFF;
    background-color: #aaa;
}

div.localization-dropdown ul.localization-dropdown-list.dropdown-up {
    top: auto;
    bottom: 100%;
}


/*END LOCALIZTION DROPDOWN*/