/*
Theme: ateliernomadic-2026
*/

@import 'reset.css';
@import 'normalize.css';
html {
  margin: 0 !important;
  margin-top: 0 !important;
}

body {
  margin: 0;
  background-color: #ddd;
}
body.home {
  height: 100%;
}

#wrapper {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  grid-template-rows: 40px auto auto;
}

header#header_page {
  position: fixed;
  display: block;
  grid-row: 1/2;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 100000;
  border-bottom: 1px #999 solid;
  z-index: 100000;
  box-shadow: 0 0px 2px;
}
header#header_page h1 {
  position: relative;
  display: inline-block;
  width: fit-content !important;
  margin-left: 30px;
  margin-top: 12px;
}
header#header_page h1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header#header_page h1 a span {
  display: none;
}
header#header_page h1::before {
  position: absolute;
  left: -24px;
  top: -4px;
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(img/logo_h1.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 748px) {
  header#header_page h1 {
    margin-left: 35px !important;
  }
  header#header_page h1::before {
    position: absolute;
    left: -25px;
    top: -5px;
    content: "";
    width: 20px;
    height: 25px;
    background-image: url(img/logo_h1.svg);
    background-repeat: no-repeat;
  }
}
header#header_page section#header_page_navToggle {
  position: fixed;
  display: block;
  top: 13.3px;
  right: 10px;
  width: 20px;
  height: 24px;
}
header#header_page section#header_page_navToggle span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #555;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
header#header_page section#header_page_navToggle.active span {
  opacity: 0;
}
header#header_page section#header_page_navToggle.active span:first-child {
  display: block;
  transform: rotate(45deg);
  top: 6px;
  opacity: 1;
}
header#header_page section#header_page_navToggle.active span:last-child {
  display: block;
  transform: rotate(-45deg);
  top: -8px;
  opacity: 1;
}
header#header_page nav#header_page_mavMain {
  position: fixed;
  display: none;
  right: 5px;
  top: 10px;
  left: 15px;
  width: 100%;
  height: fit-content;
  text-align: center;
  z-index: -1;
}
header#header_page nav#header_page_mavMain li {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}
header#header_page nav#header_page_mavMain li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
header#header_page nav#header_page_mavMain li.current-menu-parent a, header#header_page nav#header_page_mavMain li.current-post-parent a, header#header_page nav#header_page_mavMain li.current-menu-item a {
  color: black;
  opacity: 0.8;
  font-weight: 600;
}
@media screen and (max-width: 747px) {
  header#header_page nav#header_page_mavMain {
    display: grid;
    align-content: flex-start;
    padding-top: 40%;
    width: 100%;
    height: 100%;
    top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -205%;
    background-color: rgba(250, 250, 250, 0.95);
    transition: margin 400ms ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
  }
  header#header_page nav#header_page_mavMain li {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
  }
  header#header_page nav#header_page_mavMain li a {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  header#header_page nav#header_page_mavMain.active {
    margin-top: 0;
    transition: margin 400ms ease-in-out;
  }
}

main#main_container {
  position: relative;
  display: block;
  grid-row: 2/3;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.fullscreen_slide {
  position: relative;
  display: block;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  box-shadow: 0 -2px 5px black;
}
.fullscreen_slide#splashscreen_homepage {
  display: grid;
  position: sticky;
  top: 40px;
}
.fullscreen_slide#splashscreen_homepage .slideshow {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fullscreen_slide_content {
  position: relative;
  display: grid;
  width: 100%;
  height: fit-content;
  align-content: center;
  justify-content: center;
  z-index: 101;
}
.fullscreen_slide_content figure.fullscreen_slide_content_figure {
  position: sticky;
  display: block;
  top: 40px;
  width: 100vw;
  height: 100vw;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: -1;
}
.fullscreen_slide_content figure.fullscreen_slide_content_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullscreen_slide_content div.fullscreen_slide_content_text {
  position: sticky;
  display: block;
  top: 40px;
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 30px;
  padding-bottom: 35px;
  align-self: flex-end;
  z-index: 2;
  _margin-bottom: 25vh;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 10px black;
}
.fullscreen_slide_content div.fullscreen_slide_content_text h2 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 300 !important;
  letter-spacing: 1px;
}
.fullscreen_slide_content#studio_homepage_content div.fullscreen_slide_content_text {
  margin-right: 0;
  padding: 30px;
  padding-bottom: 40px;
  background-color: white;
}
.fullscreen_slide_content#studio_homepage_content div.fullscreen_slide_content_text h2 {
  color: black;
  padding: 0;
  text-shadow: none;
}
.fullscreen_slide_content#studio_homepage_content div.fullscreen_slide_content_text p {
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
}
.fullscreen_slide_content#studio_homepage_content div.fullscreen_slide_content_text p:last-child {
  margin-bottom: 0;
}
.fullscreen_slide_content#awards_homepage {
  background-color: white;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-sizing: border-box;
}
.fullscreen_slide_content#awards_homepage h2 {
  text-align: left;
}
.fullscreen_slide_content#featured_homepage_content {
  background-color: white;
  padding: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.fullscreen_slide_content#featured_homepage_content h2 {
  text-align: left;
  margin-bottom: 20px;
}

.home_featured_projects {
  position: relative;
  display: grid;
  grid-gap: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.home_featured_projects .homepage_featured {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: span 1;
}
.home_featured_projects .homepage_featured figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.home_featured_projects .homepage_featured figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.home_featured_projects .homepage_featured figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

article.slideshow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
article.slideshow ul.slideshow_slides {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  justify-content: center;
}
article.slideshow ul.slideshow_slides li.slideshow_slide {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
article.slideshow ul.slideshow_slides li.slideshow_slide figure {
  position: relative;
  display: block;
  width: 100%;
  height: 75vh;
  grid-row: 1/2;
  grid-column: 1/2;
}
article.slideshow ul.slideshow_slides li.slideshow_slide figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.slideshow ul.slideshow_slides li.slideshow_slide.active {
  opacity: 1;
}
article.slideshow ul.slideshow_slides li.slideshow_slide h2 {
  position: relative;
  display: block;
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
  z-index: 1000;
  margin-left: 30px;
  margin-bottom: 20px;
}

.branding {
  grid-column: 1/2;
  grid-row: 1/2;
  text-align: center;
  z-index: 1000;
  align-self: center;
  margin: auto;
  max-width: 800px;
  z-index: 2;
}
.branding figure#homepage_logo {
  position: relative;
  width: 120px;
  height: auto;
  margin: auto;
}
.branding figure#homepage_logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.branding figure#homepage_logo svg {
  width: 100%;
}
.branding figure#homepage_logo .st0, .branding figure#homepage_logo .st1 {
  stroke-dasharray: 15000;
  stroke-dashoffset: 15000;
  animation: dash 4s ease-in-out forwards;
  _animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  _animation-iteration-count: infinite;
  _animation-direction: alternate;
}
.branding h2#homepage_claim {
  position: relative;
  z-index: 10000;
  height: auto;
  align-self: center;
  justify-self: center;
  width: auto;
  text-align: center;
  margin-bottom: 0%;
  padding: 30px;
  padding-top: 20px;
}

#awards_homepage_content {
  display: block;
  background-color: white;
  padding: 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#awards_homepage_content h2 {
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
}
#awards_homepage_content .awards_list {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 40px;
}

.awards_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.awards_list div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  grid-row: span 1;
  grid-column: span 1;
  text-align: center;
}
.awards_list div figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.awards_list div figure a {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  align-content: flex-end;
}
.awards_list div figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selection_loop {
  position: relative;
  display: grid;
  grid-gap: 15px;
  padding: 20px;
}
.selection_loop article {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.selection_loop article figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.selection_loop article figure a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.selection_loop article figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.selection_loop article header {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.selection_loop article header h2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.selection_loop article header h2 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

#article_project {
  position: relative;
  display: block;
  z-index: 10;
}
#article_project header.slide_header_main {
  position: fixed;
  display: block;
  width: 100vw;
  height: fit-content;
  left: 0;
  top: 40px;
  background-color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 10000;
  box-shadow: 3px 0 5px black;
}
#article_project header.slide_header_main h2 {
  position: relative;
  display: block;
  padding-left: 30px;
  box-sizing: border-box;
}

.slide_article {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  z-index: 20;
}

.slide_article_gallery {
  position: sticky;
  top: 70px;
  display: grid;
  z-index: -1;
  height: fit-content;
}
.slide_article_gallery figure.project_gallery_slide {
  position: relative;
  display: flex;
  grid-column: 1/2;
  grid-row: 1/2;
  height: fit-content;
}
.slide_article_gallery figure.project_gallery_slide img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 748px) {
  .slide_article_gallery figure.project_gallery_slide img {
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 5px #777);
  }
}
@media screen and (min-width: 748px) {
  .slide_article_gallery figure.project_gallery_slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.slide_article_custom {
  display: grid;
  z-index: 60;
}
.slide_article_custom .slide_article_gallery_small {
  grid-row: 1/2;
}
.slide_article_custom .slide_article_information {
  grid-row: 2/3;
}

.slide_article_gallery_small {
  position: sticky;
  top: 70px;
  display: grid;
  z-index: -1;
  height: fit-content;
}
.slide_article_gallery_small figure.article_gallery_small_figure {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  height: fit-content;
}
.slide_article_gallery_small figure.article_gallery_small_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slide_article_text {
  position: relative;
  display: block;
  padding: 20px 30px;
  z-index: 1000;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 -2px 6px black;
}
.slide_article_text h3 {
  margin-bottom: 10px;
}
.slide_article_text p {
  margin-bottom: 10px;
}
.slide_article_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 747px) {
  .slide_article_text {
    top: 30px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

.slide_article_information {
  position: relative;
  display: block;
  padding: 30px;
  z-index: 1000;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 -2px 6px black;
}
.slide_article_information .slide_article_data {
  position: relative;
  display: block;
}
.slide_article_information .slide_article_data .table_row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  border-bottom: 1px #aaa solid;
}
.slide_article_information .slide_article_data .table_row label {
  grid-column: 1/2;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px #aaa solid;
  padding-right: 10px;
}
.slide_article_information .slide_article_data .table_row section {
  grid-column: 2/3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.slide_article_information .slide_article_data .table_row section span {
  position: relative;
  display: block;
}
.slide_article_information .slide_article_data .table_row:last-child {
  border-bottom: none;
}

.slide_article_video {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.slide_article_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 747px) {
  .slide_article_video {
    grid-row: 1/2;
    margin-bottom: 0;
  }
}

.slide_article_related {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background-color: white;
}
.slide_article_related h3 {
  margin-bottom: 15px;
}
.slide_article_related .project_list {
  position: relative;
  display: grid;
  grid-gap: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.slide_article_related .project_list .related_project {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: span 1;
}
.slide_article_related .project_list .related_project figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.slide_article_related .project_list .related_project figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slide_article_related .project_list .related_project figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.slide_article_related .project_list .related_project h4 {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  text-align: left;
}
@media screen and (max-width: 747px) {
  .slide_article_related {
    margin-top: 40px;
  }
}

.studio_slide {
  position: relative;
  display: block;
  z-index: 50;
  width: 100%;
}
.studio_slide h2 {
  position: sticky;
  display: block;
  top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 3px 0 5px black;
  background-color: white;
}
.studio_slide figure.studio_slide_figure {
  position: sticky;
  display: block;
  top: 60px;
  height: 100vw;
  width: 100vw;
  z-index: -1;
}
.studio_slide figure.studio_slide_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio_slide .content_text {
  position: relative;
  display: block;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
}
.studio_slide .content_text h3 {
  margin-bottom: 10px;
}
.studio_slide .content_text h4 {
  margin-bottom: 5px;
}
.studio_slide .content_text p {
  margin-bottom: 10px;
}
.studio_slide .content_text p:last-child {
  margin-bottom: 0;
}
.studio_slide .content_text p + h3 {
  margin-top: 20px;
}
.studio_slide#process h3:first-child {
  position: sticky;
  display: block;
  top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  box-sizing: border-box;
  z-index: 1000;
  _margin-bottom: 10px;
  background-color: white;
  box-shadow: 0 1px 2px black;
}
.studio_slide#featured_projects {
  padding-left: 30px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 30px;
}
.studio_slide#featured_projects h3 {
  margin-bottom: 20px;
}
.studio_slide#featured_projects .project_list {
  position: relative;
  display: grid;
  grid-gap: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.studio_slide#featured_projects .project_list .homepage_featured {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: span 1;
}
.studio_slide#featured_projects .project_list .homepage_featured figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.studio_slide#featured_projects .project_list .homepage_featured figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.studio_slide#featured_projects .project_list .homepage_featured figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.studio_slide#featured_projects .project_list .homepage_featured h3 {
  position: sticky;
  display: block;
  width: 100%;
  top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  margin-left: -30px;
  box-sizing: border-box;
  z-index: 1000;
  margin-bottom: -20px;
  background-color: white;
  grid-column: 1/5;
  grid-row: 1/2;
  text-align: left;
  box-shadow: 0 1px 2px black;
}

#awards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#awards h3 {
  position: sticky;
  display: block;
  width: calc(100% + 60px);
  top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  margin-left: -30px;
  margin-bottom: 10px;
  box-sizing: border-box;
  z-index: 1000;
  margin-bottom: -20px;
  background-color: white;
  grid-column: 1/5;
  grid-row: 1/2;
  text-align: left;
  box-shadow: 0 1px 2px black;
}
#awards article {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  grid-row: span 1;
  grid-column: span 1;
  text-align: center;
}
#awards article figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#awards article figure a {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  align-content: flex-end;
}
#awards article figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#nav_news_years {
  position: sticky;
  top: 60px;
  display: grid;
  grid-gap: 5px;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: 1/2;
}
#nav_news_years .nav_news_year {
  position: relative;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: thin #aaa solid;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  box-sizing: border-box;
}
#nav_news_years .nav_news_year:hover {
  box-shadow: 0 0 2px black;
}
#nav_news_years .nav_news_year.active::after {
  content: " ";
  position: absolute;
  top: 38%;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #777;
}
#nav_news_years .nav_news_year.active:hover {
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

#nav_news_items {
  position: relative;
  display: grid;
  grid-gap: 5px;
  width: 100%;
  height: fit-content;
  grid-column: 2/3;
  grid-row: 1/3;
}
#nav_news_items .nav_news_item {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
  grid-column: 1/2;
  grid-row: span 1;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  border: thin #aaa solid;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
#nav_news_items .nav_news_item date {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#nav_news_items .nav_news_item figure {
  position: relative;
  display: block;
  width: 100%;
  height: fit-content;
}
#nav_news_items .nav_news_item figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#nav_news_items .nav_news_item:hover {
  box-shadow: 0 0 2px black;
}
#nav_news_items .nav_news_item.active:hover {
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
#nav_news_items .nav_news_item.active::after {
  content: " ";
  position: absolute;
  top: 40%;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #777;
}

#news_articles {
  position: relative;
  display: grid;
  width: 100%;
  height: fit-content;
  grid-column: 3/4;
  grid-row: 1/3;
}
#news_articles .news_item {
  margin-left: 8px;
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: white;
  width: 100%;
  height: auto;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 700ms ease-in-out;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px #000;
}
#news_articles .news_item header {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#news_articles .news_item header figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#news_articles .news_item header figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#news_articles .news_item header h2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#news_articles .news_item header date {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#news_articles .news_item header span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#news_articles .news_item main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#news_articles .news_item main p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#news_articles .news_item main p img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#news_articles .news_item main h2 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
#news_articles .news_item main h4 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
#news_articles .news_item main h4 img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
#news_articles .news_item main > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#news_articles .news_item main > div {
  position: relative;
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}
#news_articles .news_item main > div img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#news_articles .news_item main iframe {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
}
#news_articles .news_item main span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#news_articles .news_item main span img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#news_articles .news_item.active {
  opacity: 1;
  height: fit-content;
}

section.project_awards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
}
section.project_awards > div {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  grid-column: span 1;
  grid-row: span 1;
}
section.project_awards > div figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
section.project_awards > div figure a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 400ms ease-in-out;
}
section.project_awards > div figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
section.project_awards > div figure a:hover {
  filter: drop-shadow(0 0 5px #aaa);
}
section.project_awards > div figure figcaption {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 747px) {
  #news_stream {
    display: grid;
    position: relative;
    width: 100%;
  }
  #nav_news_years {
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 100;
    top: 40px;
    display: none;
    padding-bottom: 0;
  }
  #nav_news_years #nav_news_years_toggle {
    grid-row: 1/2;
    background-color: white;
    padding-left: 30px;
    padding-right: 10px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #nav_news_years .nav_news_year {
    display: none;
  }
  #nav_news_years .nav_news_year.active::after {
    content: none;
  }
  #nav_news_years.visible {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 2px 5px black;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
    width: calc(100vw - 40px);
  }
  #nav_news_years.visible #nav_news_years_toggle {
    padding-right: 0px;
  }
  #nav_news_years.visible .nav_news_year {
    display: grid;
  }
  #nav_news_items {
    grid-column: 1/2;
    grid-row: 1/2;
    top: 20px;
    padding-left: 25px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  #nav_news_items .nav_news_item.active::after {
    content: none;
  }
  #news_articles {
    grid-column: 1/2;
    grid-row: 1/2;
    display: none;
    top: 10px;
    padding-left: 0px;
    padding-right: 15px;
    box-sizing: border-box;
    z-index: 100;
  }
  #news_articles.visible {
    display: grid;
    padding-bottom: 40px;
  }
  #news_articles.visible .article_toggle {
    position: absolute;
    top: 5px;
    right: 18px;
    width: 20px;
    height: 20px;
    z-index: 20000000;
    color: #777;
    font-size: 25px;
    font-weight: 900;
    text-align: right;
    cursor: pointer;
  }
  #awards_homepage_content h2 {
    margin-left: 10px;
  }
}
@media screen and (min-width: 748px) {
  body {
    overflow-x: hidden;
  }
  header#header_page section#header_page_navToggle {
    display: none;
  }
  header#header_page nav#header_page_mavMain {
    display: block;
    right: 10px !important;
    margin-right: 0 !important;
    margin-left: auto;
  }
  article.slideshow ul.slideshow_slides li.slideshow_slide figure {
    width: 100vw;
    height: calc(95vh - 40px);
  }
  .fullscreen_slide_content {
    width: 100vw;
  }
  .fullscreen_slide_content figure.fullscreen_slide_content_figure {
    height: 100vh;
  }
  .fullscreen_slide_content .fullscreen_slide_content_text {
    max-width: 480px;
  }
  .fullscreen_slide_content#featured_homepage_content {
    padding-right: 40px;
  }
  #awards_homepage_content {
    padding-left: 20px;
    padding-right: 40px;
  }
  #awards_homepage_content .awards_list {
    grid-template-columns: repeat(7, 1fr);
  }
  #featured_homepage_content {
    padding-left: 30px;
    padding-right: 40px;
  }
  #featured_homepage_content .home_featured_projects {
    grid-template-columns: repeat(3, 1fr);
  }
  #featured_homepage_content .home_featured_projects .homepage_featured {
    grid-column: span 1;
  }
  .selection_loop {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 10px;
    grid-auto-flow: dense;
  }
  .selection_loop article figure {
    height: calc((33.3333333333vw - 20px) / 4 * 3 - 40px);
  }
  .selection_loop article figure a {
    height: 100%;
  }
  .selection_loop article figure a img {
    height: 100%;
    object-fit: cover;
  }
  .selection_loop article.priority_high {
    grid-column: span 2;
  }
  .selection_loop article.priority_vertical {
    grid-column: span 1;
    grid-row: span 2;
  }
  .selection_loop article.priority_vertical figure {
    height: calc((33.3333333333vw - 20px) / 4 * 3 * 2 - 50px);
  }
  .selection_loop article.priority_very_high {
    grid-column: span 2;
    grid-row: span 2;
  }
  .selection_loop article.priority_very_high figure {
    height: calc((33.3333333333vw - 20px) / 4 * 3 * 2 - 50px);
  }
  .slide_article_gallery {
    height: calc(100vh - 60px);
  }
  .slide_article_gallery figure.project_gallery_slide {
    height: calc(100vh - 60px);
  }
  .slide_article_text {
    max-width: 480px;
    top: -40px;
  }
  .slide_article_information {
    max-width: 480px;
    top: -40px;
  }
  .slide_article_video {
    grid-row: 1/2;
    position: sticky;
    top: 70px;
  }
  .slide_article_gallery_small {
    height: calc(100vh - 60px);
    background-color: white;
  }
  .slide_article_gallery_small figure.project_gallery_slide {
    padding: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
    height: calc(100vh - 60px);
  }
  .slide_article_gallery_small figure.project_gallery_slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .slide_article_related .project_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .slide_article_related .project_list .related_project {
    grid-column: span 1;
  }
  .studio_slide figure.studio_slide_figure {
    height: calc(100vh - 70px);
    top: 70px;
  }
  .studio_slide .content_text {
    max-width: 480px;
    top: -60px;
  }
  #awards {
    grid-template-columns: repeat(7, 1fr);
    padding-right: 50px;
  }
  #awards h3 {
    grid-column: 1/8;
    width: calc(100% + 65px);
  }
  .studio_slide#featured_projects {
    padding-bottom: 40px;
  }
  .studio_slide#featured_projects .project_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .studio_slide#featured_projects .project_list .homepage_featured {
    grid-column: span 1;
  }
  #news_stream {
    display: grid;
    grid-template-columns: 1fr 2fr 5fr;
    position: relative;
    grid-gap: 15px;
    padding: 20px 35px;
    box-sizing: border-box;
    max-width: 1148px;
    margin: auto;
  }
  #news_stream #nav_news_years #nav_news_years_toggle {
    display: none;
  }
  #news_stream .article_toggle {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .fullscreen_slide_content div.fullscreen_slide_content_text {
    width: 50vw;
    max-width: 640px;
    padding: 35px;
    padding-bottom: 40px;
  }
  .fullscreen_slide_content#studio_homepage_content div.fullscreen_slide_content_text {
    padding: 35px;
    padding-bottom: 40px;
  }
  #awards_homepage_content {
    padding-left: 30px;
    padding-right: 55px;
  }
  #awards_homepage_content h2 {
    margin-left: 5px;
  }
  #awards_homepage_content .awards_list {
    grid-template-columns: repeat(9, 1fr);
  }
  #featured_homepage_content {
    padding-left: 35px;
    padding-right: 50px;
  }
  .selection_loop {
    grid-template-columns: repeat(4, 1fr);
  }
  .selection_loop article figure {
    height: calc((25vw - 20px) / 4 * 3 - 30px);
    overflow: hidden;
  }
  .selection_loop article figure a {
    transition: all 1200ms ease-in-out;
  }
  .selection_loop article figure a:hover {
    transform: scale(1.08);
    _transform: rotate(0.5deg);
  }
  .selection_loop article.priority_vertical figure {
    height: calc((25vw - 20px) / 4 * 3 * 2 - 30px);
  }
  .selection_loop article.priority_very_high figure {
    height: calc((25vw - 20px) / 4 * 3 * 2 - 30px);
  }
  #article_project header.slide_header_main h2 {
    padding-left: 35px;
  }
  .slide_article_text {
    padding: 30px 35px;
    padding-bottom: 40px;
    padding-right: 50px;
    width: 50vw;
    max-width: 640px;
  }
  .slide_article_information {
    padding: 30px 35px;
    padding-bottom: 40px;
    padding-right: 30px;
    width: 50vw;
    max-width: 640px;
    padding-top: 25px;
  }
  .studio_slide h2 {
    padding-left: 35px;
  }
  .studio_slide .content_text {
    padding: 30px 35px;
    padding-bottom: 40px;
    padding-right: 50px;
    width: 50vw;
    max-width: 640px;
  }
  .studio_slide#process h3:first-child {
    padding-left: 35px;
  }
  .studio_slide#featured_projects {
    padding-left: 35px;
    padding-right: 45px;
  }
  .studio_slide#featured_projects h3 {
    margin-bottom: 25px;
  }
  #awards {
    grid-template-columns: repeat(9, 1fr);
  }
  #awards h3 {
    grid-column: 1/10;
    padding-left: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1448px) {
  .fullscreen_slide_content div.fullscreen_slide_content_text {
    max-width: 640px;
    margin-left: 35px;
  }
  .fullscreen_slide_content#featured_homepage_content {
    padding-right: 80px;
    padding-left: 70px;
  }
  .fullscreen_slide_content#featured_homepage_content h2 {
    margin-bottom: 30px;
  }
  #awards_homepage_content h2 {
    margin-left: 40px;
  }
  #awards_homepage_content .awards_list {
    grid-template-columns: repeat(9, 1fr);
    max-width: 1024px;
    margin: auto;
    margin-bottom: 60px;
  }
  .selection_loop {
    grid-template-columns: repeat(5, 1fr);
  }
  .selection_loop article figure {
    height: calc((20vw - 20px) / 4 * 3 - 20px);
  }
  .selection_loop article.priority_vertical figure {
    height: calc((20vw - 20px) / 4 * 3 * 2 - 10px);
  }
  .selection_loop article.priority_very_high figure {
    height: calc((20vw - 20px) / 4 * 3 * 2 - 10px);
  }
  .slide_article_text {
    margin-left: 35px;
  }
  .slide_article_information {
    margin-left: 35px;
  }
  .studio_slide h3 {
    grid-column: 1/13;
  }
  .studio_slide .content_text {
    margin-left: 35px;
  }
  .studio_slide#awards {
    grid-template-columns: repeat(12, 1fr);
  }
  .studio_slide#awards h3 {
    grid-column: 1/13;
  }
}
.project_gallery figure.project_gallery_slide {
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
.project_gallery figure.project_gallery_slide.active {
  opacity: 1;
}
.project_gallery .btn_prev {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  width: 50%;
  z-index: 100000;
  cursor: url("https://ateliernomadic.com/prev.png") 15 15, pointer;
}
.project_gallery .btn_next {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  width: 50%;
  left: 50%;
  z-index: 100000;
}
.project_gallery .btn_next:hover {
  cursor: url("https://ateliernomadic.com/next.png") 15 15, pointer;
}
.project_gallery .nav_project_gallery {
  position: relative;
  display: grid;
  width: fit-content;
  grid-column-gap: 15px;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  justify-self: right;
  margin-bottom: 40px;
  right: 30px;
  z-index: 100001;
}
@media screen and (max-width: 747px) {
  .project_gallery .nav_project_gallery {
    margin-bottom: 20px;
  }
}
.project_gallery .nav_project_gallery span {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  box-shadow: 0 0 5px #000;
  grid-column: span 1;
  grid-row: 1;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.project_gallery .nav_project_gallery span.active {
  background-color: white;
}
.project_gallery .nav_project_gallery span:hover {
  box-shadow: 0 0 10px #000;
}

.branding_mask {
  grid-row: 1/2;
  grid-column: 1/2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6054796919) 0%, rgba(0, 0, 0, 0.1320903361) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 100;
}

.hidden {
  display: none !important;
}

body {
  font-family: halcom, sans-serif;
  font-size: 62.5%;
  font-family: mr-eaves-xl-modern, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header#header_page h1 {
  font-size: 18px;
  _font-family: study, serif;
  font-weight: 400;
  font-style: normal;
}
header#header_page h1 a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  header#header_page h1 {
    font-size: 20px;
  }
}
header#header_page nav#header_page_mavMain li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  font-variant: small-caps;
  color: black;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 0.5;
}
header#header_page nav#header_page_mavMain li a:hover {
  opacity: 1;
}
@media screen and (max-width: 747px) {
  header#header_page nav#header_page_mavMain li a {
    opacity: 1;
    font-size: 24px;
  }
}

h2#homepage_claim {
  color: white;
  font-weight: 300;
  text-shadow: 1px 4px 5px #000;
  line-height: 1;
  font-size: 32px;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

.homepage_slide h2, .studio_slide h2 {
  _color: white;
  font-size: 36px;
  font-weight: 300 !important;
  text-transform: lowercase;
  font-variant: small-caps;
  _text-shadow: 1px 1px 1px black;
  line-height: 0.8;
}
.homepage_slide p, .studio_slide p {
  _color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  _text-shadow: 1px 0 1px black;
  word-wrap: break-word;
  overflow-wrap: break-word;
  _-webkit-hyphens: auto;
  _-moz-hyphens: auto;
  _hyphens: auto;
}
.homepage_slide#homepage_introduction h2, .studio_slide#homepage_introduction h2 {
  color: #333;
  text-shadow: none;
}
.homepage_slide#homepage_introduction p, .studio_slide#homepage_introduction p {
  color: #333;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
}
.homepage_slide#homepage_awards .home_featured_projects article h3, .studio_slide#homepage_awards .home_featured_projects article h3 {
  font-size: 12px;
  font-weight: 700;
}
.homepage_slide#homepage_awards .home_featured_projects article h3 a, .studio_slide#homepage_awards .home_featured_projects article h3 a {
  color: #333;
  text-decoration: none;
}
.homepage_slide#homepage_featured article h3, .studio_slide#homepage_featured article h3 {
  font-size: 12px;
  font-weight: bold;
}
.homepage_slide#homepage_featured article h3 a, .studio_slide#homepage_featured article h3 a {
  text-decoration: none;
  color: #333;
}
.homepage_slide#homepage_featured article h3 a:hover, .studio_slide#homepage_featured article h3 a:hover {
  text-decoration: underline;
}

li.slideshow_slide h2 {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.home_featured_projects .homepage_featured h3 {
  font-size: 12px;
  font-weight: bold;
}
.home_featured_projects .homepage_featured h3 a {
  color: #333;
  text-decoration: none;
}
.home_featured_projects .homepage_featured h3 a:hover {
  text-decoration: underline;
}

.studio_slide h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  font-variant: small-caps;
}
.studio_slide .content_text h3 {
  font-size: 18px;
  text-transform: initial;
  font-variant: none;
}
.studio_slide .content_text p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 20px;
}
.studio_slide .content_text p a {
  color: #333;
}
.studio_slide .content_text p a:hover {
  text-decoration: none;
}
.studio_slide .content_text h4 {
  font-weight: bold;
}
.studio_slide h3 {
  _color: white;
  font-size: 32px;
  font-weight: 300;
  text-transform: lowercase;
  font-variant: small-caps;
  _text-shadow: 1px 1px 1px black;
  line-height: 0.8;
  text-align: left;
}
.studio_slide h4 {
  font-size: 16px;
}
.studio_slide#process h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: lowercase;
  font-variant: small-caps;
}
.studio_slide#awards h3 {
  text-align: left;
  justify-self: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: lowercase;
  font-variant: small-caps;
}
.studio_slide#awards h4 {
  font-size: 10px;
}
.studio_slide#featured_projects h3 {
  text-align: left;
  justify-self: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: lowercase;
  font-variant: small-caps;
}
.studio_slide#featured_projects .project_list article.homepage_featured h4 {
  font-size: 12px;
  font-weight: bold;
}
.studio_slide#featured_projects .project_list article.homepage_featured h4 a {
  text-decoration: none;
  color: #333;
}
.studio_slide#featured_projects .project_list article.homepage_featured h4 a:hover {
  text-decoration: underline;
}

#slideshow_homepage .slide_homepage h2 {
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: initial;
  color: white;
  font-variant: initial;
}

.selection_loop article header h2 {
  font-size: 15px;
  font-weight: bold;
}
.selection_loop article header h2 a {
  text-decoration: none;
  color: #333;
}
.selection_loop article header h2 a:hover {
  text-decoration: underline;
}
.selection_loop article:hover h2 a {
  text-decoration: underline;
}

.cat_news .cat_news_stream .cat_news_item date {
  font-size: 14px;
  font-weight: 700;
}
.cat_news .cat_news_stream .cat_news_item header h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.cat_news .cat_news_stream .cat_news_item header h2 a {
  color: #333;
  text-decoration: none;
}
.cat_news .cat_news_article_content h2 {
  font-size: 24px;
  line-height: 1;
}
.cat_news .cat_news_article_content h2 a {
  color: #333;
  text-decoration: none;
}
.cat_news .cat_news_article_content h3 {
  font-size: 18px;
}
.cat_news .cat_news_article_content date {
  font-size: 14px;
}
.cat_news .cat_news_article_content span a {
  font-size: 14px;
}
.cat_news .cat_news_article_content h4 {
  font-size: 16px;
  line-height: 1.5;
}
.cat_news .cat_news_article_content p {
  font-size: 15px;
  line-height: 1.4;
}
.cat_news .cat_news_article_content p a {
  color: #333;
}
.cat_news .cat_news_article_content p a:hover {
  text-decoration: none;
}
.cat_news .cat_news_article_content footer span {
  font-size: 14px;
}
.cat_news .cat_news_article_content footer span a {
  color: #333;
}
.cat_news .cat_news_article_content footer span a:hover {
  text-decoration: none;
}

article#article_project header.slide_header_main h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  font-variant: small-caps;
}
article#article_project section.slide_article.slide_article_intro header.slide_header_main h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
article#article_project section.slide_article.slide_article_intro div.slide_article_text p {
  font-size: 15px;
  line-height: 20px;
}
article#article_project section.slide_article.slide_article_intro div.slide_article_text p a {
  color: #333;
}
article#article_project section.slide_article.slide_article_description .slide_article_text h3, article#article_project section.slide_article.slide_article_custom .slide_article_text h3 {
  font-size: 18px;
  font-weight: 400;
}
article#article_project section.slide_article.slide_article_description .slide_article_text p, article#article_project section.slide_article.slide_article_custom .slide_article_text p {
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #333;
}
article#article_project section.slide_article.slide_article_description .slide_article_text p a, article#article_project section.slide_article.slide_article_custom .slide_article_text p a {
  color: #333;
}
article#article_project section.slide_article.slide_article_description .slide_article_text p a:hover, article#article_project section.slide_article.slide_article_custom .slide_article_text p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  article#article_project section.slide_article.slide_article_description .slide_article_text p, article#article_project section.slide_article.slide_article_custom .slide_article_text p {
    color: #333;
  }
}
article#article_project section.slide_article.slide_article_description div.slide_article_data h3, article#article_project section.slide_article.slide_article_custom div.slide_article_data h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: study, serif;
  font-weight: 600;
}
article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row {
  font-size: 14px;
  line-height: 16px;
}
article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row label, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row label {
  font-weight: 600;
  color: #333;
}
@media screen and (min-width: 1024px) {
  article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row label, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row label {
    color: #333;
  }
}
article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row section, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row section {
  color: #333;
}
@media screen and (min-width: 1024px) {
  article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row section, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row section {
    color: #333;
  }
}
article#article_project section.slide_article.slide_article_related h3 {
  font-size: 18px;
  font-weight: 400;
}
article#article_project section.slide_article.slide_article_related div.related_project h4 {
  font-size: 12px;
  font-weight: bold;
}
article#article_project section.slide_article.slide_article_related div.related_project h4 a {
  text-decoration: none;
  color: #333;
}
article#article_project section.slide_article.slide_article_related div.related_project h4 a:hover {
  text-decoration: underline;
}

#nav_news_years span.nav_news_year {
  font-size: 12px;
}
#nav_news_years #nav_news_years_toggle {
  font-size: 14px;
}

#nav_news_items .nav_news_item date {
  font-size: 12px;
  font-weight: 700;
}

#news_articles .news_item header h2 {
  font-size: 20px;
}
#news_articles .news_item header date {
  font-size: 12px;
  font-weight: 700;
}
#news_articles .news_item header span {
  font-size: 12px;
}
#news_articles .news_item header span a {
  color: #333;
}
#news_articles .news_item header span a:hover {
  text-decoration: none;
}
#news_articles .news_item main h2 {
  font-size: 20px;
}
#news_articles .news_item main h4 {
  font-size: 18px;
}
#news_articles .news_item main p {
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#news_articles .news_item main p span {
  font-family: mr-eaves-xl-modern, sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
#news_articles .news_item main p a {
  color: #333;
}
#news_articles .news_item main p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 748px) {
  header#header_page h1 {
    font-size: 16px;
  }
  header#header_page nav#header_page_mavMain {
    text-align: right;
    margin-right: 20px;
  }
  header#header_page nav#header_page_mavMain li a {
    font-size: 16px;
  }
  .homepage_slide h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .homepage_slide p {
    font-size: 14px;
  }
  .homepage_slide#homepage_introduction h2 {
    font-size: 32px;
  }
  .homepage_slide#homepage_introduction p {
    font-size: 14px;
  }
  .homepage_slide#homepage_awards h2 {
    font-size: 32px;
  }
  .homepage_slide .content_text h2 {
    font-weight: 200 !important;
  }
  .homepage_slide .content_text p {
    font-size: 16px;
  }
  .cat_news .cat_news_stream .cat_news_item header h2 {
    font-size: 16px;
  }
  .cat_news .cat_news_stream .cat_news_item header h2 a {
    color: #333;
    text-decoration: none;
  }
  .cat_news .cat_news_stream .cat_news_item header date {
    font-size: 16px;
    font-weight: 700;
  }
  .cat_news .cat_news_stream .cat_news_item header span a {
    font-size: 16px;
  }
  .cat_news .cat_news_article_content h2 {
    font-size: 32px;
    font-weight: 300;
  }
  .cat_news .cat_news_article_content h2 a {
    color: #333;
    text-decoration: none;
  }
  .cat_news .cat_news_article_content date {
    font-size: 14px;
  }
  .cat_news .cat_news_article_content span a {
    font-size: 14px;
  }
  .cat_news .cat_news_article_content h3 {
    font-weight: 300;
    font-size: 24px;
  }
  .cat_news .cat_news_article_content h4 {
    font-weight: 600;
  }
  .cat_news .cat_news_article_content p {
    font-size: 15px;
    line-height: 1.4;
  }
  article#article_project header.slide_header_main h2 {
    font-size: 18px;
    font-weight: 400;
  }
  article#article_project section.slide_article.slide_article_intro div.slide_article_text div.slide_article_text_content {
    column-count: 1;
  }
  article#article_project section.slide_article.slide_article_intro div.slide_article_text div.slide_article_text_content p {
    font-size: 15px;
    line-height: 20px;
  }
  #news_menu_year ul#sidebar_year li {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  #awards_homepage_content h2 {
    margin-left: 10px;
  }
  .selection_loop article header h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  header#header_page h1 {
    font-size: 18px;
  }
  header#header_page nav#header_page_mavMain {
    text-align: center;
    margin-right: 0;
    padding-top: 2px;
  }
  header#header_page nav#header_page_mavMain ul li a {
    font-size: 16px;
  }
  .homepage_slide h2 {
    font-size: 32px;
  }
  .homepage_slide p {
    font-size: 15px;
  }
  .studio_slide h2 {
    font-size: 20px;
    color: #333;
  }
  .studio_slide p {
    font-size: 15px;
  }
  article#article_project header.slide_header_main h2 {
    font-size: 20px;
    font-weight: 400;
  }
  article#article_project header.slide_header_main.header_large h2 {
    font-size: 48px;
    font-weight: 300;
  }
  article#article_project section.slide_article.slide_article_intro div.slide_article_text div.slide_article_text_content p {
    font-size: 15px;
  }
  article#article_project section.slide_article.slide_article_description .slide_article_text h3, article#article_project section.slide_article.slide_article_custom .slide_article_text h3 {
    font-size: 20px !important;
    font-weight: 300 !important;
  }
  article#article_project section.slide_article.slide_article_description .slide_article_text p, article#article_project section.slide_article.slide_article_custom .slide_article_text p {
    font-size: 15px !important;
  }
  article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row {
    font-size: 14px !important;
  }
  article#article_project section.slide_article.slide_article_related h3 {
    font-size: 20px;
    font-weight: 300 !important;
  }
  h2#homepage_claim {
    font-size: 36px;
  }
  .selection_loop article header h2 {
    font-size: 14px;
    padding-top: 0;
  }
  .branding figure#homepage_logo {
    width: 160px;
  }
  .cat_news .cat_news_article_content h4 {
    font-size: 20px;
  }
  .cat_news .cat_news_article_content p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 720px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1448px) {
  h2#homepage_claim {
    font-size: 40px !important;
    font-weight: 300 !important;
  }
  .homepage_slide p {
    font-size: 16px;
  }
  .homepage_slide#homepage_introduction p {
    font-size: 16px;
  }
  article#article_project section.slide_article.slide_article_custom div.slide_article_information div.slide_article_text h3, article#article_project section.slide_article.slide_article_description div.slide_article_information div.slide_article_text h3 {
    font-size: 18px !important;
  }
  article#article_project section.slide_article.slide_article_custom div.slide_article_information div.slide_article_text p, article#article_project section.slide_article.slide_article_description div.slide_article_information div.slide_article_text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  header#header_page h1 {
    font-size: 20px;
  }
  header#header_page nav#header_page_mavMain ul li a {
    font-size: 20px;
  }
  .homepage_slide .content_text {
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 55px;
  }
  .homepage_slide .content_text h2 {
    font-size: 64px;
  }
  .homepage_slide .content_text h3 {
    font-size: 24px;
  }
  .homepage_slide .content_text p {
    font-size: 20px;
    color: rgb(75, 75, 75);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
  }
  .homepage_slide#homepage_introduction {
    grid-gap: 40px;
  }
  .homepage_slide#homepage_introduction h2 {
    font-size: 56px;
  }
  .homepage_slide#homepage_introduction p {
    font-size: 18px;
  }
  article#article_project header.slide_header_main h2 {
    font-size: 24px;
    font-weight: 400;
  }
  article#article_project header.slide_header_main.header_large h2 {
    font-size: 48px;
  }
  article#article_project section.slide_article.slide_article_intro {
    grid-template-columns: 2fr 3fr;
  }
  article#article_project section.slide_article.slide_article_intro div.slide_article_text div.slide_article_text_content p {
    font-size: 16px !important;
  }
  article#article_project section.slide_article.slide_article_description .slide_article_text h3, article#article_project section.slide_article.slide_article_custom .slide_article_text h3 {
    font-size: 18px !important;
  }
  article#article_project section.slide_article.slide_article_description .slide_article_text p, article#article_project section.slide_article.slide_article_custom .slide_article_text p {
    font-size: 16px !important;
  }
  article#article_project section.slide_article.slide_article_description div.slide_article_data .table_row, article#article_project section.slide_article.slide_article_custom div.slide_article_data .table_row {
    font-size: 15px !important;
  }
  .studio_slide#studio h2 {
    font-size: 40px;
  }
  .studio_slide#studio div.content_text p {
    font-size: 18px;
  }
  .studio_slide h3 {
    font-size: 40px;
  }
  .studio_slide#process h3 {
    padding-left: 30px;
    font-size: 40px;
  }
  .studio_slide#process h4 {
    font-size: 18px;
  }
  .studio_slide#process div.content_text {
    max-width: 560px;
    margin-right: auto;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 0;
  }
  .studio_slide#process div.content_text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 747px) {
  .branding h2#homepage_claim {
    font-size: 25px;
    color: white !important;
  }
  .homepage_slide h2 {
    font-size: 32px;
    font-weight: 400;
    _color: rgb(75, 75, 75) !important;
  }
}
#wpadminbar {
  display: none !important;
}

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