/* RESET */
html {
  background-color: #ECEFF1;
}
html {
  background-color: #ECEFF1;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

html {
  box-sizing: border-box;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
  box-sizing: inherit;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
img, video {
  height: auto;
  max-width: 100%;
}
ul {
  list-style: none;
}
article, aside, figure, footer, header, hgroup, section {
  display: block;
}
/* END RESET */


/* Bulma overides */
html {
  background-color: #ECEFF1;
}
body {
  color:#37474F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body, button, input, select, textarea {
  font-family: 'Source Sans Pro', BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.title {
  font-weight: normal;
  font-size: 30px;
  color: #37474F;
}
a {
  color: #2723FB;
  cursor: pointer;
  text-decoration: none;
}




#layout {
  display: flex;
  margin: auto;
}

.cola {
  width: 0px;
  height: 100%;
}
.colb {
  width: 100%;
  height: 100%;
}
.desktop-logo {
  position: fixed;
  top: 346px;
}

.desktop-header {
  display: flex;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.82px;
  color: #37474F;
  margin-top: 42px;
}


ul.desktop-menu-nav > li{
  display:inline-block;
  padding-right: 16px;
}

ul.desktop-menu-nav > li a{
  color: #37474F;
  line-height: 25px;
  font-size: 14px;
}
ul.desktop-menu-nav > li a:hover,
.box-lang a:hover {
  text-decoration: underline;
}
.box-lang a{
  color: #37474F;
  opacity: 50%;
  line-height: 25px;
}

.box-menu {
  width: 900px;
}

.box-lang {
  flex-grow: 1;
  text-align: end;
  margin-right: 188px;
}


#project-section .project-media {
  margin-top: 80px;
  margin-bottom: 160px;
}
.project-media ul li.media-text .rich-text {
  margin-left: 40px;
}




.outer {
  width: 100%;
  max-width: 1024px;
  margin: 2rem auto;
}
.video-wrapper {
  height: 0;
  margin: auto;
  z-index: 1;
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden;
}

.video-wrapper iframe {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}

.cover-image img {
    cursor: pointer;
    opacity: 1.0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

.cover-image img:hover {
    opacity: 0.4;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}​

.center, .center-column, .top, .right, .bottom, .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  


  .center-column {
    flex-direction: column;
  }
  
  .top { align-items: flex-start;}
  .right {justify-content: flex-end;}
  .bottom { align-items: flex-end;}
  .left {justify-content: flex-start;}
  
  .single-spaced, .single-spaced * {
    line-height: 1;
  }

  .mobile-header {
    display: flex;
  }


  .box-title-concepts {
    display: flex;
    justify-content: space-between;

  }
  .box-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    width:20rem;
    padding-left: 68px;
  }
  #concept-section .box-title {
    width:40rem;
  }
  .box-title-details {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    width: 100%;
    padding-left: 55px;
  }
  .box-concepts {
    width: 764px;
    text-align: center;
    padding-top: 13px;
  }
  .box-right-concepts {
    width: 20rem;
  }

  ul#concepts-nav li {
    display:inline;
    font-size: 18px;
    padding: 0 0.3rem;
    text-transform: lowercase;
    white-space: nowrap;
  }

  .footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #37474F;
    opacity: 50%;
    text-align: center;
    margin-bottom: 3rem;
    margin-top:2rem;
    justify-content: center;
  }
  .footer .mf-name {
    font-weight: 600;
    letter-spacing: 2px;
  }
  .footer .signature {
    letter-spacing: 1.2px;
  }

  .project-listing,
  .project-media,
  .project-details  {
    margin: 0px 0px 0 0px;
}
.project-listing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.meta-caption {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  height: 1rem;
}
.meta-linkto {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  height: 2rem;
  margin-top:0;
}

.project-details .title {
  font-family: 'Source Sans Pro', sans-serif;
}

.project-details h2.subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #37474F;
  font-family: 'Source Sans Pro', sans-serif;
  padding:0 0 1rem 100px;
  max-width: 45rem;
}
.project-details .details-content {
  max-width: 55rem;
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 100px;
}
.rich-text p,
.media-text .rich-text p,
.media-centered .rich-text p,
.media-right .rich-text p {
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
}
.rich-text h4,
.project-details .details-content h4,
.media-text .rich-text h4,
.media-centered .rich-text h4,
.media-right .rich-text h4 {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  padding: 0.25rem 0;
  line-height: 30px;
  opacity: 0.6;
}
.concept-description .rich-text h3{
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  padding: 0 0 1rem 0;
  text-transform: none;
  opacity: 0.6;
  font-weight: 300;
}
.concept-description .rich-text h4{
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 18px;
  padding: 0 0 1rem 0;
  opacity: 0.6;
  font-weight: 300;
  text-transform: none;
}

.project-details .details-content h4 + p,
.media-text .rich-text h4 + p,
.media-centered .rich-text h4 + p,
.media-right .rich-text h4 + p {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 0.25rem;
}


.video-cover-image {
	position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-cover-image img {
	vertical-align: top;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: #151515; */ /* for dark overlay on top of the image */
	background: transparent;
	opacity: 1;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.video-cover-image:hover .overlay {
  opacity: 0.8;
  background: rgba(0,0,0,0.5);
}

.play-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}


.concept-description {
  display: flex;
  flex-direction: column;
}
.project-details .standard {
  padding-top: 5rem;
}
.project-media ul li {
      margin: 0 0 3rem 0;
}
.project-listing ul li {
    margin: 0 0 30px 0;
}
.project-listing ul li.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepage-listing .project-listing-block {
  width: 500px;
}
#category-listing .project-listing-block {
  width: 100%;
}
#category-listing .list-project-title {
  font-size: 20px;
}
#events-listing .project-listing-block {
  width: 270px;
}
.workshop .event-listing-block-metadata,
#events-listing .workshop .project-listing-block {
  background-color: #ECEFF1;
}
.residencia .event-listing-block-metadata,
#events-listing .residencia .project-listing-block {
  background-color: #FFE082;
}
.ensaio .event-listing-block-metadata,
#events-listing .ensaio .project-listing-block {
  background-color: #D4E157;
}
.estreia .event-listing-block-metadata,
#events-listing .estreia .project-listing-block {
  background-color: #FFFF00;
}
.tertulia .event-listing-block-metadata,
#events-listing .tertulia .project-listing-block {
  background-color: #FFE5E5;
}
.event-listing-block-metadata {
  padding: 1rem;
}
.event-listing-block-metadata .meta-type {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #37474F;
  opacity: 0.6;
  letter-spacing: 1.4px;
}
.event-listing-block-metadata .meta-title {
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #37474F;
  height: 4rem;
}
.event-listing-block-metadata .meta-date {
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #37474F;
  height: 5rem;
  display: flex;
  align-items: flex-end;
}
.event-listing-block-metadata .meta-footer {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #37474F;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.event-listing-block-metadata .meta-footer .meta-year {
  font-weight: 700;
  letter-spacing: 1px;
}
.event-listing-block-metadata .meta-location,
.event-listing-block-metadata .meta-venue {
  font-size: 12px;
  color: #37474F;
  opacity: 0.5;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.event-listing-block-metadata .meta-info {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
#concept-listing .project-listing-block {
  width: 170px;
}
#concept-listing .list-project-title {
  font-size: 12px;
  padding-left: 1rem;
  line-height: 13px;
}
#concept-listing .list-project-lenght,
#concept-listing .meta-caption {
  display: none;
}


.project-listing-block-metadata {
  height: 3rem;
  padding-bottom: 1rem;
}
#concept-listing .project-listing-block-metadata {
  height: 0px;
}
.project-listing-block-metadata figcaption {
  position: relative;
  font-size: 0.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.linkto-project {
  color:#37474F !important;
  flex-grow: 1;
}
a.linkto-project:hover {
  color:#2723FB !important;
  text-decoration: underline;
}
.list-project-title {
  font-size: 20px;
  padding-left: 2rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.list-project-lenght {
  font-size: 0.7rem;
}
li.centered .linkto-project,
li.centered .linkto-project,
li.right .linkto-project,
li.right .linkto-project  {
  display: flex;
}
li.centered .project-listing-block-metadata,
li.right .project-listing-block-metadata {
padding-right: 1rem;
}

.list-project-lenght {
  margin-top: 4px;
  margin-left: 16px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #B0BEC5;
}



  figcaption {
    position: absolute;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 300;
    color:#B0BEC5;
    font-family: 'Roboto', sans-serif;
}
figcaption.c-left {
  text-align: left;
  left: 0.7rem;
}
figcaption.c-centered {
  width: 100%;
}
figcaption.c-right {
  text-align: right;
  right: 0.7rem;
}
.project-media ul {
  display: flex;
  flex-direction: column;
}
.media-left,
.media-text {
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
}
.media-centered {
  display: flex;
  align-self: center;
  flex-wrap: wrap;
}
.media-right {
  display: flex;
  align-self: flex-end;
  flex-wrap: wrap;
}
.media-text .rich-text {
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  max-width:811px;
}
.media-centered .rich-text{
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  max-width:811px;
}
.media-right .rich-text {
  display: flex;
  align-self: flex-end;
  flex-wrap: wrap;
  max-width:811px;
}
.media-centered figcaption.c-centered {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  width:100%;
}
.media-left figcaption.c-left {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  width:100%;
  left: 0;
}
.media-right figcaption.c-right {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  width:100%;
  right: 0;
}


.concepts {
  width: 750px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}


 
  .menu-burger {
    flex-grow: 1;
    width: 488px;
  }
  .menu-burger a span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color:  #000;
  }
  .menu-burger a:hover {
    color: red;
  }

  .close-nav {
    margin-top: 32px;
    margin-left: 37px;
  }

  .sidenav-wrapper {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #FFFFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0rem;
  }
.sidenav {
    height: 0px;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color:#FAFAFA;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0rem 0rem 0rem 0rem;
}
.sidenav .closebtn {
    color: #FAFAFA !important;
    position: absolute;
    top: 4rem;
    right: 4rem;
    font-size: 2rem;
}



.sidenav .sidemenu-link-brand {
  padding: 4rem;
}
.sidenav a.side-item {
  padding: 0 0 0;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #37474F;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: left;
  padding-left: 37px;
  line-height: 37px;
}
.sidenav a.side-item:hover {
  color: #2723FB;
  text-decoration: underline;
}
.sidenav a.side-item.first-item {
  padding-top: 0;
  padding-bottom:0;
}
.sidenav a.side-item.lang-switch {
  padding-top: 30px;
  padding-bottom: 39px;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 0.5;
}
.menu-bottom {
  background-color: #37474F;
  width: 100%;
  height: 100%;
  display: block;
}



/* Media Sizes */
.width-864 {
  width: 100%;
  max-width: 864px;
  height: auto;
} 
.width-720 {
  width: 100%;
  max-width: 720px;
  height: auto;
} 
.width-640 {
  width: 100%;
  max-width: 640px;
  height: auto;
} 
.width-480 {
  width: 100%;
  max-width: 480px;
  height: auto;
} 
.width-320 {
  width: 100%;
  max-width: 320px;
  height: auto;
}




.concepts a:hover {
  color: #2723FB;
  border-bottom: 1px solid #2723FB;
}
.rich-text p {
  font-family: 'Source Sans Pro', sans-serif;
}




.desktop-header {
  margin-left: 265px;
}
.desktop-logo {
  margin-left: 75px;
}
#homepage-section {
  margin: 206px 205px 0 205px;
}
#category-section {
  margin: 206px 90px 0 205px;
}
.project-media ul li.media-left {
  margin-left: 168px;
}
#project-section {
  margin: 94px 135px 0 57px;
}
.box-lang {
  margin-right: 188px;
}
#calendar-section {
  margin: 94px 135px 0 57px;
}
.events-margin {
  margin: 80px 208px 0 168px;
}
#concept-section {
  margin: 94px 135px 180px 57px;
}
.concept-description {
  margin: 80px 0 80px 208px;
  width: 740px;
}
#concept-listing  {
  margin: 0 6rem 0 168px;
}
#standard-section {
  margin: 94px 135px 0 57px;
}

@media screen and (min-width: 1440px) {
    .is-hidden-desktop-mf {
      display: none;
    }
    .is-hidden-mobile-mf {
      display: flex;
    }
    #layout {
      max-width: 1440px;
    }
    .desktop-header {
      margin-left: 265px;
    }
    .desktop-logo {
      margin-left: 75px;
    }
    #homepage-section {
      margin: 206px 205px 0 205px;
    }
    #category-section {
      margin: 206px 90px 0 205px;
    }
    .project-media ul li.media-left {
      margin-left: 168px;
    }
    .project-media ul li.media-text {
      margin-left: 168px;
    }
    #project-section {
      margin: 94px 135px 0 57px;
    }
    .box-lang {
      margin-right: 188px;
    }
    #calendar-section {
      margin: 94px 135px 0 57px;
    }
    .events-margin {
      margin: 80px 208px 0 168px;
    }
    #concept-section {
      margin: 94px 135px 180px 57px;
    }
    .concept-description {
      margin: 80px 0 80px 208px;
      width: 740px;
    }
    #concept-listing  {
      margin: 0 6rem 0 168px;
      justify-content: space-between;
      width: 100%;
    }
    #standard-section {
      margin: 94px 135px 0 57px;
    }
}

@media screen and (max-width: 1439px) {
  .is-hidden-desktop-mf {
    display: none;
  }
  .is-hidden-mobile-mf {
    display: flex;
  }
  #layout {
    max-width: 1280px;
  }
  .desktop-header {
    margin-left: 211px;
  }
  .desktop-logo {
    margin-left: 21px;
  }
  #homepage-section {
    margin: 206px 95px 0 150px;
  }
  #category-section {
    margin: 206px 30px 0 151px;
  }
  .project-media ul li.media-left {
    margin-left: 114px;
  }
  .project-media ul li.media-text {
    margin-left: 114px;
  }  
  #project-section {
    margin: 94px 25px 0 57px;
  }
  .box-lang {
    margin-right: 78px;
  }
  #calendar-section {
    margin: 94px 25px 0 57px;
  }
  .events-margin {
    margin: 80px 208px 0 114px;
  }
  #concept-section {
    margin: 94px 25px 180px 57px;
  }
  .concept-description {
    margin: 80px 0 80px 154px;
  }
  #concept-listing {
    margin: 0 6rem 0 114px;
    justify-content: space-between;
    width: 100%;    
  }
  #standard-section {
    margin: 94px 25px 0 57px;
  }
}

@media screen and (max-width: 1279px) {
  #layout {
    max-width: 1024px;
  }
  .is-hidden-desktop-mf {
    display: block;
    width: 100%;
  }
  .is-hidden-mobile-mf,
  .desktop-logo {
    display: none;
  }
  .mobile-header-inside {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top:0;
  }
  .mobile-header-icon {
    margin-top: 38px;
    margin-left: 37px;
  } 
  .mobile-header-icon {
    flex-grow: 1;
  }
  .mobile-header-logo,
  .mobile-menu-logo {
    margin-top: 38px;
    margin-right: 16px;
  }
  .menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .concepts {
    width: 325px;
  }
  #homepage-section,
  #category-section {
    margin: 32px 16px 0 16px;
  }
  #standard-section,
  #concept-section,
  #calendar-section {
    margin: 0px 16px 0 16px;
  }
  #category-listing .list-project-title,
  .list-project-title {
    font-size: 18px;
  }
  .list-project-lenght {
    font-size: 12px;
    margin-top: 5px;
  }
  #project-section {
    margin: 0px 16px 0 16px;
  }
  .box-title-concepts {
    flex-direction: column;
  }
  .box-concepts {
    width: 100%;
    margin-top: 8px;
  }
  #project-section .project-media {
    margin-top: 32px;
    margin-bottom: 160px;
}
  .box-title {
    padding-left: 0;
  }
  #standard-section .box-title,
  #concept-section .box-title,
  #calendar-section .box-title {
    margin-bottom: 32px;
  }
  #homepage-listing .project-listing-block {
    width: 100%;
  }
  .project-listing ul {
    justify-content: center;
  }
  .width-864,
  .width-720,
  .width-640,
  .width-480,
  .width-320 {
    max-width: 325px;
    height: auto;
  }
  .project-media ul li.media-text {
    margin-left: 21px;
  }
  .concept-description {
    margin: 0px 0 80px 21px;
    width: 80%;
  }
  #concept-listing {
    margin: 0 0 0 0px;
  }
  #category-listing,
  #concept-listing {
    margin: 0 0 0 0px;
    justify-content: space-between;
  }
  #concept-listing .project-listing-block {
    width: 103px;
  }
  .project-media ul li.media-text .rich-text,
  .project-media ul li.media-left {
    margin-left: 0px;
  }
  .media-text .rich-text {
    max-width: 95%;
  }
  .title {
    font-size: 24px;
  }
  ul#concepts-nav li {
    font-size: 14px;
  }
  .rich-text p, .media-text .rich-text p, .media-centered .rich-text p, .media-right .rich-text p {
    font-size: 16px;
  }
  .project-media ul li {
    margin: 0 0 2rem 0;
  }
  .rich-text h4, .project-details .details-content h4, .media-text .rich-text h4, .media-centered .rich-text h4, .media-right .rich-text h4 {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .project-details .details-content h4 + p,
  .media-text .rich-text h4 + p,
  .media-centered .rich-text h4 + p,
  .media-right .rich-text h4 + p {
    font-size: 14px;
    line-height: 20px;
  }
  .concept-description .rich-text h3,
  .concept-description .rich-text h4  {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 1rem 0;
    font-weight: 300;
  }
  .footer p {
    font-size: 12px;
  }
  .events-margin {
    margin: 0;
  }
  #events-listing .project-listing-block {
    width: 200px;
  }
  #calendar-section .project-listing ul {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }
  .event-listing-block-metadata .meta-type,
  .event-listing-block-metadata .meta-venue {
    font-size: 10px;
  }
  .event-listing-block-metadata .meta-title {
    font-size: 12px;
    height: 2rem;
  }
  .event-listing-block-metadata .meta-date {
    font-size: 16px;
  }
  .event-listing-block-metadata .meta-year {
    font-size: 12px;
  }
  .event-listing-block-metadata .meta-footer {
    font-size: 18px;
  }
  .event-listing-block-metadata .meta-info {
    font-size: 10px;
  }

}

@media screen and (max-width: 475px) {
  #layout {
    max-width: 475px;
  }
  .concepts {
    width: 325px;
  }
  #homepage-section,
  #category-section {
    margin: 32px 16px 0 16px;
  }
  #standard-section,
  #concept-section,
  #calendar-section {
    margin: 0px 16px 0 16px;
  }
  #category-listing .list-project-title,
  .list-project-title {
    font-size: 18px;
  }
  .list-project-lenght {
    font-size: 12px;
    margin-top: 5px;
  }
  #project-section {
    margin: 0px 16px 0 16px;
  }
  .box-title-concepts {
    flex-direction: column;
  }
  .box-concepts {
    width: 100%;
    margin-top: 8px;
  }
  #project-section .project-media {
    margin-top: 32px;
    margin-bottom: 160px;
}
  .box-title {
    padding-left: 0;
  }
  #standard-section .box-title,
  #concept-section .box-title,
  #calendar-section .box-title {
    margin-bottom: 32px;
  }
  #homepage-listing .project-listing-block {
    width: 100%;
  }
  .project-listing ul {
    justify-content: center;
  }
  .width-864,
  .width-720,
  .width-640,
  .width-480,
  .width-320 {
    max-width: 325px;
    height: auto;
  }
  .project-media ul li.media-text {
    margin-left: 21px;
  }
  .concept-description {
    margin: 0px 0 80px 21px;
    width: 80%;
  }
  #concept-listing {
    margin: 0 0 0 0px;
    justify-content: space-between;
  }
  #concept-listing .project-listing-block {
    width: 103px;
  }
  .project-media ul li.media-text .rich-text,
  .project-media ul li.media-left {
    margin-left: 0px;
  }
  .media-text .rich-text {
    max-width: 315px;
  }
  .title {
    font-size: 24px;
  }
  ul#concepts-nav li {
    font-size: 14px;
  }
  .rich-text p, .media-text .rich-text p, .media-centered .rich-text p, .media-right .rich-text p {
    font-size: 16px;
  }
  .project-media ul li {
    margin: 0 0 2rem 0;
    align-items: flex-start;
  }
  .rich-text h4, .project-details .details-content h4, .media-text .rich-text h4, .media-centered .rich-text h4, .media-right .rich-text h4 {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .project-details .details-content h4 + p,
  .media-text .rich-text h4 + p,
  .media-centered .rich-text h4 + p,
  .media-right .rich-text h4 + p {
    font-size: 14px;
    line-height: 20px;
  }
  .concept-description .rich-text h3,
  .concept-description .rich-text h4  {
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 1rem 0;
    font-weight: 300;
  }
  .footer p {
    font-size: 12px;
  }
  .events-margin {
    margin: 0;
  }
  #events-listing .project-listing-block {
    width: 163px;
  }
  #calendar-section .project-listing ul {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }
  .event-listing-block-metadata .meta-type,
  .event-listing-block-metadata .meta-venue {
    font-size: 10px;
  }
  .event-listing-block-metadata .meta-title {
    font-size: 12px;
    height: 2rem;
  }
  .event-listing-block-metadata .meta-date {
    font-size: 16px;
  }
  .event-listing-block-metadata .meta-year {
    font-size: 12px;
  }
  .event-listing-block-metadata .meta-footer {
    font-size: 18px;
  }
  .event-listing-block-metadata .meta-info {
    font-size: 10px;
  }
}


@media screen and (max-width: 355px) {
  #concept-listing .project-listing-block {
    width: 137px;
  }
  #events-listing .project-listing-block {
    width: 137px;
  }
}
