@charset "UTF-8";
@import url("//hello.myfonts.net/count/2b3f4f");
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include avenirMedium;*/
  text-align: center;
  font-weight: normal; }

body {
  margin: 0; }

a {
  text-decoration: none;
  color: #006666; }
  a:hover {
    color: #ff3178; }

p.readMore1,
p.readMore2,
p.showLess1,
p.showLess2 {
  cursor: pointer;
  color: #006666;
  font-size: 18px;
  font-family: 'AvenirLTStd-Black';
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out; }
  p.readMore1:hover,
  p.readMore2:hover,
  p.showLess1:hover,
  p.showLess2:hover {
    color: #ff3178; }

p {
  line-height: 138%; }

/* padding: 21px; */
header {
  display: none; }

#firstSlide h1 {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/new-eyes-logo.png) no-repeat;
  width: 186px;
  height: 42px;
  /*display: block;*/
  position: absolute;
  /*top: 60px;*/
  top: 10%;
  left: 50%;
  margin-left: -93px;
  margin-top: 50px; }

#services {
  border: 21px solid #F6E9E8; }

h1, h2 {
  margin: 0; }

.section {
  width: 1200px;
  margin: 0 auto;
  /*padding: 21px;*/ }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media screen and (max-width: 1200px) {
  .section {
    width: 100%;
    margin-left: 0; } }
@font-face {
  font-family: 'New-Eyes';
  src: url("../fonts/New-Eyes.eot?13ak34");
  src: url("../fonts/New-Eyes.eot?#iefix13ak34") format("embedded-opentype"), url("../fonts/New-Eyes.woff?13ak34") format("woff"), url("../fonts/New-Eyes.ttf?13ak34") format("truetype"), url("../fonts/New-Eyes.svg?13ak34#New-Eyes") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'New-Eyes' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e602"; }

.icon-facebook:before {
  content: "\e603"; }

/* Typography */
/* Black weight */
#firstSlide > p,
#firstSlide > nav > ul > li > a,
h2.section-title,
#services > h3,
.service h4,
#clients > h3,
#clients > div > div.clientInfo.flex-item > h4,
#two-minds > h2,
#contact > div > h3,
#contact > div p.emailAddress a,
#contact > div > p > a,
#contact > div p.readMore1,
#contact > div p.readMore2,
#quote h2 {
  font-family: 'AvenirLTStd-Black'; }

/* Book weight */
#firstSlide nav li:nth-child(even),
#services > p,
#services .service li,
#clients > p,
#clients .flex-item p,
#two-minds > p,
#contact > div p.phoneNumber,
#contact > div > p:nth-child(4),
#contact > div p,
#quote > p,
footer p {
  font-family: 'AvenirLTStd-Book'; }

#clients > h3 {
  line-height: 98%; }

/* ------------------------------ */
h2.section-title::before {
  content: "//";
  margin-right: 20px;
  letter-spacing: -1;
  font-family: 'AvenirLTStd-Book'; }

h2.section-title::after {
  content: "//";
  margin-left: 20px;
  letter-spacing: -1;
  font-family: 'AvenirLTStd-Book'; }

#firstSlide {
  position: relative; }
  #firstSlide p {
    position: absolute;
    /*left: 50%;*/
    color: #fff;
    line-height: 1em;
    /*top: 300px;*/
    width: 100%;
    left: 0; }
  #firstSlide nav {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center; }
    #firstSlide nav ul {
      padding: 0;
      list-style-type: none; }
    #firstSlide nav li {
      display: inline;
      color: #fff;
      font-size: 24px;
      margin: 0 10px; }
    #firstSlide nav a {
      text-decoration: none;
      color: #fff;
      transition: all .12s ease-out;
      -webkit-transition: all .12s ease-out;
      letter-spacing: 1px; }
      #firstSlide nav a:hover {
        color: #ff3178; }

#services h4 {
  margin: 0;
  margin-bottom: 5px; }
#services h3 {
  margin-bottom: 35px;
  line-height: 100%; }
#services p {
  margin: 0 0 15px 0; }
#services > p {
  margin-bottom: 40px; }
#services .service h4 {
  font-size: 24px; }
#services .service p, #services > p {
  padding: 0 20px; }
#services ul {
  padding: 0;
  list-style-type: none; }
  #services ul li {
    margin-bottom: 10px;
    font-size: 18px; }
    #services ul li:last-child {
      margin-bottom: 0; }

.clientInfo {
  display: block; }
  .clientInfo:first-child {
    /*margin-left: 2%;*/ }

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .flex-container .flex-item {
    text-align: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 15px;
    /*padding: 0 15px;*/ }
    .flex-container .flex-item * {
      margin: 0;
      padding: 0; }
    .flex-container .flex-item:last-child {
      /*margin-left: auto;*/ }
    .flex-container .flex-item > h4 {
      margin-bottom: 16px; }

#clients .flex-item > h4 {
  margin-bottom: 16px; }

#firstSlide,
#clients-pic,
#two-minds,
#tag-pic {
  padding: 21px; }
  #firstSlide img,
  #clients-pic img,
  #two-minds img,
  #tag-pic img {
    width: 100%; }

a, li {
  transition: all .12s ease-out;
  -webkit-transition: all .12s ease-out; }

#contact {
  border: 21px solid #E0EEEB;
  text-align: center;
  /*	.person1 {
  		margin-right: 4.14%;
  		margin-left: 8.28%;
  	}
  	.person2 {
  		margin-left: 0;
  		margin-right: 8.28%;
  	}*/ }
  #contact .person1,
  #contact .person2 {
    /*width: 39.65%;*/
    float: left;
    /*margin: 0 1%;*/ }
    #contact .person1 .phoneNumber,
    #contact .person1 .emailAddress,
    #contact .person2 .phoneNumber,
    #contact .person2 .emailAddress {
      font-size: 24px;
      /*color: $teal;*/
      transition: all .12s ease-out;
      -webkit-transition: all .12s ease-out; }
      #contact .person1 .phoneNumber a,
      #contact .person1 .emailAddress a,
      #contact .person2 .phoneNumber a,
      #contact .person2 .emailAddress a {
        transition: all .12s ease-out;
        -webkit-transition: all .12s ease-out; }
      #contact .person1 .phoneNumber:hover,
      #contact .person1 .emailAddress:hover,
      #contact .person2 .phoneNumber:hover,
      #contact .person2 .emailAddress:hover {
        /*color: $pink;*/ }
    #contact .person1 .emailAddress:hover,
    #contact .person2 .emailAddress:hover {
      color: #ff3178; }
    #contact .person1 .phoneNumber:hover,
    #contact .person2 .phoneNumber:hover {
      color: #000; }
    #contact .person1 p:last-child a,
    #contact .person2 p:last-child a {
      font-size: 18px; }

#clients {
  border: 21px solid #E6F3FF;
  text-align: center; }
  #clients .flex-item p {
    font-size: 18px; }
  #clients h4 {
    margin-bottom: 5px;
    font-size: 24px; }
  #clients > p {
    margin-right: 0;
    margin-left: 0;
    clear: both; }
    #clients > p:nth-child(5) {
      margin-bottom: 30px; }
  #clients > h3 {
    line-height: 98%;
    margin: 0 auto;
    margin-bottom: 40px; }
  #clients ul.client-logos,
  #clients div.client-logos {
    padding: 0;
    margin: 16px auto;
    display: table;
    text-align: center; }
    #clients ul.client-logos li,
    #clients div.client-logos li {
      display: inline;
      list-style-type: none; }
      #clients ul.client-logos li div,
      #clients div.client-logos li div {
        width: 170px;
        height: 160px;
        display: block; }
    #clients ul.client-logos .slide > div,
    #clients div.client-logos .slide > div {
      width: 170px;
      height: 160px;
      display: block; }

@media screen and (min-width: 1200px) {
  #clients ul.client-logos {
    width: 1020px; } }
@media screen and (min-width: 800px) and (max-width: 1199px) {
  #clients ul.client-logos {
    width: 680px; } }
@media screen and (min-width: 580px) and (max-width: 799px) {
  #clients ul.client-logos {
    width: 510px; } }
@media screen and (min-width: 481px) and (max-width: 579px) {
  #clients ul.client-logos {
    width: 340px; } }
@media screen and (max-width: 480px) {
  #clients ul.client-logos {
    /*width: 170px;*/ } }
.client-arbys {
  background: url(../images/client-arbys.png) no-repeat center; }

.client-aria {
  background: url(../images/client-aria.png) no-repeat center; }

.client-bcSteak {
  background: url(../images/client-bcSteak.png) no-repeat center; }

.client-bennigans {
  background: url(../images/client-bennigans.png) no-repeat center; }

.client-bojangles {
  background: url(../images/client-bojangles.png) no-repeat center; }

.client-bugaboo {
  background: url(../images/client-bugaboo.png) no-repeat center; }

.client-bk {
  background: url(../images/client-bk.png) no-repeat center; }

.client-canoe {
  background: url(../images/client-canoe.png) no-repeat center; }

.client-flip {
  background: url(../images/client-flip.png) no-repeat center; }

.client-goldenCorral {
  background: url(../images/client-goldenCorral.png) no-repeat center; }

.client-huddleHouse {
  background: url(../images/client-huddleHouse.png) no-repeat center; }

.client-jChristophers {
  background: url(../images/client-jChristophers.png) no-repeat center; }

.client-charleys {
  background: url(../images/client-charleys.png) no-repeat center; }

.client-raceTrac {
  background: url(../images/client-raceTrac.png) no-repeat center; }

.client-tinDrum {
  background: url(../images/client-tinDrum.png) no-repeat center; }

.client-tropicalCafe {
  background: url(../images/client-tropicalCafe.png) no-repeat center; }

/* Retina Display */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .client-arbys {
    background: url(../images/client-arbys@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-aria {
    background: url(../images/client-aria@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-bcSteak {
    background: url(../images/client-bcSteak@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-bennigans {
    background: url(../images/client-bennigans@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-bojangles {
    background: url(../images/client-bojangles@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-bugaboo {
    background: url(../images/client-bugaboo@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-bk {
    background: url(../images/client-bk@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-canoe {
    background: url(../images/client-canoe@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-flip {
    background: url(../images/client-flip@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-goldenCorral {
    background: url(../images/client-goldenCorral@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-huddleHouse {
    background: url(../images/client-huddleHouse@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-jChristophers {
    background: url(../images/client-jChristophers@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-charleys {
    background: url(../images/client-charleys@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-raceTrac {
    background: url(../images/client-raceTrac@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-tinDrum {
    background: url(../images/client-tinDrum@2x.png) no-repeat center;
    background-size: 80px 81px; }

  .client-tropicalCafe {
    background: url(../images/client-tropicalCafe@2x.png) no-repeat center;
    background-size: 80px 81px; } }
/* End Retina Display */
#clients > p,
#services > p {
  font-size: 24px; }

#contact .person1 > h3,
#contact .person2 > h3 {
  line-height: 90%; }
#contact .person1 p.phoneNumber,
#contact .person2 p.phoneNumber {
  margin-bottom: 10px; }
#contact .person1 p.emailAddress,
#contact .person2 p.emailAddress {
  margin-top: 10px; }
#contact > div > p:nth-child(4) {
  font-size: 18px; }
#contact .readMore,
#contact .readMoreContainer {
  display: none;
  font-family: 'AvenirLTStd-Book';
  font-size: 18px; }
#contact .showLess1,
#contact .showLess2 {
  display: none; }

.readMore,
.showLess1,
.showLess2 {
  display: none; }

#quote {
  border: 21px solid #F7F5E7;
  text-align: center; }
  #quote h2 {
    color: #ff3178;
    line-height: 102%; }
  #quote p {
    font-size: 26px; }

footer h2 {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/new-eyes-logo.png) no-repeat;
  width: 186px;
  height: 42px;
  position: relative;
  left: 50%;
  margin-left: -93px;
  margin-top: 50px; }
footer.section p {
  font-size: 18px; }
footer .social {
  display: block;
  /*background: blue;*/ }
  footer .social a {
    display: inline-block;
    color: #b9b8b9;
    margin: 0 5px; }
  footer .social .icon-facebook:hover {
    color: #3b579d; }
  footer .social .icon-twitter:hover {
    color: #5ea9dd; }
  footer .social span {
    display: inline-block;
    font-size: 29px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out; }

h2.section-title {
  color: #006666;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 32px; }

#two-minds h2 {
  color: #000;
  margin-top: 15px;
  line-height: 100%; }

@media screen and (max-width: 479px) {
  #firstSlide nav li {
    display: block; }
    #firstSlide nav li:nth-child(even) {
      display: none; }

  #services p,
  #clients p {
    width: 91%;
    margin-left: 4.5%; }

  h3 {
    font-size: 36px;
    margin: 0; }

  #clients h4 {
    width: 88%;
    margin-left: 6%; }
  #clients > h3 {
    padding: 0 20px; } }
@media screen and (min-width: 481px) {
  .clientInfo {
    width: 300px;
    padding: 0 15px; }

  #services {
    padding-bottom: 15px; }
    #services .service p, #services > p {
      padding: 0 20px; }

  #two-minds > p {
    margin-top: 30px; } }
@media screen and (min-width: 481px) and (max-width: 658px) {
  #firstSlide > p {
    margin-top: 0; } }
@media screen and (max-width: 550px) {
  #firstSlide > p {
    position: static;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000; }
  #firstSlide nav li {
    display: block; }
    #firstSlide nav li:nth-child(even) {
      display: none; }

  #firstSlide nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0; }
    #firstSlide nav li {
      color: #000; }
    #firstSlide nav a {
      color: #ff3178; }
      #firstSlide nav a:hover {
        color: #006666; }

  #clients .flex-item {
    margin-bottom: 15px; }

  #two-minds > p {
    font-size: 24px; }

  #quote h2 {
    padding: 20px 20px 0 20px;
    font-size: 30px;
    line-height: 34px; } }
@media screen and (min-width: 551px) {
  #firstSlide > p {
    top: 38%; } }
@media screen and (min-width: 551px) and (max-width: 658px) {
  #firstSlide > p {
    left: 50%;
    top: 38%;
    width: 520px;
    margin-left: -260px; }

  .flex-container {
    -webkit-flex-direction: column; }
    .flex-container .flex-item {
      margin-bottom: 15px;
      width: 100%; }
      .flex-container .flex-item p,
      .flex-container .flex-item h4 {
        padding: 0 20px; }
      .flex-container .flex-item:last-child {
        margin-bottom: 0; }

  .flex-item {
    padding: 0; }

  #services > h3 {
    padding: 0 20px; }

  #contact > div {
    width: 100%;
    margin: 0; }

  #clients > p,
  #contact .person1 p,
  #contact .person2 p,
  #quote h2 {
    padding: 0 20px; }

  #quote {
    padding-top: 12px; } }
@media screen and (max-width: 658px) {
  #contact > div {
    width: 100%;
    margin: 0; }
    #contact > div p {
      padding: 0 20px; }
    #contact > div > div {
      width: 100%; }

  #contact > div.person1 {
    margin-bottom: 10px; } }
@media screen and (min-width: 659px) {
  .section > p {
    font-size: 24px; }

  #services > p {
    width: 600px;
    margin: 0 auto 40px; }
  #services .service h4 {
    font-size: 24px; }

  #firstSlide h2 {
    margin-left: -90px;
    top: 80px; }

  #services .service {
    width: 32%;
    float: left; }
    #services .service.services-strategy {
      margin-left: 2%; }
    #services .service h4, #services .service p {
      margin: 0; }
    #services .service p {
      font-size: 18px; }

  #clients > p {
    width: 580px;
    margin-right: auto;
    margin-left: auto; }
  #clients .flex-container {
    padding: 0 65px; }

  h3 {
    margin: 0 auto; }
    h3:nth-child(3) {
      width: 500px; }

  h2 {
    line-height: 1.1em; }

  #two-minds p {
    width: 600px;
    margin: 25px auto 25px; }

  #contact > div {
    width: 39.65%; }
    #contact > div.person1 {
      margin-left: 8.28%;
      margin-right: 4.14%; }
    #contact > div.person2 {
      margin-left: 0;
      margin-right: 8.28%; }
    #contact > div p {
      font-size: 18px; }

  #quote h2 {
    padding: 30px 30px 0; } }
@media screen and (min-width: 659px) and (max-width: 799px) {
  #firstSlide > p {
    margin-top: 0; } }
@media screen and (max-width: 799px) {
  #contact > div > h3 {
    font-size: 40px; } }
@media screen and (min-width: 800px) {
  #firstSlide > p {
    top: 38%;
    margin-top: 0; }

  #clients p.p3 {
    padding-bottom: 15px; }

  #contact > div > h3 {
    font-size: 90px; }

  #quote p {
    padding-bottom: 15px; } }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  #firstSlide h1 {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/new-eyes-logo@2x.png) no-repeat;
    background-size: 186px 42px;
    width: 186px;
    height: 42px;
    /*display: block;*/
    position: absolute;
    /*top: 60px;*/
    top: 10%;
    left: 50%;
    margin-left: -93px;
    margin-top: 50px; }

  footer h2 {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/new-eyes-logo@2x.png) no-repeat;
    background-size: 186px 42px;
    width: 186px;
    height: 42px;
    position: relative;
    left: 50%;
    margin-left: -93px;
    margin-top: 50px; } }
/* iOS slider container */
.iosSlider {
  width: 100%;
  height: 100%; }

.iosSlider .slider {
  width: 100%;
  height: 100%; }

.iosSlider .slider .slide {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  text-align: center; }

.iosSlider .slider .slide div {
  position: relative;
  top: 0;
  left: 0;
  max-width: 90%;
  width: 100%;
  margin: 0 auto; }

/**
 * @license
 * MyFonts Webfont Build ID 2834255, 2014-06-24T13:11:52-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir 45 Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * 
 * Webfont: Avenir 95 Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2834255
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("../fonts/2B3F4F_0_0.eot");
  src: url("../fonts/2B3F4F_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B3F4F_0_0.woff") format("woff"), url("../fonts/2B3F4F_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("../fonts/2B3F4F_1_0.eot");
  src: url("../fonts/2B3F4F_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B3F4F_1_0.woff") format("woff"), url("webfonts/2B3F4F_1_0.ttf") format("truetype"); }
.ie8 section.section,
.ie8 #firstSlide,
.ie8 #services,
.ie8 #clients-pic,
.ie8 #clients,
.ie8 #two-minds,
.ie8 #contact,
.ie8 #tag-pic,
.ie8 #quote,
.ie8 footer.section {
  width: 1000px !important;
  margin: 0 auto; }
.ie8 #services > h3 {
  font-size: 80px; }
.ie8 #firstSlide #mainHeadline {
  font-size: 80px;
  position: absolute;
  top: 38%;
  left: 50%;
  margin-left: -600px;
  margin-top: 0; }
.ie8 #firstSlide > p {
  font-size: 90px;
  top: 38%;
  line-height: 1em;
  margin-top: -60px; }
.ie8 #services > h2 {
  margin-bottom: 30px; }
.ie8 #services > p,
.ie8 #services .service > p {
  width: 560px;
  margin-right: auto;
  margin-left: auto; }
.ie8 #services .service {
  width: 32%;
  float: left; }
  .ie8 #services .service li {
    font-family: 'AvenirLTStd-Book'; }
.ie8 #services > h3 {
  margin-top: 0px; }
.ie8 #services > p {
  font-family: 'AvenirLTStd-Book'; }
.ie8 #services > div.service.services-strategy {
  margin-left: 2%; }
.ie8 section h2.section-title {
  margin-bottom: 0; }
.ie8 #clients > h2 {
  margin-bottom: 30px; }
.ie8 #clients > p {
  width: 560px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'AvenirLTStd-Book'; }
.ie8 #clients .flex-container {
  padding: 0 50px; }
  .ie8 #clients .flex-container .flex-item {
    width: 33.3333333%;
    margin: 0 0 20px;
    float: left;
    padding: 0 15px; }
    .ie8 #clients .flex-container .flex-item p {
      font-family: 'AvenirLTStd-Book'; }
.ie8 #clients .p3 {
  clear: both; }
.ie8 #clients ul.client-logos {
  width: 700px; }
.ie8 #two-minds {
  position: relative; }
  .ie8 #two-minds h2 {
    position: absolute;
    top: 25%;
    font-size: 90px;
    width: 600px;
    margin-left: -300px;
    left: 50%;
    line-height: 92%; }
  .ie8 #two-minds > p {
    width: 560px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'AvenirLTStd-Book';
    font-size: 24px; }
  .ie8 #two-minds > h2 {
    font-size: 80px !important; }
.ie8 #contact .person1,
.ie8 #contact .person2 {
  width: 39.65%;
  margin-top: -65px; }
  .ie8 #contact .person1 > h3,
  .ie8 #contact .person2 > h3 {
    font-size: 80px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px; }
.ie8 #contact .person1 {
  margin-left: 8.28%;
  margin-right: 4.14%; }
.ie8 #contact .person2 {
  margin-left: 0;
  margin-right: 8.28%; }
.ie8 #contact p {
  font-family: 'AvenirLTStd-Book';
  font-size: 18px; }
  .ie8 #contact p.readMore2, .ie8 #contact p.readMore1 {
    font-family: 'AvenirLTStd-Black'; }
.ie8 #quote {
  padding-top: 20px; }
  .ie8 #quote > h2.headline {
    line-height: 100%;
    margin-top: 20px !important;
    font-size: 80px !important; }
  .ie8 #quote > p {
    font-family: 'AvenirLTStd-Book'; }
.ie8 #quote > h2 {
  font-size: 80px; }
.ie8 footer.section p {
  font-family: 'AvenirLTStd-Book'; }

.ie9 #clients .flex-container .flex-item {
  width: 33.3333333%;
  margin: 0 0 20px;
  float: left;
  padding: 0 15px; }
.ie9 #clients .p3 {
  clear: both; }

.ie8 #clients .flex-container .flex-item:first-child + .flex-item + .flex-item + .flex-item, .ie9 #clients .flex-container .flex-item:first-child + .flex-item + .flex-item + .flex-item {
  clear: left; }

/* ie10/11 */
.canvas.indexeddb.history.websockets.textshadow.no-flexboxlegacy #clients .flex-container .flex-item {
  float: left;
  width: 32%; }

/* IE 8 */
/*.ie8.js.no-flexbox.no-flexboxlegacy.no-canvas.no-canvastext.no-webgl.no-touch.no-geolocation.postmessage.no-websqldatabase.no-indexeddb.hashchange.no-history.draganddrop.no-websockets.no-rgba.no-hsla.no-multiplebgs.no-backgroundsize.no-borderimage.no-borderradius.no-boxshadow.no-textshadow.no-opacity.no-cssanimations.no-csscolumns.no-cssgradients.no-cssreflections.no-csstransforms.no-csstransforms3d.no-csstransitions.fontface.generatedcontent.no-video.no-audio.localstorage.sessionstorage.no-webworkers.no-applicationcache.no-svg.no-inlinesvg.no-smil.no-svgclippaths.mti-avenirltw0195black-n4-active.mti-avenirltw0165medium-n4-active.mti-active*/
/* IE 9 */
/*.ie9.js.no-flexbox.no-flexboxlegacy.canvas.canvastext.no-webgl.no-touch.geolocation.postmessage.no-websqldatabase.no-indexeddb.hashchange.no-history.draganddrop.no-websockets.rgba.hsla.multiplebgs.backgroundsize.no-borderimage.borderradius.boxshadow.no-textshadow.opacity.no-cssanimations.no-csscolumns.no-cssgradients.no-cssreflections.csstransforms.no-csstransforms3d.no-csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.no-webworkers.no-applicationcache.svg.inlinesvg.no-smil.svgclippaths.mti-avenirltw0195black-n4-active.mti-avenirltw0165medium-n4-active.mti-active*/
/* Chrome */
/*.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths.mti-avenirltw0195black-n4-active.mti-avenirltw0165medium-n4-active.mti-active*/
/* IE 10 */
/*.js.flexbox.no-flexboxlegacy.canvas.canvastext.no-webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.no-borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.no-smil.svgclippaths.mti-avenirltw0195black-n4-active.mti-avenirltw0165medium-n4-active.mti-active
.canvas.indexeddb.history.websockets.textshadow*/
/*IE 11*/
/*.js.flexbox.no-flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.no-smil.svgclippaths.mti-avenirltw0165medium-n4-active.mti-avenirltw0195black-n4-active.mti-active
.canvas.webgl*/


