
.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;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Outfit:wght@500;600;700;800&display=swap');

/* ========== Rocky Mountain Aardvarks brand styles ==========
   Palette: navy #1B365D, red #E31837, yellow #FFD100, light #F4F7FB
   Fonts: Outfit (headings), Nunito (body)
*/

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

/* Body */
body {
  font-family: 'Nunito', sans-serif;
  color: #1B365D;
  background: #F4F7FB;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #1B365D;
  letter-spacing: -0.01em;
}
h1 { font-size: 2.25rem; line-height: 1.15; }
h2 { font-size: 1.75rem; line-height: 1.2; }
h3 { font-size: 1.375rem; line-height: 1.25; }

/* Links */
a { color: #1B365D; transition: color 0.15s ease; }
a:hover { color: #E31837; }

/* Buttons */
input[type=submit],
input[type=button],
A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton,
input[type=submit]:visited,
input[type=button]:visited,
A.register:visited, A.classDetails:visited, A.schedule-btn:visited, A.dropin:visited, a.customButton:visited {
  border: none;
  border-radius: 12px;
  background-color: #1B365D;
  color: #ffffff !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 12px 22px;
  display: inline-block;
  min-width: 96px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 1px 2px rgba(27,54,93,0.15);
  cursor: pointer;
}

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;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(227,24,55,0.22);
}

/* Form inputs */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date],
select,
textarea {
  border: 1px solid #D1DAE5;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #1B365D;
  box-shadow: 0 0 0 3px rgba(27,54,93,0.15);
}

/* Tables */
table.dataGrid th, table.scheduleGrid th {
  background: #1B365D;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 12px 10px;
  text-align: left;
}
table.dataGrid td, table.scheduleGrid td {
  border-bottom: 1px solid #E6ECF3;
  padding: 10px;
}
table.dataGrid tr:hover td, table.scheduleGrid tr:hover td {
  background: #F4F7FB;
}

/* Panels / cards */
.panel, .contentBox, .sectionBox {
  border-radius: 16px;
  border: 1px solid #E6ECF3;
  background: #fff;
  padding: 20px;
}
/*  ------- 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;
  letter-spacing: 0.04em;
  font-size: 14px;
  padding: 14px 18px;
}

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

.menuTopItem A:hover {
  color: #FFD100 !important;
  background: rgba(255,255,255,0.06);
}

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

/* Top nav bar */
.menuBar, #menuBar, .topMenu {
  background: #1B365D;
}

/* Page layout */
.documentArea { padding-top: 0 !important; }
#pageContent { min-height: 450px; padding: 24px; }

/* Widgets */
.calendarWidget, .scheduleWidget {
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(27,54,93,0.06);
  overflow: hidden;
}

/* Menu container navy bar */
.mainMenuContainer {
  background: #1B365D;
  padding: 0 16px;
  border-radius: 12px;
  margin: 16px 0;
}
.mainMenu A { color: #FFFFFF !important; }
.mainMenu A:hover { color: #FFD100 !important; }