
span,div,p,li {
    color: #8c8c8c;
}

#chatRequest p {
    color: white;
}

table {
    width: 100%;
}

table td {
    border: 1px solid #8c8c8c;
    padding: 0.5em;
}

#faqs table td {
    border: none;
    padding: 0;
}


#primary {
    margin-top: 75px;
}

#primary .wrap-content {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
}


#help-center-search {
    min-height: 280px;
    width: 100%;
    background: #226e7b url('/wp-content/themes/angelsense/images/pages/help-center/bg.jpg');
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

#help-center-search .wrap-content {
    padding-left: calc((100% - 960px) / 2);
    padding-right: calc((100% - 960px) / 2);
}


#help-center-search h1 {
    color: white;
    font-weight: 600;
    font-size: 2.7em;
    text-align: center;
    margin: 0 0 0.5em 0;
}

#tabs-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: center;
    height: 110px;
    margin: 1.5em 0 4em 0;
}

#tabs-wrapper .help-center-cat {
    width: auto;
    height: 100px;
    margin: auto;
    vertical-align: middle;
}

#tabs-wrapper a {
    font-size: 1.3em;
    color: #9a9a9a;
    font-weight: 600;
    outline: none;
}

#tabs-wrapper a:hover,
#tabs-wrapper a.active-tab
{
    color: #2fb4a4;
    outline: none;
}

a.help-center-cat:before {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-position: center center;
    content: ' ';
    background: url('/wp-content/themes/angelsense/images/pages/help-center/icons-sprite.png') no-repeat;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 15px;
}

a#hc-tab-1:before { background-position: -100px -0px; }
a#hc-tab-1:hover:before,
a#hc-tab-1.active-tab:before { background-position: -0px -0px; }
a#hc-tab-2:before { background-position: -100px -200px; }
a#hc-tab-2:hover:before,
a#hc-tab-2.active-tab:before { background-position: -0px -200px; }
a#hc-tab-3:before { background-position: -100px -100px;  }
a#hc-tab-3:hover:before,
a#hc-tab-3.active-tab:before {  background-position: -0px -100px; }

#tabs-content-wrap {
    margin-bottom: 5em;
    min-height: 300px;
}
.tabcontent {
    display: none;
}

.tabcontent a {
    outline: none;
}

.tabcontent.active-tab {
    display: block;
}

.tabcontent>ul>li {
    padding: 0 0 0 0;
    border-bottom: #d2d2d2 1px solid;
    position: relative;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
}

.tabcontent>ul>li.hilighted {
    background-color: rgba(254, 255, 22, 0.22);
}


.tabcontent>ul>li:first-child {
    border-top: #d2d2d2 1px solid;
}
.tabcontent>ul>li>a {
    font-size: 1.2em;
    line-height: 3.2em;
    font-weight: 400;
    color: #666666;
    display: block;
    margin: 0 5px;
    outline: none;
}

.tabcontent>ul>li>a:after {
    content: ' ';
    width: 25px;
    height: 10px;
    background: url('/wp-content/themes/angelsense/images/pages/help-center/arrow-down.png');
    -webkit-transition: all 400ms ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 400ms ease-in-out; /** Firefox **/
    -o-transition: all 400ms ease-in-out; /** Opera **/
    position: absolute;
    right: 15px;
    top: 1.5em;
    animation: all 250ms ease-in;
}

.tabcontent>ul>li>a.showing-content:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg) ;
}

.tabcontent>ul>li>a + .nano-response {
    display: none;

}


.tabcontent>ul>li:hover>a,
.tabcontent>ul>li>a:active {
    color: #2fb4a4;
}

/* Lity */

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#lity-content {
    overflow: auto;
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 100%;
    border-radius: 6px;
    max-height: 900px;
    z-index: 1000000000000;
}


@media all and (max-width: 768px){
    #lity-content {
        padding: 2px;
        margin: 0 auto;
    }

    #mainContent {}

}

.myback {
    z-index: 100000000;
    position: fixed;
    top: 50%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent url("/wp-content/themes/angelsense/images/pages/help-center/back-arrow.png");
    background-size: cover;
    left: 0;
    height: 65px;
    width: 25px;
    text-indent: -9999px;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    .myback {
        left: auto;
        margin-left: -20px;
    }

}



/* Slick */
#lity-content .slick-prev[aria-disabled="false"],
#lity-content .slick-next[aria-disabled="false"] {opacity: 1}

#lity-content .slick-prev[aria-disabled="true"],
#lity-content .slick-next[aria-disabled="true"] {opacity: 0}


/* Nanorep */
.widget-embedded__header,
.core-search__poweredby {
    display: none !important;
}

/*
.showing-content + .nano-response {
    padding: 30px 0;
}
*/

.nano-response #mainContent {
    width: 95%;
}

.nano-response #mainContent nav.breadcrumbs,
#mainContent .breadcrumbs,
.nano-response #mainContent nav.breadcrumbs + h1,
.nano-response #mainContent h1:first-child {display: none !important}

#nanorep-embedded-widget #nanorep1 #nanorep-ew .answer-header__title,
#nanorep-embedded-widget [nr-normalize] a {
    color: #2fb4a4;
}


#mainContent a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #32b4a6;
}

@media all and (max-width: 768px) {
    #mainContent a {word-break: break-all}
}

#mainContent ol,
#mainContent ul {
    margin: 10px 25px;
}

#mainContent ol li img,
#mainContent ul li img {
    display: block;
}

#mainContent a {
    outline: none;
}

/* Responsive */

/* Nanorep fetched content style */
/*
	Support page Desktop version style
*/


#faqs table td {
    border: none;
    padding: 0;
}

#faqs ul,
#faqs ol {
    padding: 0;
}



@media (min-width: 1025px) {

    /*Content*/
    #widgetContainer {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }

    #contentAreaWrapper {
        color: white;
    }

    #answerPane {
        color: white !important;
    }

    #faqs {
        margin-top: 1.2em;
    }

    .pageContainer {
        padding: 1em;
        margin-top: 70px;
        background-color: black;
        min-height: 300px;
        text-align: center;
        background-image: url(/wp-content/themes/angelsense/images/support/support.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .pageContainer h1 {
        padding-top: 1em;
        font-size: 2.5rem;
        color: white;
        font-weight: 700;
    }

    .pageContainer h1 strong {
        color: #81F3E6;
    }

    .pageContainerContent {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    div.content.borderBoxSizing {
        padding: 2em 0;
    }

    #sideNav {
        display: inline-block;
        vertical-align: top;
        padding: 0 1em;
        width: 30%;
    }

    #sideNav li {
        border-bottom: 1px solid rgba(50, 180, 166, 0.12);
        position: relative;
        transition: all 0.3s;
    }

    #sideNav li:hover {
        background-color: rgba(140, 140, 140, 0.10);
    }

    #sideNav a {
        display: block;
        padding: 0.8em 0.3em;
        text-decoration: none;
        color: #32b4a6;
        position: relative;
        font-weight: 600;
        outline: 0;
    }

    #sideNav span {
        position: absolute;
        top: 50%;
        right: 0.5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #32b4a6;
    }

    #sideNav h1 a {
        margin-bottom: 1em;
        text-decoration: none;
        font-size: 24px;
        font-weight: 700;
        outline: 0;
    }

    #mainContent {
        display: inline-block;
        vertical-align: top;
        width: 95%
    }

    #mainContent ul {
        list-style-type: disc;
    }

    #mainContent ul li {
        padding: 0.5em 0;
    }

    #mainContent p {
        margin-bottom: 0.5em;
    }

    #mainContent strong {
        color: #32b4a6;
    }

    #mainContent div.list {
        margin-bottom: 1em;
    }

    #mainContent div.list h2 a {
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
        text-decoration: none;
    }

    #mainContent div.list h2 a:hover {
        text-decoration: underline;
    }

    #mainContent div.list ul {
        list-style-type: none;
    }

    #mainContent div.list ul li {
        padding: 0.3em 0;
    }

    #mainContent div.list ul li a {
        color: #87a1ae;
        text-decoration: none;
    }

    #mainContent div.list ul li a:hover {
        text-decoration: underline;
    }

    #mainContent .breadcrumbs {
        font-size: 0.8em;
        margin-bottom: 4em;
        margin-top: 2.2em;
    }

    #mainContent .breadcrumbs a {
        text-decoration: underline;
        color: #a5a5a5;
    }

    #mainContent h1 {
        margin-bottom: 1em;
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
    }

    #mainContent h3 {
        font-size: 16px;
        color: #32b4a6;
        font-weight: 600;
    }

    #mainContent h3 a {
        color: #32b4a6;
        text-decoration: none;
    }

    #mainContent h3 a:hover {
        text-decoration: underline;
    }

    #mainContent div.descDiv {
        display: block;
        margin-bottom: 2.5em;
        font-size: 0.9rem;
        color: #8c8c8c;
    }


    .lity-container .lity-close {
        position: absolute;
        right: -40px;
        top: -40px;
    }

    .lity-container .lity-close:active {

        top: -39px;
    }

}


/*Media Query For Desktop App*/
@media (max-width: 1024px) {


    #widgetContainer {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    #contentAreaWrapper {
        color: white;
    }

    #answerPane {
        color: white !important;
    }

    .pageContainer {
        padding: 1em;
        background-color: black;
        min-height: 300px;
        text-align: center;
        background-image: url(/wp-content/themes/angelsense/images/support/support.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        position: relative;
    }

    .pageContainer h1 {
        padding-top: 2em;
        font-size: 1.5rem;
        color: white;
        font-weight: 700;
    }

    .pageContainer h1 strong {
        color: #81F3E6;
    }

    .pageContainerContent {
        margin-left: auto;
        margin-right: auto;
    }

    div.content.borderBoxSizing {
        padding: 2em 0;
    }

    #sideNav {
        display: block;
        vertical-align: top;
        padding: 1em 1em;
    }

    #sideNav ul {
        display: none;
    }

    #sideNav ul.open {
        display: block;
    }

    #sideNav li {
        padding: 0.5em 0;
        border-bottom: 1px solid rgba(50, 180, 166, 0.12);
        position: relative;
    }

    #sideNav a {
        display: block;
        text-decoration: none;
        color: #32b4a6;
        position: relative;
        font-weight: 600;
    }

    #sideNav span {
        position: absolute;
        top: 50%;
        right: 0.5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #32b4a6;
    }

    #sideNav h1 a {
        text-decoration: none;
        font-size: 24px;
        font-weight: 700;
        position: relative;
        outline: 0;
    }

    #sideNav h1 a.open:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    #mainContent {
        display: inline-block;
        vertical-align: top;
        padding: 0 30px;
    }

    #mainContent ul {
        list-style-type: disc;
    }

    #mainContent ul li {
        padding: 0.5em 0;
    }

    #mainContent p {
        margin-bottom: 0.5em;
    }

    #mainContent strong {
        color: #32b4a6;
    }

    #mainContent div.list {
        margin-bottom: 1em;
    }

    #mainContent div.list h2 a {
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
    }

    #mainContent div.list ul {
        list-style-type: none;
    }

    #mainContent div.list ul li {
        padding: 0.3em 0;
    }

    #mainContent div.list ul li a {
        color: #87a1ae;
    }

    #mainContent .breadcrumbs {
        font-size: 0.8em;
        margin-bottom: 1em;
    }

    #mainContent .breadcrumbs a {
        text-decoration: underline;
        color: #a5a5a5;
    }

    #mainContent h1 {
        margin-bottom: 1em;
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
    }

    #mainContent h3 {
        font-size: 16px;
        color: #32b4a6;
        font-weight: 600;
    }

    #mainContent h3 a {
        color: #32b4a6;
    }

    #mainContent div.descDiv {
        display: block;
        margin-bottom: 1.5em;
        font-size: 0.9rem;
        color: #8c8c8c;
    }

}


.support-share {
    position: absolute;
    cursor: pointer;
    top: 50px;
    right: 0;
    width: auto;
    text-align: center;
    height: 40px;
    text-decoration: none;
    z-index: 100000;
    left: auto;
    text-indent: -9999px;
    background-image: url('/wp-content/themes/angelsense/images/pages/help-center/share-icon.png');
    background-position: center 7px !important;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
}


.support-share.show {
    display: block;
    background-color: white;
    height: auto;
    background-position: 5px 5px;
    box-shadow: 0 0 10px;
    border-radius: 8px;
}

.support-share a {
    position: relative;
    margin: 0.7em 0 0;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 22px;
    padding: 1.5em;
    background-color: transparent;
    border-radius: 50%;
    transition: all .3s;
    outline: 0;
    display: block;
    opacity: 0;
}

.support-share.show a {opacity: 1}

.support-share a.support-twitter {
    background-image: url(/wp-content/themes/angelsense/images/blog/twitter.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px!important;
    margin-top: 1em;
}
.support-share a.support-facebook {
    background-image: url(/wp-content/themes/angelsense/images/blog/facebook.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 15px !important;
}

.support-share a.support-linkedin {
    background-image: url(/wp-content/themes/angelsense/images/blog/linkedIn.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 24px !important;
}

.support-share a.support-mail {
    background-image: url(/wp-content/themes/angelsense/images/blog/envelop.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 24px !important;
}


.support-share a.support-copy {
    background-image: url(/wp-content/themes/angelsense/images/pages/help-center/icon-copy.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 24px !important;
}

.url-copy,.url-copy-note {display: none}

.url-copy-note {
    background-color: #ffffff;
    color: black;
    display: none;
    position: absolute;
    bottom: 10px;
    width: 40px;
    left: 10px;
    border-radius: 4px;
    border: 2px #32b4a6 solid;
    text-indent: initial;
    font-size: 9px;
    padding: 4px 0;
}

/* Fix tooltip location */
.wrap-content #nanorep1 #nanorep-ew .tooltip {
    margin-top: 75px;
}

/* Fix zoom tool on search */
#nanorep1 #nanorep-ew .auto-zoom {
    padding-left: 0;
    padding-right: 0;
}

@media all and (max-width: 768px) {

    #primary {
        margin-top: 55px;
    }

    #help-center-search {
        padding-top: 40px;
        min-height: 210px;
        padding-bottom: 40px;
    }


    #help-center-search h1 {
        font-size: 1.5rem;
        margin: 0 0 1em 0;
    }

    #help-center-search .wrap-content,
    #primary .wrap-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    #tabs-wrapper a.help-center-cat {
        font-size: 1.1em;
        font-weight: 400;
        text-align: center;
    }

    #tabs-wrapper a.help-center-cat.active-tab { color:  #2fb4a4; }

    #tabs-wrapper {
        height: auto;
        margin: 1.5em 0;
    }

    #tabs-wrapper .help-center-cat {
        height: auto;
    }


    #tabs-content-wrap ul {
        padding-left: 0
    }

    .tabcontent>ul>li>a {
        font-size: 1em;
        line-height: 1.5em;
        padding: 20px 0;
        margin: 0 30px 0 5px;
    }

    .tabcontent>ul>li>a:after {
        right: 0;
        width: 15px;
        height: 6px;
        background-size: contain;
        background-repeat: no-repeat;
        top:1.6em;
    }

    .nano-response #mainContent {
        width: 100%;
    }

    /*
    .showing-content + .nano-response {
        padding: 10px 0;
    }
    */



    a.help-center-cat:before {
        height: 60px;
        width: 60px;
        display: block;
        background-position: center center !important;
        content: ' ';
        overflow: hidden;
        vertical-align: middle;
        background-size: contain;
        margin: 0 auto;
    }

    a#hc-tab-1:before { background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-faq.png'); }
    a#hc-tab-1:hover:before,
    a#hc-tab-1.active-tab:before { background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-faq-hover.png');}
    a#hc-tab-2:before { background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-start.png');}
    a#hc-tab-2:hover:before,
    a#hc-tab-2.active-tab:before { background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-start-hover.png'); }
    a#hc-tab-3:before { background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-schools.png');  }
    a#hc-tab-3:hover:before,
    a#hc-tab-3.active-tab:before {  background-image: url('/wp-content/themes/angelsense/images/pages/help-center/icon-schools-hover.png'); }


    span,div,p,li {
        color: #8c8c8c;
    }

    table {
        width: 100%;
    }

    table td {
        border: 1px solid #8c8c8c;
        padding: 0.2em;
    }

    #faqs table td {
        border: none;
        padding: 0;
    }

    nav ol,
    nav ul,
    #faqs ul,
    #faqs ol,
    ul,
    ol {
        padding-left: 15px;
    }


    #widgetContainer {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    #contentAreaWrapper {
        color: white;
    }

    #answerPane {
        color: white !important;
    }


    #mainContent {
        display: block;
        padding: 0 2em 0 1em;
        position: relative;
        height: 100%;
    }

    #lity-content  #mainContent {
         padding: 0;
    }

    #mainContent ul {
        list-style-type: disc;
    }

    #mainContent ul li {
        padding: 0.5em 0;
    }

    #mainContent p {
        margin-bottom: 0.5em;
    }

    #mainContent strong {
        color: #32b4a6;
    }

    #mainContent div.list {
        margin-bottom: 1em;
    }

    #mainContent div.list h2 a {
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
    }

    #mainContent div.list ul {
        list-style-type: none;
    }

    #mainContent div.list ul li {
        padding: 0.3em 0;
    }

    #mainContent div.list ul li a {
        color: #87a1ae;
    }

    #mainContent .breadcrumbs {
        font-size: 0.8em;
        margin-bottom: 1em;
    }

    #mainContent .breadcrumbs a {
        text-decoration: underline;
        color: #a5a5a5;
    }

    #mainContent h1 {
        margin-bottom: 1em;
        font-size: 24px;
        color: #32b4a6;
        font-weight: 700;
    }

    #mainContent h3 {
        font-size: 16px;
        color: #32b4a6;
        font-weight: 600;
    }

    #mainContent h3 a {
        color: #32b4a6;
    }

    #mainContent div.descDiv {
        display: block;
        margin-bottom: 1.5em;
        font-size: 0.9rem;
        color: #8c8c8c;
    }



    #mainContent table {
        position: relative;
        width: 100%;
        font-size: 0.9em;
    }

    #mainContent table td {
        word-break: break-all;
    }

    #mainContent img {
        height: auto !important;
        width: auto !important;
    }

    .myback {
        left: 11px;
    }

    #lity-content.slick-slider .myback {
       left: 0;
    }

    #lity-content .slick-current #mainContent {
        padding: 10px;
    }

    .support-share {
        right: -1em;
        top: 0;
    }

    .lity-content .support-share {
        bottom: 10px;
        right: 10px;
        top: auto;
    }


}

