.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  padding-top: 95px;
  background-color: #f7f7f7;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 48px;
  line-height: 100%;
  font-weight: 800;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 110%;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Literata, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Literata, sans-serif;
  line-height: 160%;
}

a {
  color: #28724f;
  text-decoration: underline;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 19px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 19px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
}

.btn {
  display: inline-block;
  padding: 16px 30px 18px;
  border-radius: 25px;
  background-color: #28724f;
  line-height: 100%;
}

.btn.arrow {
  position: relative;
  z-index: 500;
  padding-top: 15px;
  padding-right: 50px;
  background-color: #28724f;
  background-image: url('../images/arrow-right-point.svg');
  background-position: 89% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
}

.btn.arrow.footer-btn {
  margin-top: 20px;
  padding: 12px 40px 14px 20px;
  background-color: #fff;
  background-image: url('../images/arrow-right-point-blue_1.svg');
  background-position: 92% 50%;
  color: #28724f;
}

.btn.bigger {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background-color: #c8d1c0;
  background-image: url('../images/arrow-right-black.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.btn.bigger.dark {
  background-color: #28724f;
  background-image: url('../images/arrow-right-white.svg');
  color: #fff;
}

.btn.small.filters {
  display: none;
}

.btn.small.hidefilters {
  display: none;
}

.btn.tiny {
  padding: 8px 20px;
  border-radius: 5px;
}

.logo {
  width: 130px;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 800;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-link {
  margin-right: 7px;
  margin-bottom: 2px;
  margin-left: 7px;
  padding: 5px 0px 3px;
  font-size: 15px;
}

.nav-link:hover {
  color: #28724f;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom: 2px solid #28724f;
  color: #000;
}

.nav-link.blue {
  color: #2c92cd;
  font-weight: 700;
}

.nav-link.blue:hover {
  color: #156eaa;
}

.nav-menu {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 85%;
  padding-top: 15px;
  text-align: right;
}

.brand {
  margin-bottom: 15px;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-byline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
}

.container-padding {
  max-width: 940px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-padding.max-width {
  max-width: 600px;
}

.center {
  text-align: center;
}

.center.marginbottom {
  margin-bottom: 30px;
}

.columns {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.column-inner {
  display: flex;
  width: 90%;
  margin-right: 30px;
  background-color: #fff;
}

.col-padding {
  padding: 20px 30px 40px;
}

.col {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.col.last {
  padding-left: 10px;
}

.image-fullcover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-morepadding {
  margin-top: 20px;
  margin-bottom: 25px;
}

.list-item-morepadding {
  margin-top: 5px;
  margin-bottom: 5px;
}

.links-wrapper {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  border-radius: 19px;
  background-color: #fff;
}

.position-list-title {
  display: block;
  margin-bottom: 10px;
  line-height: 110%;
}

.horisontal-line {
  width: 100%;
  height: 1px;
  background-color: #cbd2d6;
}

.posts-card {
  display: block;
  width: 33%;
  text-decoration: none;
}

.posts-card-img {
  overflow: hidden;
  height: 200px;
  border-radius: 10px;
}

.posts-card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-card-excerpt {
  overflow: hidden;
  max-height: 100px;
  color: #000;
}

.posts-card-wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.col-margins {
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}

.schools-list {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link-readmore {
  margin-top: 10px;
  padding-right: 20px;
  float: right;
  background-image: url('../images/arrow-right-point-blue_1.svg');
  background-position: 100% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.link-readmore:hover {
  color: #000;
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #28724f;
}

.footer-content {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
}

.footer-logo {
  width: 140px;
  margin-bottom: 15px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.footer-link {
  margin-bottom: 5px;
  font-family: Mulish, sans-serif;
  color: #fff;
  font-size: 14px;
}

.footer-link:hover {
  color: #89cfeb;
}

.footer-sociallinks {
  margin-top: 20px;
}

.footer-sociallink {
  margin-right: 15px;
}

.links-list-item {
  display: block;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cbd2d6;
  background-image: url('../images/ic-link.svg');
  background-position: 100% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
  text-decoration: none;
}

.links-list-item:hover {
  color: #28724f;
}

.links-list-title {
  margin-top: 0px;
}

.positions-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 90%;
  max-width: 600px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.search {
  display: none;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}

.search-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url('../images/ic-search.svg');
  background-position: 50% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.search-input {
  position: relative;
  height: 40px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 20px;
  font-size: 18px;
}

.search-input.post-list-filter-search {
  padding-left: 0px;
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: #cbd2d6;
  border-bottom-width: 1px;
  border-bottom-color: #cbd2d6;
  border-radius: 0px;
  background-color: transparent;
}

.search-wrapper {
  position: relative;
  height: 40px;
  max-width: 400px;
  border: 1px none #000;
}

.nav-searchicon {
  display: none;
}

.search-result-title {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.search-result-link {
  margin-top: 7px;
  margin-bottom: 3px;
  color: #2c92cd;
  font-size: 14px;
}

.search-result-lead {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd2d6;
}

.search-result {
  padding-top: 40px;
}

.search-2 {
  position: relative;
  margin-bottom: 22px;
}

.searchresult {
  width: 90%;
  max-width: 600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

._404 {
  color: #cbd2d6;
  font-size: 200px;
  font-weight: 200;
  text-align: center;
}

.content {
  width: 100%;
}

.content.narrow {
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.icon-collection {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
}

.icon-collection-card {
  width: 19%;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.icon-collection-card:hover {
  color: #2c92cd;
}

.icon-collection-card-icon {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: flex-end;
}

.icon-collection-card-icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon-collection-title {
  margin-top: 5px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

.link-detail {
  margin-top: -15px;
  margin-bottom: 15px;
}

.card-rich {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.card-rich:hover {
  opacity: 0.9;
}

.card-rich.postarchive {
  display: flex;
  padding: 0px;
}

.card-rich.school {
  display: flex;
  padding: 0px;
}

.stillinger-title {
  padding-right: 25px;
  background-image: url('../images/ic-link.svg');
  background-position: 100% 5px;
  background-size: auto 18px;
  background-repeat: no-repeat;
}

.stillinger-intro {
  color: #000;
  line-height: 140%;
}

.stillinger-meta {
  display: flex;
  justify-content: flex-start;
}

.stillinger-meta-data {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-family: Mulish, sans-serif;
  line-height: 100%;
}

.stillinger-meta-data.place {
  padding-left: 19px;
  background-image: url('../images/ic-location.svg');
  background-position: 0% 30%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.stillinger-meta-data.time {
  background-image: url('../images/ic-time.svg');
  background-position: 0% 30%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.stillinger-meta-data.calendar {
  background-image: url('../images/ic-cal.svg');
  background-position: 0% 30%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.stillinger-meta-data.author {
  padding-left: 21px;
  background-image: url('../images/ic-author.svg');
  background-position: 0% 40%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.stillinger-meta-data.cat {
  margin-top: 5px;
  padding-left: 22px;
  background-image: url('../images/ic-category.svg');
  background-position: 0% 40%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}

.stillinger-meta-data.tag {
  background-image: url('../images/ic-category.svg');
  background-position: 0% 30%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.tablink {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.tablink.w--current {
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-top: 8px;
  border-style: solid;
  border-color: #cbd2d6 #cbd2d6 #f7f7f7;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  color: #28724f;
}

.tabs-menu {
  display: flex;
  margin-bottom: -1px;
  justify-content: center;
  border-bottom: 1px solid #cbd2d6;
}

.tabs {
  width: 100%;
}

.tab-panel {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card {
  overflow: hidden;
  width: 31%;
  margin-top: 0px;
  padding: 10px 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.card.transparent {
  width: 31%;
  margin-right: 2%;
  margin-bottom: -1px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid none;
  border-width: 1px 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.card.biggercard {
  display: flex;
  padding-top: 30px;
  padding-right: 45px;
  padding-bottom: 30px;
  align-items: center;
  background-color: #28724f;
  background-image: url('../images/arrow-right-point.svg');
  background-position: 94% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fff;
}

.card.biggercard.white {
  background-color: #fff;
  background-image: url('../images/arrow-right-point-blue.svg');
  color: #156eaa;
}

.card.ambassador {
  width: 46%;
  height: 145px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.card.logoes {
  display: flex;
  width: 23%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: -10px;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
}

.tab-content {
  display: flex;
  margin-right: -25px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.ressurser-card-embed {
  overflow: hidden;
  margin-top: -10px;
  margin-right: -25px;
  margin-left: -25px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.ressurser-label {
  display: inline;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-wrap {
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-wrap.centered-content {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-meta {
  display: block;
  margin-top: 6px;
  text-decoration: none;
}

.card-meta:hover {
  color: #000;
}

.card-meta.email {
  padding-left: 20px;
  background-image: url('../images/ic-email.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.card-meta.phone {
  padding-left: 20px;
  background-image: url('../images/ic-phone.svg');
  background-position: 3px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.card-meta.location {
  padding-left: 20px;
  background-image: url('../images/ic-location.svg');
  background-position: 2px 50%;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.card-meta.url {
  padding-left: 20px;
  background-image: url('../images/ic_url.svg');
  background-position: 1px 2px;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.slim {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 200;
}

.post-list-right {
  padding-right: 0px;
  padding-left: 30px;
}

.post-list-left {
  padding-right: 0px;
  padding-left: 0px;
}

.post-list-filters {
  margin-top: 0px;
}

.post-list-filters-link {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  border-right: 1px solid #cbd2d6;
  color: #28724f;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}

.post-list-filters-link.w--current {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid #cbd2d6;
  border-bottom: 1px solid #cbd2d6;
  border-right-style: none;
  color: #000;
  font-weight: 700;
}

.post-list-filters-link.check {
  margin-bottom: 0px;
  text-align: left;
}

.post-list-filters-link.check:active {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid #cbd2d6;
  border-bottom: 1px solid #cbd2d6;
  border-right-style: none;
  color: #000;
  font-weight: 700;
}

.post-list-filters-title {
  margin-top: 0px;
  padding-right: 15px;
}

.post-list-filters-title.second {
  margin-top: 30px;
}

.card-image-wrap {
  width: auto;
  height: 145px;
  max-width: 200px;
  min-height: auto;
  margin: -10px 20px -20px -25px;
  float: left;
}

.card-image-wrap.ambassador {
  margin-top: -5px;
}

.post-card-excerpt {
  overflow: hidden;
  max-height: 70px;
  color: #000;
  line-height: 140%;
}

.post-card-title {
  overflow: hidden;
  max-height: 82px;
}

.post-list-filters-check {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 5px;
}

.post-list-filters-check:active {
  background-color: #2c92cd;
}

.checkbox-label {
  margin-bottom: 0px;
}

.filters-form-wrap {
  margin-bottom: 0px;
}

.post-list-search {
  margin-bottom: 30px;
}

.excerpt {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  text-align: center;
}

.card-ambassador-title {
  margin-bottom: 5px;
}

.card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-ambassador-name {
  margin-bottom: 5px;
}

.ambassador-link {
  float: right;
}

.card-ambassador-intro {
  overflow: hidden;
  max-height: 41px;
}

.container-wrap {
  width: 90%;
  max-width: 960px;
  margin: 20px auto 50px;
}

.container-wrap.card-wrap.centered-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.ambassador-popup-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: scroll;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.ambassador-popup-card {
  position: relative;
  width: 600px;
  max-width: 96%;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.ambassador-popup-img {
  border-radius: 10px;
}

.ambassador-popup-head {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.ambassador-popup-imgwrap {
  padding-right: 0px;
  padding-left: 0px;
}

.popup-close {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 1000;
  width: 32px;
  height: 32px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/ic-close.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ambassador-popup-links {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  grid-column-gap: 20px;
}

.card-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.post-excerpt {
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  line-height: 150%;
  font-weight: 700;
}

.post-meta {
  display: flex;
  width: 90%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #28724f;
  text-decoration: none;
}

.post-meta-data {
  display: inline-block;
  margin-right: 30px;
  padding-left: 19px;
}

.post-meta-data.tag {
  background-image: url('../images/ic-category.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.post-meta-data.author {
  background-image: url('../images/ic-author.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.post-meta-data.date {
  background-image: url('../images/ic-cal.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.post-navigation {
  display: flex;
  width: 90%;
  max-width: 600px;
  margin: 30px auto 80px;
  justify-content: space-between;
}

.post-navigation-left {
  margin-right: 10px;
  padding-left: 17px;
  background-image: url('../images/arrow-left-point-blue.svg');
  background-position: 0% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
}

.post-navigation-right {
  margin-left: 10px;
  padding-right: 17px;
  background-image: url('../images/arrow-right-point-blue_1.svg');
  background-position: 100% 50%;
  background-size: auto 13px;
  background-repeat: no-repeat;
  text-align: right;
}

.card-withimage-left {
  max-width: 33%;
  margin-right: 20px;
}

.card-withimage-left.reverse {
  margin-right: 0px;
  margin-left: 20px;
}

.card-withimage-right {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  flex: 1;
}

.card-withimage-right.reverse {
  padding-right: 0px;
  padding-left: 20px;
}

.faq {
  overflow: hidden;
  width: 90%;
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  border-radius: 15px;
  background-color: #fff;
}

.faq-dropdown {
  z-index: 1;
  display: block;
  height: auto;
  margin: -1px;
}

.faq-dropdown-title {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  font-weight: 700;
  white-space: pre-wrap;
}

.dropdown-list {
  position: relative;
  background-color: #f7f7f7;
}

.dropdown-list.w--open {
  margin-top: 0px;
  padding: 1px 20px 5px;
  border-bottom: 1px solid #cbd2d6;
}

.form-contact {
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  margin-top: 30px;
  margin-bottom: 20px;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: #cbd2d6;
  border-radius: 5px;
  font-size: 18px;
}

.success-message {
  background-color: transparent;
  color: #0e8d00;
  font-weight: 700;
}

.error-message {
  padding-right: 0px;
  padding-left: 30px;
  background-color: transparent;
  background-image: url('../images/ic-error.png');
  background-position: 0% 7px;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #e04006;
  font-weight: 700;
}

.card-rich-seemap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-top-right-radius: 19px;
  border-bottom-left-radius: 19px;
  background-color: #28724f;
}

.ambassador-popup-wrap-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: scroll;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.school-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 600;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.school-popup-map {
  position: relative;
  width: 600px;
  max-width: 96%;
  min-height: 70vh;
  padding: 0px;
  border-radius: 20px;
  background-color: #fff;
}

.school-map {
  height: 70vh;
}

.folder {
  display: flex;
  width: 100%;
  height: 175px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/folder-blue.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.folder:hover {
  opacity: 0.9;
  color: #fff;
}

.folder.grey {
  background-image: url('../images/folder-grey.svg');
  color: #000;
}

.folder-ic {
  height: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }

  .logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar {
    width: 100%;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link {
    display: block;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #fff;
    background-image: url('../images/arrow-right-white.svg');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
  }

  .nav-link.w--current {
    border-bottom: 1px solid #fff;
    color: #89cfeb;
  }

  .nav-link.blue {
    color: #f7f7f7;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    height: 100%;
    max-width: none;
    margin-top: 70px;
    padding-top: 15px;
    justify-content: center;
    background-color: #2c92cd;
  }

  .menu-button {
    position: absolute;
    height: 70px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .menu-button.w--open {
    height: 70px;
    padding-top: 24px;
    background-color: transparent;
  }

  .icon {
    color: #000;
  }

  .brand {
    position: absolute;
    left: 43%;
    top: 0px;
    right: auto;
    display: block;
    width: 14%;
    height: 70px;
    -o-object-fit: none;
    object-fit: none;
  }

  .brand.w--current {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .container-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col.last {
    padding-right: 10px;
  }

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

  .footer-logo {
    width: 100px;
    margin-bottom: 5px;
  }

  .footer-logo.w--current {
    position: relative;
    width: 100px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .footer-col {
    padding-bottom: 30px;
  }

  .links-list-title {
    margin-top: 20px;
  }

  .search {
    position: absolute;
    top: 70px;
    width: 100%;
  }

  .nav-link.mobilehide {
    display: none;
  }

  .nav-searchicon {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 40px;
    height: 70px;
    background-image: url('../images/ic-search.svg');
    background-position: 50% 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
  }

  .card-rich.postarchive {
    flex-direction: column;
  }

  .card-rich.school {
    flex-direction: column;
  }

  .stillinger-meta {
    clear: both;
  }

  .tablink.w--current {
    position: relative;
    width: auto;
  }

  .card {
    width: 45%;
  }

  .card.logoes {
    width: 31%;
  }

  .card-image-wrap {
    width: 119%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .card-image-wrap.ambassador {
    width: 120px;
    height: 128%;
    margin-right: 15px;
  }

  .card-ambassador-name {
    font-size: 18px;
  }

  .ambassador-popup-wrap {
    padding-top: 85px;
  }

  .ambassador-popup-card {
    padding: 20px;
  }

  .ambassador-popup-head {
    margin-bottom: 5px;
  }

  .card-withimage-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .card-withimage-left.reverse {
    margin-left: 0px;
  }

  .card-withimage-right {
    padding-left: 20px;
  }

  .card-withimage-right.reverse {
    padding-right: 15px;
  }

  .card-rich-title-wmap {
    max-width: 76%;
  }

  .ambassador-popup-wrap-copy {
    padding-top: 85px;
  }

  .school-popup {
    padding-top: 85px;
  }

  .school-popup-map {
    padding: 0px;
  }

  .school-map {
    width: 100%;
  }

  .folder {
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .btn.bigger {
    width: 49%;
    margin-bottom: 0px;
  }

  .btn.small {
    padding: 10px 20px;
  }

  .btn.small.filters {
    display: inline-block;
    margin-top: -65px;
    margin-right: 5%;
    margin-bottom: 20px;
    float: right;
  }

  .btn.small.hidefilters {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }

  .brand {
    width: 20%;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .hero {
    height: 200px;
  }

  .container-padding {
    padding: 20px 5%;
  }

  .center.marginbottom {
    margin-bottom: 15px;
  }

  .col {
    padding-right: 5%;
    padding-left: 5%;
  }

  .posts-card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .posts-card-excerpt {
    margin-top: 5px;
  }

  .posts-card-title {
    margin-bottom: 5px;
  }

  .posts-card-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .schools-list {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-readmore.marginright {
    margin-right: 5%;
  }

  .footer {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .links-list-item {
    font-size: 18px;
  }

  .links-list-title {
    margin-top: 10px;
  }

  .search-button {
    margin-right: 5%;
  }

  .search-result {
    padding-top: 20px;
  }

  .search-2 {
    margin-bottom: 30px;
  }

  .searchresult {
    margin-top: 30px;
  }

  ._404 {
    font-size: 120px;
  }

  .content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .content.folders {
    display: flex;
    justify-content: center;
  }

  .icon-collection {
    margin-bottom: 20px;
  }

  .icon-collection-card {
    width: 30%;
  }

  .max-width {
    padding-right: 5%;
    padding-left: 5%;
  }

  .stillinger-meta-data.cat {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablink {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .tabs {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .card {
    width: 100%;
  }

  .card.transparent {
    width: 46%;
  }

  .card.biggercard {
    min-height: 80px;
  }

  .card.ambassador {
    width: 100%;
  }

  .card.logoes {
    width: 48%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-content {
    margin-right: 0px;
    grid-row-gap: 10px;
  }

  .card-wrap {
    margin-bottom: 20px;
    padding-right: 5%;
    padding-left: 5%;
    justify-content: flex-start;
  }

  .card-wrap.centered-content {
    grid-row-gap: 0px;
  }

  .post-list-right {
    padding-right: 5%;
    padding-left: 5%;
  }

  .post-list-left {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
  }

  .card-image-wrap {
    width: 112%;
    margin-bottom: 5px;
  }

  .post-card-excerpt {
    margin-bottom: 5px;
  }

  .post-title-wfilters {
    max-width: 80%;
    margin-left: 0px;
    text-align: left;
  }

  .container-wrap.card-wrap.centered-content {
    padding-right: 0%;
    padding-left: 0%;
    grid-row-gap: 10px;
  }

  .popup-close {
    top: 10px;
    right: 10px;
  }

  .featured-image {
    height: 200px;
  }

  .post-navigation {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .folder {
    max-width: 170px;
    margin: 15px auto;
  }

  .folder-ic {
    height: 40px;
  }

  .folders {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .btn.bigger {
    width: 100%;
  }

  .btn.small.filters {
    margin-top: -63px;
  }

  .brand {
    left: 35%;
    width: 30%;
  }

  .columns {
    width: 90%;
    padding-bottom: 20px;
  }

  .column-inner {
    display: block;
  }

  .col-padding {
    padding: 10px 20px 30px;
  }

  .col {
    padding-right: 0%;
    padding-left: 0%;
  }

  .list-morepadding {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .container {
    display: flex;
    justify-content: center;
  }

  .posts-card-img {
    height: 150px;
  }

  .posts-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .schools-list {
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer {
    margin-top: 30px;
  }

  .footer-col {
    padding-bottom: 20px;
  }

  .search-wrapper {
    width: 90%;
  }

  .nav-searchicon {
    width: 60px;
  }

  .icon-collection-card {
    width: 45%;
  }

  .card-rich {
    padding: 5px 20px 15px;
  }

  .stillinger-title {
    background-position: 100% 3px;
  }

  .stillinger-meta {
    flex-direction: column;
  }

  .stillinger-meta-data.place {
    padding-left: 25px;
    background-position: 2px 30%;
  }

  .stillinger-meta-data.author {
    padding-left: 25px;
    background-position: 2px 40%;
  }

  .tablink {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
  }

  .tablink.w--current {
    padding-top: 9px;
    padding-bottom: 8px;
  }

  .tabs-menu {
    display: flex;
    align-items: center;
  }

  .card {
    margin-bottom: 5px;
    padding: 5px 20px 15px;
  }

  .card.transparent {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .card.logoes {
    height: 43vw;
  }

  .card-wrap.centered-content {
    margin-top: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .post-card-title {
    max-height: 69px;
  }

  .post-title-wfilters {
    max-width: 70%;
  }

  .card-ambassador-title {
    overflow: hidden;
    max-height: 21px;
    font-size: 14px;
  }

  .card-ambassador-name {
    overflow: hidden;
    max-height: 40px;
  }

  .ambassador-link {
    font-size: 14px;
  }

  .card-ambassador-intro {
    max-height: 34px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 120%;
  }

  .container-wrap.card-wrap.centered-content {
    flex-direction: row;
    grid-column-gap: 10px;
  }

  .ambassador-popup-links {
    flex-direction: column;
    grid-row-gap: 10px;
  }

  .post-navigation {
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .folder {
    height: 30vw;
    font-size: 14px;
  }

  .folders {
    width: 95%;
  }
}

