/*
    GLOBAL
    ROWS
    HEADER
    MEGANAV
    FOOTER
    HERO BANNER
    SUB TEMPLATE
    SUB NAVIGATION
    CARDS
    SPONSOR / REVIEW BOARD CAROUSEL
    CATEGORY LANDING FEATURE
    NEWS/EVENTS/BLOGS
    FORMS
    SEARCH RESULTS
    PRODUCT CATEGORIES
    PRODUCT LIST / DETAIL
    EDUCATION LIST
    CERTIFICATION LISTS
    ACCORDION
    GLOSSARY
    AFFORDABILITY TOOL
    COOKIE CONSENT
    COMP TOOL
    RESPONSIVE
    BACKEND OVERWRITES
    PRINT
*/

/* GLOBAL */

/* html / body to get the footer to be stuck at the bottom */

html {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
    font-size-adjust: 0.5;
}

main {
    counter-reset: section;
    padding-top: 150px;
    /* height of header */
}

.container {
    max-width: 1400px !important;
}

.sf_colsIn .container {
    padding: 0;
}

#scrollTop {
    display: flex;
    position: fixed;
    bottom: -3rem;
    right: 2rem;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFF;
    background: #26a69a;
    width: 2.5rem;
    height: 2.5rem;
    transition: transform ease-in-out .3s;
    z-index: 998;
}

#scrollTop.active {
    transform: translateY(-8rem);
}

h1, h2, h3, h4, h5, p, ul, ol, img, blockquote, .card {
    margin-bottom: 1.5rem;
}

p > img {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, .display-1, .display-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2{
    position: relative;
}

.top-bar::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #26a69a;
    height: 6px;
    width: 60px;
    top: -.5rem;
}

h1 strong, h2 strong {
    font-weight: 700;
}

.display-1{
    font-size: 96px;
    line-height: 115px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

.display-2{
    font-size: 64px;
    line-height: 77px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: 56px;
    line-height: 67px;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 48px;
    line-height: 58px;
    margin-top: 1.5rem;
    margin-bottom: .8rem;
}

h3 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 1.2rem;
    margin-bottom: .6rem;
}

h2.no-bar:before, h3.no-bar:before {
    display: none;
}

h4 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

h5 {
    font-size: 24px;
    line-height: 29px;
    margin-top: .8rem;
    margin-bottom: .4rem;
}

h6 {
    color: #26A69A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-top: .6rem;
    margin-bottom: .3rem;
    font-weight: 600;
}

.display-1{
    
}

.sub-main h2, .sub-main h3, .sub-main h4 {
    margin-top: 1rem;
}

.sub-main h3, .sub-main h4, .sub-main h5 {
    margin-bottom: .5rem;
}

.sub-main h2 {
    margin-top: 3rem;
}

main ul li, main ol li {
    margin-bottom: 1rem;
}

main ul li:last-child, main ol li:last-child {
    margin-bottom: 0;
}

.lead {
    font-size: 1.5rem;
    font-style: italic;
}

blockquote {
    font-size: 1.25rem;
    font-style: italic;
    padding: 1.5rem;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

a {
    color: #000;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

main a {
    font-weight: 600;
    word-break: break-word;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.btn, .btn-link1, .btn-link2, .btn-link1 a, .btn-link2 a {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: .75rem 1rem;
    border: 2px solid initial;
    border-radius: 8px;
    transition: color .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out;
}

.btn.primary, .btn.btn-primary, .btn-link1, .btn-link1 a, .btn-link2, .btn-link2 a, .sf-app .btn-link1 a {
    color: #FFF;
    border-color: #26a69a;
    background-color: #26a69a;
}

.btn.primary:hover, .btn.btn-primary:hover, .btn-link1:hover, .btn-link1 a:hover {
    color: #FFF;
    border-color: #00796e;
    background-color: #00796e;
}

.btn.secondary, .btn.btn-secondary, .btn-link2, .btn-link2 a, .sf-app .btn-link2 a {
    color: #FFF;
    background-color: #e39517;
    border-color: #e39517;
}

.btn-detail {
    color: #000;
    border-color: #959595;
    background-color: #FFF;
}

.btn-detail:after {
    display: inline-block;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #26a69a;
    margin-left: .5rem;
    transition: color .3s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: inherit !important;
    background-color: inherit !important;
    border-color: inherit !important;
}

.btn.secondary:hover, .btn.btn-secondary:hover, .btn-link2:hover, .btn-link2 a:hover {
    color: #FFF;
    border-color: #c47b04;
    background-color: #c47b04;
}

.btn-detail:hover {
    color: #FFF;
    border-color: #959595;
    background-color: #959595;
}

.btn-detail:hover:after {
    color: #FFF;
}

.btn-back {
    background: #FFF;
    border-color: #959595;
}

.btn-back:before {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #26A69A;
    margin-right: 1rem;
}

p > .btn:not(:first-of-type), p > .btn-primary:not(:first-of-type), p > .btn-secondary:not(:first-of-type), p > .btn-link1:not(:first-of-type), p > .btn-link2:not(:first-of-type) {
    margin-left: 1rem;
}

.btn[href=""] {
    display: none;
}

a.arrow, .arrow a {
    color: inherit;
}

a.arrow:after, .arrow a:after {
    display: inline-block;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #00796E;
    margin-left: .25rem;
    transition: transform .3s ease-in-out;
}

a.arrow:hover, .arrow a:hover {
    text-decoration: none;
}

a.arrow:hover:after, .arrow a:hover:after {
    transform: translateX(5px);
}

/* breadcrumbs */
.breadcrumb {
    color: #666;
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.breadcrumb a, .breadcrumb-item.active {
    color: #666;
}

.breadcrumb li {
    margin: 0;
    font-style: italic;
}

.breadcrumb a {
    font-weight: normal;
}

.product-compare-print {
    cursor: pointer;
    margin-right: 1.5rem;
}

.b-crumbs .product-compare-print:before, .product-detail-title .product-compare-print:before {
    color: #000;
}

/* pagination */
.btn-group .btn-secondary {
    color: #000;
    border-color: #666;
    background-color: #f2f1ed;
}

li.page-item .page-link {
    color: #666;
}

li.active.page-item .page-link {
    color: #FFF;
    border-color: #666;
    background-color: #666;
}

img {
    max-width: 100%;
}

img.-align-right {
    margin-left: 2rem;
}

img.-align-left {
    margin-right: 2rem;
}

img.float-left {
    margin: 0 1.5rem 1rem 0;
}

img.float-right {
    margin: 0 0 1rem 1.5rem;
}

.img-bg {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

.img-bg > * {
    position: relative;
    z-index: 1;
}

.img-bg.overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

.object-fit-cover {
    object-fit: cover;
}

/* tables */
.sfContentBlock table {
    width: 100%;
    border: 1px solid #CCC;
    margin-bottom: 1.5rem;
    table-layout: fixed;
}

.sfContentBlock table tr:nth-child(odd) {
    background: #EFEFEF;
}

.sfContentBlock table tr:first-child {
    font-weight: 900;
    color: #FFF;
    background: #26a69a;
}

.sfContentBlock table tr {
    height: auto !important;
    border-bottom: 1px solid #CCC;
}

.sfContentBlock table td {
    width: auto !important;
    padding: .5rem;
}

/* ROWS */

.rowwrap.style1 {
    background: #FFF;
}

.rowwrap.style2 {
    background: #f2f1ed;
}

.sf_colsIn .rowwrap.style2 {
    padding: 1.5rem !important;
    margin-bottom: 1.5rem;
}

.rowwrap.style3 > .container:before {
    content: '';
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 3rem;
    border-top: .15rem solid #000;
}

.sf_colsIn .rowwrap.style3 > .container:before {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.detail-separator {
    margin-top: 5rem;
}

.rowwrap.style3.detail-separator > .container:before {
    padding-top: 5rem;
}

.separator {
    position: relative;
}

.separator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #CCC;
}

.separator-title-wrap.separator:before {
    margin-top: 15px;
}

.separator-title-wrap.separator.title-only:before {
    display: none;
}

.separator.sep-3-9:before {
    left: 25%;
    transform: translateX(calc(-25% - 1px));
}

.separator.sep-6-6:before {
    left: 50%;
    transform: translateX(calc(-50% - 1px));
}

.separator.sep-8-4:before {
    left: 66.666667%;
    transform: translateX(calc(-66.666667% - 1px));
}

.separator.sep-9-3:before {
    left: 75%;
    transform: translateX(calc(-75% - 1px));
}

.separator-title-wrap:after {
    content: '';
    position: absolute;
    width: auto;
    height: .15rem;
    top: 0;
    left: 15px;
    right: 15px;
    background: #000;
}

.separator-title {
    display: inline-block;
    color: #FFF;
    padding: .5rem 1rem;
    margin-bottom: 2.5rem;
    background: #000;
}

.separator-title h5 {
    color: #FFF;
    margin: 0;
}

/* HEADER */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    min-height: 150px;
    border-bottom: 1px solid #e1e1e1;
    z-index: 999;
}

header > .container > .row {
    position: relative;
    /* height: 124px; */
    /* Change this to the native height of the header */;
}

a.logo {
    display: block;
    width: 100%;
    max-width: 275px;
    height: 124px;
    background: url(../svg/danatech-logo.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    margin-top: -4rem;
}

.header-links {
    display: flex;
}

.eyebrow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eyebrow ul li {
    display: inline-block;
    margin: 0 0 0 1rem;
}

.main-site-link {
    border-left: 1px solid #e1e1e1;
    padding-left: 1rem;
    margin-left: 1rem;
}

.login {
    display: inline-block;
    margin-left: 1rem;
}

.login-link {
    display: inline-block;
    padding: .25rem 1rem;
    text-decoration: none;
    color: #FFF;
    background: #26a69a;
    border-radius: 8px;
    transition: background ease-in-out .3s;
}

.login-link:hover {
    text-decoration: none;
    color: #FFF;
    background: #00796e;
}

.login i, .login em {
    font-size: 1.25rem;
    margin-right: .5rem;
}

.login a:hover {
    text-decoration: none;
}

.login .dropdown-menu.show {
    transform: translate3d(-31px, 25px, 0px) !important;
    /* Hack for fixed positioning */;
}

a.btn-search {
    font-size: 0;
    text-decoration: none;
    color: #000;
}

a.btn-search:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 900;
    display: inline-block;
    margin-right: 1rem;
}

a.btn-search.active:before {
    content: '\f00d';
}

a.btn-search:hover {
    color: #000;
}

.search .sf-search-input-wrapper {
    position: relative;
    width: 21.875em;
    border: 1px solid #e1e1e1;
    background: #FFF;
}

main .form-group.sf-search-input-wrapper {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5rem;
}

.sf-search-input-wrapper .form-control {
    width: 100%;
    padding-right: 2rem;
    border: none;
}

.sf-search-input-wrapper .form-control:focus {
    box-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background: url(../svg/times-solid.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: .3;
}

.sf-search-input-wrapper .btnSearch {
    font-size: 0;
    background: none !important;
    border: none;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
}

.sf-search-input-wrapper .btnSearch:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #000;
}

.sf-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed !important;
    background: #FFF;
    border: 1px solid #f2f1ed;
    z-index: 999;
}

.sf-autocomplete li {
    padding: .25rem .75rem;
}

.sf-autocomplete li:hover {
    cursor: pointer;
    background: #f2f1ed;
}

/* MEGANAV */

ul.nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.nav-menu .nav-item {
    display: inline-block;
}

ul.nav-menu .nav-item > a {
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding: 0 1.5rem;
    position: relative;
}

ul.nav-menu .nav-item > a:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    border: none;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

ul.nav-menu .nav-item > a:last-of-type {
    padding-right: 0;
}

ul.nav-menu .nav-item > a:hover:after, ul.nav-menu .nav-item > a:focus:after, ul.nav-menu .nav-item > a.open:after {
    width: 75%;
    background: #d0d0d0;
}

ul.nav-menu .nav-item > a:hover, ul.nav-menu .nav-item > a:focus, ul.nav-menu .nav-item > a.open {
    text-decoration: none;
}

.sub-nav {
    position: absolute;
    display: none;
    overflow: hidden;
    top: 2.25rem;
    left: 0;
    width: 100%;
    min-height: 20em;
    font-size: .9rem;
    text-align: left;
    background: #f2f1ed;
    z-index: 9999;
    box-shadow: 0 7px 7px -2px rgb(0 0 0 / 30%);
}

.sub-nav.open {
    display: flex;
}

.sub-nav-menu {
    background: #26a69a;
}

.sub-nav-menu .nav-pills .nav-link {
    position: relative;
    color: #FFF;
    border-radius: 0;
    border-bottom: .12rem solid #00796e;
}

.sub-nav-menu .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.sub-nav-menu .nav-pills .nav-link.active, .sub-nav-menu .nav-pills .show > .nav-link {
    color: #FFF;
    background-color: #00796e;
    border-radius: 0;
}

.sub-nav-menu .nav-pills .nav-link.active:after, .sub-nav-menu .nav-pills .show > .nav-link:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 1.25rem;
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: .25rem;
    display: block;
    transform: translateY(-50%);
}

.sub-nav h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-bottom: .5rem;
    margin-top: 0;
    top: auto;
    margin-left: 0;
}

.sub-nav h3:before {
    display: none;
}

.sub-nav .tab-content ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.sub-nav .tab-content ul li {
    line-height: 1;
    border-bottom: 1px solid #CCC;
    padding: .5rem 0;
}

/* FOOTER */

footer {
    color: #FFF;
    margin-top: auto;
    background: #6d6d6d;
}

footer h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

footer p {
    margin-bottom: 1rem;
}

footer a {
    color: #FFF;
}

.footer-links ul {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: .75rem;
}

.footer-copy ul {
    list-style: none;
    padding: 0;
    margin-bottom: .5rem;
}

.footer-copy ul li {
    display: inline-block;
    margin-right: 1rem;
}

.footer-copy p {
    margin-bottom: .5rem;
}

.footer-social a {
    font-size: 1.5rem;
    color: #FFF;
    margin: 0 .25rem;
}

/* HERO BANNER */

.hero-banner {
    margin-bottom: 4.5rem;
}

.hero-banner h1 {
    margin-bottom: 1.5rem;
}

.hero-banner p {
    font-weight: 900;
}

.hero-banner .banner-text .btn {
    margin: 0 1rem 1rem 0;
}

.hero-banner img {
    width: 100%;
    height: 100%;
}

#hero-banner a.carousel-control-prev {
    left: -3rem;
    width: 10%;
}

#hero-banner a.carousel-control-next {
    right: -3rem;
    width: 10%;
}

#hero-banner .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/></svg>");
}

#hero-banner .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>");
}

#hero-banner .carousel-indicators li {
    background-color: #6d6d6d;
}

#hero-banner ol.carousel-indicators {
    bottom: -2.5rem;
}

/* SUB TEMPLATE */

.sub-main {
    width: 75vw !important;
}

.sub-left {
    flex: 0 0 250px;
    margin-right: 2rem;
}

.left-nav {
    padding: 1rem;
    background: #EEE;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.left-nav h2, .left-nav h3, .left-nav h4 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

/* SUB NAVIGATION */

ul.collapsibleNav {
    margin-bottom: 0;
}

ul.collapsibleNav, ul.nested {
    padding: 0 0 0 1.5rem;
    list-style: none;
}

main ul.collapsibleNav a {
    color: #000;
    text-decoration: none;
}

main ul.collapsibleNav a:hover {
    text-decoration: underline;
}

ul.nested {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0 0 0 1.5rem;
    transition: all ease-in-out .3s;
}

ul.nested.active {
    margin-top: 1rem;
    visibility: visible;
    max-height: 800px;
}

ul.nested.active a {
    font-style: italic;
}

.collapsibleNav li {
    position: relative;
    margin-bottom: 1rem;
}

.collapsibleNav li:last-child {
    margin-bottom: 0;
}

span.toggleTree {
    position: absolute;
    margin-left: -1.25rem;
}

span.toggleTree:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #666;
    display: inline-block;
    transition: all ease-in-out .3s;
}

span.toggleTree.tt-down:before {
    transform: rotate(90deg);
}

/* CARDS */

.card {
    display: flex;
    flex: 1 1 auto;
    border: none;
    margin-bottom: 2.5rem;
}

.card.hero .img-bg {
    color: #FFF;
    background-color: #333;
    min-height: 30em;
}

.card-row .img-bg {
    color: #FFF;
    display: flex;
    align-items: center;
    min-height: 30vh;
    background-attachment: fixed !important;
}

.card.testimonial .card-text {
    position: relative;
}

.card.testimonial .card-text:before, .card.testimonial .card-text:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    display: block;
    position: absolute;
    opacity: .2;
}

.card.testimonial .card-text:before {
    content: '\f10d';
    top: -3rem;
}

.card.testimonial .card-text:after {
    content: '\f10e';
    right: 0;
    bottom: -3rem;
}

.card-img-top {
    border-radius: 0;
    margin: 0;
}

.card-header {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    flex-grow: 0;
    margin-top: 2.35rem;
}

.card-header h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    background: #000;
    padding: .5rem 1rem;
    margin: 0;
    position: absolute;
    max-width: 75%;
    top: -2.35rem;
}

.card-header img {
    margin-bottom: 0;
}

.card a {
    font-weight: normal;
}

/* SPONSOR / REVIEW BOARD CAROUSEL / PRODUCT CAROUSEL */

.tns-outer {
    position: relative;
    padding: 0 3rem !important;
    margin: 0 auto 1.5rem auto;
}

.review-board-carousel .tns-outer {
    max-width: none;
}

.review-title h4 {
    margin: 0;
}

.review-title h3:before {
    display: none;
}

.review-board-carousel .tns-item a {
    font-weight: normal;
}

.tns-controls button[data-controls="prev"], .tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 0;
}

.tns-controls button[data-controls="prev"] {
    left: 0;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.tns-controls button[data-controls="prev"]:before, .tns-controls button[data-controls="next"]:before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    color: #d0d0d0;
}

.tns-controls button[data-controls="prev"]:before {
    content: '\f060';
}

.tns-controls button[data-controls="next"]:before {
    content: '\f061';
}

.tns-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tns-nav button {
    width: 15px;
    height: 15px;
    margin: 0 .5rem;
    border: none;
    border-radius: 50%;
    background: #d0d0d0;
}

button.tns-nav-active {
    background: #26a69a;
}

.sponsors img {
    margin: 0 !important;
}

.product-carousel {
    margin-top: 3rem;
}

.sponsor-row {
    padding-top: 3rem;
}

.sponsor-row:nth-of-type(even) {
   background: #f2f1ed;
}

/* CATEGORY LANDING FEATURE */

.category-landing-image img {
    width: 100%;
}

.category-landing-title h3:before {
    display: none;
}

/* NEWS/EVENTS/BLOGS */

.content-type h3 {
    font-size: 1rem;
    text-transform: none;
    margin-bottom: .5rem;
}

.content-type h3:before {
    display: none;
}

ul.content-type li {
    margin-bottom: 1.5rem;
}

ul.content-type li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.content-type .media img {
    width: 100px;
    height: 100px;
    margin-right: 1.5rem;
    object-fit: cover;
}

.card-date {
    position: absolute;
    font-size: .9rem;
    color: #FFF;
    padding: .5rem 1rem;
    background: #000;
}

.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 1.5rem 1.5rem 0;
    background: #CCC;
}

.placeholder span:before {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    color: #666;
    display: block;
}

.content-type span {
    display: block;
    font-size: .9rem;
}

.news.placeholder span:before {
    content: '\f1ea';
}

.events.placeholder span:before {
    content: '\f073';
}

.blogs.placeholder span:before {
    content: '\f1d8';
}

.content-detail {
    max-width: 800px;
    margin: 0 auto;
}

.detail-author {
    display: inline-block;
    margin-left: .25rem;
    padding-left: .5rem;
    border-left: 1px solid #6c757d;
}

.detail-info {
    border-left: 5px solid #666;
    padding-left: 1rem;
}

.detail-text:first-letter {
    font-size: 5rem;
    color: #666;
    float: left;
    line-height: 1;
    margin-right: .25rem;
}

.blog-summary::after {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    margin: 2rem auto;
    background: #26a69a;
}

.sf-icon-comment {
    fill: #666;
}

/* EDUCATION LIST */

.education-icon {
    position: relative;
    padding-bottom: calc(300 / 500 * 100%);
    height: 0;
    padding-top: 0;
}

.education-icon:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../jpg/img-placeholder-card.jpg);
}

.education-icon.telehealth:before {
    background-image: url(../png/telehealth.png);
}

.education-icon.billingreimbursement:before {
    background-image: url(../jpg/reimbursement.jpg);
}

.education-icon.insulinmedicinedelivery:before, .education-icon.insulindeliverydevices:before {
    background-image: url(../png/insulin-delivery-icom.png);
}

.education-icon.bloodglucosemonitoring:before, .education-icon.glucosemonitoring:before {
    background-image: url(../png/monitoring-icon.png);
}

.education-icon.behavioralhealth:before {
    background-image: url(../png/behavioral-icon.png);
}

.education-icon.onlineappsandtherapeutics:before, .education-icon.diabetesappsandtherapeutics:before {
    background-image: url(../png/apps-icon.png);
}

.education-icon.generaltechnology:before, .education-icon.technologicaladvancements:before, .education-icon.advancesintechnology:before {
    background-image: url(../png/gen-tech.png);
}

.education-icon.specialtopics:before {
    background-image: url(../png/special-topics.png);
}

.education-icon.neuropathy:before {
    background-image: url(../png/neuropathy-icon.png);
}

.education-icon.equityaccess:before {
    background-image: url(../jpg/equity-access-icon.jpg);
}

.education-icon.datainterpretation:before {
    background-image: url(../jpg/data-interpretation-icon.jpg);
}

.education-icon.fitnessandhealth:before {
    background-image: url(../jpg/health-fitness-icon.jpg);
}

.education-icon.screenings:before {
    background-image: url(../jpg/screenings-icon.jpg);
}

.education-icon.billingandreimbursement:before, .education-icon.billingforservices:before {
    background-image: url(../jpg/billing-reimbursement-icon.jpg);
}

.education-icon.affordablecare:before {
    background-image: url(../jpg/affordable-care-icon.jpg);
}

.education-icon.insuranceandcoverage:before {
    background-image: url(../jpg/insurance-coverage-icon.jpg);
}

.education-icon.communityandsupport:before {
    background-image: url(../jpg/community-support-icon.jpg);
}

.education-icon.telehealthandremotemonitoring:before {
    background-image: url(../png/telehealth.png);
}

.education-icon.appssoftwareandplatforms:before, .education-icon.appsplatforms:before {
    background-image: url(../png/apps-icon.png);
}

.education-icon.medicationmanagement:before {
    background-image: url(../jpg/med-mgmt-icon.jpg);
}

.education-icon.researchandinnovations:before {
    background-image: url(../jpg/research-icon.jpg);
}

.education-icon.multiproductoverviews:before {
    background-image: url(../jpg/multiproduct.jpg);
}

.education-icon.other:before {
    background-image: url(../png/other.png);
}

.education-icon.smartpens:before {
    background-image: url(../jpg/smartpens.jpg);
}

.education-icon.medicines:before {
    background-image: url(../jpg/medicines.jpg);
}

.education-icon.skincaredevices:before {
    background-image: url(../jpg/skincare.jpg);
}

.education-icon.deviceusageintegration:before {
    background-image: url(../jpg/deviceusage.jpg);
}

.education-icon.datareviewinterpretation:before {
    background-image: url(../jpg/datareview.jpg);
}

.education-icon.affordabilityaccess:before {
    background-image: url(../jpg/affordabilityaccess.jpg);
}

.education-icon.reimbursementinsurance:before {
    background-image: url(../jpg/reimbursement.jpg);
}

.education-icon.techfordiabetescomplications:before {
    background-image: url(../jpg/techdiabetescomplications.jpg);
}

.education-icon p {
    margin: 0;
    padding: .5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    background: #000;
}

.education-icon p:empty {
    display: none;
}

/* CERTIFICATION LISTS */

.education-block {
    margin-bottom: 1rem;
}

.education-block .education-info p {
    font-size: .9rem;
    margin: .25rem 0 0;
}

/* ACCORDION */

.accordion .card {
    box-shadow: none;
    margin: 0;
    border: none;
}

.accordion .card-header {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: .15rem solid #666;
}

.accordion > .card .card-header {
    margin-bottom: 0;
}

.accordion h3 {
    top: 0;
}

.accordion .btn {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.5rem;
    white-space: normal;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    padding: 2.25rem 0 0;
    padding-right: 3rem;
    border-radius: 0;
}

.accordion .btn.collapsed {
    color: #000;
}

.accordion .btn:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: #26a69a;
    display: inline-block;
    position: absolute;
    right: .25rem;
    bottom: 0.25rem;
}

.accordion .btn.collapsed:after {
    content: '\f078';
    color: #26a69a;
}

.accordion .card-header h3:before {
    display: none;
}

/* GLOSSARY */
.glossary-wrap:empty {
    height: 0;
    visibility: hidden;
    margin: 0 !important;
}

.glossary-wrap:before {
    counter-increment: section;
    content: counter(section, upper-alpha);
    font-size: 1.5rem;
    color: #FFF;
    background: #26a69a;
    padding: .25rem .5rem;
    display: flex;
    margin-bottom: 1.5rem;
    width: 1.5em;
    height: 1.5em;
    align-items: center;
    justify-content: center;
}

.anchor {
    position: relative;
    top: -175px;
    display: block;
    visibility: hidden;
}

/* AFFORDABILITY TOOL */

.at-questionnaire {
    padding: 3rem 8rem;
    background: #F2F1ED;
    position: relative;
    overflow: hidden;
}

.at-questionnaire__progress {
    display: flex;
    gap: 1.5rem;
    max-width: 200px;
    margin: 0 auto 3rem auto;
}

.at-questionnaire__progress span {
    display: flex;
    flex: 1;
    height: 3px;
    background: #D2D2D2;
}

.at-questionnaire__progress span.active {
    background: #26A69A;
}

.at-questionnaire__step {
    display: none;
    animation: step-fade-out .5s forwards;
}

@keyframes step-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes step-fade-out {
    100% {
        opacity: 0;
    }

    0% {
        opacity: 1;
    }
}

@keyframes step-slide-over {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.at-questionnaire__step.active {
    display: block;
    animation: 
        step-slide-over .5s forwards,
        step-fade-in .5s forwards;
}

.at-questionnaire__answer {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

.at-questionnaire__answer input {
    display: block;
    position: absolute;
    inset: 0;
}

.at-questionnaire__answer input[type="checkbox"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.at-questionnaire__answer label {
    font-size: 1.25rem;
    width: 100%;
    font-weight: 500;
    padding: .5rem 1.25rem;
    background: #FFF;
    z-index: 90;
    border-radius: .8rem;
    border: 2px solid #26A69A;
}

.at-questionnaire__answer input[type="checkbox"]:checked + label {
    font-weight: 600;
    background: #99E9B5;
}

.at-questionnaire__answer input[type="checkbox"]:focus-visible + label {
    outline: 1px solid #000;
}

.at-questionnaire__checkbox {
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.at-questionnaire__checkbox input {
    width: 1.15rem;
    height: 1.15rem;
}

.at-questionnaire__checkbox input:checked {
    accent-color: #26A69A;
}

.at-questionnaire__checkbox label {
    margin: 0;
}

.at-img {
    max-width: 3rem;
}

.at-questionnaire__error {
    color: darkred;
}

.affordability-tool {
    position: relative;
}

div#loader {
    display: none;
    font-size: 3rem;
    text-align: center;
    color: #26a69a;
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .75);
    z-index: 9;
}

/* FORMS */

/* SEARCH RESULTS */

h4.search-result-header {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 500;
}

.sf-search-results .sf-media {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border: 1px solid #CCC;
}

.sf-search-results .sf-media:nth-child(even) {
    background: #fefcfc;
}

.sf-search-results .sf-media p {
    margin-bottom: 1rem;
}

.sf-search-results .sf-media a.text-muted {
    font-weight: normal;
    font-style: italic;
}

.thumbnail-holder {
    width: 150px;
    margin-right: 1.5rem;
    padding: 1rem;
    text-align: center;
    border: 1px solid #959595;
    background: #FFF;
}

.thumbnail-holder img {
    margin-bottom: 0;
}

/* PRODUCT CATEGORIES */
.single-cat h4 {
    font-size: 1rem;
    margin: 0;
    padding-bottom: .25rem;
    border-bottom: .25rem solid #000;
}

.single-cat p {
    font-size: .9rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.img-cat {
    background: #94dde0;
}

.product-categories .single-cat:nth-of-type(even) .img-cat {
    background: #99e9b5;
}

.product-categories .single-cat:nth-of-type(even) .img-cat.noBackground, .img-cat.noBackground {
    background: none;
}

.img-cat img {
    margin: 0;
    max-height: 250px;
}

.product-landing {
    border-top: .25rem solid #000;
}

.product-landing .single-cat h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
    border: none;
}

/* PRODUCT LIST / DETAIL */

.product-compare {
    display: inline-flex;
    align-items: center;
    padding: 1rem;
    background: #f6f6f6;
}

.product-compare i {
    color: #26a69a;
}

.product-compare.fixed {
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #e6e6e6;
}

.product-listing {
    margin: 2rem 0;
}

.product-list-info {
    padding: 1rem;
    background: #fefcfc;
}

.product-list-info .btn-detail {
    display: none;
}

.product-listing-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 1.5rem;
}

.product-listing img {
    margin: 0 auto 1.5rem auto;
}

.product-listing-img img {
    width: auto;
    max-height: 100%;
}

.product-listing h5 {
    font-size: 1.5rem;
}

.product-listing h5.smaller {
    font-size: 1.25rem;
}

#productFilters {
    padding-top: 1.25rem;
}

.collapse-lg-none:not(.show) {
    display: block !important;
}

.truncate3 {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
}

.truncate6 {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 144px;
}

html.compare-wrap {
    overflow-y: hidden;
}

.product-compare-overlay {
    position: fixed;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    overflow-y: auto;
    z-index: 999;
    transition: all .4s;
}

.product-compare-overlay.active {
    top: 0;
}

.product-compare-nav {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 999;
}

.product-compare-close:before, .product-compare-print:before {
    content: '\f060';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #26a69a;
    margin-right: .5rem;
}

.product-compare-print:before {
    content: '\f02f';
}

#comparisonContainer {
    flex-wrap: nowrap;
}

.comparison-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 1.5rem;
}

.product-compare-products .col-6, .product-compare-products .col-4 {
    min-width: 250px;
}

.comparison-img {
    text-align: center;
    border-top: 5px solid #000;
    margin: -1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    height: 175px;
    /* background: #94dde0; */;
}

.comparison-img img {
    max-height: 100%;
}

.comparison-item h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.compare-cat {
    font-style: italic;
    color: #6d6d6d;
    margin-bottom: 1rem;
}

.comparison-item strong {
    display: inline-block;
    margin-right: .5rem;
}

.comparison-item p:empty {
    display: none;
}

.comparison-url:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: .5rem;
}
/* #comparisonContainer .d-flex:nth-of-type(even) .comparison-img {
    background: #99e9b5;
} */
.product-detail-title {
    border-bottom: .15rem solid #000;
}

.product-detail-title h1 {
    display: inline-block;
    font-size: 1.5rem;
    color: #FFF;
    padding: .5rem;
    margin: 0;
    background: #000;
}

#product-detail-main .tab-pane {
    width: 100%;
}

#product-detail-main img {
    width: 100%;
    margin-bottom: 3rem;
}

#product-detail-thumbs img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    margin: 0;
}

#product-detail-thumbs.nav-pills .nav-link.active, #product-detail-thumbs.nav-pills .show > .nav-link {
    background-color: #f6f6f6;
}

#product-detail-thumbs .nav-item:only-child {
    display: none;
}

.video-thumbnail-container {
    position: relative;
    cursor: pointer;
}
.video-thumbnail-container .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.video-thumbnail-container .play-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}
#videoModal {
    padding-right: 0px !important;
}
#videoModal .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
#videoModal .modal-content {
    background-color: transparent;
    border: none;
}
#videoModal .modal-body {
    padding: 0;
    position: relative;
}
#videoModal .close {
    position: absolute;
    top: -48px;
    right: 3px;
    color: #fff;
    opacity: 1;
    font-size: 3rem;
    font-weight: 300;
    text-shadow: none;
    z-index: 1051;
}

.product-description {
    font-size: 1.25rem;
    padding: 1.5rem;
    background: #fefcfc;
}

.product-description p:last-child, .product-detail-item p:last-child {
    margin-bottom: 0;
}

ul.product-categories {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 1rem;
}

ul.product-categories li {
    margin: 0;
    padding: .25rem .5rem;
    background: #f2f1ed;
}

/* COOKIE CONSENT */
#tracking-consent-dialog {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    color: #FFF;
    background: #26a69a;
    z-index: 9999;
    box-shadow: -1px 1px 15px rgb(0 0 0 / 50%);
}

#tracking-consent-dialog strong {
    display: block;
    margin-bottom: 1.5rem;
}

#tracking-consent-dialog p {
    margin-bottom: 1rem;
}

#tracking-consent-dialog .btn {
    display: inline-block !important;
}

/* COMP TOOL */
.comp-level:empty, .alert:empty {
    display: none;
}

.comp-box {
    margin: 0;
    padding: 3rem;
    background: #f2f1ed;
}

.comp-level {
    justify-content: center;
    margin: 3rem 0;
}

.accordion-child .btn-link {
    font-size: 1.25rem;
    text-transform: none;
}

.accordion-child {
    margin: 0 1.5rem;
}

.accordion-child .card > .card-header {
    margin-bottom: .5rem;
}

.accordion .accordion-child .btn.collapsed, 
.accordion .accordion-child .btn {
    color: #26a69a;
}

.accordion-child .btn:after {
    font-size: 1.5rem;
}

/* ReadSpeaker Styles */
.rsbtn{
    z-index: 1 !important;
}

.rsbtn .rsbtn_play, .rsbtn .rsbtn_tooltoggle{
    border-radius: 0px !important;
    border: 1px solid #ccc !important;   
}

.rsbtn .rs-player-loadindicator .rsbtn-loading{
    background: #049BA6 !important;
}

.rspopup .rspopup_btn:focus,
.rspopup .rspopup_btn:active,
.rspopup .lang-picker .lang-picker-item[data-type=language]:active,
#rs-controlpanel button.rs-controlpanel-btn:active,
#rs-controlpanel button.rs-controlpanel-btn:focus,
#rs-controlpanel button:focus.rs-controlpanel-scroll-toggler span{
    color: #000 !important
}

#rs-controlpanel button.rs-controlpanel-scroll-toggler.enabled span.rs-controlpanel-scroll-state{
    color: #4ed779 !important;
}

#rs-controlpanel button.rs-controlpanel-scroll-toggler span.rs-controlpanel-scroll-state{
    color: #ff776e !important;
}

.rspopup .rspopup_btn.rspopup_play:focus::before{
    color: #444464 !important;
}

.rsbtn .rsbtn_play,
.rsbtn .rsbtn_play:hover,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
.rsbtn .rsbtn_tooltoggle,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:hover,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer ul.rsbtn_toollist li button.rsbtn_tool:active,
.rspopup,
.rspopup .rspopup_btn:hover,
.rspopup .rspopup_btn:focus,
.rspopup .rspopup_btn:active,
.rspopup .lang-picker,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
.rspopup .lang-picker .lang-picker-item[data-type=language]:focus,
.rspopup .lang-picker .lang-picker-item[data-type=language]:active,
.rspopup .lang-picker .lang-picker-item[data-type=language]:hover,
#rs-controlpanel,
#rs-controlpanel button:hover,
#rs-controlpanel button:active,
#rs-controlpanel button:focus {
    background-color: #fff !important;
}

.rs-outline.rs-click-listen{
    outline: 2px solid #049BA6 !important;
}

.rsbtn .rs-player-loadindicator{
    background: #ccc !important;
}

.rsbtn .rsbtn_play:focus .rsbtn_left .rsbtn_text span,
.rsbtn .rsbtn_tooltoggle:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn{
    color: #333 !important;
}

.rsbtn .rsbtn_right,
.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools,
.rsbtn .rsbtn_exp .rsbtn_exp_inner,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
#rs-controlpanel,
#rs-controlpanel button,
.rspopup,
.rspopup .rspopup_btn,
.rspopup .lang-picker,
.rspopup .lang-picker .lang-picker-item input,
.rspopup .lang-picker,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_dropdown,
#rs-controlpanel,
#rs-controlpanel button {
    border-color: #ccc !important;
    border-radius: 0px !important;
    outline: none !important;
}

.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text::after,
.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text::after,
#rs-controlpanel .rsicn-logo::after,
.rspopup .rspopup_btn.rspopup_play::after,
.rsbtn .rsbtn_play .rsbtn_right,
.rsbtn .rsbtn_play:hover .rsbtn_right::before,
.rsbtn .rsbtn_play:active .rsbtn_right::before,
.rsbtn .rsbtn_play:focus .rsbtn_right::before,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn,
#rs-controlpanel button.rs-controlpanel-playpause  {
    color: #049BA6 !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:hover span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:focus span.rsicn,
.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop span.rsicn{
    color: #cb433a !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active span.rsicn{
    background: transparent !important;
}

/* END ReadSpeaker Styles */

/* RESPONSIVE */

@media (max-width: 1400px) {
    /* hero banner */
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}
/* XL */

@media (max-width: 1200px) {
    a.logo {
        max-width: 167px;
        height: 75px;
        margin-top: 0;
    }

    .header-links {
        flex-grow: 1;
    }

    .main-nav .nav-menu {
        display: none !important;
    }

    #sm_menu_ham {
        cursor: pointer;
        position: relative;
        z-index: 9999;
    }

    #sm_menu_ham i {
        font-size: 1.5rem;
        color: #000;
        margin-right: .5rem;
    }

    a.btn-rwd {
        display: flex;
        color: #000;
        min-width: 1.81rem;
        height: 100%;
        align-items: center;
    }

    a.btn-rwd:hover {
        text-decoration: none;
    }

}

/* LG */

@media(max-width: 992px) {
    .separator:before {
        display: none;
    }

    #productFilters {
        padding-top: 0;
    }

    .collapse-lg-none:not(.show) {
        display: none !important;
    }

    .product-detail-title {
        border-bottom: none;
    }

}

/* MD */

@media(max-width: 768px) {
    .main-site-link {
        border: none;
        margin: 0 .5rem 0;
        padding: 0;
    }

    .search .sf-search-input-wrapper {
        width: 100%;
    }

    .login-link {
        display: none;
    }

    .login .dropdown-toggle::after {
        display: none;
    }

    .login .dropdown-menu.show {
        right: -1.5rem;
        left: auto !important;
    }

    .sub-main {
        width: 100% !important;
    }

    .separator:before {
        display: none;
    }

    /* hero banner */
    #hero-banner .img-bg {
        height: auto;
    }

    #hero-banner .banner-text {
        max-width: 100%;
        position: relative;
        left: auto;
        transform: none;
        margin: 0 auto;
        padding: 1rem;
    }

    /* search results */
    .sf-search-results .sf-media {
        display: block;
    }

    .thumbnail-holder {
        width: 100%;
        margin: 0 0 1.5rem;
    }

    /* Cookie Banner */
    #tracking-consent-dialog {
        max-height: 30vh;
        overflow-y: auto;
    }
    #tracking-consent-dialog:before {
        content: 'Scroll to Dismiss';
        display: inline-block;
        position: absolute;
        right: 0;
        font-size: .75rem;
        padding: .5rem;
        margin-top: -1.5rem;
        z-index: 9999;
        background: #000;
    }

    .at-questionnaire {
        padding: 3rem 1.5rem;
    }

    .at-questionnaire .btn {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 1.5rem 0 !important;
    }
}

/* SM */

@media (max-width: 576px) {
    /* Headings */
    .display-1{
        font-size: 61px;
        line-height: 73px;
    }
    
    .display-2{
        font-size: 48px;
        line-height: 58px;
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 29px;
        line-height: 34px;
    }

    h4 {
        font-size: 24px;
        line-height: 29px;
    }

    h5{
        font-size: 20px;
        line-height: 24px;
    }

    h6{
        font-size: 16px;
        line-height: 19px;
    }

    blockquote {
        font-size: 1rem;
    }

    /* buttons */
    .btn, .btn.primary, .btn.btn-primary, a.btn-link1, .btn-link1 a, a.btn-link2, .btn-link2 a {
        display: block;
        margin: 1.5rem auto;
        max-width: 60vw;
    }

    p > .btn:nth-of-type(2) {
        margin-left: auto;
    }

    .hero-banner .banner-text .btn {
        margin: 1.5rem auto;
    }

    .lead {
        font-size: 1.25rem;
    }

    .product-description {
        font-size: 1rem;
    }

    /* header */
    header {
        min-height: 132px;
    }

    .header-top {
        font-size: .75rem;
        background: #ebebeb;
    }

    .eyebrow ul li {
        margin: 0 0 0 .5rem;
    }

    a.logo {
        margin-top: .5rem;
    }

    .search {
        position: fixed;
        top: 132px;
        left: 0;
        right: 0;
        background: #ebebeb;
        visibility: hidden;
        opacity: 0;
        transition: opacity ease-in-out .3s;
    }

    .search.active {
        visibility: visible;
        opacity: 1;
    }

    .search .form-group {
        margin: 0;
    }

    .btn-rwd span {
        display: none;
    }

    .sm_menu_outer, main {
        top: 132px;
    }

    /* hero banner */
    .hero-banner {
        position: relative;
        overflow: hidden;
    }

    .hero-banner .banner-img {
        position: absolute;
        height: 100%;
    }

    .hero-banner .banner-img:before {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .5);
    }

    .banner-text {
        color: #FFF;
        position: relative;
        z-index: 1;
    }

    /* Carousel Nav */
    .tns-nav {
        display: none;
    }

    main {
        padding-top: 132px;
    }

    .at-questionnaire .btn {
        max-width: 100%;
    }
}

/* BACKEND OVERWRITES */

.sfPageEditor header {
    position: relative;
}

.sfPageEditor header .row {
    height: auto;
}

.sfTemplateEditor .search {
    position: relative;
    opacity: 1;
}

.sfPageEditor main {
    padding-top: 0;
}

.sfPageEditor div[data-aos] {
    opacity: 1 !important;
    transform: none;
}

/* PRINT */
@media print {
    body {
        overflow: auto;
        min-height: auto;
    }

    .container {
        width: auto;
    }

    img {
        break-after: avoid;
    }

    header, footer, .b-crumbs, .product-compare-nav, .product-compare, #productFilters, .btn.collapsed {
        display: none !important;
    }

    main {
        padding-top: 0;
    }

    .product-compare-overlay {
        position: absolute;
        overflow: hidden;
        height: 100%;
    }
}

/* Card Link */
.card-link:hover .card-title, .card-link:focus .card-title{
    text-decoration: underline;
}

/* 1. Main body content links */
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a) {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: none;
}
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a):hover,
main a:not(.btn):not(.btn-link1):not(.btn-link2):not(.arrow):not(.nav-link):not(.card-link):not(.footer-link):not(:is(.btn-link1, .btn-link2, .arrow, .nav-link, .card-link, .footer-link) a):focus {
  color: #00796E;
  text-decoration: none;
}

.btn-link,.btn-link2,.btn-link a,.btn-link2 a{
    color: #fff !important;
    text-decoration: none !important;
}

.btn-link a, .btn-link2 a{
    background: none !important;
}

.card a{
    text-decoration: none !important;
}

.card a:hover h4, .card a:focus h4{
    text-decoration: underline !important;
}

.card a:hover h4, .card a:focus h4, .card a:hover p, .card a:focus p{
    color: #000 !important;
}

/* 2. Arrow links */
main a.arrow, main .arrow a {
  color: #00796E !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: none;
}
main a.arrow:hover, main .arrow a:hover, main a.arrow:focus, main .arrow a:focus {
  text-decoration: underline !important;
}

/* 3. Card components: only title underlines on hover */
.card .card-title a {
  text-decoration: none;
  font-weight: 500;
}
.card .card-title a:hover,
.card .card-title a:focus {
  text-decoration: underline;
  color: #00796E;
}
.card .card-text a,
.card .card-body a {
  text-decoration: none !important;
  font-weight: 500;
}
.card .card-text a:hover,
.card .card-body a:hover {
  text-decoration: none !important;
  color: #00796E;
}

/* 4. Nav/Header/Footer links: preserve their styles */
header a,
.nav-menu a,
footer a,
.footer-links a {
  text-decoration: none;
  font-weight: initial;
  color: inherit;
  transition: color .3s;
}
header a:hover,
.nav-menu a:hover,
footer a:hover,
.footer-links a:hover {
  text-decoration: underline;
  color: inherit;
}