/*-------------------------------------------------*/
/* DEFAULT AND SHARED */
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALLEST */
/* @media all and (min-width: 400px) { */
/* image inside splash elements */
#splash-feat img {
  width: 100%;
  display: block;
}
.overlap {
  background: #ffffff;
  position: inherit;
  margin-bottom: -50px !important;
}
.overlap .leadin {
  margin-top: 0;
}
/* setup for features grid */
#features-grid img {
  display: block;
}
#features-grid .head1 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#features-grid h4 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#features-grid div {
  display: inline-block;
  margin-bottom: 15px;
}
#features-grid div:first-of-type div {
  margin-right: 0;
  position: inherit;
  top: 0;
  right: 0;
  width: 100%;
  background: #323538;
  background: linear-gradient(to bottom, #101212 0%, #323538 100%);
  padding: 20px;
}
#features-grid div:nth-of-type(even) {
  margin-right: 8px;
}
#features-grid div:nth-of-type(n+2) div {
  position: inherit;
  top: 0;
  right: 0;
  width: 100%;
  background: #323538;
  background: linear-gradient(to bottom, #101212 0%, #323538 100%);
  padding: 20px;
}
#features-grid div:first-of-type div p,
#features-grid div:nth-of-type(n+2) p {
  font-size: 1.1em;
  line-height: 1.2em;
}
/* } */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALL */
@media all and (min-width: 550px) {
  /* setup for features grid */
  #features-grid img {
    display: block;
  }
  #features-grid .head1 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #features-grid h4 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #features-grid div {
    display: inline-block;
    margin-bottom: 15px;
  }
  #features-grid div:first-of-type {
    height: 220px;
    background: #000000;
  }
  #features-grid div:first-of-type div {
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    background-color: transparent;
    background: none;
    padding: 10px 15px 0 0;
  }
  #features-grid div:nth-of-type(even) {
    margin-right: 8px;
  }
  #features-grid div:nth-of-type(n+2) div {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    padding: 10px 15px 0 0;
    background-color: transparent;
    background: none;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* MEDIUM */
@media all and (min-width: 760px) {
  /* image inside splash elements */
  .overlap {
    background: #ffffff;
    position: relative;
    top: -60px;
    margin-bottom: -70px !important;
  }
  .overlap .leadin {
    margin-top: 0;
  }
  /* setup for features grid */
  #features-grid img {
    display: block;
  }
  #features-grid .head1 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #features-grid h4 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }
  #features-grid div {
    display: inline-block;
    margin-bottom: 15px;
  }
  #features-grid div:first-of-type {
    height: inherit;
  }
  #features-grid div:first-of-type div {
    margin-right: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 250px;
    padding: 0;
  }
  #features-grid div:first-of-type div p {
    font-size: 1.1em;
  }
  #features-grid div:nth-of-type(even) {
    margin-right: 8px;
  }
  #features-grid div:nth-of-type(n+2) div {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    padding: 0;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* LARGE */
@media all and (min-width: 980px) {
  /* setup for features grid */
  #features-grid div {
    display: inline-block;
    margin-bottom: 15px;
  }
  #features-grid div:first-of-type div {
    margin-right: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 250px;
    padding: 15px;
  }
  #features-grid div:nth-of-type(even) {
    margin-right: 14px;
  }
  #features-grid div:nth-of-type(n+2) div {
    width: 170px;
    padding: 15px;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* XLARGE */
@media all and (min-width: 1465px) {
  /* setup for features grid */
  #features-grid .head1 {
    font-size: 1.9em;
  }
  #features-grid h4 {
    font-size: 1.6em;
  }
  #features-grid div:first-of-type div {
    top: 40px;
    right: 40px;
    width: 350px;
  }
  #features-grid div:first-of-type div p {
    font-size: 1.3em;
  }
  #features-grid div:nth-of-type(even) {
    margin-right: 20px;
  }
  #features-grid div:nth-of-type(n+2) div {
    top: 40px;
    right: 40px;
    width: 200px;
  }
  #features-grid div:nth-of-type(n+2) p {
    font-size: 1.1em;
  }
}
