@charset "UTF-8";
/* CSS Document */

head {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Arial: ;', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	top: 0;
}

#header {
    height: 21%;
    background-color: #7199bd;
    position: relative;
    width: 100%;
    min-height: 300px;
}

#content {
    position: relative;
    width: 100%;
	margin-top: 40px;
}

ul {
    list-style: none;
    padding: 0;
	margin: 0;
}

li {
    margin: 5px 0;
}

p {
	margin: 0;
	line-height: 1.618;
}

a {
	text-decoration: none;
	color: black;
}


.container {
    width: calc(100% - 40%);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#content .container {
    display: flex;
    flex-wrap: wrap;
}

h2 {
	margin-bottom: 12px;
	margin-top: 40px;
	color: #7199bd;
	font-size: 20px;
}

h3 {
	margin-bottom: 12px;
	margin-top: 40px;
	color: #7199bd;
	font-size: 16px;
	font-weight: 700;
}

h4 {
	margin-bottom: 0;
	margin-top: 12px;
	color: #7199bd;
	font-size: 16px;
	font-weight: 400;
}


.first {
	margin-top: 0px;
}

.container-inner {
	position: absolute;
	bottom: 0;
}

.menu {
	width: 30%;
	min-width: 250px;
}

.active {
	color: #7199bd !important;
	font-weight: 600;
}

.content-inner {
	width: 60%;
}
.info {
	font-size: 12px;
	color: #00000080;
}

.info a {
	color: #00000080;
}

.menu-info {
	color: #00000060;
}


.title {
	margin: 0px;
	margin-bottom: -7px;
	margin-top: 80px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	line-height: 1;
}

.content-inner p {
	margin-bottom: 12px;
}

.content-inner ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	text-indent: -10px;
}

.content-inner li {
	margin: 0;
}

.content-inner li:before {
	content: "• ";
	color: #7199bd;

}

.highlight {
	color: #7199bd;
}

.content-inner a {
	color: #7199bd;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.container {
    width: calc(100% - 20%);
}}