:root {
--primary-dark-color: #13549b; /* Primary colour used by elements such as buttons */
--very-dark-primary-color: #13549b;  /* Darker primary colour used for contrast or hover effects */
--primary-light-color: #1a4471; /* lighter colour or secondary colour */
--topbar-background-color: #FFFFFF; /* background colour for the top bar of the navigation */
--menu-background-color: #13549b; /* background colour for the menu bar of the navigation */
--menu-foreground-color: #FFFFFF; /* font colour used in the menu bar */
--link-color: #13549b;
--toc-link-color: #13549b; /* Colour used by text on TOC sidebar elements */
--figure-caption-background-color: #003DAC; 
--figure-caption-color: #FFFFFF;
}

body {
  font-family: 'Nimbus Sans', sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.75;
}

h1 {
  font-family: Merriweather, serif;
  color: #13549b;
  font-size: 4.375rem;
  line-height: 1.32857;
  }

h2 {
  font-family: Merriweather, serif;
  color: #13549b;
  font-size: 1.875rem;
  font-weight: 700
}

h3 {
  font-family: Nimbus Sans,sans-serif;
  color: #13549b;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857;
}

h4 {
  font-family: Nimbus Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.38889;
}

h5 {
  font-family: Nimbus Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
}

h6 {
  font-family: Nimbus Sans, sans-serif;
  color: #1a2a36;
}

header {
  font-family: 'Nimbus Sans', sans-serif !important;
}


a:hover {
  color:#13549b;
}

a {
  text-decoration: underline !important;
}

header #main-menu {
  margin-top: -.3125rem;
}

header #main-menu li a {
  font-family: 'Nimbus Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  text-decoration: none !important;
}

header #main-menu li a:hover {
  background-color: #13549b;
  color: #ffffff !important;
  text-decoration: underline #d6c9c1 0.4375rem !important;
}

header #main-menu {
  border-top-width: 0px;
  border-bottom-color: #c8a27c;
  border-bottom-style: solid;
  border-bottom-width: 16px;
}

.top-bar-right {
  border-left: 0px;
}
.top-bar-left {
  border-right: 0px;
}

body #article h1 {
  font-size: 3.0096rem;
}

body .button {
  border: .125rem solid #e21c3b;
  border-radius: 1.875rem;
  padding: .5rem 1.25rem .5rem 1.25rem;
  margin: .625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent !important;
  color: #e21c3b !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: #e21c3b !important;
  color: #fff !important;
}

header .top-bar-left svg {
  height: 100% !important;
  max-width: none;
  max-height: none;
  vertical-align: center !important;
}

.cover-float-right {
  width: 20%; 
  float: right;
  padding-left: 16px;
  padding-bottom: 16px;
}

.orbit .orbit-caption h3 {
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  font-weight: 400;
  background-color: rgba(19,84,155,.7);
  padding: 9px;
}

h4.em {
  font-family: Merriweather, serif;
  color: #13549b;
  font-size: 1.875rem;
  font-weight: 700
}

.box h2 {
   font-family: Nimbus Sans,sans-serif;
  color: #13549b;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.42857;
}

.summary .bottom {
  background: #1a4471;
}

.summary h5 {
  color: #13549b;
}