
.siteTitle, .siteTitle a, .siteTitle a:visited, .siteTitle a:hover {
font-size: 12pt;
color: #1B365D;
}


.pageBody, .pageBody TD, .pageBody TH, .pageBody DIV, .tabbedpanelitemactive * {
font-family: 'Open Sans';
}


.pageBody, .pageBody TD, .pageBody TH, .pageBody DIV, .tabbedpanelitemactive * {
font-size: 14px;
}


.pageBody, .pageBody TD, .pageBody TH, .pageBody DIV, .tabbedpanelitemactive * {
color: #1B365D;
}


.pageBody A, .pageBody A:active, .pageBody A:visited, .pageBody A:hover,DIV.classes2Control A.addClassLink,.TableHeader A.removeRegistrantLink,A.customLink {
color: #E31837;
}


.pageBody .header,.pageBody .header *, #section-page-header .header {
font-family: 'Open Sans';
}


.pageBody .header,.pageBody .header *, #section-page-header .header {
font-size: 44px;
}


.pageBody .header,.pageBody .header *, #section-page-header .header {
color: #1B365D;
}


.pageBody .header,.pageBody .header *, #section-page-header .header {
font-weight: normal;
}


.customHeader {
font-size: 14pt;
color: #1B365D;
font-weight: bold;
}


.menuTopItem A, .menuTopItem A:visited {
font-family: 'Oswald';
color: #FFFFFF;
font-weight: bold;
}


.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover {
font-family: 'Oswald';
color: #FFD100;
font-weight: bold;
text-decoration: none;
}


.menuItemL2 A, .menuItemL2 A:visited {
font-family: 'Roboto';
font-size: 14px !important;
color: #1B365D;
}


.menuItemL2 A:hover {
font-family: 'Roboto';
color: #FFFFFF;
text-decoration: none;
}

/* Hide demos tabs */
.demosPage .tabLinks {
  display: none;
}

/* Buttons — match RMA site primary (navy) */
input[type=submit],
input[type=button],
A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton,
input[type=submit]:hover,
input[type=button]:hover,
A.register:hover, A.classDetails:hover, A.schedule-btn:hover, A.dropin:hover, a.customButton:hover,
A.register:visited, A.classDetails:visited, A.schedule-btn:visited, A.dropin:visited, a.customButton:visited
{
  border: none;
  border-radius: 8px;
  background-color: #1B365D;
  font-weight: 600;
  color: white !important;
  padding: 10px 18px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  transition: background-color 0.15s ease;
}

input[type=submit]:hover,
input[type=button]:hover,
A.register:hover, A.classDetails:hover, A.schedule-btn:hover, A.dropin:hover, a.customButton:hover {
  background-color: #E31837;
}

/* Body font */
body {
  font-family: 'Nunito', sans-serif;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}
/*  ------- Styles below the line are not shown during page editing --------- */
/* Nav menu */
.menuTopItem A {
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #FFFFFF !important;
}

.menuTopItemFirst A,
.menuTopItemLast A,
.menuTopItem_4 A {
  color: #FFFFFF !important;
}

.menuTopItem A:hover {
  color: #FFD100 !important;
}

.menuItemL2 A {
  padding-top: 8px;
  height: 37px;
}

/* Page layout */
.documentArea {
  padding-top: 0px !important;
}

#pageContent {
  min-height: 450px;
  background-color: white;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.outerPageBody {
  width: 100%;
  margin-top: 0px;
}

#siteTitle {
  padding-top: 10px;
  margin-top: 0px;
  background-color: transparent !important;
  border: none !important;
  text-align: left;
}

#siteTitle table {
  width: 946px !important;
  margin: auto;
}

.menu {
  width: 1100px;
  margin-bottom: 1em;
}

.mainMenu {
  margin-left: auto !important;
}

DIV.header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Footer */
.outerFooter {
  background-color: #1B365D;
  background-image: none;
  height: auto;
  min-height: 80px;
}

.bct A {
  color: #FFD100;
}
.menu,
.mainMenu,
.menuBar,
.menuTop {
  background-color: #1B365D !important;
}