
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-size: 16px !important;
color: #FFFFFF;
}


.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 {
color: #FFFFFF;
text-decoration: none;
}

a, a:visited, a:hover
{ font-weight: bold;text-decoration: underline;color: #484955; }
.boxed
{ max-width: 1200px !important; width: 100% !important; height: auto !important; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }/* =========================================
   EAST / MSS SITE-WIDE THEME
   Match new EAST Squarespace palette
   ========================================= */

/* PAGE BACKGROUND */
.outerBodyFooter
{
  background-color: #F4EADB;
}

#siteBackground
{
  height: 100%;
  width: 100%;
  background-color: #F4EADB;
  position: absolute;
  z-index: -2;
}


/* HEADER */
#innerSiteBackground
{
  height: 164px;
  width: 100%;
  background-color: #484955;
  position: absolute;
  z-index: -1;
}


/* TOP NAV TYPOGRAPHY */
.menuTopItem A
{
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}


/* LOGO */
#siteTitle IMG
{
  max-width: 164px !important;
}

#siteTitle
{
  padding-left: 75px;
  padding-top: 2px;
}


/* MAIN NAV POSITION */
.mainMenu
{
  margin-left: auto !important;
  position: relative;
  top: -110px;
  padding-right: 60px;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-size: 16px;
  font-weight: 400;
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  color: #484955;
}

DIV.header
{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-family: "Archivo Black", "Archivo", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #122036;
}


@media screen and (max-width: 767px)
{
  .menu-caption
  {
    color: #F4EADB;
  }

  .menu-btn .icon-bar
  {
    background-color: #F4EADB;
  }

  #mobile-menu-actions
  {
    background-color: transparent;
    position: relative;
    z-index: 3;
  }

  #siteTitle
  {
    padding: 0px;
  }

  #siteTitle IMG
  {
    position: relative;
    top: -10px;
    left: 0px;
    max-width: 65px !important;
  }

  DIV.header
  {
    font-size: 36px;
  }

  .outerBodyFooter
  {
    position: relative;
    top: 5px;
  }

  .mmenu A
  {
    color: #484955 !important;
  }
}