/*Press Page*/

.press-row {
  width: 100%;
  float: left;
}

.article {
  position: relative;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 2em;
  float: left;
  min-height: 38em;
  max-height: 38em;
}

.press-row:nth-of-type(odd) .article:nth-of-type(odd) {
  background: #edecec;
}

.press-row:nth-of-type(even) .article:nth-of-type(even) {
  background: #edecec;
}

.press-text {
  max-width: 20em;
  padding: 5em 0 2em 0;
  margin: auto;
}

.header {
  background: url(../img/ad-logos3.png) no-repeat;
  height: 4em;
}

.adforum {
  background-position: -823px -25px;
  width: 12em;
}

.adage-art {
  background-position: -398px -25px;
  width: 13em;
}

.fastco {
  background-position: -619px -25px;
  width: 12em;
}

.huffpost {
  background-position: -122px -25px;
  width: 10em;
}

.biz {
  background-position: 0px -25px;
  width: 7em;
}

.adweek {
  background-position: -282px -25px;
  width: 6.8em;
}

.press-text span {
  display: block;
  margin: auto;
  font-family: 'AlphaBold', sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}

.press-text p {
  font-size: .85em;
  color: #8d8c8c;
  line-height: 20px;
  padding: 1.4em 0;
}

.article a {
  position: absolute;
  bottom: 4em;
  font-family: 'AlphaBold', sans-serif;
  font-size: 1em;
  color: #3f565e;
  text-decoration: none;
  transition: color .3s ease;
}

.press-text a:hover {
  color: #aaa;
  transition: all .3s ease;
}

@media screen and (max-width: 1024px) {


  .article {
    width: 50%;
    min-height: 33em;
  max-height: 33em;
  }

  .press-row:first-of-type .article:nth-of-type(3), .press-row:last-of-type .article:nth-of-type(2) {
    background: white;
  }

  .press-row:first-of-type .article:nth-of-type(4), .press-row:last-of-type .article:nth-of-type(1) {
    background: #edecec;
  }

}

@media screen and (max-width: 800px) {

        .location, .contact {
        font-size: 1.1em;
        width: 100%;
        padding: 65px 0 0 80px;

      }

      .copyright {
        font-size: 1em;
        clear: both;
        text-align: left;
        padding: 80px 0 30px 80px;

      }

}

@media screen and (max-width: 640px) {


  .article {
    width: 100%;
    min-height: 30em;
  max-height: 30em;
  }

  .press-row:first-of-type .article:nth-of-type(odd) {
    background: #edecec;
  }

  .press-row:first-of-type .article:nth-of-type(even) {
    background: white;
  }

  .press-row:last-of-type .article:nth-of-type(odd) {
    background: #edecec;
  }

  .press-row:last-of-type .article:nth-of-type(even) {
    background: white;
  }

  .press-row:last-of-type .article:last-of-type {
    display: none;
  }

}



      @media screen and (max-width: 600px) {


      @media screen and (max-width: 480px) {


      .location, .contact {
        font-size: 1em;
        padding: 65px 0 0 30px;

      }

      .copyright {
        font-size: .8em;
        clear: both;
        padding: 80px 0 30px 30px;

      }

      @media screen and (max-width: 320px) {

        .article {
        min-height: 33em;
        max-height: 33em;
        }

      }





