
body {
	overflow-y: auto;
	margin: 0;
	font-size: 21px;
}

header {
	margin-top: 2vh;
	margin-left: 2vw;
	margin-bottom:  0;
	margin-right: 5vw;
	background-repeat: no-repeat;
	background-size: cover;
}

header * {
	margin-top: 0;
	margin-bottom: 0;
}

main {
	display: flex;
	margin-top: 2vh;
	margin-left: 2vw;
	margin-bottom: 5vh;
	margin-right: 5vw;
}

.content {
	margin-left: 2vw;
}

.content-row {
	display: flex;
	flex-wrap: wrap;
}

.content-field {
}

#menu-control {
}

.menu-control {
	display: none;
}

.menu {
}

.menu ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

.menu ul ul {
	padding-left: 1em;
}

.menu li {
	white-space: nowrap;
}

.menu li ul {
	display: none;
}

.menu li.active ul {
	display: list-item;
}

video {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
}

.centered, .gallery {
	width: 800px;
}

.floating {
	width: 240px;
}

.gallery {
	height: 150px;
}

iframe {
	/* position: fixed; */
	/* top: 0; */
	/* width: calc(100% - 18em); */
	/* border-style: none; */
	/* background: white; */
	/* height: 100vh; */
	/* height: 100%; */
}

.organization-logo {
	height: 6ex;
}

@media only screen and (max-width: 750px) {
	.menu {
		display: none;
	}
	.menu li ul {
		display: list-item;
	}
	.menu-control {
		display: inline;
	}
	#menu-block {
	}
	#content-block {
		margin-left: 0vw;
	}
	#menu-control:checked ~ .menu {
		background: white;
		display: block;
		position: absolute;
		padding-bottom: 5vh;
	}
}

/*
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-DemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Custom";
  src: url("../fonts/custom.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Logo";
  src: url("../fonts/vestula-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  letter-spacing: -0.003em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  box-sizing: border-box;
  font-family: Merriweather, Georgia, serif;
  line-height: 1.6;
  margin: 0;
  color: #272727;
  background: #f5f5f5;
}

::selection {
  background-color: #001158;
  color: #fff;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.header__box {
  background-color: #fff;
}

.header__wrapper {
  position: relative;
}

.wrapper__full {
  max-width: 118rem;
  margin: 0 auto;
  display: block;
}

.header__logo {
  margin: 0;
  padding: 29px 0 0;
  text-align: center;
  line-height: 1;
}

.header__logo span {
  color: #7f88ab;
}

.header__logolink {
  font: 2rem/1.1 Logo;
  text-decoration: none;
  color: #333;
}

.header__ullogo {
  width: 13rem;
  margin-top: 26px;
  float: left;
  margin-left: 1em;
}

.navigation {
  margin: 10px 0 40px;
  padding: 16px 0;
}

.navigation__checkbox {
  display: none;
}

.navigation__toggle {
  display: none;
}

.navigation__list {
  font: normal 1.5rem/1 Vestula;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.navigation__item {
  display: inline;
}

.navigation__link {
  color: #9d9a9e;
  text-decoration: none;
  padding: 1.6rem 1.2rem;
}

.navigation__link:hover,
.navigation__link.active {
  color: #001158;
  font-weight: bold;
}

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

.main {
  width: 75%;
  background: rgb(255 255 255 / 90%);
  padding: 4rem;
  font-size: 18px;
  font-family: Merriweather;
  box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 7%);
}
.main a {
  color: #b27f2b;
  text-decoration: none;
}

.main a:hover {
  text-decoration: underline;
}

.main .button {
  background: #7f88ab;
  padding: 10px 22px;
  color: white;
  text-decoration: none;
  font: normal 16px/1.2 Vestula;
  border-radius: 6px;
  margin-top: 20px;
  display: inline-block;
}

.main .button:after {
  content: ">";
  padding-left: 8px;
}

.main .button:hover {
  background: #001158;
  text-decoration: none;
}

.main ul,
.main ol {
  padding-left: 1em;
}

aside {
  width: 25%;
}
.hero {
  margin-top: -40px;
}

.hero .main {
  margin: 60px 0;
}

h1 {
  font: bold 4rem/1.2 Merriweather;
  margin-bottom: 2rem;
}

h2 {
  font: bold 2.4rem/1.2 Merriweather;
  color: #001158;
  margin: 1em 0;
}

.content p {
  margin: 2rem 0;
}

.subnav {
  list-style: none;
  padding: 0;
  font: normal 18px/1.5 Vestula;
  margin-top: 40px;
}

.subnav a {
  text-decoration: none;
  color: #444;
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 8px;
}

.subnav a:hover,
.subnav a.active {
  background-color: #001158;
  color: #fff;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 3rem 0;
}

thead {
  background-color: #7f88ab;
  color: #fff;
  font-weight: bold;
}

th,
td {
  font: 14px/1.4 Vestula;
  text-align: left;
  vertical-align: top;
  padding: 12px;
}

.content td p {
  padding: 0;
  margin: 0;
}

th {
  font-weight: bold;
}

tr.even,
tr:nth-child(even) {
  background: #eeeeee;
}

.image-right {
  float: right;
  margin: 0 0 30px 30px;
}

.image-left {
  float: left;
  margin: 0 30px 30px 0;
}

.news {
  flex-direction: column;
  font: normal 18px/1.5 Vestula;
  padding: 4rem;
  width: 70%;
}

.news__item {
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
}

.news__item span {
  font-style: italic;
  color: #666;
  font-family: Merriweather;
  font-size: 15px;
  display: block;
}

.news__item p {
  margin: 0;
}

.mobilenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #001158;
  margin: 0 0 0 -300px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobilenav ul {
  width: 300px;
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
  _background: #333;
  overflow: hidden;
}

.mobilenav li {
  margin: 0;
}
.mobilenav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  border-bottom: 1px solid #32417a;
  font: bold 18px/1.2 Vestula;
}
.mobilenav a:hover {
  background: #7f88ab;
}

.mobilenav .mobilesubnav {
  margin: 0;
  padding: 0 0 0 24px;

}

@media only screen and (max-width: 1024px) {
  .hero .main {
    margin: 60px 40px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 550px) {
  .main,
  .news {
    width: 100%;
  }
  .subnav {
    display: none;
  }
  .navigation__toggle {
    display: block;
    position: absolute;
    top: 1.4rem;
    left: 4rem;
    font-size: 3rem;
    z-index: 1;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }

  .navigation {
    padding: 0;
    margin: 0;
  }

  .navigation__toggle span {
    font: normal 16px/1 Vestula;
  }


  .navigation__checkbox:checked ~ .navigation__list {
    display: block;
  }
  .navigation__item {
    display: block;
    margin-right: 0;
    border-top: 1px dotted #ccc;
  }
  .navigation__item:not(:last-child) {
    margin-right: 0;
  }
  .navigation__link {
    display: block;
    padding: 1.5rem;
  }
  .header__ullogo {
    display: none;
  }
  .header__logolink span {
    display: block;
  }
  .header__logo {
    padding: 7.2rem 0 0 4rem;
    text-align: left;
  }
  .navigation__list {
    display: none;
    margin-top: 2rem;
  }
  .header__box {
    padding-bottom: 1.5rem;
  }
  .header__logolink {
    font-size: 1.8rem;
  }
  .wrapper__full {
    max-width: 100%;
  }
  .hero .main {
    margin: 0;
  }
  .hero {
    margin-top: 0;
}
  h1 {
    font-size: 3.2rem;
  }

  .mobilecontent {
    _padding: 30px 30px 30px 80px;
    -moz-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  input[type="checkbox"]:checked ~ .mobilenav {
    margin: 0;
  }
  input[type="checkbox"]:checked ~ .navigation__toggle {
    left: 300px;
  }

  input[type="checkbox"]:checked ~ .mobilecontent {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
*/
