:root {
--cassiopeia-color-primary: #02446d;
}

/* noto-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/noto-serif-v33-latin/noto-serif-v33-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}



body {
	margin: 0;
  	background: #fff;
	font-family: 'Noto Serif';
	line-height: 1.6em;
	font-size: 100%;
	color: #333;
}

h1 {
	font-family: 'Noto Serif';
	font-size: 28px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family:  'Noto Serif';
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

h3 {
  font-weight: bold;
  font-family: 'Noto Serif';
  font-size: 18px;
  color: #135cae;
}

h4 {
	font-weight: bold;
	font-family:  'Noto Serif';
    font-size: 20px
	color: #333;
}


.mod-list li a {
  text-decoration: none;
  font-size: 20px;
  margin-left: 12px;
}

.mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-list li.active > a {
    font-size: 22px;
}

.container-header .mod-menu {
  justify-content: left;
  color: #02446d;
  background-color: #fff;
  padding: 0;
}

.footer {
  background-color: #fff;
  background-image: none;
  color: #02446d;
  margin-top: 1em;
}

.footer li a {
  text-decoration: none;
  font-size: 16px;
  color: #02446d;
}

.footer li a:hover{
  font-size: 16px;
  color: #02446d;

}

.footer a:not(.btn),
.footer .btn-link {
  color:currentColor
}
.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer .btn-link:hover,
.footer .btn-link:focus {
  color:var(--black-200)
}

.container-header {
  background-color: #ffffff;
  background-image: none;
}

container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin-top: 1em;
  margin-left: 1em;
}
.container-component > *, .container-sidebar-left > *, .container-sidebar-right > * {
  margin-bottom: 0;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}