.meuiNonLayout.TTCategoryTab {
    background-image: url(/52739195/Handler/CSSOverride/GetImage/3/top-trumps-warning.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px 350px;
}

#logorow {
    background: #000000; 
}

.toppicks-quote .grid_8 h2.top_picks__title {
    font-family: 'Kalam', cursive;
    font-size: 30px;
}

.newsLetterSmallWrapper .newsLetterSmall {
    background: rgba(255,255,255,0.7);
}

.newsLetterSmallWrapper .newsLetterSmall .title {
    font-size: 24px;
    font-family: 'Kalam', cursive;
}

footer {
    background: #000000 !important;
}

.toppicks-quote .grid_8 #top_picks .slides li p {
    font-family: 'Kalam', cursive;
}

#quote--slider li span{
    font-family: 'Kalam', cursive;
}

.newsLetterSmallWrapper {
    width: 100%;
    background: url(/-1893372566/Handler/CSSOverride/GetImage/3/newsletter-img.png);
    text-align: center;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

/*FAQ Page*/

.faqs-list {}
.faqs-list .faq-item {
    box-sizing: border-box;
    padding-left: 65px;
}
.faqs-list .faq-item .faq-question {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-left: 40px;
    background: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
	cursor: pointer;
    font-family: 'Kalam', cursive;
}
.faqs-list .faq-item .faq-answer {
    box-sizing: border-box;
    padding: 20px;
    padding-left: 40px;
    background: #ebebeb;
    margin-top: 10px;
    display: none;
}
.faqs-list .faq-item.active .faq-answer {
	display: block;
}
.faqs-list .faq-item .faq-question:before {
    content: '';
    border-top: solid 10px #FFFFFF;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 10px;
    top: 21px;
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.faqs-list .faq-item.active .faq-question:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faqs-list .faq-item .faq-question:after, .faqs-list .faq-item .faq-answer:after {
    position: absolute;
    top: 0px;
    left: -65px;
    width: 50px;
    height: 50px;
    background: #ccc;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.faqs-list .faq-item .faq-question:after {
	content: 'Q';
    background: #000000;
}

.faqs-list .faq-item .faq-answer:after {
	content: 'A';
	background: #ebebeb;
}

.footer.fa {
	display:inline-block!important;
	color: #ffffff;
	margin-left:11px;
}


