/*
Theme Name: Translation
Theme URI: http://translationllc.com/
Author: Jose Ayala
Author URI: http://stayhonest.com/
Description: Custom theme for Translationllc.com
Version: 1.0
*/

/* Foundation Global */
@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html,
body {
  font-size: 16px;
}

sup {
    font-size: 7px;
    left: 0.1em;
    top: 0.2em;
}



body {
  padding: 0;
  background: white;
  color: #222222;
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


img,
object,
embed {
  max-width: 100%;
  height: auto;
}


object,
embed {
  height: 100%;
}


img {
  -ms-interpolation-mode: bicubic;
}

#client-logos{

  width:80%;
  margin:0 auto;
}


#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}


.left {
  float: left;
}


.right {
  float: right;
}


.text-left {
  text-align: left;
}


.text-right {
  text-align: right;
}


.text-center {
  text-align: center;
}


.text-justify {
  text-align: justify;
}


.hide {
  display: none;
}


img {
  display: block;
}


textarea {
  min-height: 50px;
  height: auto;
}


select {
  width: 100%;
}


.social-icon {
display:inline; 
height:18px;
margin-left:3px;
margin-top:3px;
}

.first-social-icon {
margin-left:0px;
}

/* Grid HTML Classes */

.row {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 62.5em;
  width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}



.row .column,
.row .columns {
  position: relative;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  width: 100%;
}

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-top: 0;
  margin-right: -0.9375em;
  margin-bottom: 0;
  margin-left: -0.9375em;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  display: table;
  content: " ";
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  display: table;
  content: " ";
}

.row .row.collapse:after {
  clear: both;
}

@media only screen {

  .row .column,
  .row .columns {
    position: relative;
    float: left;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }


  .row .small-1 {
    position: relative;
    width: 8.33333%;
  }


  .row .small-2 {
    position: relative;
    width: 16.66667%;
  }


  .row .small-3 {
    position: relative;
    width: 25%;
  }


  .row .small-4 {
    position: relative;
    width: 33.33333%;
  }


  .row .small-5 {
    position: relative;
    width: 41.66667%;
  }


  .row .small-6 {
    position: relative;
    width: 50%;
  }


  .row .small-7 {
    position: relative;
    width: 58.33333%;
  }


  .row .small-8 {
    position: relative;
    width: 66.66667%;
  }


  .row .small-9 {
    position: relative;
    width: 75%;
  }


  .row .small-10 {
    position: relative;
    width: 83.33333%;
  }


  .row .small-11 {
    position: relative;
    width: 91.66667%;
  }


  .row .small-12 {
    position: relative;
    width: 100%;
  }


  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }


  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }


  .row .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }


  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }


  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }


  .row .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }


  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }


  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }


  .row .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }


  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }


  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }


  [class*="column"] + [class*="column"].end {
    float: left;
  }


  .column.small-centered,
  .columns.small-centered {
    position: relative;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}


@media only screen and (min-width: 45.750em) {

  .row .large-1 {
    position: relative;
    width: 8.33333%;
  }


  .row .large-2 {
    position: relative;
    width: 16.66667%;
  }


  .row .large-3 {
    position: relative;
    width: 25%;
  }


  .row .large-4 {
    position: relative;
    width: 33.33333%;
  }


  .row .large-5 {
    position: relative;
    width: 41.66667%;
  }


  .row .large-6 {
    position: relative;
    width: 50%;
  }


  .row .large-7 {
    position: relative;
    width: 58.33333%;
  }


  .row .large-8 {
    position: relative;
    width: 66.66667%;
  }


  .row .large-9 {
    position: relative;
    width: 75%;
  }


  .row .large-10 {
    position: relative;
    width: 83.33333%;
  }


  .row .large-11 {
    position: relative;
    width: 91.66667%;
  }


  .row .large-12 {
    position: relative;
    width: 100%;
  }


  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }


  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }


  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }


  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }


  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }


  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }


  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }


  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }


  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }


  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }


  .push-2 {
    position: relative;
    right: auto;
    left: 16.66667%;
  }


  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }


  .push-3 {
    position: relative;
    right: auto;
    left: 25%;
  }


  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }


  .push-4 {
    position: relative;
    right: auto;
    left: 33.33333%;
  }


  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }


  .push-5 {
    position: relative;
    right: auto;
    left: 41.66667%;
  }


  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }


  .push-6 {
    position: relative;
    right: auto;
    left: 50%;
  }


  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }


  .push-7 {
    position: relative;
    right: auto;
    left: 58.33333%;
  }


  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }


  .push-8 {
    position: relative;
    right: auto;
    left: 66.66667%;
  }


  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }


  .push-9 {
    position: relative;
    right: auto;
    left: 75%;
  }


  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }


  .push-10 {
    position: relative;
    right: auto;
    left: 83.33333%;
  }


  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }


  .small-push-2 {
    left: inherit;
  }


  .small-pull-2 {
    right: inherit;
  }


  .small-push-3 {
    left: inherit;
  }


  .small-pull-3 {
    right: inherit;
  }


  .small-push-4 {
    left: inherit;
  }


  .small-pull-4 {
    right: inherit;
  }


  .small-push-5 {
    left: inherit;
  }


  .small-pull-5 {
    right: inherit;
  }


  .small-push-6 {
    left: inherit;
  }


  .small-pull-6 {
    right: inherit;
  }


  .small-push-7 {
    left: inherit;
  }


  .small-pull-7 {
    right: inherit;
  }


  .small-push-8 {
    left: inherit;
  }


  .small-pull-8 {
    right: inherit;
  }


  .small-push-9 {
    left: inherit;
  }


  .small-pull-9 {
    right: inherit;
  }


  .small-push-10 {
    left: inherit;
  }


  .small-pull-10 {
    right: inherit;
  }


  .column.large-centered,
  .columns.large-centered {
    position: relative;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Foundation Visibility HTML Classes */
@media only screen {

  .show-for-small,
  .show-for-medium-down,
  .show-for-large-down {
    display: inherit !important;
  }


  .show-for-medium,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }


  .hide-for-medium,
  .hide-for-medium-up,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }


  .hide-for-small,
  .hide-for-medium-down,
  .hide-for-large-down {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {

  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-large-down {
    display: inherit !important;
  }


  .show-for-small,
  .show-for-large,
  .show-for-large-up {
    display: none !important;
  }


  .hide-for-small,
  .hide-for-large,
  .hide-for-large-up {
    display: inherit !important;
  }


  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large-down {
    display: none !important;
  }
}

@media only screen and (min-width: 80em) {

  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-up {
    display: inherit !important;
  }


  .show-for-small,
  .show-for-medium {
    display: none !important;
  }


  .hide-for-small,
  .hide-for-medium {
    display: inherit !important;
  }


  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-up {
    display: none !important;
  }
}

@media only screen and (min-width: 90em) {

  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-large-down,
  .show-for-large-up {
    display: inherit !important;
  }


  .show-for-small,
  .show-for-medium,
  .show-for-large {
    display: none !important;
  }


  .hide-for-small,
  .hide-for-medium,
  .hide-for-large {
    display: inherit !important;
  }


  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-large-down,
  .hide-for-large-up {
    display: none !important;
  }
}


.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}


.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }


  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {

  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }


  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}


.show-for-touch {
  display: none !important;
}


.hide-for-touch {
  display: inherit !important;
}


.touch .show-for-touch {
  display: inherit !important;
}


.touch .hide-for-touch {
  display: none !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {

  [class*="block-grid-"] {
    display: block;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
  }

  [class*="block-grid-"] > li {
    display: block;
    float: left;
    padding: 0 10px 10px;
    height: auto;
  }


  .small-block-grid-2 > li {
    padding: 0 10px 10px;
    width: 50%;
  }

  .small-block-grid-2:nth-of-type(2n+1) {
    clear: both;
  }


  .small-block-grid-3 > li {
    padding: 0 10px 10px;
    width: 33.33333%;
  }

  .small-block-grid-3:nth-of-type(3n+1) {
    clear: both;
  }


  .small-block-grid-4 > li {
    padding: 0 10px 10px;
    width: 25%;
  }

  .small-block-grid-4:nth-of-type(4n+1) {
    clear: both;
  }


  .small-block-grid-5 > li {
    padding: 0 10px 10px;
    width: 20%;
  }

  .small-block-grid-5:nth-of-type(5n+1) {
    clear: both;
  }


  .small-block-grid-6 > li {
    padding: 0 10px 10px;
    width: 16.66667%;
  }

  .small-block-grid-6:nth-of-type(6n+1) {
    clear: both;
  }


  .small-block-grid-7 > li {
    padding: 0 10px 10px;
    width: 14.28571%;
  }

  .small-block-grid-7:nth-of-type(7n+1) {
    clear: both;
  }


  .small-block-grid-8 > li {
    padding: 0 10px 10px;
    width: 12.5%;
  }

  .small-block-grid-8:nth-of-type(8n+1) {
    clear: both;
  }


  .small-block-grid-9 > li {
    padding: 0 10px 10px;
    width: 11.11111%;
  }

  .small-block-grid-9:nth-of-type(9n+1) {
    clear: both;
  }


  .small-block-grid-10 > li {
    padding: 0 10px 10px;
    width: 10%;
  }

  .small-block-grid-10:nth-of-type(10n+1) {
    clear: both;
  }


  .small-block-grid-11 > li {
    padding: 0 10px 10px;
    width: 9.09091%;
  }

  .small-block-grid-11:nth-of-type(11n+1) {
    clear: both;
  }


  .small-block-grid-12 > li {
    padding: 0 10px 10px;
    width: 8.33333%;
  }

  .small-block-grid-12:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 48em) {

  .large-block-grid-2 > li {
    padding: 0 15px 15px;
    width: 50%;
  }

  .large-block-grid-2:nth-of-type(2n+1) {
    clear: both;
  }


  .large-block-grid-3 > li {
    padding: 0 12px 12px;
    width: 33.33333%;
  }

  .large-block-grid-3:nth-of-type(3n+1) {
    clear: both;
  }


  .large-block-grid-4 > li {
    padding: 0 10px 10px;
    width: 25%;
  }

  .large-block-grid-4:nth-of-type(4n+1) {
    clear: both;
  }


  .large-block-grid-5 > li {
    padding: 0 10px 10px;
    width: 20%;
  }

  .large-block-grid-5:nth-of-type(5n+1) {
    clear: both;
  }


  .large-block-grid-6 > li {
    padding: 0 10px 10px;
    width: 16.66667%;
  }

  .large-block-grid-6:nth-of-type(6n+1) {
    clear: both;
  }


  .large-block-grid-7 > li {
    padding: 0 10px 10px;
    width: 14.28571%;
  }

  .large-block-grid-7:nth-of-type(7n+1) {
    clear: both;
  }


  .large-block-grid-8 > li {
    padding: 0 10px 10px;
    width: 12.5%;
  }

  .large-block-grid-8:nth-of-type(8n+1) {
    clear: both;
  }


  .large-block-grid-9 > li {
    padding: 0 10px 10px;
    width: 11.11111%;
  }

  .large-block-grid-9:nth-of-type(9n+1) {
    clear: both;
  }


  .large-block-grid-10 > li {
    padding: 0 10px 10px;
    width: 10%;
  }

  .large-block-grid-10:nth-of-type(10n+1) {
    clear: both;
  }


  .large-block-grid-11 > li {
    padding: 0 10px 10px;
    width: 9.09091%;
  }

  .large-block-grid-11:nth-of-type(11n+1) {
    clear: both;
  }


  .large-block-grid-12 > li {
    padding: 0 10px 10px;
    width: 8.33333%;
  }

  .large-block-grid-12:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Typography resets */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}


.subheader {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  color: #6f6f6f;
  font-weight: 300;
  line-height: 1.4;
}



div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}



a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #2795b6;
}

a img {
  border: none;
}


p {
  margin-bottom: 1.25em;
  font-weight: normal;
  font-size: 22px;
  font-family: inherit;
  line-height: 24px;
  color: #4c4c4c;
}

p aside {
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.35;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  color: #222222;
  font-weight: bold;
  font-style: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  line-height: 0;
}


h1 {
  font-size: 2.75em;
}


h2 {
  font-size: 2.3125em;
}


h3 {
  font-size: 1.6875em;
}


h4 {
  font-size: 1.4375em;
}


h5 {
  font-size: 1.125em;
}


h6 {
  font-size: 16px;
}


hr {
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
  border: solid #BEBDBD;
  border-width: 1px 0 0;
}



em,
i {
  font-style: italic;
  line-height: inherit;
}


strong,
b {
  font-weight: bold;
  line-height: inherit;
}


small {
  font-size: 60%;
  line-height: inherit;
}


code {
  color: #7f0a0c;
  font-weight: bold;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}



ul,
ol,
dl {
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-size: 15px;
  line-height: 1.6;
}



ul li ul,
ul li ol {
  margin-bottom: 0;
  margin-left: 1.125em;
  font-size: 16px;

}

ul.square, ul.circle, ul.disc {
  margin-left: 1.125em;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}



ol {
  margin-left: 1.125em;
}

ol li ul,
ol li ol {
  margin-bottom: 0;
  margin-left: 1.125em;
}



dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}



abbr,
acronym {
  border-bottom: 1px dotted #dddddd;
  color: #222222;
  text-transform: uppercase;
  font-size: 90%;
  cursor: help;
}


abbr {
  text-transform: none;
}



blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}

blockquote cite {
  display: block;
  color: #555555;
  font-size: 0.8125em;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}


blockquote,
blockquote p {
  color: #6f6f6f;
  line-height: 1.6;
}



.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  padding: 0.625em 0.75em;
  border: 1px solid #dddddd;
}

.vcard li {
  display: block;
  margin: 0;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}


.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  padding: 0 0.0625em;
  border: none;
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
  display: none !important;
}

@media print {

  * {
    background: transparent !important;

    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }


  a,
  a:visited {
    text-decoration: underline;
  }


  a[href]:after {
    content: " (" attr(href) ")";
  }


  abbr[title]:after {
    content: " (" attr(title) ")";
  }


  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }


  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }


  thead {
    display: table-header-group;

  }


  tr,
  img {
    page-break-inside: avoid;
  }


  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}


  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }


  h2,
  h3 {
    page-break-after: avoid;
  }


  .hide-on-print {
    display: none !important;
  }


  .print-only {
    display: block !important;
  }


  .hide-for-print {
    display: none !important;
  }


  .show-for-print {
    display: inherit !important;
  }
}


/* Button Groups */

.button-group {
  margin: 0 0 1.25em;
  list-style: none;
  *zoom: 1;
}

.button-group:before, .button-group:after {
  display: table;
  content: " ";
}

.button-group:after {
  clear: both;
}

.button-group li {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.button-group li:first-child {
  margin-left: 0;
}
.button-group li:last-child {
  margin-right: 0;
}

.button-group.radius li:first-child > a {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.button-group.radius li:last-child > a {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.button-group.round li:first-child > a {
  -webkit-border-radius: 1000px 0 0 1000px;
  border-radius: 1000px 0 0 1000px;
}

.button-group.round li:last-child > a {
  -webkit-border-radius: 0 1000px 1000px 0;
  border-radius: 0 1000px 1000px 0;
}

.button-group.even-2 li {
  width: 33.33333%;
}

.button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  width: 33.33333%;
}

.button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  width: 33.33333%;
}

.button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  width: 33.33333%;
}

.button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  width: 33.33333%;
}

.button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  width: 33.33333%;
}

.button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  width: 33.33333%;
}

.button-group.even-8 li .button {
  width: 100%;
}


/* Flex Video */

.flex-video {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #111111;
}


.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

/* FONTS */


@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=476b92b4-dc2b-49fc-a88f-dfbd4b1d958e");
@font-face{
font-family:"HelveticaNeueW02-UltLt";
src:url("Fonts/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix");
src:url("Fonts/787ee748-9cce-45a0-910b-6b5c6e87e327.eot?#iefix") format("eot"),url("Fonts/84558c76-9f1b-44d2-ac62-d7937f43809b.woff") format("woff"),url("Fonts/411a88fe-e483-4fb8-af42-8369ebb1138d.ttf") format("truetype"),url("Fonts/6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167.svg#6dfe33a4-0ad5-4c85-8e01-f48ecfe3c167") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-45Ligh";
src:url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
src:url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"),url("Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"),url("Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"),url("Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face{
font-family:"Bauer Bodoni W01 Roman";
src:url("Fonts/80a529e3-1d54-4685-89f1-0312e7794ebe.eot?#iefix");
src:url("Fonts/80a529e3-1d54-4685-89f1-0312e7794ebe.eot?#iefix") format("eot"),url("Fonts/d6ecc835-7723-4e56-9185-050b18cdbae3.woff") format("woff"),url("Fonts/6da88198-f46a-4fd7-95d1-4970332b78db.ttf") format("truetype"),url("Fonts/afa95b52-ae4b-4a95-93bb-f7ff0f399d13.svg#afa95b52-ae4b-4a95-93bb-f7ff0f399d13") format("svg");
}
@font-face{
font-family:"Bauer Bodoni W01 Italic";
src:url("Fonts/0d956984-1d14-4bf5-bfbd-24047fe105f0.eot?#iefix");
src:url("Fonts/0d956984-1d14-4bf5-bfbd-24047fe105f0.eot?#iefix") format("eot"),url("Fonts/47cb918f-38fe-4009-ae12-16659f98a1eb.woff") format("woff"),url("Fonts/37942b37-f74a-4adf-91a0-6866ad671859.ttf") format("truetype"),url("Fonts/1aa79473-3e74-468a-a0fe-f575dea12203.svg#1aa79473-3e74-468a-a0fe-f575dea12203") format("svg");
}
@font-face{
font-family:"Bauer Bodoni W01 Bold 795736";
src:url("Fonts/2c573ee6-6830-45a3-87e3-fa5a4a7ee541.eot?#iefix");
src:url("Fonts/2c573ee6-6830-45a3-87e3-fa5a4a7ee541.eot?#iefix") format("eot"),url("Fonts/129e8e29-2c42-402c-bdbb-0b73b347ee4b.woff") format("woff"),url("Fonts/93bc0edb-b4d4-4222-a1d6-ec2b6c3f3f3c.ttf") format("truetype"),url("Fonts/bb0b3949-bbeb-475c-aaed-73ed6b2e6a99.svg#bb0b3949-bbeb-475c-aaed-73ed6b2e6a99") format("svg");
}
@font-face{
font-family:"BauerBodoniW01-BoldItal 795739";
src:url("Fonts/ce20c933-9545-4fff-9415-ae044ede469c.eot?#iefix");
src:url("Fonts/ce20c933-9545-4fff-9415-ae044ede469c.eot?#iefix") format("eot"),url("Fonts/e1047824-f180-4752-951d-c663d0ea53b9.woff") format("woff"),url("Fonts/930a8c93-9df8-4c5b-92f1-a08ccdcbd417.ttf") format("truetype"),url("Fonts/88a62acf-be62-4394-8169-d2b319b4e13d.svg#88a62acf-be62-4394-8169-d2b319b4e13d") format("svg");
}
@font-face{
font-family:"Bauer Bodoni W01 Black";
src:url("Fonts/915ad3e2-adf1-4909-8055-b3f942a26443.eot?#iefix");
src:url("Fonts/915ad3e2-adf1-4909-8055-b3f942a26443.eot?#iefix") format("eot"),url("Fonts/67f6e57e-3d47-4e01-8e0c-248078b19e60.woff") format("woff"),url("Fonts/36c78417-ec70-4757-8631-9b6b89af72e4.ttf") format("truetype"),url("Fonts/a30710ef-31b8-45d4-9111-2d8c510dcd94.svg#a30710ef-31b8-45d4-9111-2d8c510dcd94") format("svg");
}
@font-face{
font-family:"BauerBodoniW01-BlackIta";
src:url("Fonts/f5650444-5085-482f-95c4-fed344d7b399.eot?#iefix");
src:url("Fonts/f5650444-5085-482f-95c4-fed344d7b399.eot?#iefix") format("eot"),url("Fonts/2e0c0536-949e-4b3a-a465-e562cf02d60b.woff") format("woff"),url("Fonts/f5de218c-65fe-4f39-b133-0f871722bfa5.ttf") format("truetype"),url("Fonts/be1fbad4-abf5-49be-a8ce-a23bc83cac9b.svg#be1fbad4-abf5-49be-a8ce-a23bc83cac9b") format("svg");
}
@font-face{
font-family:"BauerBodoniW01-BoldCn";
src:url("Fonts/4186fefb-3fa1-4895-80b3-e5feae49e093.eot?#iefix");
src:url("Fonts/4186fefb-3fa1-4895-80b3-e5feae49e093.eot?#iefix") format("eot"),url("Fonts/05b93974-3a12-44c8-bb9c-01030db08f0f.woff") format("woff"),url("Fonts/479055d2-ae27-4fe9-b177-42aed92e334c.ttf") format("truetype"),url("Fonts/af56c22a-62f4-42f6-9194-1bb213a03cba.svg#af56c22a-62f4-42f6-9194-1bb213a03cba") format("svg");
}
@font-face{
font-family:"BauerBodoniW01-BlackCn";
src:url("Fonts/74a867e9-210c-4dff-b85b-5a9e8bbaa548.eot?#iefix");
src:url("Fonts/74a867e9-210c-4dff-b85b-5a9e8bbaa548.eot?#iefix") format("eot"),url("Fonts/4e504087-034b-47c8-adbd-67b2da75d692.woff") format("woff"),url("Fonts/3e73b73e-c6d3-469c-8af9-5ef7fdd38179.ttf") format("truetype"),url("Fonts/a5869585-815e-473a-9bb8-c59aa7c05206.svg#a5869585-815e-473a-9bb8-c59aa7c05206") format("svg");
}

.ir {
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

body {
  padding: 0 3.425em;
  font-family: 'Bauer Bodoni W01 Roman';
}








.row {
  max-width: 56.55em;
  margin-bottom: 15px;
}

.row .row {
  margin-bottom: 0.813em;
  margin-left: -0.813em;
  margin-right: -0.813em; 
}

.row .column, .row .columns {
  padding-right: 0.813em;
  padding-left: 0.813em;
}

img {
  margin-bottom: 0.813em;
}

.row.main {
  margin-bottom: 0;
}

.third-row {
  padding-top: 1em;
}

.row.staff {
  margin-right: 0;
  margin-left: 0;
}

/* used for senior management row in Brain page */
.row .staff-column-five {
  margin-right: 2.5%;
  padding: 0;
  width: 18%;
}

/* used for staff rows in Brain page */
.row .staff-column-eight {
  padding: 0 1px 0 0;
  width: 12.5%;
}

a {
  color: black;
}

a:hover {
  color: grey;
}

.container {
  position: relative;
}

/*REMOVES HOVER STATE FROM PHILOSOPHY VIDEO*/

/* .inline-video:hover {
  cursor: pointer; cursor: hand;
}
*/

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: lighter;
  font-family: 'Bauer Bodoni W01 Roman';
}

.italics, i {
  font-family: "Bauer Bodoni W01 Italic";
}
.bold {
  font-family: 'Bauer Bodoni W01 Bold 795736';
}
.fullbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
  overflow:auto;
  padding: 0 10px 0 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  background-color: white;
  -webkit-overflow-scrolling:touch;
}
.fullbox iFrame {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fullbox-close, .fancybox-close {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 18px;
  height: 20px;
  background-image: url('/wp-content/themes/translation/images/close-x.png');
  cursor: pointer;
  z-index: 999999999999;
}

.case-study .fullbox-close, .case-study .fancybox-close {
  top: -20px;
}
.fancybox-close span {
   display: none;
}

.fancybox-close {
  display: block;
}

.mobile-phone #copy-link, .tablet #copy-link {
  display: none;
}
#copy-link {
  clear: both;
  float: right;
  width: 79px;
  height: 22px;
  background: none;
  background-repeat: no-repeat;
  background-image: url('images/icon-copy-link.png');
  background-position: 0 0; 
  border: none;
  font-size: 11px;
  text-align: right;
}
.more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  font-family: 'Bauer Bodoni W01 Italic';
}

.navToggle {
  display:none;
  margin: 1em auto 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: "BauerBodoniW01-BoldItal 795739";
}

/*#navbar .columns {
  position: static !important;
}
*/

#navbar {
  position: relative;
  z-index: 3;
  padding: 0 4.2em 0.5em 4.22em;
  background-color: white;
  text-align: center;
}

#navbar_inner {
  border-bottom: 1px solid #b2b2b2;
}

.clear {
  clear: both;
}

#navbar .logo {
  margin: 0 0 0 -85px;
}

#navbar .logo img {
  margin: 4px 0 0 0;
  max-width: none;
  width: 225px;
  height: 87px;
}

#navbar-wrapper {
  position: fixed;
  right: 0;
  margin: 0 auto;
  max-width: 63.3250em;
}

#navbar .columns {
  height: 105px;
}

.row .navigation-container {
  padding-right: 0 !important;
}

ul.site-navigation {
  margin-top: 4em;
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.button-group li {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.site-navigation li {
  margin-right: auto;
  margin-left: auto;
  width: auto;
}

.lt-ie9 .site-navigation li {
  margin: 0 2%;
  width: auto;
}

.button-group li:first-child {
  margin-left: 0;
}

.button-group li:last-child {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.site-navigation .facebook {
  right: 6.5%;
}
.site-navigation .nav-button {
  position: relative;
  padding-top: 0.3em;
  border-width: 1px;
  border-color: transparent;
  border-top: white solid 3px;
  background-color: transparent;
  color: black;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
}

.site-navigation .current-menu-item .nav-button {
  border-top: black solid 3px;
}

#navbar h1 {
  margin-top: 0;
}

.site-navigation .nav-button:hover {
  border-top: black solid 3px;
}

.site-navigation .nav-button.social:hover {
  border-top: white solid 3px;
}
/* home page*/
.top-section {
  padding-top: 118px;
}

.page-results .top-section,
.page-work .top-section,
.post-archive-blog .top-section,
.post-type-archive-blog .top-section,
.page-news .top-section,
.page-results.tablet   .top-section,
.page-philosophy.tablet          .top-section,
.page-work.tablet           .top-section,
.post-archive-blog.tablet   .top-section,
.page-people .top-section {
  padding-top: 119px;
}

.page-philosophy .top-section{
    padding-top: 89px;
}

.home .featured {
  text-transform: uppercase;
  font-size: 24px;
}

.homepage-hero a {
  position: relative;
  display: block;
}

#homepage-quote-risky {
  margin-top: 40px;
  font-size: 51px;
  line-height: 42px;
  text-align: center;
  font-family: 'Bauer Bodoni W01 Bold 795736';
  text-transform: uppercase;
  max-width: 300px;
  margin: 40px auto;
}

#homepage-quote-risky .italics {
  font-family: 'BauerBodoniW01-BoldItal 795739';
}

#homepage-quote-risky .attribution {
    font-size: 18px;
    margin-left: -14px;
}

.fluid-width-video-wrapper {
  margin-bottom: 1em;
}

.row .client-logos {
  margin: -0.1em 0 -0.1em 0;
}

.row .client-logos .columns {
  padding: 0;
}

.row .client-logos img {
  margin-bottom: 0;
}
.row.below-logos {
  margin-bottom: 1em;
}
.home .below-logos hr {
  margin-bottom: 12px;
}
/*.home .row .we-are-translation {
  margin-bottom: 0;
}
.home .row .we-are-translation img {
  margin-bottom: 0;
}*/
.social-feed hr:first-child {
  margin-top: 0;
}
.project a {
  position: relative;
  display: block;
}

.project-name {
  font-family: "Bauer Bodoni W01 Italic";
}


h1 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 36px;
  line-height: 30px;
}

.thumbnail-header {
  position: absolute;
  margin: 0 22%;
  padding-top: 12%;
  width: 58%;
  height: auto;
  text-align: center;
}

.home .top-section .thumbnail-header {
  position: absolute;
  margin: 0;
  padding-top: 20%;
  width: auto;
  height: auto;
  left: 5%;
  right: 5%;
}

.project-two .thumbnail-header {
  padding-top: 23%;
}

.page-philosophy .thumbnail-header {
  padding-top: 16%!important;
}

.page-philosophy .thumbnail-header h2 {
  line-height: 1;
}

.this-is-translation .thumbnail-header {
  padding-top: 19%;
}

.home .top-section .thumbnail-header {
   padding-top: 23%;
 }

.thumbnail-header h2,
.thumbnail-header h3 {
  color: white;
  line-height: 1em;
}

.home .top-section .thumbnail-header h2,
.home .top-section .thumbnail-header h3 {
  line-height: 0.3;
}


.clientLogo {
  margin: 0 auto;
}


.no-touch a:hover .thumbnail-header, .no-touch a:hover .media {
  display: none;
}



.media {
  position: absolute;
  right: 6%;
  bottom: 6%;
  left: 6%;
  display: block;
  margin: 0 auto;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1em;
}
.page-results .media {
  font-size: 16px;
}
/*.no-touch .home .featured h2:hover {
  display: none;
}*/

.bwWrapper {
  position: relative;
  display: block;
}

.about h4 {
  display: inline-block;
  margin: 0 0 0.2em 0;
  width: 100%;
  font-size: 48px;
  line-height: 1;
}

.about p, .page-philosophy p {
  font-size: 22px;
  line-height: 24px;
}

.continue {
  display: block;
  margin-top: 4.5%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  font-family: 'Bauer Bodoni W01 Italic';
}

/* social feed */

.social-feed {
  overflow: hidden;
}

.carousel-container {
  position: relative;
  left: 0;
  width: 199.99%;
  -webkit-transition: all 0.5s linear;
}

.mobile-phone .carousel-container {
  width: 600%;
}

.social-feed .item {
  padding-bottom: 15px !important;
  width: 16.666% !important;
}

.social-feed .item p, .social-feed .item a {
  display: block;
  margin: 0 20% 5% 20%;
/* background: url(http://translation-foundation.local:8888/wp-content/themes/translation/images/facebook-post-icon.png) no-repeat center bottom; */
  text-align: center;
  font-size: 12px;
  font-family: 'Bauer Bodoni W01 Italic';
  line-height: 1.3em;
}

.social-feed .item a img {
  position: absolute;
  right:0;
  bottom: 0.625em;
  left: 0;
  margin: 0 auto;
  width: auto;
}

.social-feed hr.bottom {
  margin-bottom: 0.813em;
}
.carousel-container [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.social-feed-row {
  position: relative;
}

.row.social-feed-row .large-12 {
  position: static;
}

.sidestep-nav a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 20px;
  vertical-align: middle;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidestep-nav .next {
  right: 20px;
}

.sidestep-nav .prev {
  left: 20px;
}

.sidestep-nav a.disable {
  opacity: 0.25;
}

.homepage-last-row {
  margin-top: 1em;
}

.home .press h4 {
  margin: 0 0 0.4em 0;
  font-family: 'Bauer Bodoni W01 Italic';
  line-height: 0.8;
}

.home .press article {
  margin-bottom: 1em;
}

.home .press .publication {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'BauerBodoniW01-BoldItal 795739';
  margin-bottom: 0.3em;
  font-size: 14px;
}

.home .press .title {
  max-width: 375px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  font-size: 18px;
  line-height: 18px;
}

.home .press .byline {
  font-size: 11px;
  font-family: 'Bauer Bodoni W01 Italic';
}

.row .homepage-last-row {
  margin-bottom: 0.3em;
}

.homepage-last-row img {
  margin-bottom: 0;
}
/* Work Page */
.more-work {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Bauer Bodoni W01 Italic';
  margin-bottom: 1em;
}
.quote h2{
  padding: 5% 0 5% 0;
  text-align: center;
  font-size: 57px;
  font-family: 'Bauer Bodoni W01 Bold 795736';
  line-height: 0.9;
  margin-bottom: 0;
}

/** TAKE BELOW FOR ABOVE THE FOLD */
.work-blurb h2 {
  margin: 0 0 0.2em 0;
  font-size: 36px;
  line-height: 30px;
  border-top: thin solid #b3b3b3;
  padding-top: 14px;
}
.work-blurb p {
  font-size: 22px; 
  line-height: 24px;
  border-bottom: thin solid #b3b3b3;
  padding-bottom:36px;
}

.page-work .third-row {
  margin-bottom: 0;
  margin-top:-14px;
}

.page-results .third-row {
  padding-top:0;
}

.page-work .fourth-row {
  margin-bottom: 0.9em;
}


hr.hr-work, .hr-third-row {
  margin: -14px 13px 28px;
  border-color: #b3b3b3;
  width:47%;
  float:right;
  display: none;
}

/*.work-blurb h2 {
  margin: 0 0 0.3em 0;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 0.3em;
}
.work-blurb p {
  font-size: 22px; 
  line-height: 24px; 
}
.page-work .third-row {
  margin-bottom: 0;
}
.page-work .fourth-row {
  margin-bottom: 0.9em;
}
hr.hr-work, .hr-third-row {
  margin: -14px 13px 28px;
  border-color: #b3b3b3;
} */


.more-work-button-container hr {
  margin-top: 0;
  margin-bottom: 25px;
}

#work-quote-row {
display: none;
}

.all-projects {
  display: none;
}

 /* Press Page */
.page-news h2 {
  margin-bottom: 0.1em;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
  display: none;
}
.page-news .top-section {
  margin-bottom: 0 !important;
}
.page-news .publication, .single-press .publication {
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'BauerBodoniW01-BoldItal 795739';
}
.page-news .featured .publication, .single-press .publication {
  font-size: 24px;
  font-family: 'BauerBodoniW01-BoldItal 795739';
}
.page-news .title, .single-press .title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0.4em;
}
.page-news .byline, .single-press .byline {
  margin-right: 0.5em;
  font-size: 16px;
  font-family: 'Bauer Bodoni W01 Italic';
}
.page-news .date, .single-press .date {
  margin-left: 0.5em;
  font-size: 16px;
}

.page-news .featured .title, .single-press .title {
  margin: 0 3em 0.1em 0;
  font-size: 36px;
  line-height: 1.2em;
}

.single-press .title {
  margin: 0 0 0.1em 0;
}
.single-press img {
  margin: 1em 0 1em 0;
}
.page-news .featured .byline,
.page-news .featured .date {
  font-size: 19px;
}

/* Page Heart */
.page-philosophy .mission-statement {
  text-align: center;
}
.page-philosophy .mission-statement h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 30px;
}
.page-philosophy .mission-statement p {
  font-size: 22px;
  line-height: 1.2em;
}

/* Page Brain */
.page-people .top-section {
  text-align: center;
}
.page-people .top-section h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
}
.page-people .top-section p {
  margin-bottom: 0.8em;
  font-size: 22px;
  line-height: 24px;
}
.brain-management .name {
  margin: 1.5em 0 0 0;
}
.staff:hover {
  cursor: pointer;
}
.staff .name {
  margin: 0 0 0.2em 0;
  font-size: 14px;
}
.staff img {
  max-width: 98%;
  margin-bottom: 0.8em;
}
.mobile-phone .staff .name {
  display: none;
}
.mobile-phone .row .staff-column-eight{
  width: 25%;
}
.mobile-phone .staff-container .row.staff{
  margin-bottom: 0;
}
.page-people .work-with-us h3, .page-philosophy .work-with-us h3 {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 120px;
  line-height: 1.22;
}
.page-people .work-with-us h3 {
  line-height: 0.82;
}
.page-philosophy .work-with-us h3 {
  margin-bottom: -19px;
}
.pagination {
  margin: 0 auto;
  width: 50%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.9;
}
.pagination a, .pagination .current {
  margin: 0 2%;
}
.pagination .current {
  color: grey;
}
.page-people .row.brain-quote {
margin-bottom: 0;
}
.page-people .quote {
  text-align: center;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 0.8;
}
.page-people .credit {
  margin-top: 1em;
  text-align: center;
  font-size: 24px;
}
.page-people .brain-management {margin:0;}
.page-people .brain-management [class*="column"] + [class*="column"]:last-child {
  margin-right: 0;
}
.page-people .staff-container [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.name {
  text-align: center;
}
.flyout {
  position: absolute;
  top: 0.938em;
  left: 0.938em;
  z-index: 2;
  display: none;
  padding: 0.500em;
/* min-width: 290px; */  max-width: 550px;
  width: 28.125em;
  height: auto;
  min-width: 14em;
  background-color: white;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.flyout .img {
  float: left;
  margin: 0 1.250em 0.313em 0;;
}

.flyout .img img {
  margin: 0;
  width: 10.938em;
}

.flyout .flyout-name {
  margin: 0 0 3.3em;
  width: 8.188em;
  text-transform: uppercase;
  font-size: 25px;
}

.flyout .major {
  margin: 0 0 0.188em;
}

.flyout .minor {
  margin: 0 0 16px 0;
}

.flyout .major span,
.flyout .minor span {
  text-transform: uppercase;
}

.flyout .blurb, .flyout .major, .flyout .minor {
  line-height: 16px;
}   

.flyout .minor, .flyout .major {
  max-width: 230px;
}

.flyout .close {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  color: #999;
  font-size: 19px;
  font-family:"HelveticaNeueW02-UltLt";
}

.flyout .close img {
  max-width: 100%;
}

.flyout .text {
  float: left;
  padding: 0.750em 0;
  font-size: 14px;
}
.flyout p {
  max-width: 14.063em;
   font-size: 14px;
  line-height: 16px;
}
.rightAligned {
  right: 0.625em;
  left: auto;
}



footer h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Bauer Bodoni W01 Bold 795736';
  color: #000000;
}

footer hr {
  margin-bottom: 25px;
}

.page-work footer hr {
  margin-top: 0;
}

footer .row p, footer .row a {
  overflow: hidden;
  margin: 0 0 2em 0;
  width: 100%;
  font-size: 11px;
  font-family: 'HelveticaNeueW01-45Ligh';
  line-height: 1.2em;
  color: #4c4c4c;
}
footer.row .row {
  margin-bottom: 0;
}
.legal {
  font-size: 10px;
}
.newbiz-container {
  float: right;
}

.reveal-modal-bg {
  z-index: 98;
}

.fixed {
  z-index: 97;
}

.reveal-modal {
  position: fixed;
  left: 50%;
  margin-left: -40%;
  width: 80%;
}

/* overlay iFrame*/
.page-template-iframe-php {
  padding: 0;
}

.overlay {
  padding: 0;
}

.overlay article {
  margin-top: 1.250em;
  margin-left: 10px;
}
.overlay .type-work h1 {
  margin: 0.3em 0 0.1em 0;
  max-width: 600px;
  text-transform: none;
}
.galleria-wrapper {
  float: left;
  margin-top: -0.250em;
  width: 60%;
}

.case-study .galleria-wrapper {
  width: 98%;
  max-height: 630px;
  overflow: hidden;
}

.galleria {
  width: 100%;
  background: white;
}

.case-study .galleria {
  padding-top: 13px;
}

.type-work h1, .type-case-study h1 {
  margin:1em 0 0 0;
  padding:0;
  line-height: 1;
  font-size: 35px;
}

.type-work h2, .type-case-study h2 {
  margin:0 0 0 0;
  padding:0;
  font-size: 28px;
  line-height: 24px;
  text-transform: none;
}

.mobile-phone .campaign-description {
  display: none;
}

.type-work .campaign-description, .type-case-study .campaign-description{
  position: relative;
  float: left;
  margin:0;
  padding-left: 1.4em;
  margin-top: 0.3em;
  width: 35%;
}

.type-work .campaign-description p {
  font-size: 16px;
  line-height: 18px;
}

.addthis_toolbox {
  float:right;
  width: 140px;
}
.addthis_toolbox img {
  margin-bottom: 0.513em;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  float: left;
}

body.page-results .quote h3  {
  text-align: center;
  font-size: 64px;
  font-family: 'Bauer Bodoni W01 Bold 795736';
  line-height: .9em;
}

body.page-results .quote h3 span.italics {
  font-family:"BauerBodoniW01-BoldItal 795739";
}

#results-quote-row {
  display: none;
}

.page-results .work-blurb p {
  margin-bottom: 0; 
  padding-bottom:12px;
}

.blog .content p {
  margin-bottom: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}

.blog img {
  margin-bottom: 0.8em;
}

/*
@media only screen and (min-width: 1600px) and (max-width: 4000px) {
  
  .row {
    max-width: 91.47em;
  }

  #navbar {
    padding: 0 4.1em 0.5em 3.9em;
  }

  #navbar-wrapper {
    max-width: 97.6em;
  }
  
  #navbar hr {
    margin: 1.25em 0 1.1875em 0;
  }

  #navbar .logo img {
    margin: -4px 0 0 0;
    max-width: none;
    width: 254px;
    height: auto;
  }

  ul.site-navigation li {
    margin: 0 4.1%;
  }

 .lt-ie9 ul.site-navigation li {
    margin: 0 3.3%;
  }
  
  .site-navigation .nav-button {
    font-size: 20px;
  }

  .about p, .page-philosophy p {
    font-size: 35px;
    line-height: 38px;
  }
  
  .home .press .title {
    width: auto;
    font-size: 26px;
    line-height: 24px;
  }
  
  #homepage-quote-risky {
    margin-top: 40px;
    font-size: 73px;
    line-height: 60px;
    text-align: center;
    font-family: 'Bauer Bodoni W01 Bold 795736';
    text-transform: uppercase;
    max-width: 390px;
    margin: 40px auto;
  }
  #homepage-quote-risky .attribution {
    font-size: 28px;
    margin-left: -36px;
  }
  
  .work-blurb p { 
    font-size: 35px; 
    line-height: 38px;
  }

  hr {
    margin: 1.25em 0.2em 1.1875em 0;
  }
  
  hr.hr-work, .hr-third-row {
    margin: -1.1em 1.513em 1.5em 0.813em;
  }

}

*/

@media only screen and (min-width: 1025px) and (max-width: 4000px) {
/*THIS FIXES THE ABOVE THE FOLD ON DESKTOP*/

body.page-id-2 .top-section  {
    padding-top: 0px;
    height:477px;
}

body.page-id-2 .top-section img {
 
    height:477px;
    width:880px;
}
}

.home .top-section .thumbnail-header {
    padding-top: 29%;
}


/* .page-philosophy .thumbnail-header {
    padding-top: 29%;
}
*/

@media only screen and (min-width: 965px) and (max-width: 1024px) {
  ul.site-navigation li {
    margin: 0 2.7%;
  }

 .lt-ie9 ul.site-navigation li {
    margin: 0 2.0%;
  }

  ul.site-navigation .nav-button {
/* margin: 3.7em 0 0 2.25em; */
    font-size: .95em;
  }

  /* line 340, ../scss/app.scss */
  ul.site-navigation .social {
/* margin: 3.3em 0 0 2em; */
  }

  /* line 345, ../scss/app.scss */
  .about p {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 930px) and (max-width: 964px) {
  /* line 355, ../scss/app.scss */
  ul.site-navigation .nav-button {
    font-size: 14px;
  }


  ul.site-navigation .social {
/* margin: 4.8em 0 0 2em; */
  }


  .about p {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 732px) and (max-width: 929px) {

  ul.site-navigation .nav-button {
    font-size: 12px;
  }

  .about p {
    font-size: 14px;
    line-height: 1.1;
  }

  .home .press article {
    margin-bottom: 1em;
  }

  .home .press article .title {
    font-size: 14px;
  }

  .more-work {
    font-size: 20px;
  }

  .reveal-modal {
    position: fixed;
    left: 50%;
    margin-left: -40%;
    width: 80%;
  }

  .work-blurb h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 0.9;
  }
  
  /*.work-blurb p {
    font-size: 20px;
  }
  */

.work-blurb p {
font-size: 16px!important;
line-height: 16px;
padding-bottom:28px;
/*ADDED TO CORRECT THE FONT SIZE ON TABLET - ACCOMMODATING THE NEW "ABOVE THE FOLD' SOLUTION FOR THE WORK SECTION*/
}

.page-results .work-blurb p {
font-size: 16px!important;
line-height: 16px;
padding-bottom:10px;
/*ADDED TO CORRECT THE FONT SIZE ON TABLET - ACCOMMODATING THE NEW "ABOVE THE FOLD' SOLUTION FOR THE RESULTS SECTION*/
}



  .page-philosophy .thumbnail-header h2 {
    font-size: 24px;
  }
  body.page-results .quote h3 {
    font-size: 48px;
  }
  .quote h2 {
    font-size: 41px;
  }
  .page-people .quote {
    font-size: 48px;
  }
  .page-news .featured .title {
    font-size: 48px;
  }
  .media {
    font-size: 18px;
  }
  
  footer .row .new-york, footer .row  .chicago {
    width: 20%;
  }
  footer .row .careers, footer .row .new-business {
    width: 30%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 732px) {

  body {
    padding: 0;
  }
  .row .row {
    margin-bottom: 0;
  }
  .navToggle {display: block;}

  .home .featured {
    font-size: 19px;
  }

  /*navigation*/
  #navbar-wrapper {
    position: relative;
    right: 0;
    margin: 0 auto;
  }

  #navbar {
    position: relative;
    padding: 0;
  }

  #navbar .columns {
    float: none;
    clear: both;
    margin: auto;
    padding: 0;
    width: auto !important;
    height: auto;
    border-bottom: 0;
  }

  #navbar {
    position: relative;
    margin-bottom: 0;
    top: 0;
    z-index: 3;/* max-width: 90em; *//* width: 100%; */
    border-bottom: 0;
    background-color: white;
  }

  #navbar hr {
    display: none;
  }

  .row .navigation-container {
    position: relative;
    left: auto;
    padding-right: 0 !important;
  }
  
  ul.site-navigation {
    position: relative;
    left: auto;
    display: none;
    float: none;
    margin: 2em auto 0 auto;
    padding: 0;
    width: 100%;
  }

  ul.site-navigation li {
    margin:0;
  }

  .button-group li {
    float: left;
    width: 50%;
  }
  
  .button-group li:last-child {
    display: none;
  }

  ul.site-navigation .nav-button {
    display: block;
    margin: 0 0 0.65em;
    padding: 0.75em 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }

  .nav-button.social {
    display: none;
  }

  #navbar .logo {
    margin: 0 0 0 0;
  }

  #navbar .logo img {
    margin: 0 auto;
    width: 143px;
    height: auto;
  }

  ul.site-navigation .nav-button:hover, ul.site-navigation .current-menu-item .nav-button {
    border-top: white solid 3px;
  }

  .top-section {
    padding-top: 0;
  }

  .post-type-archive-blog .top-section, .page-work.tablet .top-section,  .page-philosophy.tablet .top-section, .page-work.tablet .top-section, .post-archive-blog.tablet .top-section, .page-people .top-section, .page-people .top-section , .page-results .top-section, .page-philosophy .top-section, .page-work .top-section, .page-news .top-section {
    padding-top: 0;
  }
  
  .press article {
    margin-bottom: 1em;
  }
  
  .more-work {
    font-size: 16px;
  }
  
  .about p {
    font-size: 18px;
    line-height: 1.1;
  }

  .continue {
    margin-bottom: 2em;
  }

  #homepage-quote-risky {
    display: none;
  }

  .more {
    display: block;
    margin-bottom: 2.5em;
  }
  
  .work-blurb p {
    font-size: 16px;
  }

  hr.hr-work {
    display: none;
  }
  
  .third-row {
    padding-top: 0;
  }

  .page-results .media, .media {
    font-size: 16px;
  }

  .page-philosophy .work-with-us h3 {
    margin-bottom: -8px;
  }
  
  /*overlay*/
  .galleria-wrapper {
    position: relative;
    float: none;
    margin-top: -0.250em;
    width: 100%;
  }
  .overlay article {
    margin-left: auto;
  }
  .type-work .campaign-description, .type-case-study .campaign-description {
    position: relative;
    float: none;
    margin: 2.5em 0 0 0;
    padding: 0;
    width: 100%;
  }
  
  .type-work .campaign-description.no-slides, .type-case-study .campaign-description.no-slides {
    margin-top: -4.375em;
  }
  
  .blog .content p {
    margin-bottom: 2.25em;
  }
  
  .page-philosophy .thumbnail-header h2 {
    font-size: 24px;
  }
  
  .page-news .featured .title {
    font-size: 34px;
  }
  
  .page-people .quote {
    font-size: 32px;
  }
  
  .page-people .top-section h2 {
    font-size: 25px;
  }
  
  .page-people .top-section p {
    font-size: 16px;
  }

  .staff .name {
    font-size: 9px;
  }

  .flyout {
    padding: 0.500em;
  /* min-width: 18.125em; */  max-width: 34.375em;
    width: auto;
    height: auto;
    min-width: 10.8em;
  }
  
  .flyout .text {
    float: none;
    padding: 0;
    font-size: 14px;
  }
  
  .flyout .img {
    float: none;
    margin: 2em .1em 0.313em 0.1em;
  }
  
  .flyout .img img {
    margin: 0 0 0.5em 0;
    width: auto;
    max-height: 50%;
    max-width: 100%;
  }
  
  .flyout .flyout-name {
    margin: 0 0 0.5em 0;
    width: auto;
    text-transform: uppercase;
    font-size: 25px;
  }
  
  .flyout .minor {
    margin: 0.5em 0 0 0;
  }
  
  .flyout .blurb {
    margin: 1.5em 0 0 0;
  }

  .flyout .blurb p {
    font-size: 14px;
  }

  .newbiz-container {
    float: none;
  }

}
@media only screen and (max-width: 320px) {
  
  p {
    font-size: 24px;
  }

  ul.site-navigation {
    position: relative;
    left: auto;
    display: none;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  ul.site-navigation .social {
    display: none;
  }

  ul.site-navigation .nav-button {
    display: block;
    margin: 0 0 0.65em;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0;
    padding-left: 1.5em;
    text-align: center;
    font-size: 12px;
    line-height: 0.7;
  }

  .nav-button.social {
    display: none;
  }
  
  hr {
    margin: 1.25em 0 1.1875em 0;
  }

  .continue {
    margin-bottom: 3em;
  }
  
  .social-links {
    display: none;
  }
  
  .button-group li:last-child {
    display: none;
  }

  .about p, .work-blurb p, .campaign-description p, .page-philosophy p, .page-people .top-section p  {
    font-size: 14px;
    line-height: 1.1;
  }

  .work-blurb h2 {
    font-size: 24px;
  }
  
  .quote h2 {
    font-size: 45px;
  }

  body.page-results .quote {
    display: none;
  }
  body.page-work .quote {
    display: none;
  }

  .page-results .media, .media {
    font-size: 14px;
  }

  h1 { 
    font-size: 28px;
  }

  .type-work h2, .type-case-study h2 {
    font-size: 30px;    
  }

  .overlay hr {
    margin: 0.55em 0 1.1875em 0;
  }

  hr.hr-work {
    display: none;
  }

  .page-people .top-section h2 {
    font-size: 24px;
    line-height: 1;
  }
  
  .page-people .top-section p {
    font-size: 14px;
  }
  
  /*overlay*/
  .overlay h1, .overlay h2 {
    font-size: 24px;
  }

  .galleria-wrapper {
    position: relative;
    float: none;
    margin-top: -0.250em;
    width: 100%;
  }
  .type-work .campaign-description, .type-case-study .campaign-description {
    position: relative;
    float: none;
    margin: 2.5em 0 0 0;
    padding: 0;
    width: 100%;
  }
  .type-work .campaign-description.no-slides, .type-case-study .campaign-description.no-slides {
    margin-top: -4.375em;
  }
  .single-press p {
    font-size: 14px;
  }

  .page-philosophy .mission-statement h2 {  
    margin-bottom: 0;
    font-size: 24px;
  }

  .page-news h2 {
    font-size: 24px;
  }
  
  .page-news .featured .publication, .single-press .publication {
    font-size: 12px;
  }
  .page-news .featured .title, .single-press .title {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.4em;
  }

  .blog .content p  {
    font-size: 14px;
  }
}

@media only screen and (min-width: 864px) and (max-width: 965px) {
  ul.site-navigation li {
    margin: 0 3.41%;
/*  margin: 0 3.71%; */
  }

  .lt-ie9 ul.site-navigation li {
    margin: 0 3%;
  }
  
  ul.site-navigation .nav-button {
    font-size: 11px;
  }
  #navbar .logo img {
    margin: 12px 0 0 10px;
    width: 200px;
    height: auto;
  }

.social-icon {
margin-top:5%;
}

}
@media only screen and (min-width: 785px) and (max-width: 863px) {
  ul.site-navigation li {
/*    margin: 0 2.8%; */
/*  margin: 0 3.25%; */
  }
  
  ul.site-navigation .nav-button {
    font-size: 11px;
  }
  
  #navbar .logo img {
    margin: 21px 0 0 10px;
    width: 175px;
    height: auto;
  }
}
@media only screen and (min-width: 732px) and (max-width: 786px) {
  ul.site-navigation li {
/*    margin: 0 2.728%; */
    margin: 0 2%;
  }

.social-icon {
height:16px;
}
  
  ul.site-navigation .nav-button {
    font-size: 11px;
  }
  
  #navbar .logo img {
    margin: 21px 0 0 10px;
    width: 175px;
    height: auto;
  }
}
.row.more-work-button-container {
  margin-bottom: 0;
  display: none;
}
.work-blurb-hr {
  margin: -1.250em 1em 1em;
}

.colorRollover {
width: 426px;
height: 241px;
}

/*version 1.5social icons - felix */
/*#newsocial {
    float: right;
    padding-top: 6%;
    width: 48px;
}*/




