body {background-image:none;background-color:#1a2d2b}
h2
{
    color: white;
    margin: 5% 0;
    text-align: center;
}
#topics h2{ display:none}
.tipsOuter h2
{
    text-align:left!important;
    color:#565656!important;
   -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#MMLogo{position:inherit;margin:auto;width:30%;display:block!important;margin-top:1em;margin-bottom:2em}
#bg_ani
{
    z-index: 1000;
    pointer-events: none;
}
/* login screen*/
.loginPanel label{color: white;}

/* top nav*/
#menuRightfloater .focusItem
{
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:0.5em;
}
#topMenu
{
    top:0.5em;
}
.mtopic
{
    color:#d0d6d6;
}
/*main screen*/
.MMTopic{ color:black;background-color:#efefe5;width: 29.3%;margin: 2% 2%;line-height: 2.3em;font-size: 1.1em;cursor:pointer;
          -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;text-align:center
}
    .MMTopic.activeFocus{background-color:#f9c73d;}
.topicsBackground
{
   position: absolute;
z-index: -1;
bottom:0;
width: 100%;
}
.featuredTopics
{
    background-image:url(../images/mainscreen_tile_bottom.png);
    background-repeat:repeat-x;
    top:91%!important;
    width:100%;
    left:0;
    text-align:center;
    z-index:1000000;
}
#featuredImage
{
    float:left;
}
.featuredTopicLabel
{
    color:#2b3433;
    line-height:3.0em;
    float:left;
    width:50%;
    text-align:left;
}
.divFeaturedColumn
{
    float:none;
}
    /* sub topics*/

#subTopicTable
{
    background:none!important;
     position:absolute;
}
#subTopics
{
    width:80%;
  
}
#subTopicControlerBg
{
    width:100%;
}
#subTopics .divColumn
{
    position:absolute;
}
.subTopicThumb
{
    width: 27%;
    cursor:pointer;
}
    .subTopicThumb img
    {
        width:57%;
    }
.divRowSubTopics
{
    top: -170%;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    margin:0% 10% 2.5% 10%
}
#activities .subTopicLabel
{
    color:#2b3431;
}
.mactivity
{
    padding-left: 0.5em;
}
.navLabelNumber
{
    font-weight:normal;
    font-size:1.7em;
    top:0.5em;
        color:#2b3431;
}
.divHeaderRow.activeZone {
background-color:transparent!important;
border-bottom:none!important;
}
/* temp remove featureed*/
.divFeaturedColumn
{
    visibility: hidden;
}