/* NCA Brand Colors on Center Row */

a {
  color: #2940D5;
}

a:hover {
  color: #0C1A6F;
}

a:focus {
  outline: 1px solid #2940D5;
}

.secondary-nav.navigation li.active a {
  color: #2940D5;
}

h1, h2, h3, h4, h5, h6 {
  color: #0C1A6F;
}

/* NCA Typography */

body {
  font-family: 'Source Serif 4', 'Crimson Text', serif;
}

h1, h2, h3, h4, h5, h6,
.site-title,
header nav a {
  font-family: 'DM Sans', sans-serif;
}

/* NCA Orange Accent — buttons and pagination */

/* NCA Orange Accent — buttons and pagination */

a.button,
.button,
button:not(#search-form button):not(.search-toggle),
input[type=submit] {
  background-color: #FE7250 !important;
  color: #fff !important;
  border-radius: 24px !important;
  border: none !important;
  padding: 12px 28px !important;
  display: inline-block;
}

a.button:hover,
.button:hover,
button:hover:not(#search-form button),
input[type=submit]:hover {
  background-color: #984430 !important;
  color: #fff !important;
}

/* Footer styling */

footer {
  border-top: 2px solid #B3DBFF;
  padding-top: 24px;
  margin-top: 48px;
  color: #0C1A6F;
}

footer a {
  color: #2940D5;
}

footer a:hover {
  color: #984430;
}

/* Item breadcrumb */

.item-breadcrumb {
  font-size: 14px;
  color: #676767;
  margin-bottom: 12px;
}

.item-breadcrumb a {
  color: #FE7250;
  text-decoration: none;
}

.item-breadcrumb a:hover {
  color: #984430;
  text-decoration: underline;
}

.item-breadcrumb .crumb-sep {
  margin: 0 6px;
  color: #B3DBFF;
}