﻿html {
    background: rgb(245,245,245);
}

.content-container {
    padding: 40px 0px;
}

.page-content .row {
    margin-right: -15px;
    margin-left: -15px;
}

div[role="tabpanel"] {
    width: 100%;
}

/* button styles */
/* handled by client styles */
/* end button styles */


/* product banner styles */
.product-banner {
    background: white;
    padding-bottom: 30px;
}

    .product-banner .product-title {
        margin-bottom: 20px;
        text-align: left;
    }

    .product-banner .product-summary .lcx-product-image {
        text-align: left;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 35px;
    }


    .product-banner .popular-topics-container {
        margin-bottom: 30px;
    }

.a2-search-heading {
    padding-bottom: 10px;
}

.a2-H2{
    font-size:x-large;
}

.a2-button-container {
    /*right: 15px;*/
    z-index: 50;
}

.a2-search {
    border-width: 1px;
    border-style: solid none solid solid;
    border-color: rgb(48, 113, 169) !important;
    border-image: initial;
    font-size: clamp(1.75rem, 8vw, 2rem);
    z-index: 500 !important;
}


/*.btn-a2-search {
    color: rgb(0, 96, 169);
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid solid solid none;
    border-color: rgb(48, 113, 169);
    border-image: initial;
    left: -2px;
    padding-top: 5px;
    height: 40px;
}

    .btn-a2-search i {
        font-size: 22px;
    }

    .btn-a2-search:hover, .btn-a2-search:focus, .btn-a2-search:active {
    }*/

.product-banner .popular-topics-container .popular-topics-list .popular-div {
    margin: 5px 0px;
}

.product-banner .popular-topics-container .popular-topics-list a {
    font-size: 1em;
    padding: 2.5px 0px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*
    .product-banner .popular-topics-container .popular-topics-list a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 25px;
        margin-right: 10px;
    }*/

.product-banner .popular-topics-container .popular-topics-list {
    display: flex;
    flex-direction: column;
}

.popular-topics-title {
    padding-bottom: 10px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .product-image {
        margin-bottom: 30px;
    }

        .product-image img {
            margin: 0 auto;
        }
}

/* end product banner styles */


/* nav styles */

.toggle-nav-container {
    width: 100%;
    z-index: 100;
    margin: 0px;
    color: rgb(116, 118, 118);
}

.toggle-navigation {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: hidden;
    align-items: flex-end;
    border-bottom: 1px solid rgb(238, 238, 238);
    box-shadow: rgb(238 238 238) 0px 1px 3px 0px;
}

    .toggle-navigation .toggle-nav-item {
        text-align: center;
        cursor: pointer;
        text-align: center;
        position: relative;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        border-bottom: 0;
        line-height: 1.5;
        cursor: pointer;
        background: 0;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        -ms-transition: background .3s;
        transition: background .3s;
        margin: 0px;
        width: 100%;
    }

        .toggle-navigation .toggle-nav-item .tab-button {
            display: block;
            text-align: center;
            font-size: 16px;
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            margin-bottom: 0;
            text-decoration: none;
            border-bottom: 3px solid transparent;
            padding: 10px 0px;
            background: none;
            color: black!important;
        }

            .toggle-navigation .toggle-nav-item .tab-button:hover {
            }

            .toggle-navigation .toggle-nav-item .tab-button.is-active {
                border-bottom: 3px solid rgb(0, 96, 169);
                color: black;
                font-weight: bold;
            }


            .toggle-navigation .toggle-nav-item .tab-button:focus {
                outline: 0 !important;
            }

            .toggle-navigation .toggle-nav-item .tab-button:focus-visible {
                outline: 2px solid black !important;
                outline-offset: -2px;
            }

@media only screen and (max-width: 450px) {
    .toggle-navigation {
        flex-wrap: wrap;
    }

        .toggle-navigation .toggle-nav-item {
            width: 50%;
            margin: unset;
        }
}

/* end nav styles */



/* feature styles */

.feature-tooltip-indicator {
    background: none;
    padding: 0px;
    color: #3071a9 !important;
    font-size: 14px;
    display: inline-block;
    height: auto;
    margin-left: 2.5px;
    cursor: pointer;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

    .feature-tooltip-indicator:hover {
        background: none;
    }

    .feature-tooltip-indicator:focus, .feature-tooltip-indicator:active {
        background: none;
    }

    .feature-tooltip-indicator:focus {
        background: none;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px;
    }

.panel {
    background: white;
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

.panel-new-default {
    background-color: #f5f5fc;
    border-color: #c3c4eb;
    border-width: 2px;
}

.panel-body-header {
    display: inline-block;
    font-weight: bolder;
    font-size: 1.2em;
    line-height: 1.1;
    margin: 9px 0;
}

.panel-body {
    padding: 0px;
    color: black;
    border-top: 0px;
    padding-top: 0px;
}

.panel-default {
    border: unset;
    box-shadow: unset;
}

    .panel-default > .panel-heading {
        font-size: 1.1rem;
        font-weight: bold;
        color: black;
        padding: 10px;
        display: flex;
        align-items: center;
        border: unset;
        background: none;
    }

.group-network .feature-name {
    width: 30%;
}

.group-network .badge {
    font-weight: normal;
}

.group-features .feature-name {
    width: 50%;
}

.group-camera .feature-name {
    width: 60%;
}

.group-battery-life .feature-name {
    width: 35%;
}

.group-processor .feature-name {
    width: 35%;
}

.group-multimedia .feature-name {
    width: 40%;
}

.group-multimedia .feature-value {
    width: 100%;
    text-align: left;
}

.group-multimedia .badge {
    margin-bottom: 5px;
    font-weight: normal;
}


.feature {
    clear: both;
    padding: 10px 5px;
}

.panel-body .feature:nth-child(2n+1) {
    background: rgb(238, 238, 238);
}

.panel-body .feature:nth-child(2n) {
    background: rgb(250, 250, 250)
}

.feature-name {
    font-weight: normal;
    float: left;
    padding-right: 1rem;
    font-size: 16px;
    display: flex;
    align-content: center;
}
/*
    .feature-name[data-original-title]:not(:empty)::after {
        font-size: 14px;
        font-family: FontAwesome;
        content: "\f05a";
    }


@media only screen and (max-device-width: 1064px) {
    .feature-name[data-original-title]:not(:empty)::after {
        content: "";
    }
}*/

.feature-value {
    font-size: 16px;
    text-align: right;
}

.phone_size_img {
    float: left;
}

.phone_size_width {
    text-align: center;
    font-size: 10px;
}

.phone_size_depth {
    text-align: left;
    font-size: 10px;
}

.phone_size_height {
    height: 100%;
    margin: 100% 0px 0px 0px;
    font-size: 10px;
}

.panel-heading .heading-toggle {
    display: none;
    color: black;
    text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 921px) {

    .navbar-brand {
        font-size: 16px;
    }

    .feature {
        font-size: 12px;
    }

    .phone_size_width {
        font-size: 10px;
    }

    .phone_size_depth {
        text-align: left;
        font-size: 10px;
    }

    .phone_size_height {
        margin: 120px 0px 0px 0px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .panel-heading {
        cursor: pointer;
    }


        .panel-heading .heading-text {
            display: none;
        }

        .panel-heading .heading-toggle {
            display: block;
        }

    .navbar-brand {
        font-size: 16px;
    }

    .feature {
        font-size: 12px;
    }

    .phone_size_width {
        font-size: 10px;
    }

    .phone_size_depth {
        text-align: left;
        font-size: 10px;
    }

    .phone_size_height {
        margin: 40% 0px 0px 0px;
        font-size: 10px;
    }
}

.bg-green {
    background-color: #009900;
}

.bg-red {
    background-color: #BB0000;
}

.panel-heading.accordion-toggle.collapsed:after {
    color: #000000;
    content: url("../images/int/arrow_down.png");
}

.panel-heading.accordion-toggle.collapsed {
    color: #000000;
}

.panel-heading.accordion-toggle:after {
    content: url("../images/int/arrow_up.png");
}

.panel-heading.accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#listContent h4 {
    padding: 10px 15px;
}

[data-role="page"] {
    overflow: hidden;
    min-height: 600px;
}

[data-role="clear"] {
    clear: both;
}

[data-role="panels"][data-columns="2"] > [data-role="panel"] {
    float: left;
    width: 450px;
}

[data-page-role="left"] {
    margin-right: 450px;
    overflow: hidden;
}

[data-page-role="right"] {
    float: right;
    width: 450px;
    /*text-align:center;*/
}


[data-role="panels"] {
    margin: -20px;
    overflow: hidden;
}

[data-role="panel"] {
    color: #6d777d;
    margin: 20px;
}

    [data-role="panel"] [data-panel-role="head"] {
        background-color: rgba(109,119,125,0.1);
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    [data-role="panel"] [data-panel-role="body"] {
        padding-top: 10px;
        font-weight: bold;
    }



    [data-role="panel"][data-panel-theme="2"] [data-panel-role="head"],
    [data-key-collection-role="item"] {
        padding: 10px;
        padding-left: 65px;
        position: relative;
        line-height: 37px;
    }

        [data-role="panel"][data-panel-theme="2"] [data-panel-role="head"] img,
        [data-key-collection-role="item"] img {
            position: absolute;
            left: 5px;
            top: 5px;
            background-color: #FFF;
            padding: 5px;
        }

    [data-role="panel"][data-panel-theme="2"] [data-panel-role="body"] {
        padding: 0;
    }


@media (max-width: 940px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 450px;
    }
}

@media (max-width: 880px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 420px;
    }
}

@media (max-width: 820px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 390px;
    }
}

@media (max-width: 760px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        float: none;
        width: auto;
    }
}

@media all and (max-width: 700px){

    .article-feedback-container {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .feedback-text-input {
        max-width: 350px !important;
        max-height: 400px !important;
    }
}

@media (max-width: 720px) {

    [data-page-role="right"] {
        display: none;
    }

    [data-page-role="left"] {
        margin-right: 0;
    }

    [data-role="panel"] [data-panel-role="body"] {
        padding-top: 2px;
    }

        [data-role="panel"] [data-panel-role="body"] ul {
            list-style: none;
            margin: 0;
        }

        [data-role="panel"] [data-panel-role="body"] li {
            margin-bottom: 2px;
        }

            [data-role="panel"] [data-panel-role="body"] li a {
                display: block;
                padding: 10px 15px;
                padding-right: 25px;
                background-color: #FFF;
                line-height: normal;
                background-image: url("img/lucid-arrow-retina.png");
                background-size: 14px 17px;
                background-repeat: no-repeat;
                background-position: 100% 50%;
            }

                [data-role="panel"] [data-panel-role="body"] li a:hover {
                    text-decoration: none;
                }

    [data-role="instruction"] {
        display: none;
    }
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

    .panel-collapse .list-group-item li.list-group-item:last-child {
        padding-bottom: 0;
    }

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

.feature .badge {
    padding: 5px 15px;
    border-radius: 15px;
}

    .feature .badge.bg-red {
        background-color: #E7002D;
    }

    .feature .badge.bg-green {
        background-color: #7CBE4A;
    }

.specs-container {
    column-count: 2;
    -webkit-column-count: 2;
}

@media all and (max-width: 800px) {
    .specs-container {
        column-count: 1;
        -webkit-column-count: 1;
    }
}

.specs-container > .panel.panel-default {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    transform: translateZ(0);
}

.feature-yes, .feature-no {
    color: white;
}

.tooltip {
    position: absolute;
    z-index: 1000000000000;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 1;
    /* from costco style guide */
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 5px;
    max-width: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
    color: #333333;
    text-align: left;
    background-color: unset;
}


.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

    .tooltip .tooltip-arrow::before, .tooltip .tooltip-arrow::after {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
    margin-top: 5px !important;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: 2px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #cccccc;
            transform: translateY(1px);
        }

        .bs-tooltip-top .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::after {
            top: 2px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: white;
        }


.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: 2px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #cccccc;
    transform: translateY(-1px);
}

.bs-tooltip-bottom .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after {
    bottom: 2px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: white;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 10px !important;
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: 3px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #cccccc;
            transform: translateX(-1px);
        }

        .bs-tooltip-end .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::after {
            right: 3px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: white;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
    margin-top: 5px !important;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: 2px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #cccccc;
            transform: translateY(-1px);
        }

        .bs-tooltip-bottom .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after {
            bottom: 2px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: white;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: white;
        }

/*
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}*/

.in {
    opacity: 1;
}

/* end feature styles */


/* A2 frame */

.embed-responsive .responsive-item {
    width: 100%;
    border: 0;
}

/* end A2 frame */

.index-container {
    margin-top: 80px;
    margin-bottom: 40px;
}

/* override the client styles a bit - add some padding to the picker when we're in mobile */
@media only screen and (max-width:500px) {
    .index-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .a2-search-container.searchContainer {
        padding-top: 0px;
        width: 100%;
    }
}


/* customer reference styles*/
.customer-reference {
    color: #333333;
}
/* end customer reference styles*/


/* hsim refresh message styling */

/* use the aria property to control our display - we need to update this anyway */
.hsim-refresh-message[aria-hidden="true"] {
    display:none;
}

.hsim-refresh-message {
    background: white;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-top: 8px solid rgb(48, 113, 169);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .hsim-refresh-message .icon {
        margin-right: 7.5px;
        color: rgb(48, 113, 169);
        font-size: 20px;
    }

/* end hsim refresh message styling */


/* adjust for tablet/mobile view */
@media only screen and (max-width:991px) {
    .generic-device-content {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5%;
        margin-top: 5%;
        justify-content: center;
        gap: 3%;
    }

    .ts-content-container {
        min-width: 100%;
        height: 100%;
    }

    .generic-ts {
        padding: 2%;
        min-width: 100%;
    }

    .generic-info-container {
        margin-bottom: 5%;
        min-width: 100%;
    }
}

.generic-info-container {
    width: 45%;
    padding: 0%;
}

.generic-content-container {
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}

.generic-info {
    padding: 5%;
    min-width: 100%;
    margin-right: 5%;
    height: 100%;
}

.generic-device-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
    margin-top: 5%;
    justify-content: space-between;
    gap: 3%;
}


.generic-title {
    text-align: center;
    background: #3071a9;
    color: white;
    padding: 10px 5px;
    margin-top: 4%;
}

.generic-device-name {
    color: #3071a9;
    margin-top: 0px;
    font-weight: bold;
}

/* styling for generic troubleshooter */
.ts-content-container {
    width: 50%;
    padding: 0%;
}

.generic-ts {
    padding: 2%;
    height: 100%;
}

/* styling for generic faq */
.generic-faqs {
    padding-bottom: 5%;
    padding-top: 2%;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    margin-bottom: 6%;
}

.faqs-title {
    text-align: center;
    padding-bottom: 3%;
    color: #333333;
    font-weight: bold;
}

.faq-content {
    display: flex;
    width: 100%;
    padding: 0%;
}

.faq-accordion {
    border-top: 1px solid #ccc;
    padding: 5px 0px 0px 0px;
}

.row.faq-content {
    margin: 0px;
}

.faq-title {
    text-align: left;
    font-weight: bold;
    color: #3071a9;
}

#accordion {
    border-bottom: 1px solid #ccc;
}

.faq-heading {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq-open {
    margin: unset;
}

.faq-heading img:not(.expanded) {
    transform: rotate(90deg);
    transition-duration: 0.5s;
}

.faq-heading img.expanded {
    transform: rotate(-90deg);
    transition-duration: 0.5s;
}

.faq-body {
    margin-top: 20px;
}


/* cm_ts styles overwriting contact support link - quick fix */
#customer-support {
    color: #29608f;
}

#customer-support:hover {
    color: #183854;
}

.support-title {
    margin-top: 0px;
}

.generic-device-info {
    font-size: 16px;
}

.call-info-generic {
    margin-top: 20px;
}

.feedback-container-main {
    margin-bottom: 3%;
}

.article-feedback-container {
    margin-bottom: 3%;
    width: 533px;
    padding:8px;
    margin-left: 16px;
    margin-top: 80px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px -1px rgba(17, 24, 39, 0.10), 0px 1px 3px 0px rgba(17, 24, 39, 0.10);
}

.article-feedback-container p{
    font-size:14px
}

small {
    font-size: 11.9px;
}
.feedback-text-input {
    max-width: 509px;
    max-height: 400px;
}

.scen-chevron{
    transform:rotate(90deg);
    margin: 0px 10px 3px 0px;
}

.scen-btn-override {
    position: absolute;
    top: -15px;
    padding-left: 0px !important;
    border: none !important;
    color: #000000 !important;
}
.scen-btn-override-prev{
    left:570px;
}

.scen-btn-override:hover {
    background: none !important;
}

.scen-btn-steps-override {
    font-weight: bold !important;
    font-size: 14px !important;
}

.testButton{
    display:flex;
    margin-top:16px;
    justify-content:space-between;
    
}

.outside-ts-sbs-container{
    display:none;
}

#alert-reference-container p {
    color: #000;
}

#alert-reference-container {
    font-size: 14px;
    border-top: 1px solid #d9d9d9;
    border-left: 3px solid #3071a9;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}



    #alert-reference-container div p:first-child {
        margin-bottom: 0px;
    }

    #alert-reference-container div p:last-child {
        margin-bottom: 8px;
    }

#customer-reference-alert {
    font-weight: bold;
}

#inside-ts-container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

/* styling for generic faqs */

.generic-faqs .faq-title, .generic-faqs .lcx-a2-accordion button {
    text-align: left;
    font-weight: bold;
    color: #3071a9 !important
}

.article-container h1, .article-container h2, .article-container h3, .article-container h4, .article-container h5 {
    margin: 0px;
    padding: 0px;
    font-size: initial;
}

.lcx-a2-accordion {
    list-style: none;
    padding: 0px;
}

    .lcx-a2-accordion button {
        display: block;
        padding: 8px 22px;
        margin: 5px 0 5px 0;
        cursor: pointer;
        background: #EEEEEE;
        transition: ease .5s;
        border: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
    }

        .lcx-a2-accordion button:hover {
            background: #CCCCCC;
        }

    .lcx-a2-accordion .content {
        padding: 10px 25px;
        margin: 5px 0 0 0;
    }

        .lcx-a2-accordion .content[aria-hidden="true"] {
            display: none;
        }

.customer-reference-container {
    display: none;
}