/* Layout Elements */

body.grid-1 {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
  background-color: #fff;
}

.container-grid.row-type {
  padding-top: 20px;
  padding-bottom: 20px;
}

a.responsive-picture.picture-link-3 {
  position: static;
  display: block;
  -ms-flex-order: 0;
  float: left;
  clear: none;
  max-width: 190px;

  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.container-grid.row-1 {
  max-width: none;
}

@media screen and (min-width: 206px) {
  /* Text Elements */

  p.paragraph.Projects-Caption {
    margin-top: 0;
    margin-bottom: -12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
  }

  /* Layout Elements */

  body.grid-1 {
    background-color: #a9f8f7;
  }

  .container-grid.Projects-Slide-Container {
    position: relative;
    top: -22px;
    margin-bottom: 0;
  }

  a.responsive-picture.picture-link-3 {
    position: relative;
    bottom: auto;
  }

  .container-grid.Projects-Flex-Container {
    display: block;
  }
}

@media screen and (min-width: 601px) {
  /* Text Elements */

  p.paragraph.Projects-Caption {
    margin-top: -22px;
    margin-bottom: -9px;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    line-height: 35px;
  }

  /* Layout Elements */

  body.grid-1 {
    background-color: #a9f8f7;
  }

  a.responsive-picture.picture-link-3 {
    position: relative;
    top: auto;
    bottom: auto;
    float: none;
    max-width: 200px;
  }

  .container-grid.Projects-Flex-Container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container-grid.Projects-Slide-Container {
    top: 8px;
  }
}

@media screen and (min-width: 993px) {
  /* Text Elements */

  p.paragraph.Projects-Caption {
    margin-top: -9px;
    margin-bottom: -25px;
    font-size: 12px;
    line-height: 68px;
  }

  /* Layout Elements */

  body.grid-1 {
    background-color: #a9f8f7;
  }

  .container-grid.row-1.row-type {
    position: relative;
    top: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  a.responsive-picture.picture-link-3 {
    margin-top: 0;
    max-width: 200px;
  }
}

@media screen and (min-width: 1201px) {
  /* Text Elements */

  p.paragraph span.paragraph-text-1 {
    line-height: 1.24;
  }

  p.paragraph.Projects-Caption {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
  }

  /* Layout Elements */

  body.grid-1 {
    height: auto;
    background-color: #a9f8f7;
  }

  a.responsive-picture.picture-link-3 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .container-grid.row-1.row-type {
    padding-top: 0;
    padding-bottom: 1px;
  }

  a.responsive-picture.picture-link-3 {
    position: relative;
    top: -6px;
    right: 0;
    float: none;
    margin-top: 6px;
    max-width: 200px;
  }

  .container-grid.Projects-Flex-Container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
  }
}