/*------- 1. Announcements -------*/
/*------- 2. Average Sponsorship Allowance Notice -------*/
/*------- 3. FAQs -------*/
/*------- 4. Archives -------*/


@media all and (max-width: 991px) {
	#help-center .main-container {
        width: 100%;
    }
    #help-center .main-body {
        padding: 0px 4%;
    }
}





#help-center .heading-bg {
    background: #F1F5EB;
}

#help-center .heading h2.h-small {
    margin-bottom: 0;
}
    
@media all and (min-width: 768px) {    
    #help-center .heading-bg {
        display: flex;
        align-items: center;
        padding: 10px 30px;
        margin-bottom: 30px;
    }
    #help-center .heading-bg .search {
        display: flex;
        background: #fff;
        border-radius: 20px;
        padding: 5px 10px 5px 18px;
    }
}

@media all and (max-width: 767px) {    
    #help-center .heading-bg {
        padding: 10px 20px;
        margin-bottom: 30px;
    }    
    #help-center .heading-bg h2 {
        display: none;
    }
    #help-center .heading-bg .search input {
        width: 100%;
    }
}



#help-center .heading-bg .search {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px 5px 18px;
}
#help-center .heading-bg .search input {
    border: none;
    background: transparent;
}






@media all and (max-width: 767px) { 
    /* #help-center {
        padding-top: 20px;
    } */
    /* #help-center .heading {
       margin-top: 10px;
    } */
    #help-center .content-row {
        margin-top: 15px;
    }
}



@media all and (min-width: 768px) and (max-width: 991px) {
    /* #help-center {
        padding-top: 20px;
    } */
    /* #help-center .heading {
       margin-top: 15px;
    } */
    #help-center .content-row {
        margin-top: 20px;
    }
}


@media all and (min-width: 992px) {
    /* #help-center .heading {
       margin-top: 20px;
    } */
    #help-center .content-row {
        margin-top: 30px;
    }
}







/* table notice */

#help-center .notice-grid {
    margin-bottom: 35px;
}

#help-center table.notices tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#help-center table.notices tr:hover {
    cursor: pointer;
}

#help-center table.notices tr th {
    white-space: nowrap;
}

#help-center table.notices tr td,
#help-center table.notices tr th {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}


#help-center table.notices tr td {
    position: relative;
}



@media all and (min-width: 992px) {
    #help-center table.notices tr:hover td .post-icon::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #F68E1E;
        width: 5px;
        height: 100%;
        transition: all ease-in-out .3s;
    
    }
}

@media all and (min-width: 576px) and (max-width: 991px) {
    #help-center table.notices tr:hover td .post-icon::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: #F68E1E;
        width: 3px;
        height: 100%;
        transition: all ease-in-out .3s;
    
    }
}



#help-center table.notices tr td .post-title {
    font-weight: 600;
    color: #242529;
	transition: all ease-in-out .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}



#help-center table.notices tr td .post-title a {
    color: #242529;
}

#help-center table.notices tr td .post-title {
    text-align: left;
}
#help-center table.notices tr:hover td .post-title {
    color: #FB9B51;
}


#help-center table.notices tr td .post-download path {
    fill: #5F9FFF;
    transition: all ease-in-out .3s;
}

#help-center table.notices tr:hover td .post-download path {
    fill: #0148FF;
}

#help-center table.notices .post-date,
#help-center table.notices .post-author {
    white-space: nowrap;
}



@media all and (max-width: 575px) {
	#help-center .notices .post-icon, 
	#help-center .notices .post-title, 
	#help-center .notices .post-download, 
	#help-center .notices .post-author {
		padding-right: 10px;
	}
}


@media all and (min-width: 576px) and (max-width: 767px) {
	#help-center .notices .post-icon,  
	#help-center .notices .post-title,  
	#help-center .notices .post-author,
	#help-center .notices .post-download, 
	#help-center .notices .post-number {
		padding-right: 12.5px;
	}
}





/* 4. FAQS */

/* tabs */

#help-center .tabs {
    margin-bottom: 15px;

}



#help-center .tab {
	display: flex;
	position: relative;
	align-items: center;
    cursor: pointer;
}



#help-center .tab.active:after {
    width: 100%;
    opacity: 1;
}	

#main-nav .sub-menu-item.active a {
    color: #FB9B51 !important;		
}		

#help-center .tab:after {
    background: #FFB57B;
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    opacity: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in-out .3s;
}	

#help-center .tab:hover:after {
    width: 100%;
    opacity: 1;
}	


#help-center .tab {
		padding-left: 15px;
		padding-right: 15px;
        padding-bottom: 5px;
		margin-right: 10px;
		margin-bottom: 15px;
}

#help-center .tab:last-child {
    margin-right: 0;
}








#help-center .faqs-content .info {
    border-left: 2px solid #FB9B51;
    padding: 30px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

#help-center .faqs-content .info .btn-expand {
	cursor: pointer;
}

#help-center .faqs-content .info .btn-expand.expanded {
    margin-bottom: 20px;
}


#help-center .faqs-content .info .info-content {
	max-height: 320px;
	overflow-x: hidden;	
	padding-right: 40px;
	display: none;
}





#help-center .faqs-content .info .info-content.opened {
	display: block;
}


#help-center .faqs-content .info-heading {
    display: flex;
    align-items: center;
}

#help-center .faqs-content .info-heading h2 {
    margin-bottom: 0;
}





#help-center table.notices tr td:nth-child(2), #help-center table.notices tr th:nth-child(2) {
    width: 50%;
}



@media (max-width: 991px) {
	#help-center .main-heading {
		display: none;
	}
}



@media (min-width: 992px) {
	#help-center .main-container {
    padding: 20px 0;
}
}











@media (min-width: 992px) {
    #qna .qna-table td:nth-child(2) {
        min-width: 250px;
    }
}
#qna .qna-table td:nth-child(4), 
#qna .qna-table td:nth-child(5){
    text-align: center;
}

.post-meta .label {
    padding-right: 10px;
    color: rgba(0, 0, 0, .8);
    font-weight: bold;
}