body
{
	margin: 0;
	font-family: calibri
}

header
{
	background-color: #095D7E;
}

footer
{
	color: #ffffff;
	background-color: #095D7E;
}

a
{
	color: #095D7E
}

.header-flag
{
	margin-right: 10px;
}

.header-flag img
{
	width: 25px;
	vertical-align: top;
}

.navbar
{
	overflow: hidden;
	background-color: #095D7E;
}

.navbar a
{
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown
{
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn
{
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn
{
	background-color: #808080;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a
{
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover
{
	background-color: #ddd;
}

.dropdown:hover .dropdown-content
{
	display: block;
}

.row-flex
{
	display: flex;
	justify-content: space-between;
}

.linkbox
{
	width: 30%;
}

.linkbox h3
{
	height: 2em;
}

.note-float-left
{
	margin-right: 20px;
	margin-bottom: 10px
}

.note-float-right
{
	margin-left: 20px;
	margin-bottom: 10px
}

.swiper-container
{
	width: 710px;
}

.swiper-slide
{
	width: auto;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}