
.customHeader {
font-family: 'Arial';
color: #692369;
}


.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-family: 'Arial';
font-size: 16px !important;
color: #13CDC7;
font-weight: bold;
}


.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover, .mmenu A:hover, .mmenu li > a:hover, .mmenu li.mmenu-selected > a, .mmenu li.mmenu-selected > span {
font-family: 'Arial';
color: #9E35ED;
text-decoration: none;
}


.menuItemL2 A, .menuItemL2 A:visited {
font-family: 'Arial';
font-size: 16px !important;
color: #F23668;
font-weight: bold;
}


.menuItemL2 A:hover {
font-family: 'Arial';
color: #9E35ED;
text-decoration: none;
}

.menuTopItem A { letter-spacing: 1.44px; }

.menu  { max-width: 90% }

.menuItemL2 TABLE
{
  height: 40px;
}

BODY, P, DIV, TD
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.84em;
    text-transform: none;
    color: #7a7a7a;
}

.menuItemL2 a
{
  text-align: left !important;
}
/*  ------- Styles below the line are not shown during page editing --------- */
#siteTitle {
  padding-top: 35px;
  padding-bottom: 40px;
  background-color:Transparent !important;
  border: none !important;
  text-align: left;
}

#siteTitle IMG { max-width: 575px !important; }

/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }


/* To center the menu */
.mainMenuContainer TABLE
{
  width: 100%;
  text-align: center;
}

DIV.header
{
 padding-top: 27px !important;
 padding-bottom: 15px !important;
 font-size: 51px;
 color: #f63152;
 font-family: Arial;
  font-weight: bold;
  text-align: center;
}

.menuSeparatorOuterTD
{
  display:none !important;
}

@media screen and (max-width: 767px)
{
   #siteTitle IMG  
  {
    max-width: 139px !important; 
     position: relative;
    top: -30px;
    z-index: 1;
  }

  .menu-btn .icon-bar {    background-color: #AA4DEF;   }
  #mobile-menu-actions > div > div:nth-child(1)  { float: right; }
  .menu-caption  { display: none; }

  #mobile-menu-actions {     background-color: white; }

  DIV.header  { font-size: 32px; }

  .outerPageBody  { position: relative; top: -122px; }

}