.Footer__footerBg {display:none}
.customfooter{display:block}
.ticketForm .customfooter{display:none}
.SearchContainer__searchIcon{background-color:#be1e2d;}
.SearchContainer__searchIcon,.AppContainer__backToTop,.Button__footerBtn:hover,.LoginDetail__profileBtn{
	background:#be1e2d
}
.SearchContainer__downArrow{
	border-top-color:#be1e2d
}
.commonStyle__zt3BrandFill{
	fill:#ee5025;
    color:#ee5025
}
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__homeNavbarFixed .Header__navbar .Header__tabsTab:hover, .globalfixednav .globalSignin:hover, .globalfixednav .globalSignup:hover,.globalfixednav .LoginDetail__signin:hover,.globalfixednav .LoginDetail__signup:hover{
	border-bottom: .1875rem solid #be1e2d;
    color: #be1e2d;
}
.globalfixednav .aPlusIcon:hover,.Signin__userLink,.Link__link2,.Icon__hoverbrand:hover,.Icon__brand,.Comment__cmtUsrNme,.TabFilter__tab:hover, .ThreadedComment__commentContent a,.FileUpload__userLink,.AvatarText__avatarText,.TopicDetailRightContainer__commentCount>span, .TopicDetailRightContainer__followerCount>span, .TopicDetailRightContainer__viewCount>span,.Button__primaryBorder, .Button__warningBorder,.TopicPreview__txtPrimary,.Pill__pillText,.NoContent__contentDescription a, .NoContent__title,.TopicDetailLeftContainer__creatorName,.ThreadedComment__userNameType2,.TopicPreview__creatorName, .globalfixednav .CustomizeContainer__aPlus:hover,.ForgetPasswordContainer__userLink,.Captcha__captchaText,.communityDetail .description a,.articleDetail .description a,.FilterTabs__activeFilter,.ForumTabs__activeFilter,.LoginDetail__userMail .commonStyle__zt3Brand,.TopicListRightContainer__countValue,.commonStyle__zt3Brand {
	color: #be1e2d !important;
}
.AvatarText__avatarText{
	background: #fff;
}
.FileUpload__attachPin,.AvatarText__avatarText,.Button__primaryBorder, .Button__warningBorder,.Pill__pill{
	border-color:#be1e2d;
}
.cm_flx{
		/*display: flex;
		align-items: center;*/
  		text-align:center;
		width: 100%
	}
	.customfooter .Footer__footerInfo {
	   /*
	    align-items: flex-start;
	    width: 70%;
       flex-direction: column;*/
    	margin: 0 auto;
	}
	/*.cm_flx .Footer__footerQus {
	    width: 65%;
	}*/
	/*.cm_flx + .cm_flx {
	    margin-top: 10px;
	}*/
	@media screen and (max-width: 48em){
		.customfooter .Footer__footerInfo {
		    width: 100%;
		    align-items: center;
		}
		.cm_flx {
		    flex-direction: column;
		}
		.cm_flx .Footer__footerQus {
		    width: auto;
		    padding-bottom: 1.25rem;
		}
		.customfooter .Footer__footerDescription{
			padding-top: 1.25rem;
		}
	}
