@import url("//fonts.googleapis.com/css?family=Open+Sans");
    #greebar
    {
    background-color: #fea720 !important;
    }
    #masterHeaderBackground, .header
    {
    background-color: #f4d4ac !important;
    }
    #RegStart
    {
    background-color:#fea720 !important;
    }
    .PrimaryButton
    {
    background-color: #fea720 !important;
    color: #000  !important;
    }
body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 19px;
  
    color: #333;
  
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Arial', sans-serif !important;
}


/* Second Level */ 
.RadMenu.MainMenu .rmTwoLevels .rmLevel1 > .rmItem > .rmLink { 

         color: #fff !important;

         font-family: 'Open Sans', Arial, sans-serif !important;

         font-size: 19px !important;

         font-weight: normal !important;

} 

/* Second Level - Hover state */ 

.RadMenu.MainMenu  .rmTwoLevels .rmLevel1 > .rmItem > .rmLink:hover, 

.RadMenu.MainMenu .rmTwoLevels .rmLevel1 > .rmItem > .rmLink:focus { 

         background-color: #004B7D !important;

         color: #D0DCEE !important;

} 

/* Third Level */ 

.RadMenu.MainMenu .rmSlide .rmSlide a.rmLink { 

         color: #fff !important;

         font-family: 'Open Sans', Arial, sans-serif !important;
         font-size: 19px !important;


         font-weight: bold !important; 

} 

/* Third Level - Hover State */ 

.RadMenu.MainMenu .rmSlide .rmSlide a.rmLink:hover,.RadMenu.MainMenu .rmSlide .rmSlide a.rmLink:focus,.RadMenu.MainMenu .rmSlide .rmSlide a.rmLink.rmFocused { 

         background-color: #004B7D !important;

         color: #D0DCEE !important;

}

@media (min-width: 768px) {
.RadMenu.MegaDropDownMenuOuter ul.rmLevel1 div.rmSlide, 
.RadMenu.MegaDropDownMenuOuter ul.rmLevel1 ul.rmVertical div.rmSlide {
display: block !important;
}
}
