.footerContainer {
	          display: flex;
	          flex-direction: column;
	      }

	      .footerUpper {
	          background-color: #4a4a4a;
	      }

	      .footerUpperContainer, .footerLowerContainer {
	          margin-left: auto;
	          margin-right: auto;
	          justify-content: space-between;
	          padding-top: 40px;
	          padding-bottom: 40px;
	      }

	      .footerLowerContainer {
	          display: -webkit-box;
	      }

	      .copyRight {
	          width: calc(100% - 180px);
	          padding-top: 19px;
	          font-size: 13px;
	      }

	      .emLink {
	          font-style: normal;
	          color: #9b9b9b;
	      }

	      .emMore {
	          font-style: normal;
	          color: #0c56ac;
	      }

	      .footerUpperContainer {
	          display: flex;
	      }

	      .footerCol0, .footerCol1, .footerCol2, .footerCol3 {
	          flex: 1;
	      }

	      .footerTitle {
	          font-size: 18px;
	          color: #ffcb00;
	      }

	      .footerSubCatContainer {
	          padding-top: 16px;
	      }

	      .footerSubCat {
	          font-size: 18px;
	          color: white;
	      }

	          .footerSubCat a {
	              font-size: 13px;
	              color: white !important;
	          }

	      .mFooterContainer {
	          padding-left: 12px;
	          padding-right: 12px;
	      }

	      .emLink {
	          font-style: normal;
	          color: #9b9b9b;
	      }

	      .emMore {
	          font-style: normal;
	          color: #0c56ac;
	      }

	      .footerLowerContainer {
	          display: -webkit-box;
	      }