/* red: d02f2f */


body {
  padding: 0;
  margin: 0;
}

h2 {
  margin-top: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  float: left;
  width: 50%;
}

blockquote {
  margin-top: 0;
}

/* ------ colors ------ */

.red {
  color: #d02f2f;
}
.dark-gray {
  color: #333;
}
.light-gray {
  color: #efefef;
}
.white {
  color: #fff;
}

/* ---- typeography ---- */

.default-text {
  font-family: "ff-enzo-web",sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

.subhead-text {
  font-family: "freight-sans-pro",sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.large {
  font-size: 25px;
}
@media screen and (min-width: 1042px) {
  .large {
    font-size: 35px;
  }
}
.small {
  font-size: 12px;
}
.italic {
  font-style: italic;
}

/* ------ layout ------ */

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
.wrapper {
  width: 100%;
  float: left;
  clear: left;
  padding: 60px 0;
}
.wrapper .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.primary, .secondary {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.secondary {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .primary {
    width: 50%;
    margin-bottom: 0;
  }
  .secondary {
    width: 35%;
    padding-left: 15%;
  }
}





/* -- header -- */
.header-wrapper {
  border-top: 4px solid #d02f2f;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    padding: 20px 0 12px;
  }

}
.header-wrapper .branding {
  text-align: center;
  margin-bottom: 30px;
  font-size: 0;
}
.header-wrapper .branding .logo {
  display: inline;
  height: 20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-wrapper .branding {
    float: left;
    width: 50%;
    margin: 0;
    text-align: left;
  }
  .header-wrapper .branding .logo {
    /*max-width: 300px;*/
    height: 30px;
    width: auto;

  }
}

/* ---- navigation ---- */

.nav {
  float: none;
}
.nav ul {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.nav ul li {
  display: inline-block;
  float: none;
  width: auto;
  font-size: 0;
}
.nav ul li a {
  display: block;
  padding: 0 10px;
  color: #9a9a9a;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "freight-sans-pro",sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.nav ul li a:hover {
  color: #000;
}
@media screen and (min-width: 768px) {
  .nav {
    float: right;
    width: 50%;
  }
  .nav ul {
    text-align: right;
    padding: 0;
  }
  .nav ul li a{
     padding: 0 20px;
     line-height: 30px;
  }
  .nav ul li:last-child a {
    padding-right: 0;
  }
}


/* -- hero -- */
.hero-wrapper {
  padding: 0;
}
.hero-wrapper .inner {
  width: 100%;
  max-width: none;
  height: auto;
}
.hero {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  /*bottom 20%*/
  background-image: url('../images/hero-image-w400.jpg');
}
@media screen and (min-width: 1040px) {
  .hero {
    height: 520px;
    padding-bottom: 0;
    background-position: center bottom 20%;
  }
}
@media screen and (min-width: 400px) {
  .hero {
    background-image: url('../images/hero-image-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .hero {
    background-image: url('../images/hero-image-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .hero {
    background-image: url('../images/hero-image-w1200.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    background-image: url('../images/hero-image-w1600.jpg');
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    background-image: url('../images/hero-image-w3200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .hero {
    background-image: url('../images/hero-image-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .hero {
    background-image: url('../images/hero-image-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .hero {
    background-image: url('../images/hero-image-w1600.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .hero {
    background-image: url('../images/hero-image-w3200.jpg');
  }
}


/* -- intro -- */
.intro-wrapper {

}
.intro-wrapper .large {
  margin:0;
}

/* -- info1 -- */
.info1-wrapper {
  padding: 0;
  display: inline-block;
}
.info1-wrapper .inner-primary, .info1-wrapper .inner-secondary {
  float: left;
  padding: 60px 0;
  width: 100%;
  background-image: url('../images/topography-pattern-bg.png') ;
  background-size: 350px auto;
  background-blend-mode: multiply;
}
.info1-wrapper .inner-primary {
  background-color: #EFEFEF;
}
.info1-wrapper .inner-secondary {
  display: inline-block;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .info1-wrapper .inner-primary, .info1-wrapper .inner-secondary {
    min-height: 240px;
  }
  .info1-wrapper .inner-primary {
    width: calc(50% + 75px);
  }
  .info1-wrapper .inner-secondary {
    width: calc(50% - 75px);
  }
}
@media screen and (min-width: 768px) and (max-width: 780px) {
  .info1-wrapper .inner-primary p {
    font-size: 15.5px;
  }
}

.what-we-do, .clients {
  width: 90%;
  margin: 0 auto;
}
.clients li {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .what-we-do, .clients {
    width: 82%;
  }
}
@media screen and (min-width: 1042px) {
  .what-we-do {
    width: 480px;
    margin-right: 75px;
    float: right;
  }
  .clients {
    width: 410px;
    margin-left: 75px;
    float: left;
  }
  .clients li {
    line-height: 2;
  }
}

/* -- images -- */
.images-wrapper {
  border-bottom: 4px solid #d02f2f;
  padding: 0;
}
.images-wrapper .inner {
  position: relative;
  width: 100%;
  max-width: none;
  padding-bottom: 50%;
}
.photo {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}
@media screen and (min-width: 1040px) {
  .images-wrapper .inner {
    position: relative;
    width: 100%;
    max-width: none;
    height: 520px;
    padding-bottom: 0;
  }
  .photo {
    position: absolute;
    display: block;
    width: 100%;
    height: 520px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1420px) {
  .images-wrapper .inner {
    position: relative;
    width: 100%;
    max-width: none;
    height: 620px;
    padding-bottom: 0;
  }
  .photo {
    position: absolute;
    display: block;
    width: 100%;
    height: 620px;
    padding-bottom: 0;
  }
}
.back{
  z-index: 50;
}
.off{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 150;
}
.front{
  z-index: 100;
}

.photo1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/photo_001-w400.jpg');
}
@media screen and (min-width: 400px) {
  .photo1 {
    background-image: url('../images/photo_001-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .photo1 {
    background-image: url('../images/photo_001-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .photo1 {
    background-image: url('../images/photo_001-w1200.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .photo1 {
    background-image: url('../images/photo_001-w1600.jpg');
  }
}
@media screen and (min-width: 1600px) {
  .photo1 {
    background-image: url('../images/photo_001-w3200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .photo1 {
    background-image: url('../images/photo_001-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .photo1 {
    background-image: url('../images/photo_001-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .photo1 {
    background-image: url('../images/photo_001-w1600.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .photo1 {
    background-image: url('../images/photo_001-w3200.jpg');
  }
}

.photo2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 20%;
  background-image: url('../images/photo_002-w400.jpg');
}
@media screen and (min-width: 400px) {
  .photo2 {
    background-image: url('../images/photo_002-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .photo2 {
    background-image: url('../images/photo_002-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .photo2 {
    background-image: url('../images/photo_002-w1200.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .photo2 {
    background-image: url('../images/photo_002-w1600.jpg');
  }
}
@media screen and (min-width: 1600px) {
  .photo2 {
    background-image: url('../images/photo_002-w3200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .photo2 {
    background-image: url('../images/photo_002-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .photo2 {
    background-image: url('../images/photo_002-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .photo2 {
    background-image: url('../images/photo_002-w1600.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .photo2 {
    background-image: url('../images/photo_002-w3200.jpg');
  }
}


.photo3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 20%;
  background-image: url('../images/photo_003-w400.jpg');
}
@media screen and (min-width: 400px) {
  .photo3 {
    background-image: url('../images/photo_003-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .photo3 {
    background-image: url('../images/photo_003-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .photo3 {
    background-image: url('../images/photo_003-w1200.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .photo3 {
    background-image: url('../images/photo_003-w1600.jpg');
  }
}
@media screen and (min-width: 1600px) {
  .photo3 {
    background-image: url('../images/photo_003-w3200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .photo3 {
    background-image: url('../images/photo_003-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .photo3 {
    background-image: url('../images/photo_003-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .photo3 {
    background-image: url('../images/photo_003-w1600.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .photo3 {
    background-image: url('../images/photo_003-w3200.jpg');
  }
}


.photo4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../images/photo_001-w400.jpg');
}
@media screen and (min-width: 400px) {
  .photo4 {
    background-image: url('../images/photo_004-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .photo4 {
    background-image: url('../images/photo_004-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .photo4 {
    background-image: url('../images/photo_004-w1200.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .photo4 {
    background-image: url('../images/photo_004-w1600.jpg');
  }
}
/*@media screen and (min-width: 1600px) {
  .photo4 {
    background-image: url('../images/photo_001-w3200.jpg');
  }
}*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .photo4 {
    background-image: url('../images/photo_004-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .photo4 {
    background-image: url('../images/photo_004-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .photo4 {
    background-image: url('../images/photo_004-w1600.jpg');
  }
}
/*@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .photo4 {
    background-image: url('../images/photo_001-w3200.jpg');
  }
}*/


.photo5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url('../images/photo_005-w400.jpg');
}
@media screen and (min-width: 400px) {
  .photo5 {
    background-image: url('../images/photo_005-w600.jpg');
  }
}
@media screen and (min-width: 600px) {
  .photo5 {
    background-image: url('../images/photo_005-w800.jpg');
  }
}
@media screen and (min-width: 800px) {
  .photo5 {
    background-image: url('../images/photo_005-w1200.jpg');
  }
}
@media screen and (min-width: 1100px) {
  .photo5 {
    background-position: center bottom 20%;
  }
}
@media screen and (min-width: 1200px) {
  .photo5 {
    background-image: url('../images/photo_005-w1600.jpg');
  }
}
@media screen and (min-width: 1600px) {
  .photo5 {
    background-image: url('../images/photo_005-w3200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .photo5 {
    background-image: url('../images/photo_005-w800.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 400px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 400px),
only screen and (                min-resolution: 192dpi) and (min-width: 400px),
only screen and (                min-resolution: 2dppx) and (min-width: 400px) {
  .photo5 {
    background-image: url('../images/photo_005-w1200.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 600px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 600px),
only screen and (                min-resolution: 192dpi) and (min-width: 600px),
only screen and (                min-resolution: 2dppx) and (min-width: 600px) {
  .photo5 {
    background-image: url('../images/photo_005-w1600.jpg');
  }
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 1200px),
only screen and (                min-resolution: 192dpi) and (min-width: 1200px),
only screen and (                min-resolution: 2dppx) and (min-width: 1200px) {
  .photo5 {
    background-image: url('../images/photo_005-w3200.jpg');
  }
}




/* -- info2 -- */
.info2-wrapper {

}


/* -- quote -- */
.quote-wrapper {
  background-color: #d02f2f;
  background-image: url('../images/topography-pattern-bg.png') ;
  background-size: 350px auto;
  background-blend-mode: multiply;
  text-align: center;
}
.quote-wrapper blockquote {
  font-family: "ff-enzo-web",sans-serif;
  font-weight: 300;
  font-size: 4.4vw;
  margin-right: 0;
  margin-left: 0;
}
.quote-wrapper cite {
  font-family: "freight-sans-pro",sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}
@media screen and (min-width: 520px) {
  .quote-wrapper blockquote {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1042px) {
  .quote-wrapper blockquote {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .quote-wrapper cite {
    font-size: 16px;
  }
}

/* -- info3 -- */
.info3-wrapper a {
  text-decoration: none;
  color: #333;
}


/* -- footer -- */
.footer-wrapper {
  padding: 10px 0;
  background-color: #333;
}
.footer-wrapper .inner {

}
.footer-wrapper .small {
  font-family: "freight-sans-pro",sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666;
}

