/* Base */
/* Layout */
.project_root .hide_on_nonstart,
.project_root.start .hide_on_start {
  display: none;
}

.project_root.start .hide_on_nonstart {
  display: inherit;
}

.project_map img {
  width: 100%;
  max-width: 864px;
}

.project_select_table,
.form_table {
  margin-top: -10px;
}

.project_select_table input,
.project_select_table textarea {
  background-color: #EBEBEB;
  border: none;
  padding: 5px 8px;
  width: 258px;
  font-size: 14px;
}

.project_select_label {
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.form_table .stdinput {
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
}

table.project_detail_table {
  margin-top: 30px;
  background-color: #eef9e8;
  width: 100%;
}

.project_header_container {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.project_header_container .project_header {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.project_header_container .project_header h1 {
  padding: 10px;
  color: #FFFFFF;
  background-color: #275937BB;
  margin: 0;
}

table.project_detail_table tr {
  border-bottom: 1px solid #FFFFFF;
}

table.project_detail_table td {
  vertical-align: top;
}

td.project_detail_label {
  font-weight: bold;
  padding: 4px 10px;
}

td.project_detail_data {
  padding: 4px 10px;
}

td.project_detail_data .item {
  background-color: #FFFFFF;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  padding: 0px 5px;
  margin: 2px 2px 0 0;
}

input.project_select_button, .site_button {
  background-color: #39870c;
  border: 1px solid #39870c;
  color: #ffffff;
  margin-top: 30px;
  margin-right: 10px;
  padding: 3px 9px;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  font-family: "RijksoverheidSansText";
  font-size: 16px;
}
input.project_select_button:hover, .site_button:hover {
  color: #39870c;
  background-color: #FFFFFF;
  text-decoration: none;
}

input.project_select_button {
  float: right;
}

.projects_section {
  height: 100%;
}

.projects_section .homepage_section_text {
  margin-left: 0;
}

.projects_search {
  background: #dfe6e1;
  color: #275937;
  padding: 20px 15px;
  margin-top: 15px;
}

.input_group .projects_button {
  background: #275937;
  color: white;
  font-size: 16px;
  display: block;
  padding: 10px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .project_select_label {
    padding-top: 0px;
  }

  input.project_select_button {
    margin-top: 33px;
    width: 100%;
  }

  .blocklist_content_block a.site_button {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/* XXS */
@media (max-width: 400px) {
  input.project_select_button {
    margin-top: 0;
    width: 100%;
  }
}
.proportion_16_9 {
  position: relative;
  padding-bottom: 58.25%;
}

.proportion_4_3 {
  position: relative;
  padding-bottom: 75%;
}

.proportion_3_2 {
  position: relative;
  padding-bottom: 66%;
}

.proportion_2_1_almost {
  position: relative;
  padding-bottom: 54.3%;
}

.block_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  margin: 0 -10px;
}
.block_list .block_tile_container {
  width: calc(25% - 20px);
  min-width: 200px;
  position: relative;
  margin: 10px;
  flex-grow: 1;
}
.block_list .block_tile_container a.block_tile_contents {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #275937;
  background-size: cover;
}
.block_list .block_tile_container a.block_tile_contents h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 3px 8px;
  margin: 0;
  color: #FFFFFF;
  text-align: right;
  z-index: 1;
}
.block_list .block_tile_container a.block_tile_contents h3:before {
  content: "> ";
}
.block_list .block_tile_container a.block_tile_contents:hover h3 {
  text-decoration: underline;
}
.block_list .block_tile_container a.block_tile_contents:hover h3:before {
  content: "> ";
}

.blocklist_content_block {
  position: relative;
  top: -25px;
}
.blocklist_content_block p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 720px) {
  .block_list .block_tile_container {
    max-width: calc(25% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .block_list .block_tile_container {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .blocklist_content_block {
    position: relative;
    top: 0;
  }
}
.block_publication_blocks .element {
  position: relative;
}
.block_publication_blocks .element .element-title {
  margin-bottom: 10px;
  height: 66px;
}
@media screen and (max-width: 960px) {
  .block_publication_blocks .element .element-title {
    height: initial;
  }
}
.block_publication_blocks .element .element-title h3 {
  margin: 0;
}
.block_publication_blocks .element .image-wrapper {
  text-align: center;
  position: relative;
  height: 200px;
  width: 100%;
}
.block_publication_blocks .element .image-wrapper img.image {
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .block_publication_blocks .element .image-wrapper {
    height: initial;
  }
  .block_publication_blocks .element .image-wrapper img.image {
    max-height: 500px;
    width: auto;
    max-width: 100%;
  }
}
.block_publication_blocks .element .text {
  margin-top: 20px;
}

.proportion_container {
  width: 100%;
  padding-bottom: 75%;
  display: block;
  position: relative;
}
.proportion_container.half_height {
  padding-bottom: 32%;
}
.proportion_container .proportion_content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.news_article .news_summary.linkedin_homepage_section {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.news_article .news_summary.linkedin_homepage_section .youtube_logo,
.news_article .news_summary.linkedin_homepage_section .linkedin_logo {
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
}
.news_article .news_summary.linkedin_homepage_section .linkedin_logo {
  background-image: url(/_cms/files/images/logo_linkedin.svg);
}
.news_article .news_summary.linkedin_homepage_section .youtube_logo {
  background-image: url(/_cms/files/images/logo_youtube.svg);
}
.news_article .news_summary.linkedin_homepage_section .linkedin_caption {
  font-size: 16px;
}

.contents .content_image .image_caption {
  color: black !important;
  font-weight: normal !important;
  font-size: 12px !important;
}

.rxsocial {
  display: flex;
  justify-content: flex-end;
}
.rxsocial .rxsocial_twitter {
  background: url("/_cms/files/images/rxsocial-twitter-x.png") !important;
  background-position: center !important;
  background-size: 24px !important;
}

.slide_viewer_home .slide_viewer_controls {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.slide_viewer_home .slide_viewer_controls .prev, .slide_viewer_home .slide_viewer_controls .next {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 18px 23px;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: inline-block;
  user-select: none;
}
.slide_viewer_home .slide_viewer_controls .prev:hover, .slide_viewer_home .slide_viewer_controls .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.googlemaps_container {
  width: 100% !important;
}
@media screen and (max-width: 720px) {
  .googlemaps_container {
    max-height: 90vh !important;
  }
}
.googlemaps_container:focus {
  outline: none !important;
}
.googlemaps_container #markerLayer img {
  border-radius: 50% !important;
  border: 3px solid #EE7D31 !important;
}
.googlemaps_container .gm-style-iw-t:after {
  content: " ";
  box-shadow: none;
  height: 100px;
  width: 200px;
  background-image: url("/_cms/files/images/pitchfest_popuplines.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  transform: translate(-50%, -50%);
  top: -9px;
  z-index: -1;
}
.googlemaps_container .gm-style-iw-t .gm-style-iw-c {
  max-height: none !important;
  min-width: 215px !important;
  height: auto !important;
  background-color: black !important;
  padding: 20px 3px 0 4px !important;
  top: -29px !important;
}
.googlemaps_container .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
  max-height: none !important;
  background-color: black !important;
  overflow: hidden !important;
  color: white !important;
}
.googlemaps_container .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d iframe {
  max-width: 100% !important;
}
@media screen and (max-width: 720px) {
  .googlemaps_container .gm-ui-hover-effect {
    top: 0px;
  }
}
.googlemaps_container .gm-ui-hover-effect img {
  display: none !important;
}
.googlemaps_container .gm-ui-hover-effect:after {
  content: "x" !important;
  color: white !important;
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .googlemaps_container .gm-ui-hover-effect:after {
    font-size: 30px;
  }
}
.googlemaps_container .html_label {
  color: white;
  text-align: center;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}
.googlemaps_container .html_label a {
  color: white;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

/*# sourceMappingURL=tmp_sass__cms_files_scss_general_scss_v_504.css.map */
