/* Insert CSS Below */
/* Insert CSS Below */
/* Insert CSS Below */
@import url('https://cdn.theme.iastate.edu/nimbus-sans/nimbus-sans.css');

:root {
--primary-dark-color: #c8102e; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #c8102e;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #fff; /* lighter colour or secondary colour */
--topbar-background-color: #fff; /* background colour for the top bar of the navigation */
--menu-background-color: #f5f5f5; /* background colour for the menu bar of the navigation */
--menu-alternative-background-color: #FFFFFF; /* Alternative background colour for the menu bar, used by some buttons */
--menu-foreground-color: #000000; /* font colour used in the menu bar */
--link-color: #7c2529;
--toc-link-color: #7c2529; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFF;
}

body {
  font-family: 'Nimbus Sans', sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  font-family: Merriweather, serif;
  color: #c8102e;
  font-size: 4.375rem;
  line-height: 1.32857;
  }

h1.menu-text {
  font-family: 'Nimbus Sans', sans-serif;
  color: #7c2529;
  font-weight: 700;
  font-size: 1.125rem;
}

h2 {
  font-family: Merriweather, serif;
  color: #C8102E;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1.75rem;
  margin: 3rem 0 1.375rem;
  position: relative;
}

h2::after {
content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  width   : 3.125rem;;  /* or 100px */
  border-bottom: .125rem solid #f1be48;
}


#article h1 {
  font-size: 3.0096rem;
}

#heading0 h2::after {
content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  width   : 3.125rem;  /* or 100px */
  border-bottom: .125rem solid #f1be48;
}
  
h3 {
  font-family: Nimbus Sans,sans-serif;
  color: #c8102e;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857;
}

h4 {
  font-family: Nimbus Sans, sans-serif;
  color: #7c2529;
  font-size: 1.125rem;
  line-height: 1.38889;
}

h5 {
  font-family: Nimbus Sans, sans-serif;
  color: #7c2529;
  font-size: 1rem;
  line-height: 1.5625;
}

h6 {
  font-family: Nimbus Sans, sans-serif;
  color: #4a4a4a;
}

header {
  font-family: 'Nimbus Sans', sans-serif;
}

header .top-bar ul.dropdown ul {
  background-color: #fff;
}

header .top-bar ul.dropdown ul a:hover {
  background-color: #f5f5f5;
}

header .top-bar-right {
  border-left: 0px;
}

header .top-bar-left {
  border-right: 0px;
  vertical-align: bottom;
}

header #main-menu {
  margin-top: -.3125rem;
  padding: 1.25rem 0;
}

header #main-menu li {
  text-align: left;
}

header #main-menu li a {
  font-family: 'Nimbus Sans', sans-serif;
  color: #c8102e;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
}

header #main-menu li a:hover {
  color: #c8102e;
  text-decoration: underline #f1be48 0.4375rem !important;
}
  
a:hover {
  color: #c8102e;
}

a {
  text-decoration: underline !important;
  font-weight: 700;
}

a.journal-name {
  color: #c8102e;
}

a.journal-name:hover {
  color: #c8102e;
}

body .box.journal h2 {
  font-size: 1.875rem;
}

body .box.journal p {
  font-size: 1rem;
}

body .accordion-title {
  font-size: 1.125rem;
  line-height: 1.42857;
  padding: 1.5625rem;'
  position: relative;
  cursor: pointer;
  color: #c8102e;
}

body .accordion-content {
  color: #4a4a4a;
}

body .box.journal-list {
  text-align: center;
}

body .button {
  border: .125rem solid #284f59;
  border-radius: 1.875rem;
  padding: .5rem 1.25rem .5rem 1.25rem;
  margin: .625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent !important;
  color: #c8102e !important;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none !important;
  transition: color .2s ease-in-out,background-color .2s east-in-out,padding .2s ease-in-out;
  position: relative;
}

body .button:hover {
  background-color: #c8102e !important;
  color: #fff !important;
}

body .summary h5 {
  color: #c8102e !important;
}

body table {
  padding: 1.5625rem;
}

body table th {
  color: #c8102e;
  font-size: 1.125rem;
  font-weight: 700;
}

body .table.small th {
  font-size: 1rem;
  padding: .55556rem 0.69444rem 0.69444rem;
}

footer svg {
  width: 100%;
  height: 100%;
}

footer .row .large-2 {
  background-color: #fff;
}

header .top-bar-left svg {
  height: 100%;
  max-width: none;
  max-height: none;
}

.overlay::before {
  background: rgba(0,0,0,0.2)
}

.orbit .orbit-caption h3 {
  font-family: Merriweather, serif;
  font-size: 2.125rem;
  font-weight: 400;
  background-color: rgba(200,16,46,0.6);
  padding: 12px;
}

.orbit .orbit-caption p {
  background-color: rgba(0,0,0,.6);
  padding: 6px;
}

.summary .bottom {
  background-color: #7c2529;
}

.callout {
  box-shadow: .5625rem .5625rem 1.25rem rgba(0,0,0,.2);
  text-align: center;
  position: relative;
}

blockquote {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.39024;
  color: #7c2529;
  font-family: 'Merriweather', serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p {margin: 1.125rem 0;
}