.faqFilter {
    margin: 0px 15px 0px 15px;
}

.faqTitle {
    margin-top: 60px;
}

#faqSearchForm{
    padding: 30px 0;
}

#faqSearchForm .search-container {
    border: 1px solid #979797;
    font-size: 0;
}

#faqSearchIcon ,
#faqSearchReset,
#faqSearchInput {
    vertical-align: middle;
}

#faqSearchIcon {
   width: 60px;
   height: 60px;
   font-size: 22px;
   display: inline-block;
   padding: 19px;
   text-align: center;
}

#faqSearchInput {
    width: calc(100% - 220px);
    height: 60px;
    border: 0;
    display: inline-block;
}

#faqSearchReset {
    width: 140px;
    margin: 0 10px;
    display: none;
}

#faqSearchMessage {
    padding-left: 10px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .faqTitle {
        margin-top: 34px;
        margin-bottom: 20px;
    }
}
.crux-icons.crux-icons-caret-down-small.nav-caret {
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
}

.cr-select-component select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}

.cr-select-component select::-ms-expand{
    display: none;
}

.cr-select-component select:focus {
    outline: none;
}
div.text-container ul, ol{
    padding-left: 18px;
}


@media (min-width: 480px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}


.faqItem.section {
    border-bottom: solid 1px #bababa;
/*    margin: 0px 15px; removed NB-174 */
}

.faqItem .faqItemQuestion {
    padding: 20px 20px 20px 10px;
}

.faqItem .faqItemQuestion div {
    padding-right:45px;
}

.faqItem .faqItemQuestion:hover{
    cursor: pointer;
}

.faqItem .faqItemQuestion span {
    float:right;
    position:relative;
}

.faqItem .faqItemAnswer, .faqItemAnswer p {
    padding: 0px 13px;
}

.faqItemAnswer ul {
    margin: 0;
}

.faqItem .faqItemAnswer p {
    padding: 15px 0px;
 }

.faqItem .faqItemAnswer p:last-of-type {
    margin-bottom: 15px;
}

@media  screen and (max-width: 1199px) {
    .faqItem .faqItemAnswer p {
        padding: 15px 0px;
    }

    .faqItem .faqItemAnswer, .faqItemAnswer p {
        padding:13px 0px;
    }

    .faqItem .faqItemQuestion {
        padding: 15px 10px;
    }

    .faqItem .faqItemAnswer {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width: 767px) {

    #faqSearchForm {
        display:none;
        visibility:hidden;
    }
    .faqItem .faqItemQuestion {
        padding:13px 0px;
    }

	.faqItem .faqItemAnswer p {
    	padding: 0px 0px 6px 0px;
 	}

    .faqItem .faqItemAnswer, .faqItemAnswer p {
	    padding:20px 0px 13px 0px;
    }

	.faqItem .faqItemQuestion span {
        top:4px;
    }
}

div.faqItem .unHide {
    display:block;
    visibility:visible;
}

div.faqItem .doHide {
    display:none;
    visibility:hidden;
}


.cc-services {
    overflow: hidden;
}

.service-item .crux-product-title:before,
.service-item .crux-product-title span {
    vertical-align: middle;
}

.service-item .crux-product-title:before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.call:before {
    background-image: url('../../cr/images/contactoptions/ICN-ART-call.svg');
}

.write:before {
    background-image: url('../../cr/images/contactoptions/ICN-ART-write.svg');
}

.chat:before {
    background-image: url('../../cr/images/contactoptions/ICN-ART-chat.svg');
}

.service-item .desc {
    margin-top: 5px;
}

.second-line {
    margin-top: 30px;
}

#chat-button {
    margin-top: 20px;
    width: 100%;
    padding: 0 30px;
}

.second-line p {
    white-space: pre-line;
}

.available {
    display: none;
}

@media only screen and (min-width: 992px) {
    /* For desktop*/

    .cc-services .service-item {
        padding: 35px 60px 30px 0;
        border-top: none;
    }

    .service-item .not-available {
        display: none;
    }

    .service-item .desc {
        padding-left: 78px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* For tabs*/
    .cc-services .service-item {
        padding: 40px 30px 40px 0;
        border-top: none;
    }

    .cc-services .service-item:last-of-type {
        padding-right: 0
    }

    .service-item .crux-product-title:before {
        margin-right: 20px;
    }

    .service-item .desc {
        margin-top: 20px;
    }

    .service-item .crux-product-title:before,
    .service-item .crux-product-title span {
        vertical-align: top;
    }

    .service-item .not-available {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    /*For mobile phones*/

    .cc-services  {
        padding: 10px 15px;
    }

    .cc-services .service-item {
        padding: 30px 0;
        border-top: solid 2px #c8c8c8;
    }

    .cc-services .service-item:first-of-type {
        border-top: 0;
    }

    .service-item .crux-product-title:before {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .service-item .desc {
        margin-top: 25px;
    }

    .service-item .crux-product-title:before,
    .service-item .crux-product-title span {
        vertical-align: top;
    }

    .second-line {
        margin-top: 20px;
    }
}
body {
    font-family: "Averta W01 Regular", sans-serif;
    color: #000000;
    min-width: 0px;
}

h1, h4, p, ul {
    margin: 0;
}

.services-container {
    background-color: #f0f0f0;
    width: 100%;
}

.questions-container {
    margin-bottom:90px;
}

.section-body {
    margin-top: 30px;
}

.section-body p {
    margin-bottom: 20px;
}

.section-body p:last-of-type {
    margin-bottom: 0;
}

#global-footer {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}

/*CM-1097*/
/*head*/
.ui-button-text {
    display:none;
}

.iframe-dialog-wrapper .ui-widget-header .ui-icon {
    background-position: 0px 0px;
}

.iframe-dialog-wrapper.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    height: 25.6px;
    margin: 0px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    padding: 0 0 0 83px;
    height: 49px;
    display: table-cell;
    vertical-align: middle;
    width: 378px;
    border-bottom: solid 2px #999999;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 83px;
    height: 49px;
    background-image: url('../../cr/images/common/consumer-reports-blob.svg');
    background-repeat: no-repeat;
    background-size: 57px 33px;
    background-position: 10px 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    width: 25.6px;
    height: 25.6px;
    right: 0px;
    top: 12px;
    background-color: #ffffff;
    background-size: 25.6px 25.6px;
    background-image: url(../../cr/images/facesofdebt/sm-close.svg);
    background-repeat: no-repeat;
    margin-right: 15px;
}

.ui-dialog-title {
    padding-left: 11px;
    border-left: solid 2px #999999;
    width: 200px;
    height: 37px;
    font-family: "Averta W01 Regular", sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
    display: none;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.no-title-border.iframe-dialog-wrapper.ui-resizable{
    z-index: 1000;
    top: 65px !important;
    height: calc(100% - 65px) !important;
    max-height: 710px !important;
}

#live-chat-window {
    height: calc(100% - 65px) !important;
}

@media only screen and (min-width: 992px) {
    /* For desktop*/

    .cc-header {
        padding-top: 90px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* For tabs*/

    .cc-header {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    /*For mobile phones*/

    .cc-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-body {
        margin-top: 30px;
    }

    .questions-container {
        margin-bottom: 60px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.no-title-border.iframe-dialog-wrapper.ui-resizable {
        position: absolute !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        max-height: none !important;
    }

    .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
        width: 100%;
        display: block;
    }

    .ui-dialog-titlebar .ui-dialog-title {
        height: 100%;
    }

    .ui-dialog iframe {
        height: 100% !important;
    }

    #live-chat-window {
        height: calc(100% - 49px) !important;
    }

    .usabilla_live_button_container {
        display: none;
    }

    .ui-resizable .ui-resizable-handle {
        display: none !important;
    }
}
