#umfaq-categories{
    border-bottom: 2px solid #FFFFFF;
    background: #f7f7f7;
    padding: 0;
}

#umfaq-categories .title{
    display: none;
}

#umfaq-categories .umfaq-cats{
    width: 100%;
}

#umfaq-categories ul.umfaq-catslist{
    padding: 0;
    border: 2px solid #E1E1E1;
    border-top-color: rgb(225, 225, 225);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(225, 225, 225);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(225, 225, 225);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(225, 225, 225);
    border-left-style: solid;
    border-left-width: 2px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

#umfaq-categories ul.umfaq-catslist li.parent-faq{
    height: 60px;
    border-bottom: 2px solid #FFFFFF;
}

#umfaq-categories ul.umfaq-catslist li.mobile-category-parent{

}

#umfaq-categories ul.umfaq-catslist li a::before{
    font-family: '' !important;
    content: "" !important;
    position: absolute;
    right: 0;
}

#umfaq-categories ul.umfaq-catslist li:hover{
    background: #C4E4F9;    
}

#umfaq-categories ul.umfaq-catslist li a{
    padding: 20px 48px 20px 24px;
    color:#111;
    background: url("../images/down-arrow-icon-black.png") no-repeat right;
    background-position: right 20px center;
    background-size: 15px 15px;
    font-size: 15px;

}

#umfaq-categories li.sub-level-faq a{
    background-image: url("") !important;
    font-weight: 400 !important;
}

#umfaq-categories li.sub-level-faq{
    background:white;
}

.faqs-index-index #maincontent div.page-title-wrapper{
    background: #f7f7f7;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(247, 247, 247);
    margin-bottom: 24px;
    height: 41px;
    padding-top: 5px;
}

.faqs-index-index #maincontent div.page-title-wrapper span.base{
    font-size:28px;
}

#faqs_search_mini_form .faqsearch-label span{
    font-family: "Interstate Black Cond";
    font-size: 26px;
    margin-top: 0px;
}

#faqs_search_mini_form div.faqsearch-input{
    height: 104px;
    background: #f7f7f7;
    padding: 25px;
    position: relative;
    width: 100%;
}

#faqs_search_mini_form input#faqs_search{

    width: 100%;
    margin-top: 6px;
    border: 2px solid #E1E1E1;
    background: white;
    padding: 5px 40px 5px 36px;
    height: 48px;
    -webkit-text-fill-color: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0;
}

#faqs_search_mini_form input#faqs_search::-webkit-input-placeholder { /* Edge */
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 550;
}

#faqs_search_mini_form input#faqs_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 550;
}

#faqs_search_mini_form input#faqs_search::placeholder {
  color: #E1E1E1;
  font-size: 16px;
  font-weight: 550;
}

.faq-list{
    padding-left: 15px;
    padding-right: 15px;
}

.faq{
    background: #f7f7f7;
    height: 50px;
    margin-bottom: 3px !important;
    padding: 0 !important;
}

.faq div.faq-question{
    width: 100%;
    height: 100%;
}

.faq div.faq-question a.faq-title-a{
    display: block;
    background: url("../images/icon-arrow-right.png") no-repeat right;
    background-position: right 20px center;
    background-size: 10px;
    font-family: Interstate;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    color:inherit;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-top: 15px;
}

.faq div.faq-question a.faq-title-a::before{
    content: "" !important;     
    font-family: unset !important;
    position: absolute !important;
    left: 15px !important;
    top: 10px !important;
}

.faq div.faq-question a.faq-title-a:hover{
    color:white !important;
    background: url("../images/icon-arrow-right-white.png") no-repeat right;
    background-color: #111;
    background-size:14px;
    background-position: right 20px center;
}

.pages ul.items{
    float: left;
}

.pages ul.items li span{
    color:#111;
    text-decoration: underline;
}

.pages ul.items li strong{
    background: transparent !important;
    border:none;
}

.pages a.page{
    border: none !important;
}

.pages a.action{
    border: none !important;
}


.pages a:hover{
    background: transparent !important;
    color:#111 !important;
}
.pages li.current strong{
    border: 1px solid #111 !important;
}

.pages li.current span{
    text-decoration: none !important;
}

.toolbar-faqs-faqs a.previous{
    font-family: "Interstate Condensed";
    width: 65px;
    color: #111;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.42857143;
}

.toolbar-faqs-faqs a.next{
    font-family: "Interstate Condensed";
    width: 65px;
    color: #111;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1.42857143;
}

.toolbar-faqs-faqs a.next:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #999999;
    content: '\f801';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color:#111;
}

.toolbar-faqs-faqs li.item{
    margin:0;
}

.toolbar-faqs-faqs a.next:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #999999;
    content: '' !important;
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color:#111;
}

#faqs_search{
    color: #111;
    font-weight: bold;
}

.reset-cust-btn{
    right: 48px;
    border: none !important;
    background-size: 18px 18px;
    background: url( ../images/icon-close.png);
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: absolute;
    top: 92px;
    text-indent: -3000px;
}

.reset-cust-btn:hover{
    right: 48px;
    border: none !important;
    background-size: 18px 18px;
    background: url( ../images/icon-close.png);
    background-repeat: repeat;
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: absolute;
    top: 92px;
    text-indent: -3000px;
}

.search-custom{
    left: 50px;
    top: 95px;
    background-size: 18px 18px;
    background: url( ../images/icon-search.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0px;
    text-indent: -3000px;
    width: 18px;
    height: 18px;
}

.search-custom:hover{
    left: 50px;
    top: 95px;
    background-size: 18px 18px;
    background: url( ../images/icon-search.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0px;
    text-indent: -3000px;
    width: 18px;
    height: 18px;
}

.span-search-category{
    display: inline-block;
    width: 100%;
    height: 25px !important;
    padding-left: 20px;
    position: relative;
    bottom: 30px;
}

.span-search-category a{
    display: inline-block !important;
    font-size: 10px !important;
    width: 5% !important;
    padding-top: 0 !important;
    color:#7b7b7b !important;
}

.span-search-category span{
    display: inline-block !important;
    font-size: 10px !important;
    width: 1% !important;
    padding-top: 0 !important;
    color:#7b7b7b !important;
}

.search-faq{
    height:70px !important;
}

.search-faq .faq-question a{
    /*height:45px !important;  */
    padding-top: 15px !important; 
}

.umfaqs-container h2{
    font-family: "Interstate Black Cond";
    font-size: 24px;
    font-weight: 500;
}

/* FOR MOBILE DEVICE */
@media only screen and (max-width: 640px) {
#faqs_search_mini_form .faqsearch{
    width: 100% !important;
}

#umfaq-categories ul.umfaq-catslist li.parent-faq{
    transition : height 0.5s;
    overflow   : hidden;
}

.umfaq-catslist{
    transition: height:0.5s;
}

.page-title-wrapper{
    height:50px !important;
    padding-top:10px !important;
}

.columns{
    
}

.columns .main{
    order : 2 !important;
}

.columns .sidebar{
    order : 1 !important;
}

li.parent-faq{
    height:0px;
}

.umfaqs-search{
    padding-top:0 !important;
}

.faqsearch{
    padding:0 !important;
}

.faqsearch-label{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px !important;
}

#faqs_search{
    text-indent: 9%;
}

.umfaqs-search{
    padding-bottom: 0 !important;
}

.faq-title-a{
    font-size: 13px !important;
}
}

/* FOR TABLET */
@media only screen and (min-width: 641px) and (max-width: 1000px) {
li.mobile-category-parent{
    display: none;
}

.umfaqs-search{
    /*float: right !important;
    width: 70% !important;*/
}

.umfaqs-search .faqsearch{
    /*float: right !important;
    width: 100% !important;*/
}

.umfaqs-container{
    /*width: 70% !important;
    float: right !important;*/
}

#umfaq-categories{
    /*width: 30%;*/
}
}

/* FOR DESKTOP DEVICE */
@media only screen and (min-width: 1001px) {

li.mobile-category-parent{
    display: none;
}

li.parent-faq{
    height:60px !important;
}
}