* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #F6C2AA;
}
a:hover,
a:focus {
    text-decoration: underline;
}

body {
	background: #85A198;
}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
    background: #525866;
    color: #fff;
}

.brand-title,
.brand-tagline {
    margin: 0;
}
.brand-title {
    text-transform: uppercase;
}
.brand-tagline {
    font-weight: 300;
    color: rgb(176, 202, 219);
}

.avatar {
	width: 5em;
	border-radius: 3em;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
	*display: inline;
    zoom: 1;
}
.nav-item a {
    background: transparent;
    border: 2px solid rgb(176, 202, 219);
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(61, 146, 201);
    text-decoration: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #525866;
    border-bottom: 1px solid #525866;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 2em 1em 0;
}

.entry {
    padding-bottom: 2em;
}
.entry-title {
    font-size: 2em;
    color: #02091C;
    margin-bottom: 0.2em;
	margin-top: 0;
}

.entry-logo {
    float: right;
    margin-left: 1em;
	display: none;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}

.entry-logo > img {
	max-height: 60px;
	max-width: 150px;
}

.entity-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}

.entity-description .badges {
	display: block;
}

.entity-position {
    color: #444;
    font-size: 90%;
    margin: 0;
}

.badge {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #CCBEA3;
    font-size: 80%;
	border-radius: 5px;
}

.footer {
    text-align: center;
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

@media (min-width: 48em) {
    .content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }

    .header {
        margin: 80% 2em 0;
        text-align: right;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }

	.entry-logo {
		display: inline-block;
	}

	.avatar {
		width: 10em;
		border-radius: 8em;
	}
}

@media print {
	.footer {
		display: none;
	}

    .header {
        margin: 2em;
        text-align: center;
    }

    .sidebar {
        position: static;
        top: auto;
    }

    .content {
        margin-left: 0;
    }

    .badge {
        border: #000 solid 1px;
    }
    .entry {
        padding-bottom: 0;
    }

    .ak {
         break-after: page;
    }
/*
	.entity-description .badges {
		display: none;
	}
    */
}

.pure-menu.pure-menu-open {
	background: transparent;
}