@import url("https://assets.stahls.com/stahls/StahlsGlyphs/style.css");

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Test Styles 2022

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
#search-term {
    border-radius: 3px 0 0 3px;
    border-right: none;
    height: 30px;
    width: calc(100% - 40px);
}

#search-term:focus ~ button {
    background-color: #f0f0f0;
}

#search-term:focus ~ button:before {
    color: #999;
}

#search-button {
    background-color: #fff;
    border: 1px solid #707070;
    border-left: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 40px;
}

#search-button:before {
    color: #ccc;
    content: "\e90c";
    font-family: "StahlsGlyphs";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#search-button:hover:before, #search-term:focus ~ button:hover:before {
    color: #333;
}

#request-filter, #request-sort {
    height: 30px;
    margin-left: 10px;
}

#request-sort {
    /* display: none; */
}

.search-clear {
    border: 1px solid #707070;
    cursor: pointer;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}

.service-requests {
    margin: 0 auto;
    max-width: 1160px;
}

.service-requests-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1160px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
}

.service-requests-header > div {
    display: flex;
    flex-wrap: nowrap;
    width: 225px;
}

.service-requests-submit {
    display: inline-block;
    background-color: #fdc82f;
    color: #00172b;
    font-weight: 700;
    height: 49px;
    padding: 13px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 1;
}

.service-requests-submit:hover {
    background-color: #d59d00;
}

.service-requests-table {
    border: 1px solid #eaeaea;
    border-spacing: 0;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}

.service-requests-table thead tr {
    background-color: #666;
    color: #fff;
}

.service-requests-table thead th {
    cursor: default;
    font-size: 20px;
    font-weight: 600;
    height: 42px;
    padding: 5px 12px;
    text-align: left;
}

.service-requests-table tbody tr {
    cursor: pointer;
    height: 42px;
}

.service-requests-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.service-requests-table tbody tr:nth-child(even) {
    background-color: #eaeaea;
}

.service-requests-table tbody td {
    padding: 5px 18px;
    text-transform: none;
}

.service-requests-table tbody td strong {
        display: none; 
}

.service-requests-table tbody td:nth-child(1) {
    width: 16%;
}

.service-requests-table tbody td:nth-child(2) {
    height: 42px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-requests-table tbody td:nth-child(3) {
    width: 20%;
}

.service-requests-table tbody td:nth-child(4) {
    width: 15%;
}

.service-requests-table tbody td:nth-child(5) {
    width: 8%;
}

.service-requests-table tbody td:nth-child(6) {
    width: 16%;
}

.service-message {
    display: none;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 1160px;
    padding-top: 10px;
}

.service-message span {
    display: inline-block;
    line-height: 1.2;
}

.service-message a {
    color: #0065bd;
    text-decoration: underline;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Modal Styles 2022

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.ui-dialog {
    width: 750px !important;
}

.ui-dialog-title {
    color: #00172b;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.service-requests-details-table tbody td {
    padding: 5px 0;
}

.service-requests-details-table tbody td > span {
    text-transform: none;
}

.service-requests-details-table tbody td > span ul {
    list-style: disc;
    padding-left: 30px;
}

.service-requests-details-table tbody td > span ol {
    list-style: decimal;
    padding-left: 30px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Support Page Pagination

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.pagination-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1.125rem;
    --bs-pagination-color: #909090;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #ccc;
    --bs-pagination-border-radius: 0;
    --bs-pagination-hover-color: #0a58ca;
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #ccc;
    --bs-pagination-focus-color: #0a58ca;
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0056bd;
    --bs-pagination-active-border-color: #0056bd;
    --bs-pagination-disabled-color: #ccc;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #ccc;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    width: auto;
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.page-link {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
    color: var(--bs-pagination-active-color);
    cursor: text;
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    z-index: 3;
}

.disabled > .page-link, .page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    cursor: text;
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Account Icons

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.dealer-nav-box a > span {
    display: block;
    padding: 4px 0 10px;
    text-align: center;
}

.acc-box-inner a > span {
    display: block;
    padding: 5px;
}

.dealer-nav-box a > span:before, .acc-box-inner a > span:before {
    font-size: 40px;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Chatbot 2022

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@-webkit-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.scroll-back-button {
    left: 20px;
    right: auto;
}

#chatbot-iframe {
    height: 410px;
}

.chatbot {
    background-color: #0065bd;
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 58px;
    box-shadow: 1px 4px 6px 0 rgba(0,0,0,0.30);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 85px;
    right: 20px;
    padding: 15px;
    position: fixed;
    text-align: center;
    transition: all 0.14s ease-in;
    width: 85px;
    z-index: 100;
}

.chatbot:before {
    content: "\e95b";
    display: none;
    font-family: 'StahlsGlyphs';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.chatbot.active {
    border: 0px solid;
    height: 52px;
    width: 52px;
}

.chatbot.active > img {
    display: none;
}

.chatbot.active:before {
    display: inline-block;
}

.chatbot-welcome {
    background-color: #0065bd;
    border: 3px solid #fff;
    border-radius: 12px;
    bottom: 160px;
    box-shadow: 1px 4px 6px 0 rgba(0,0,0,0.30);
    color: #fff;
    cursor: default;
    display: none;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 380px;
    padding: 12px 18px;
    position: fixed;
    right: 20px;
    text-transform: none;
    z-index: 1500;
}

.chatbot-welcome-close {
    background-color: #0065bd;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 4px 6px 0 rgba(0,0,0,0.30);
    cursor: pointer;
    height: 24px;
    padding: 6px 2px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 24px;
    z-index: 10;
}

.chatbot-welcome-close:before {
    display: inline-block;
    content: "\e95b";
    font-family: 'StahlsGlyphs';
    font-size: 8px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.chatbot-welcome-close:hover {
    background-color: #00172b;
}

.chatbot-welcome.activated {
    display: block;
    opacity: 0;
    -webkit-animation: fading ease-in 0.5s 1s 1;
    animation: fading ease-in 0.5s 1s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.chatbot-window {
    background-color: #fff;
    border-radius: 15px 15px 0 15px;
    bottom: 220px;
    box-shadow: 1px 4px 6px 0 rgba(0,0,0,0.26);
    display: none;
    height: 500px;
    max-width: 400px;
    /* overflow: hidden; */
    position: fixed;
    right: 20px;
    width: 450px;
    z-index: 2000;
}

.chatbot-window:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M319.67,99.78s-16.72-11.75-35.11-23.2c-21.21-13.21-47.92-25.42-56.05-28.8-10.53-4.38-26.59-9.99-42.58-15.12-14.83-4.76-29.61-9.1-39.88-11.65s-26.13-6.4-36.69-8.38c-8.36-1.56-30.56-4.74-38.98-5.93C52.88,4.21,0,0,0,0H320l-.33,99.78Z"/></svg>');
    bottom: -100px;
    content: "";
    display: block;
    filter: drop-shadow(3px 4px 1px rgba(0,0,0,0.16));
    height: 100px;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 10;
}

.chatbot-window > iframe {
    border-radius: 15px 15px 0 15px;
}

.chatbot-heading {
    background-color: #0065bd;
    border-radius: 15px 15px 0 0;
    height: 90px;
}

.chatbot-heading h1 {
    align-items: center;
    color: whitesmoke;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-family: Segoe UI;
    height: 90px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 24px;
}

.chatbot-heading h1 > img {
    width: 60px;
}

.chatbot-heading h1 > span {
    display: inline-block;
    font-size: 24px;
    padding-left: 15px;
}

.chatbot-heading h1 > span > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.languageSelect {
    display: none;
    font-size: 22px;
    position: relative;
    text-transform: none;
    z-index: 1;
}

.chatbot-default-lang {
    background: #ccc;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    min-height: 44px;
    padding: 6px 24px;
    position: relative;
    text-transform: none;
}

.chatbot-default-lang:before {
    content: "\e9ac";
    display: block;
    font-family: "StahlsGlyphs";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.chatbot-default-lang.opened:before {
    content: "\e9ab";
}

.chatbot-select-option {
    align-content: center;
    align-items: center;
    display: flex;
    background: #f4f4f4;
    color: #000;
    cursor: pointer;
    padding: 6px 24px;
}

.chatbot-select-option:hover {
    background: #ddd;
}

.chatbot-select-option > span {
    display: inline-block;
    padding-right: 8px;
}

.chatbot-select-option > span > img {
    display: block;
}

.chatbot-select-option .lang-name {
    padding-right: 35px;
    position: relative;
}

.chatbot-select-option.selected .lang-name:before {
    color: #0c0;
    content: "\e951";
    display: block;
    font-family: "StahlsGlyphs";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / FAQ Page 2022

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.page-title[data-page-info*="FAQ"], .page-title[data-page-info*="frequently-asked-questions"] {
    display: none;
}

.htx-search-container {
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    margin: 0 auto;
    max-width: 800px;
}

.htx-search-container .htx-search {
    background-color: #0065bd;
    border: none;
    color: #fff;
    font-family: din-2014-narrow;
    font-size: 20px;
    font-weight: 400;
    height: 70px;
    width: calc(100% - 170px);
}

.htx-search-container .htx-search::-webkit-input-placeholder {
    color: #ccc;
}

.htx-search-container .htx-search::-moz-placeholder {
    color: #ccc;
}

.htx-search-container .htx-search:focus {
    background-color: #0065bd;
}

.htx-search-container .search-clear {
    font-size: 20px;
    margin-left: 10px;
    height: 70px;
    width: 90px;
}

.htx-search-btn {
    background-color: #0065bd;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 70px;
    position: relative;
    width: 70px;
}

.htx-search-btn:before {
    content: "\e90c";
    font-family: "StahlsGlyphs";
    font-size: 26px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topic-faq-container {
    padding-bottom: 50px;
}

.topic-faq-container > h2 {
    font-family: din-2014-narrow;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 20px;
    text-align: center;
}

.topic-faq-container .htx-search-container {
    margin-top: 12px;
}

.topic-faq-container .htx-search-btn {
    pointer-events: none;
}

.htx-faq-list {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 15px;
    position: relative;
}

.htx-faq-list:before {
    background-color: #fdc82f;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top: -2px;
    width: 50px;
}

.htx-faq {
    font-family: din-2014-narrow;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.htx-faq:last-child {
    border-bottom: none;
}

.htx-faq sup, .htx-faq sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.htx-faq sub {
    bottom: -0.25em;
}

.htx-faq sup {
    top: -0.50em;
}

.htx-faq p {
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.htx-faq.no-results {
    font-size: 22px;
    font-weight: 400;
}

.htx-question, .htx-answer {
    position: relative;
}

.htx-question {
    background-color: #0065bd;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 20px 70px;
}

.htx-question.opened:after {
    content: "\e9ab";
}

.htx-answer {
    background-color: #f4f4f4;
    color: #707070;
    display: none;
    font-size: 18px;
    transition: max-height 0.60s linear;
}

.htx-answer a {
    text-decoration: underline;
}

.htx-answer p {
    padding: 20px;
    padding-left: 70px;
}

.htx-question:before, .htx-question:after, .htx-answer:before {
    content: "Q.";
    display: block;
    font-size: 46px;
    font-weight: 400;
    position: absolute;
    left: 16px;
    line-height: 1;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

.htx-question:after {
    content: "\e9ac";
    font-family: "StahlsGlyphs";
    font-size: 20px;
    left: auto;
    right: 16px;
}

.htx-answer:before {
    content: "A.";
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Ported / Videos Page 2022

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.videos-page {

}

.videos-page .image-text-overlay-container {
    margin-bottom: 15px;
}

.videos-page .image-overlay-secondary-text {
    display: block;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
    width: 88%;
}

.videos-page .tech-support-intro-paragraph {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 30px;
}

.videos-categories {
    max-width: 1200px;
    padding: 0 0 50px;
    text-align: center;
}

.videos-categories > span {
    border-right: 3px solid #00172b;
    display: inline-block;
    margin-bottom: 18px;
    padding: 2px 10px 0;
}

.videos-categories > span:first-of-type {
    padding: 2px 10px 0 0;
}

.videos-categories > span:last-of-type {
    border-right: none;
    padding: 2px 0 0 10px;
}

.videos-category-link {
    color: #0065bd;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
}

.videos-category-link:hover {
    color: #00172b;
}

.videos-list h2 {
    border-bottom: 1px solid #707070;
    color: #0065bd;
    display: block;
    font-size: 35px;
    font-weight: 600;
    margin: 0 auto 40px;
    max-width: 1040px;
    padding: 0 30px 20px;
    position: relative;
    text-align: center;
}

.videos-list h2:before {
    background-color: #fdc82f;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 50px;
}

.view-more-vids {
    display: none;
    /* background-color: rgba(0, 255, 0, 0.3); */
    text-align: center;
    width: 100%;
}

.view-more-vids > span {
    background-color: #fdc82f;
    color: #00172b;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
    width: 128px;
}

.view-more-vids.disabled {
    pointer-events: none;
}

.view-more-vids > span:hover {
    background-color: #d59d00;
}

.broadcasts {
    color: #00172b;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 60px;
}

.broadcasts > div.video-item:nth-of-type(n+9) {
    display: none;
}

.video-item {
    flex-basis: 23%;
    margin: 0 1% 40px;
}

.video-item a {
    display: block;
    height: 180px;
    position: relative;
}

.video-item a:before {
    background-image: url(/themes/venture/content/img/play-circle.png);
    background-size: 45px 45px;
    content: "";
    display: block;
    height: 45px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    z-index: 1;
}

.video-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font: 600 16px 'din-2014-narrow', 'Fjalla One', sans-serif;
    overflow: hidden;
    padding-top: 8px;
    text-overflow: ellipsis;
}

.video-item img {
    border: 1px solid #707070;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.5;
}

.no-videos {
    color: #00172b;
    display: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.broadcasts .no-videos {
    display: block;
    width: 100%;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Home Page Template v20240828

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.theme-home-slider {
    background-color: #f4f4f4;
    margin-top: 106px;
    height: 600px;
}

.theme-home-slider .nivoSlider {
    height: 600px;
}

.theme-home-slider .nivoSlider img {
    display: block;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
}

.theme-home-slider .nivo-directionNav {
    bottom: 55px;
    height: 40px;
    left: 100px;
    position: absolute;
    top: auto;
    width: 280px;
}

.theme-home-slider .nivo-directionNav .nivo-prevNav,
.theme-home-slider .nivo-directionNav .nivo-nextNav {
    background: none;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    margin-top: 0;
    opacity: 1;
    top: auto;
    width: 40px;
}

.theme-home-slider .nivo-directionNav .nivo-prevNav:before,
.theme-home-slider .nivo-directionNav .nivo-nextNav:before {
    color: #fff;
    content: "\e9b3";
    font-family: "StahlsGlyphs";
    font-size: 32px;
    font-weight: 400;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.theme-home-slider .nivo-directionNav .nivo-nextNav:before {
    content: "\e9b4";
}

.theme-home-slider .nivo-directionNav .nivo-prevNav:hover:before,
.theme-home-slider .nivo-directionNav .nivo-nextNav:hover:before {
    color: #fdc82f;
}

.theme-home-slider .nivo-caption {
    background-color: #05345d;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    height: 100%;
    left: 0;
    line-height: 1.6;
    padding: 100px 80px;
    pointer-events: none;
    text-align: left;
    text-transform: none;
    width: 480px;
}

.theme-home-slider .nivo-caption h1 {
    color: #fdc82f;
    display: inline-block;
    font-family: din-2014-narrow;
    font-size: 48px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 25px;
    line-height: 1.1;
    text-transform: uppercase;
}

.theme-home-slider .nivo-caption h1 span {
    color: #fff;
}

.theme-home-slider .nivo-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.theme-home-slider .nivo-controlNav {
    left: 150px;
    margin-top: -98px;
    width: 180px;
    z-index: 10;
}

.theme-home-slider .nivo-controlNav a {
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.theme-home-slider .nivo-controlNav a.active {
    pointer-events: none;
}

/* Home Page: Why Hotronix */
.why-htx {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1340px;
    padding: 120px 30px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.why-htx h2, .why-htx h4 {
    color: #05345d;
    display: inline-block;
    font-family: 'din-2014', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.why-htx h3 {
    display: inline-block;
    color: #05345d;
    font-size: 26px;
    font-weight: 600;
    padding-top: 25px;
}

.why-htx h4 {
    font-size: 28px;
    padding: 40px 0 15px;
}

.why-htx p ~ p {
    font-size: 18px;
}

.why-htx sup, .why-htx sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

.why-htx sub {
    top: -0.25em;
}

.why-htx-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 60px;
    width: 100%;
}

.why-htx-features > div {
    width: 300px;
}

.why-htx-features > div img {
    display: block;
    filter: brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(1979%) hue-rotate(168deg) brightness(99%) contrast(101%);
    height: 140px;
    margin: 0 auto;
    width: 140px;
}

.why-htx-features > div img[src*="Innovators"] {
    padding: 8px;
}

.why-htx-features > div img[src*="USA"] {
    padding: 25px 12px 0;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    
    Hotronix Product Page Template v20240828

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.htx.product-essential {
    max-width: none;
    padding-top: 0;
}

/* HTX Product Section: Overview */
.htx-product-overview {
    background: #009fda;
    background: linear-gradient(90deg, rgba(0,159,218,1) 49%, rgba(5,52,93,1) 51%);
    min-height: 240px;
    padding: 0 30px;
}

.htx-product-overview > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1280px;
}

.overview-label, .overview-description {
    align-items: center;
    display: flex;
    padding: 30px 0;
    min-height: 240px;
}

.overview-label {
    background-color: #009fda;
    padding-right: 30px;
    width: 630px;
}

.overview-label h1 {
    color: #fff;
    display: block;
    font-family: 'din-2014', sans-serif;
    font-size: 38px;
    font-weight: 600;
}

.overview-label h2 {
    color: #05345d;
    font-family: 'din-2014', sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
}

.overview-label h1:not(:empty) ~ .additional-details h2 {
    padding-top: 15px;
}

.overview-description {
    background-color: #05345d;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    padding-left: 30px;
    text-transform: none;
    width: calc(100% - 630px);
}

.overview-description > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overview-description > div > p {
    line-height: 1.5;
}

.overview-media {
    height: 138px;
    overflow: hidden;
    width: 220px;
}

.overview-media > img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.overview-media .video-item {
    height: 100%;
    margin: 0;
}

.overview-media .video-item a {
    height: 100%;
}

.overview-media .video-item a:before {
    background-image: none;
    background-size: auto;
    color: #fdc82f;
    content: "\e927";
    font-family: "StahlsGlyphs";
    font-size: 60px;
    height: auto;
    width: auto;
    z-index: 2;
}

.overview-media .video-item a:after {
    background-color: rgba(5, 52, 93, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.overview-media .video-item a:hover:before {
    color: #05345d;
}

.overview-media .video-item a:hover:after {
    background-color: rgba(253, 200, 47, 0.6);
}

.overview-media + p {
    width: calc(100% - 260px);
}

/* HTX Product Section: Features */
.htx-product-features {
    padding: 100px 30px;
}

.htx-product-features-mobile {
    background-color: #009fda;
    color: #fff;
    display: none;
    font-family: 'din-2014', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    padding: 50px 30px;
    margin-top: 80px;
    text-align: center;
}

.htx-product-features > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
}

.features-menu {
    background-color: #fff;
    padding-bottom: 105px;
    position: relative;
    width: 285px;
}

.features-menu > a {
    align-items: center;
    border: 2px solid #fff;
    border-top: 2px solid #d9d9d9;
    color: #009fda;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    min-height: 85px;
    outline: 2px solid rgba(253, 200, 47, 0);
    padding: 12px 60px 12px 20px;
    position: relative;
    text-transform: none;
    transition: color .12s linear, outline .2s linear;
    z-index: 0;
}

.features-menu > a.current {
    border-top: 2px solid #fff;
    color: #05345d;
    outline: 2px solid rgba(5, 52, 93, 1);
    z-index: 2;
}

.features-menu > a:hover {
    border-top: 2px solid #fff;
    color: #fdc82f;
    outline: 2px solid rgba(253, 200, 47, 1);
    z-index: 1;
}

.features-menu a:before {
    color: #05345d;
    content: "\e9b4";
    display: block;
    font-family: "StahlsGlyphs";
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.features-menu > button {
    background-color: #05345d;
    border: 2px solid #05345d;
    bottom: 0;
    color: #fdc82f;
    font-family: 'din-2014', sans-serif;
    font-size: 28px;
    font-weight: 600;
    height: 80px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.features-menu > button:hover {
    background-color: #fdc82f;
    border: 2px solid #fdc82f;
    color: #05345d;
}

.features-gallery {
    background-color: #fff;
    width: 880px;
}

.features-gallery > figure {
    background-color: #999;
    border: 2px solid #d9d9d9;
    height: 515px;
    width: 880px;
}

.features-gallery > figure > img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.features-gallery-caption {
    align-items: center;
    background-color: #f4f4f4;
    border: 2px solid #d9d9d9;
    border-top: none;
    color: #05345d;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 100px;
    padding: 20px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.features-gallery-caption > span {
    display: block;
    text-align: center;
    width: 100%;
}

.features-gallery-caption ul li ~ li {
    padding-top: 8px;
}

/* HTX Product Section: Modules */
.htx-product-module {
    align-items: center;
    background-color: #009fda;
    color: #fff;
    display: flex;
    font-family: 'din-2014', sans-serif;
    font-size: 38px;
    font-weight: 600;
    min-height: 250px;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}

.htx-product-module ::-moz-selection {
    background: #222;
    color: #eee;
    text-shadow: none;
}

.htx-product-module ::selection {
    background: #222;
    color: #eee;
    text-shadow: none;
}

.htx-product-module + .htx-product-misc {
    margin-top: 50px;
}

.htx-product-module > div {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.htx-product-module > div > span {
    display: block;
    padding-bottom: 30px;
}

.htx-product-module > div > a {
    background-color: #05345d;
    border: 2px solid #05345d;
    color: #fdc82f;
    display: inline-block;
    font-size: 20px;
    padding: 12px 25px;
}

.htx-product-module > div > a:hover {
    background-color: #fdc82f;
    border: 2px solid #fdc82f;
    color: #05345d;
}

/* HTX Product Section: Quick Tabs */
.htx-tabs {
    margin: 0 auto;
    max-width: 1340px;
    padding: 150px 30px 95px;
}

.htx-tabs .productTabs {
    margin-bottom: 0;
}

.htx-tabs .ui-tabs .ui-tabs-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 80px;
    grid-auto-rows: 80px;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    text-align: left;
}

.htx-tabs .ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.htx-tabs .ui-tabs .ui-tabs-nav li a {
    align-items: center;
    background-color: #05345d;
    border: 2px solid #05345d;
    color: #fdc82f;
    display: flex;
    font-family: 'din-2014', sans-serif;
    font-size: 27px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    letter-spacing: 1px;
    padding: 0;
}

.htx-tabs .ui-tabs .ui-tabs-nav li a:hover {
    background-color: #fdc82f;
    border: 2px solid #fdc82f;
    color: #05345d;
}

.htx-tabs .ui-tabs-nav li.ui-state-active a {
    background-color: #fff;
    color: #05345d;
    padding: 0;
    pointer-events: none;
}

.htx-tabs .productTabs-body {
    border: 2px solid #05345d;
    margin-top: 38px;
    padding: 60px;
}

.htx-tabs .custom-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.htx-tabs .custom-tab > figure {
    border: 2px solid #d9d9d9;
    height: 435px;
    width: 435px;
}

.htx-tabs .custom-tab > figure > img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.htx-tabs .custom-tab > figure + .htx-specs {
    max-width: none;
    width: calc(100% - 515px);
}

.htx-specs {
    color: #05345d;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    max-width: 640px;
    text-align: left;
    width: 100%;
}

.htx-specs a {
    text-decoration: underline;
}

.htx-specs h3 {
    border-bottom: 2px solid #d9d9d9;
    color: #05345d;
    display: block;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 10px;
    text-transform: none;
}

.htx-specs h3 ~ h3 {
    padding-top: 35px;
}

.htx-specs ul {
    color: #05345d;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.htx-specs ul > li {
    display: block;
    padding-bottom: 8px;
}

.htx-specs > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

/* HTX Product Section: Testimonials */
.htx-slider-module {
    background-color: #f4f4f4;
}

.htx-slider-module .nivoSlider {
    height: 600px;
}

.htx-slider-module .nivoSlider img {
    display: block;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
}

.htx-slider-module .nivo-directionNav {
    bottom: 40px;
    height: 40px;
    left: 50%;
    position: absolute;
    top: auto;
    transform: translate(-50%,0);
    width: 120px;
    z-index: 10;
}

.htx-slider-module .nivo-directionNav .nivo-prevNav,
.htx-slider-module .nivo-directionNav .nivo-nextNav {
    /* background-color: #05345d; */
    background-color: #fdc82f;
    background-image: none;
    border-radius: 50%;
    /* color: #fdc82f; */
    color: #05345d;
    height: 40px;
    margin-top: 0;
    opacity: 1;
    top: auto;
    width: 40px;
}

.htx-slider-module .nivo-directionNav .nivo-prevNav:hover,
.htx-slider-module .nivo-directionNav .nivo-nextNav:hover {
    /* background-color: #fdc82f; */
}

.htx-slider-module .nivo-directionNav .nivo-prevNav:before,
.htx-slider-module .nivo-directionNav .nivo-nextNav:before {
    color: #05345d;
    content: "\e9b3";
    font-family: "StahlsGlyphs";
    font-size: 22px;
    font-weight: 400;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.htx-slider-module .nivo-directionNav .nivo-nextNav:before {
    content: "\e9b4";
}

.htx-slider-module .nivo-directionNav .nivo-prevNav:hover:before,
.htx-slider-module .nivo-directionNav .nivo-nextNav:hover:before {
    /* color: #05345d; */
}

.htx-slider-module .nivo-caption {
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    display: flex !important;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    height: 100%;
    left: 0;
    line-height: 1.4;
    padding: 90px 70px;
    pointer-events: none;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.htx-slider-module .nivo-caption > div {
    margin: 0 auto;
    max-width: 1024px;
}

.htx-slider-module .nivo-caption h3 {
    color: #fff;
    font-family: 'din-2014', sans-serif;
    font-size: 40px;
    font-weight: 600;
    overflow: hidden;
    padding-bottom: 25px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.85);
}

.htx-slider-module .nivo-caption p {
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.85);
}

.htx-slider-module .nivo-caption h6 {
    font-family: 'din-2014', sans-serif;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    padding-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.85);
}

/* HTX Product Section: NOP Scratch Overrides */
.htx-tabs .productTabs {
    background-color: #fff;
    padding-top: 0;
}

.htx-tabs .ui-tabs .ui-tabs-panel {
    background-color: #fff;
    padding: 0;
}

.htx-tabs .custom-tab {
    padding: 0;
}

.htx-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:before, 
.htx-tabs .ui-tabs .ui-state-active.ui-tabs-active a:before {
    display: none;
}

.htx-tabs .features-spec {
    /* intentionally blank */
}

/* HTX Product Section: Comparison Chart */
.product-comparison {
    border: 2px solid #05345d;
    line-height: 1.4;
    margin: 0 auto 80px;
    max-width: 1280px;
    padding: 0 30px;
    width: calc(100% - 60px);
}

.product-comparison > div {
    color: #05345d;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Lato', sans-serif;
    padding: 60px 0;
    position: relative;
}

.product-comparison > span {
    display: none;
    padding: 50px 0 0;
    text-align: center;
    width: 100%;
}

.product-comparison > span > h4 {
    display: block;
    font-size: 32px;
    padding-bottom: 10px;
}

.product-labeling {
    display: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 30px 40px;
    text-align: center;
    text-transform: none;
}

.product-labeling h2 {
    font-family: 'din-2014', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.product-comparison .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.product-comparison .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.product-comparison .toggler {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.product-comparison .toggler:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.product-comparison input:checked + .toggler {
    background-color: #2196f3;
}

.product-comparison input:focus + .toggler {
    box-shadow: 0 0 1px #2196f3;
}

.product-comparison input:checked + .toggler:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.product-comparison .toggler.round {
    border-radius: 34px;
}

.product-comparison .toggler.round:before {
    border-radius: 50%;
}

.current-product, .comparison-product {
    font-size: 22px;
    padding: 0 60px;
    text-transform: none;
    width: 50%;
}

.current-product ul, .comparison-product ul {
    border-top: 1px solid #d9d9d9;
}

.current-product li, .comparison-product li {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    padding-left: 60px;
    position: relative;
}

.current-product li[data-feature="info"]:before, 
.current-product li[data-feature="none"]:before, 
.comparison-product li[data-feature="info"]:before,
.comparison-product li[data-feature="none"]:before{
    color: #14df34;
    content: "\e951";
    display: block;
    font-family: "StahlsGlyphs";
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.current-product li[data-feature="none"]:before, .comparison-product li[data-feature="none"]:before {
    color: #f14848;
    content: "\e95c";
    font-size: 24px;
    font-weight: 600;
    left: 2px;
}

.current-product h3 {
    color: #05345d;
    display: block;
    font-family: 'din-2014', sans-serif;
    font-size: 32px;
    font-weight: 600;
    min-height: 100px;
    text-transform: uppercase;
}

.comparison-product {
    border-left: 2px solid #d9d9d9;
}

.comparison-product h3 {
    display: none;
}

.comparison-product select {
    background-color: #05345d;
    background-image: none;
    border: 1px solid #05345d;
    color: #fdc82f;
    font-family: 'din-2014', sans-serif;
    font-size: 24px;
    height: 60px;
    padding-right: 68px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.comparison-product select option {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    text-transform: none;
}

.comparison-custom-select {
    color: #fdc82f;
    margin-bottom: 40px;
    position: relative;
}

.comparison-custom-select:before {
    content: "\e9ac";
    display: block;
    font-family: "StahlsGlyphs";
    font-size: 28px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

/* ================  Mobile Styles ================ */
@media all and (max-width: 1279px) {
    .theme-home-slider .nivo-directionNav {
        left: 50px;
    }

    .theme-home-slider .nivo-caption {
        padding: 100px 50px;
        width: 380px;
    }

    .theme-home-slider .nivo-caption h1 {
        font-size: 48px;
    }

    .theme-home-slider .nivo-caption p {
        -webkit-line-clamp: 6;
    }

    .theme-home-slider .nivo-controlNav {
        left: 100px;
    }

    /* ================  */

    .why-htx-features {
        max-width: 860px;
    }
    
    /* ================  */

    .htx-product-overview {
        background: #fff;
        padding: 0;
    }

    .htx-product-overview > div {
        display: block;
    }

    .overview-label, .overview-description {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    .overview-label {
        display: block;
        min-height: 0;
        text-align: center;
    }

    /* ================  */

    .features-gallery {
        width: calc(100% - 345px);
    }

    .features-gallery > figure {
        height: auto;
        width: 100%;
    }

    /* ================  */

    .htx-tabs {
        padding: 135px 30px 75px;
    }

    .htx-tabs .ui-tabs .ui-tabs-nav {
        grid-template-rows: 70px;
        grid-auto-rows: 70px;
        grid-column-gap: 25px;
    }

    .htx-tabs .ui-tabs .ui-tabs-nav li a {
        font-size: 24px;
    }

    .htx-tabs .productTabs-body {
        padding: 40px 35px;
    }

    .htx-tabs .custom-tab > figure {
        height: 320px;
        width: 320px;
    }

    .htx-tabs .custom-tab > figure + .htx-specs {
        width: calc(100% - 355px);
    }

    .htx-specs {
        font-size: 15px;
    }
}

@media all and (max-width: 1200px) {
    .service-requests-table {
        font-size: 16px;
    }

    .service-requests-table thead th {
        font-size: 16px;
        padding: 5px 10px;
    }

    .service-requests-table tbody td {
        padding: 5px 10px;
    }

    .service-requests-table tbody td:nth-child(6) {
        width: 18%;
    }

    .videos-page .image-overlay-secondary-text {
        font-size: 48px;
        left: 30px;
        width: calc(100% - 60px);
    }

    .videos-page .tech-support-intro-paragraph {
        font-size: 24px;
    }

    .videos-categories > span {
        margin-bottom: 12px;
    }

    .videos-category-link {
        font-size: 22px;
    }

    .theme-home-slider {
        margin-top: 30px;
    }

    .product-comparison {
        margin: 0 auto 80px;
        padding: 0;
        position: relative;
        width: calc(100% - 60px);
    }

    .product-comparison > div {
        display: block;
        padding: 30px 0 60px;
    }

    .product-comparison > span, .product-labeling {
        display: block;
    }

    .current-product, .comparison-product {
        display: none;
        padding: 0 40px;
        width: 100%;
    }

    .current-product.selected, .comparison-product.selected {
        display: block;
    }

    .comparison-product {
        border-left: none;
    }
 }

@media all and (max-width: 1023px) {
    .theme-home-slider {
        height: auto;
        position: relative;
    }

    .theme-home-slider .nivoSlider {
        height: 900px;
    }

    .theme-home-slider .nivoSlider, .htx-slider-module .nivoSlider {
        pointer-events: none;
    }

    .theme-home-slider .nivo-directionNav .nivo-prevNav:before,
    .theme-home-slider .nivo-directionNav .nivo-nextNav:before {
        color: #fdc82f;
        font-size: 22px;
    }

    .theme-home-slider .nivo-caption {
        bottom: auto;
        height: auto;
        padding: 35px 35px 70px;
        min-height: 300px;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .theme-home-slider .nivo-caption h1 {
        color: #fff;
        display: block;
        /* font-size: 32px; */
        font-weight: 600;
        padding: 0 0 15px;
        line-height: 1.2;
    }

    .theme-home-slider .nivo-caption p {
        display: block;
        overflow: auto;
    }

    .theme-home-slider .nivo-controlNav {
        bottom: 20px;
        left: 0;
        margin-top: -40px;
        position: absolute;
        width: 100%;
    }

    .theme-home-slider .nivo-controlNav a {
        height: 24px;
        width: 24px;
    }

    .home-page .slider-wrapper {
        margin: 0;
    }

    /* ================  */
    .why-htx {
        padding: 100px 30px;
    }

    .why-htx h3 {
        font-size: 24px;
    }

    .why-htx-features > div {
        width: 215px;
    }
        
    /* ================  */

    .htx-product-features {
        padding: 80px 30px;
    }

    .features-menu {
        padding-bottom: 90px;
        width: 250px;
    }

    .features-menu > a {
        font-size: 16px;
        line-height: 1.3;
        min-height: 76px;
        padding: 12px 50px 12px 20px;
    }

    .features-menu a:before {
        font-size: 24px;
    }

    .features-menu > button {
        font-size: 24px;
        height: 60px;
    }

    .features-gallery {
        width: calc(100% - 290px);
    }

    .features-gallery-caption {
        font-size: 16px;
        min-height: 80px;
    }

    /* ================  */

    .htx-tabs .ui-tabs .ui-tabs-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .htx-tabs .productTabs-body {
        padding: 40px 35px;
    }

    .htx-tabs .custom-tab > figure {
        height: auto;
        margin: 0 auto 40px;
        max-width: 500px;
        width: 100%;
    }

    .htx-tabs .custom-tab > figure + .htx-specs {
        width: 100%;
    }

    .htx-specs {
        max-width: none;
    }

    /* ================  */

    .htx-slider-module .nivo-directionNav,
    .theme-home-slider .nivo-directionNav {
        height: auto;
        left: 0;
        top: 0;
        width: auto;
    }

    .htx-slider-module .nivo-directionNav .nivo-prevNav,
    .htx-slider-module .nivo-directionNav .nivo-nextNav,
    .theme-home-slider .nivo-directionNav .nivo-prevNav,
    .theme-home-slider .nivo-directionNav .nivo-nextNav {
        background-color: rgba(0,0,0,0.5);
        border-radius: 0;
        color: #fdc82f;
        display: none;
        height: 600px;
        left: 0;
        width: 35px;
    }

    .theme-home-slider .nivo-directionNav .nivo-prevNav,
    .theme-home-slider .nivo-directionNav .nivo-nextNav {
        bottom: -55px;
        top: auto;
        z-index: 7;
    }

    .htx-slider-module .nivo-directionNav .nivo-nextNav,
    .theme-home-slider .nivo-directionNav .nivo-nextNav {
        left: auto;
        right: -100vw;
    }

    .htx-slider-module .nivo-caption {
        font-size: 18px;
        padding: 50px 30px;
    }

    .htx-slider-module .nivo-caption h3,
    .htx-slider-module .nivo-caption h6,
    .htx-slider-module .nivo-caption p {
        display: block;
        overflow: auto;
    }

    .htx-slider-module .nivo-caption h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .htx-slider-module .nivo-caption p {
        line-height: 1.7;
    }

    .htx-slider-module .nivo-slider h6 {
        font-size: 20px;
        padding-top: 15px;
    }
}

@media all and (max-width: 1000px) {
    #request-sort {
        /* display: block; */
    }

    .service-requests-header {
        margin: 0;
        max-width: 700px;
    }

    .service-requests-submit {
        margin-top: 12px;
        position: static;
    }

    .service-requests-table {
        border: 1px solid #707070;
    }

    .service-requests-table thead {
        display: none;
    }

    .service-requests-table tbody tr {
        display: block;
        height: auto;
        padding: 10px 15px;
    }

    .service-requests-table tbody td {
        display: block;
        font-size: 17px;
        padding: 4px 0;
    }

    .service-requests-table tbody td strong {
        display: inline-block;
        padding-right: 5px;
    }

    .service-requests-table tbody td:nth-child(n) {
        width: 100%;
    }

    .service-requests-table tbody td:nth-child(2) {
        height: auto;
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .videos-page .image-overlay-secondary-text {
        font-size: 40px;
    }

    .videos-list h2 {
        font-size: 32px;
        padding: 0 30px 15px;
    }

    .video-item {
        flex-basis: 48%;
    }
}

@media all and (max-width: 767px) {
    #request-filter, #request-sort, .search-clear {
        margin-left: 0;
    }

    .search-clear {
        width: 100px;
    }

    #request-filter, #request-sort {
        width: 100%;
    }

    .service-requests-header {
        display: block;
    }

    .service-requests-header > * {
        margin-top: 12px;
    }

    .service-requests-header > div {
        width: 100%;
    }

    .chatbot-window {
        width: 360px;
    }

    .chatbot-heading h1 {
        padding: 0 15px;
    }
    
    .chatbot-heading h1 > img {
        width: 50px;
    }

    .chatbot-heading h1 > span > span {
        font-size: 14px;
    }

    .topic-faq-container > h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .videos-page .image-text-overlay-container {
        background: #000;
    }

    .videos-page .image-text-overlay-container > img {
        display: block;
        opacity: 0.75;
    }

    .videos-page .image-overlay-secondary-text {
        font-size: 28px;
    }

    .videos-page .tech-support-intro-paragraph {
        font-size: 20px;
        line-height: 1.4;
    }

    .videos-category-link {
        font-size: 18px;
    }

    .videos-list h2 {
        font-size: 28px;
        padding: 0 30px 12px;
    }

    .broadcasts {
        padding: 0 20px 60px;
    }

    .video-item {
        flex-basis: 100%;
        margin: 0 0 40px 0;
        width: 100%;
    }

    .video-item a {
        height: 220px;
    }

    .video-item p {
        display: block;
        overflow: visible;
        text-overflow: clip;
    }

    /* ================  */

    .why-htx-features {
        display: block;
    }

    .why-htx-features > div {
        margin: 0 auto;
        width: 240px;
    }

    .why-htx-features > div ~ div {
        margin-top: 40px;
    }

    /* ================  */

    .overview-label h1 {
        font-size: 32px;
    }

    .overview-label h2 {
        font-size: 22px;
    }

    .overview-label h1:not(:empty) ~ .additional-details h2 {
        padding-top: 5px;
    }

    .overview-description > div {
        display: block;
    }

    .overview-media {
        height: auto;
        padding-bottom: 35px;
        width: 100%;
    }

    .overview-media + p {
        text-align: center;
        width: 100%;
    }

    .overview-media .video-item a:before {
        font-size: 102px;
    }

    /* ================  */

    .htx-product-features {
        padding: 30px 30px 80px;
    }

    .htx-product-features-mobile {
        display: block;
    }

    .htx-product-features > div {
        display: block;
    }

    .features-menu, .features-gallery {
        width: 100%;
    }

    .features-menu {
        margin-bottom: 50px;
    }

    .features-menu > a {
        font-size: 20px;
        padding: 14px 20px;
        text-align: center;
    }

    .features-menu > a span {
        width: 100%;
    }

    .features-menu a:before {
        display: none;
    }

    /* ================  */

    .htx-product-module {
        font-size: 32px;
    }

    .htx-product-module > div > a {
        display: block;
    }

    /* ================  */

    .htx-tabs {
        padding: 120px 30px 75px;
    }

    .htx-tabs .ui-tabs .ui-tabs-nav {
        grid-template-rows: 54px;
        grid-auto-rows: 54px;
    }

    .htx-tabs .ui-tabs .ui-tabs-nav, .htx-specs > div {
        grid-template-columns: repeat(1, 1fr);
    }

    .htx-tabs .ui-tabs .ui-tabs-nav li a {
        font-size: 22px;
        letter-spacing: 0;
    }

    .htx-specs h3 {
        font-size: 20px;
    }

    /* ================  */

    .product-comparison {
        text-align: left;
    }

    .current-product, .comparison-product {
        font-size: 18px;
    }

    .comparison-product select {
        font-size: 18px;
    }
}

@media all and (max-width: 418px) {
    .dealer-nav-box a > span, .acc-box-inner a > span {
        padding: 6px 0 8px;
    }

    .dealer-nav-box a > span:before, .acc-box-inner a > span:before {
        font-size: 32px;
    }

    .languageSelect {
        font-size: 18px;
    }

    .chatbot-window {
        width: calc(100% - 40px);
    }

    .chatbot-heading h1 > img {
        display: none;
    }

    .chatbot-heading h1 > span {
        display: block;
        font-size: 20px;
        padding-left: 0;
    }

    .chatbot-heading h1 > span > span {
        font-size: 13px;
    }

    .chatbot-default-lang {
        font-size: 18px;
        min-height: 42px;
        padding: 9px 24px;
    }

    .chatbot-select-option .lang-name {
        padding-left: 30px;
    }    
    
    .chatbot-select-option.selected .lang-name:before {
        font-size: 8px;
    }
    
    .topic-faq-container > h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.1;
        padding: 20px;
    }

    .htx-search-container {
        height: auto;
    }

    .htx-search-container .htx-search {
        width: calc(100% - 70px);
    }

    .htx-search-container .search-clear {
        height: 35px;
        margin: 10px auto 0;
        width: 50%;
    }

    .htx-question {
        font-size: 18px;
        padding: 20px 45px;
    }

    .htx-answer p {
        font-size: 16px;
        padding: 20px;
        padding-left: 45px;
    }

    .htx-question:before, .htx-answer:before {
        font-size: 32px;
        left: 12px;
    }

    .htx-question:after {
        font-size: 14px;
    }

    .videos-page .image-overlay-secondary-text {
        font-size: 24px;
    }

    .broadcasts {
        padding: 0 0 60px;
    }

    /* ================  */

    .overview-media .video-item a:before {
        font-size: 80px;
    }

    /* ================  */

    .htx-tabs .productTabs-body {
        padding: 35px 30px;
    }

    .htx-slider-module .nivo-caption {
        padding: 20px;
    }

    /* ================= */

    .current-product, .comparison-product {
        padding: 0 32px;
    }

    .current-product h3, .product-comparison > span > h4 {
        font-size: 26px;
    }

    .current-product li, .comparison-product li {
        padding-left: 50px;
    }

    .comparison-custom-select:before {
        font-size: 22px;
    }

    .current-product li[data-feature="none"]:before,
    .comparison-product li[data-feature="none"]:before {
        font-size: 20px;
    }
}

@media all and (max-height: 767px) {
    #chatbot-iframe {
        height: 340px;
    }

    .chatbot-window {
        height: 430px;
    }
}