img.logo {
    height: 59px;
	width: 187px;
}
html {
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
}

.nav {
	font-weight: 550;
	letter-spacing: 0.022em;
}

body {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Lucida Bright, Georgia, sans-serif;
	font-size: 11pt; font-style: normal
}

body {
	display: grid;
	grid-template-rows: 20fr 60fr 20fr;
}

header {
	display: grid;
	grid-template-rows: 80fr 20fr;
	background-color: #5375b6;
	background-image: url(base_background_image.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	background-position: left top;
}

section.bread-crumbs {
	background-color: rgb(238, 238, 238);
}

.bread-crumbs ul{
	list-style: none;
	list-style-type: "/";
}
.bread-crumbs li{
	float: left;
	padding-right: 14px;
	padding-left: 14px;
}

main {
	display: grid;
}

.rnd-border-img{
	border-radius: 144px;
}

footer {
	display: grid;
}

ul.is-style-checkmark-list {
	list-style-type: "\2713";
	line-height: 1.75em;
	padding-left; 1.2em;
}
ul.is-style-checkmark-list li {
    padding-inline-start: 1ch;
}

div.content {
	padding-left: 80px;
}
