
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-family: 'Montserrat';
font-size: 14 !important;
color: #81868B;
}


.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
{ color: #C73544; }
a:hover
{ text-decoration: underline;color: #F64053; }
.boxed
{ max-width: 1020px !important; width: 100% !important; height: auto !important; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }
input[type='submit'], input[type='button']
{ background-color: #000000; }
.MenuButton TD
{ background-color: #000000; }#siteBackground
{
  position: absolute;
  z-index: -20;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(79,85,92,1.00) 10%,rgba(15,16,18,1.00) 100%);
  background: radial-gradient(ellipse at center, rgba(79,85,92,1.00) 10%,rgba(15,16,18,1.00) 100%);
  height: 660px;
  width: 100%;
}

.mainMenu 
{
   position: relative;
   top: -693px;
  border-bottom: 3px solid #BB0A2C;
  z-index:20;
}

.menuTopItem TD
{
  position: relative;
  top: 3px;
  border-bottom: 3px solid transparent;
}
.menuTopItem TD:hover
{
  border-bottom: 3px solid rgba(231,161,171,1.00);
}

#siteTitle
{
  position: relative;
  z-index: 10;
  padding-top: 127px;
}

#siteTitle IMG
{
  max-width: 100% !important;
  width: 1020px !important; 
  max-height: 581px !important; 
}

#diagonal:before {
    background: inherit;
    content: '';
    position: absolute;
    top: 573px;
    left: -50px;
    right: -50px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: rgba(152,33,29,1.00);
    background: -webkit-linear-gradient(right, rgba(152,33,29,1.00), rgba(159,15,54,1.00)); 
    background: linear-gradient(to right, rgba(152,33,29,1.00), rgba(159,15,54,1.00)); 
    height: 220px;
    z-index: -10;
}

#diagonal {
    padding: 150px 40px  70px;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-family: Arial;
  font-size: 15px;
}

/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }

/* To center the menu */
.mainMenuContainer TABLE {   width: 80%;    text-align: center;  margin: auto;}

DIV.header
{
 padding-top: 100px !important;
 padding-bottom: 15px !important;
 font-size: 48px;
 color: #010101;
 font-family: "open sans";
  text-align: center;
}

/* an automatic fix to improve button styles */
  /* A.register, A.classDetails, A.schedule-btn, A.dropin */
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton, A.schedule-btn 
{
    border-radius: 0px;
    background-color: black;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   min-width: 82px;
   text-align:center;
   display: inline-block;
}

@media screen and (max-width: 767px)
{
  .menu-caption { color: white; }
  .menu-btn .icon-bar { background-color: white;  }
  #mobile-menu-actions { background-color: transparent; }
  #siteTitle IMG { position: relative; top:18px; left: 0px; max-width: 100% !important; }
  #siteTitle { padding: 0px; }
  DIV.header {   }
  #diagonal:before {  top: 90px; }
  #siteBackground { height: 180px; }
  .mmenu A { color: black !important; }

}