@import url("./editor-style.css");
/*
Theme Name: Gongos 2013
Theme URI: http://gongos.com
Description: Theme
Author: Rick Murt
Author URI: http://www.phiregroup.com
Version: 1.0
Tags: none

License: 
License URI:

General comments (optional).
*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  font-size: 62.5%;
  position: relative; }

body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem; }

.var-dump {
  position: fixed;
  z-index: 9999;
  left: 100px;
  top: 100px;
  width: 90%;
  height: 90%;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  overflow: scroll; }

.white {
  color: #fff !important; }

.black {
  color: #000 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.inline-block {
  display: inline-block;
  *zoom: 1; }

.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }

.noborder {
  border: 0 !important; }

.centered {
  text-align: center !important; }

.selectable {
  cursor: pointer; }

.absolute-fill-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("about:blank"); }

.grayscale, .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.grayscale:hover, .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image img:hover, .ungrayscale {
  filter: none;
  -webkit-filter: grayscale(0); }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: #d95f44; }

.sliding-element {
  min-height: 1px;
  position: relative;
  overflow: hidden;
  margin-left: 0px; }

.flip {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */ }

.clearfix {
  *zoom: 1;
  clear: both; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.row-fluid {
  width: 100%;
  *zoom: 1;
  margin: 0 auto;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
overflow:hidden;}
  @media (max-width: 1599px) {
    .row-fluid {
      background-size: auto;
      overflow-x: hidden; } }

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid
.content {
  max-width: 1248px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .row-fluid
  .content > * {
    margin-left: auto;
    margin-right: auto; }
  .row-fluid
  .content .js-close {
    clear: left; }
  .row-fluid
  .content .js-share a {
    position: relative;
    top: -2px;
    margin-left: 8px; }
    .row-fluid
    .content .js-share a img {
      display: inline-block;
      zoom: 1;
      vertical-align: middle; }
  .row-fluid
  .content .js-close, .row-fluid
  .content .js-share {
    font: normal 14px/22px 'Gotham Medium';
    color: #d95f44;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer; }

.row-header {
  font: normal 24px 'Gotham Medium';
  text-transform: uppercase;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 45px;
  position: relative; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-header {
      /* padding-top: 32px !important; */
      padding-bottom: 20px !important;
      font-size: 20px; } }

.row-standard-copy {
  margin-top: 46px;
  text-align: center;
  font-family: 'Calluna Light';
  color: #646464;
  line-height: 42px;
  max-width: 1020px;
  position: relative; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-standard-copy {
      margin-top: 25px;
      padding-left: 13px;
      padding-right: 13px; } }

.button {
  float: left;
  margin-top: 15px;
  border: 0px;
  background-color: #d95f44;
  text-transform: uppercase;
  color: white;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 13px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  font: normal 14px/35px 'Gotham Medium';
  text-indent: 5px;
  cursor: pointer; }

.sidebar {
  width: 356px;
  float: right;
  font: normal 14px/22px 'Calluna Light';
  color: #646464; }
  .sidebar a {
    color: #d95f44; }
  .sidebar a.selected {
    font-family: 'Calluna Semibold';
    color: black !important;
    text-decoration: none !important; }
  .sidebar h4 {
    font: normal 18px/28px 'Gotham Medium';
    color: #646464;
    margin-top: 0px; }
  .sidebar .tags h4 {
    margin-bottom: 0px; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .sidebar .tags {
      display: none; } }
  .sidebar .tags ul {
    margin: 0;
    padding: 0; }
    .sidebar .tags ul li {
      list-style-type: none;
      line-height: 28px; }

.quotes-icon, .row-fluid.client-story-child .sidebar .callout:before, .row-fluid.testimonials-quotes .content .slider-container .single-item .quote:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 49px;
  height: 34px;
  background-image: url("./images/icon-quotes.png"); }

.slider-container {
  position: relative; }
  .slider-container .arrow-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; }
    .slider-container .arrow-container .arrow {
      width: 66px;
      height: 136px;
      position: absolute;
      top: 50%;
      margin-top: -83px;
      cursor: pointer; }
    .slider-container .arrow-container .arrow-back {
      background-image: url("./images/arrow-back.png");
      left: -107px; }
    .slider-container .arrow-container .arrow-forward {
      background-image: url("./images/arrow-forward.png");
      right: -107px; }
  .slider-container .slider-width-container {
    overflow: hidden;
    height: 100%; }
  .slider-container[data-action="fade"] .sliding-element > * {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px; }
  .slider-container[data-action="slide"] .sliding-element {
    min-width: 20000px; }
    .slider-container[data-action="slide"] .sliding-element > * {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      margin-left: 0px; }

.row-fluid.main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background-color: white;
overflow:visible; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.main-nav {
      overflow: visible; } }
  .row-fluid.main-nav .content {
    height: 74px;
    position: relative; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.main-nav .content {
        height: 48px; } }
    .row-fluid.main-nav .content .logo {
      /*width: 178px;*/
      height: 142px;
      display: inline-block;
      zoom: 1;
      margin-right: 2px;
      position: relative;
      left: -1px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.main-nav .content .logo {
          height: auto;
          left: 44px; } }
      @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
        .row-fluid.main-nav .content .logo a.absolute-fill-container {
          z-index: 2; } }
      @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
        .row-fluid.main-nav .content .logo .logo-icon {
          height: 64px;
          position: relative;
          z-index: 1; } }
      .row-fluid.main-nav .content .logo .logo-name {
        position: relative;
        left: 0px; }
        @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
          .row-fluid.main-nav .content .logo .logo-name {
            display: none; } }
    .row-fluid.main-nav .content img {
      display: block; }
    .row-fluid.main-nav .content ul {
      margin: 0;
      padding: 0;
      line-height: 100%;
      height: 100%;
      display: inline-block;
      zoom: 1;
      vertical-align: top; }
      @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
        .row-fluid.main-nav .content ul {
          position: absolute;
          top: 100%;
          left: 10px;
          min-width: 30px; } }
      @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
        .row-fluid.main-nav .content ul:before {
          content: '';
          position: absolute;
          top: -35px;
          width: 24px;
          border-top: 13px double #ccc;
          border-bottom: 4px solid #ccc;
          height: 22px; } }
      .row-fluid.main-nav .content ul li {
        float: left;
        list-style-type: none;
        text-transform: uppercase;
        color: #638195;
        font-size: 14px;
        font-family: 'Gotham Medium';
        line-height: 78px;
        margin-left: 38px; }
        @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
          .row-fluid.main-nav .content ul li {
            display: none; } }
    @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
      .row-fluid.main-nav .content ul.selected {
        position: absolute;
        left: 0px;
        top: 100%;
        background-color: #e6e2d8;
        display: block;
        height: 10000%;
        padding-top: 40px;
        padding-bottom: 60px;
        padding-right: 48px;
        z-index: inherit;
        -webkit-box-shadow: inset 0px 0px 5px 0px #646464;
        -moz-box-shadow: inset 0px 0px 5px 0px #646464;
        box-shadow: inset 0px 0px 5px 0px #646464;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }
    @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
      .row-fluid.main-nav .content ul.selected:before {
        content: '';
        position: absolute;
        top: -35px;
        width: 10px;
        border-top: 13px double #ccc;
        border-bottom: 4px solid #ccc;
        height: 22px; } }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.main-nav .content ul.selected:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1000%;
        height: 2000%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1; } }
    @media only screen and (max-width: 767px), handheld  and (orientation: portrait) {
      .row-fluid.main-nav .content ul.selected li {
        float: none;
        display: block;
        line-height: 100%;
        height: 1%;
        max-height: 40px; } }
    .row-fluid.main-nav .content ul.selected li.secondary {
      font-size: 12px; }
    .row-fluid.main-nav .content ul.selected li.secondary.first {
      border-top: 2px solid #ccc;
      margin-top: 0px;
      box-sizing: content-box;
      padding-top: 20px; }
    .row-fluid.main-nav .content .search {
      display: inline-block;
      zoom: 1;
      vertical-align: top;
      margin-top: 25px;
      position: absolute;
      right: 15px;
      top: 0px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.main-nav .content .search {
          margin-top: 13px; } }
      .row-fluid.main-nav .content .search form {
        display: inline-block;
        zoom: 1; }
      .row-fluid.main-nav .content .search input {
        border: none;
        display: inline-block;
        zoom: 1;
        font: normal 14px 'Gotham Medium';
        text-indent: 5px;
        color: #646464;
        width: 140px; }
      .row-fluid.main-nav .content .search img {
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        cursor: pointer; }

.row-fluid.main-nav-spacer {
  height: 74px;
  width: 100%; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.main-nav-spacer {
      height: 48px; } }

.arrow.deactivated {
  opacity: 0.3;
  pointer-events: none; }

.row-fluid.home {
  height: 734px;
  max-height: 734px; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.home {
      height: 268px;
      overflow: visible; } }
  .row-fluid.home .content {
    height: 100%;
    max-width: none; }
  .row-fluid.home .slide-out-boxes {
    position: fixed;
    z-index: 1001;
    top: 51%;
    right: 0px;
    width: 0px;
    height: 250px;
    background-color: #6cbbe7;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.home .slide-out-boxes {
        width: 100% !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: absolute;
        top: auto !important;
        bottom: -140px;
        left: 0px;
        z-index: 999;
        height: 120px;
        overflow: hidden;
        border-top: 2px solid white;
        border-bottom: 2px solid white; } }
    .row-fluid.home .slide-out-boxes .single-slide-out-box {
      display: none; }
      .row-fluid.home .slide-out-boxes .single-slide-out-box .tweet-icon, .row-fluid.home .slide-out-boxes .single-slide-out-box .facebook-icon {
        display: inline-block;
        zoom: 1;
        position: relative;
        top: 5px;
        margin-right: 10px; }
    .row-fluid.home .slide-out-boxes .single-slide-out-box.selected {
      display: block; }
    .row-fluid.home .slide-out-boxes .position-container {
      width: 100%;
      height: 100%;
      position: relative;
      padding: 24px 28px 0px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.home .slide-out-boxes .position-container {
          padding: 14px; } }
      .row-fluid.home .slide-out-boxes .position-container .exclamation {
        position: absolute;
        left: -40px;
        width: 40px;
        height: 40px;
        top: 0px;
        color: white;
        text-align: center;
        font: normal 26px/40px 'Helvetica', sans-serif;
        background-color: #0099dc; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.home .slide-out-boxes .position-container .exclamation {
            display: none; } }
      .row-fluid.home .slide-out-boxes .position-container .slider-container {
        display: none; }
        .row-fluid.home .slide-out-boxes .position-container .slider-container .sliding-element {
          position: relative; }
      .row-fluid.home .slide-out-boxes .position-container .copy {
        font: normal 22px/26px 'Gotham Light';
        color: white; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.home .slide-out-boxes .position-container .copy {
            font-size: 16px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden; } }
      .row-fluid.home .slide-out-boxes .position-container .details {
        font: normal 16px/25px 'Calluna Semibold';
        color: white;
        margin-top: 30px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.home .slide-out-boxes .position-container .details {
            font-size: 12px;
            line-height: 18px;
            margin-top: 10px; } }
      .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container {
        position: absolute;
        top: 57%;
        width: 30px;
        height: 100px;
        margin-left: 0px;
        left: 0; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container {
            top: 87%;
            height: auto; } }
        .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container .arrow {
          width: 9px;
          height: 18px;
          margin-top: 0px;
          background-size: 100%; }
        .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container .arrow-back, .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container .arrow-forward {
          margin-left: 0px;
          margin-right: 0px;
          left: auto;
          right: auto; }
        .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container .arrow-back {
          left: 0px;
          background-image: url("./images/icon-slide-out-box-arrow-left.png"); }
        .row-fluid.home .slide-out-boxes .position-container .controls.arrow-container .arrow-forward {
          right: 0px;
          background-image: url("./images/icon-slide-out-box-arrow-right.png"); }
  .row-fluid.home .slide-out-boxes.selected {
    width: 380px; }
    .row-fluid.home .slide-out-boxes.selected .slider-container {
      display: block; }
  .row-fluid.home .section-indicators {
    position: fixed;
    right: 15px;
    width: 15px;
    height: auto;
    bottom: 50%;
    margin-bottom: 43px;
    z-index: 1001; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.home .section-indicators {
        display: none; } }
    .row-fluid.home .section-indicators .indicator {
      background-color: #f0f0f0;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      margin-top: 7px;
      margin-bottom: 7px; }
    .row-fluid.home .section-indicators .indicator.selected {
      background-color: #638195; }
  .row-fluid.home .slider-container {
    height: 100%; }
    .row-fluid.home .slider-container .slider-width-container {
      height: 100%; }
      .row-fluid.home .slider-container .slider-width-container .sliding-element {
        height: 100%; }
        .row-fluid.home .slider-container .slider-width-container .sliding-element .single-item {
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          max-height: 735px;
          overflow: hidden; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.home .slider-container .slider-width-container .sliding-element .single-item {
              background-position: 25% center; } }
          .row-fluid.home .slider-container .slider-width-container .sliding-element .single-item .title {
            width: 960px;
            margin: 0 auto;
            height: auto;
            text-align: center;
            color: white;
            font: normal 82px 'Gotham Light';
            position: relative;
            top: 50%;
            margin-top: -85px;
            letter-spacing: -4px; }
          .row-fluid.home .slider-container .slider-width-container .sliding-element .single-item .subtitle {
            width: 960px;
            margin: 0 auto;
            height: auto;
            text-align: center;
            color: white;
            text-transform: uppercase;
            font: normal 18px 'Calluna Semibold';
            position: relative;
            top: 75%;
            margin-top: -25px; }
    .row-fluid.home .slider-container .arrow-container {
      width: 1170px;
      left: 50%;
      margin-left: -585px;
      pointer-events: none; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.home .slider-container .arrow-container {
          width: auto; } }
      .row-fluid.home .slider-container .arrow-container .arrow {
        margin-top: -106px;
        pointer-events: auto; }

.row-fluid.slide-indicators .slide-indicator {
  height: 20px;
  float: left;
  background-color: #9acfe9;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: center;
  color: white;
  font: normal 11px/20px 'Helvetica', sans-serif; }
.row-fluid.slide-indicators .slide-indicator.selected {
  background-color: #0099dc; }

.row-fluid.about {
  background-image: url("./images/row-about-bg.png");
  background-size: cover; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.about {
      margin-top: 120px; } }
  .row-fluid.about .row-header {
    color: #d95f44;
    padding-top: 90px; }
  .row-fluid.about .row-header::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid white;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.about .row-standard-copy {
    font-size: 32px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.about .row-standard-copy {
        font-size: 18px;
        line-height: 22px; } }
    .row-fluid.about .row-standard-copy p {
      margin: 0; }
  .row-fluid.about .children-links {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
    max-width: 1000px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.about .children-links {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .row-fluid.about .children-links li {
      list-style-type: none;
      display: inline-block;
      zoom: 1;
      text-align: center;
      text-transform: uppercase;
      font: normal 16px 'Gotham Medium';
      color: #646464;
      line-height: 167px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.about .children-links li {
          display: block;
          width: auto !important;
          line-height: 40px; } }

.row-fluid.about-child {
  padding-bottom: 77px; }
  .row-fluid.about-child .row-header {
    color: #d95f44;
    padding-bottom: 26px; }
  .row-fluid.about-child .row-standard-copy {
    font: normal 24px/34px 'Calluna Light';
    color: #646464;
    margin-top: 0px; }
  .row-fluid.about-child .js-close {
    width: auto;
    display: inline-block;
    margin-top: 45px; }

.row-fluid.client-stories {
  background-color: #d95f44;
  height: auto; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.client-stories {
      height: auto; } }
  .row-fluid.client-stories a.absolute-fill-container {
    z-index: 101; }
  .row-fluid.client-stories .row-header {
    color: white; }
  .row-fluid.client-stories .row-standard-copy {
    color: white;
    font-size: 24px;
    padding-bottom: 41px;
    margin-top: 6px; }
    .row-fluid.client-stories .row-standard-copy p {
      margin: 0; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .row-standard-copy {
        margin-top: 0px;
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 22px; } }
  .row-fluid.client-stories .row-standard-copy::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid #dc7962;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.client-stories .slider-container {
    height: 524px;
    margin-top: 56px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .slider-container {
        height: 0px;
        padding-bottom: 80%; } }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .slider-container .arrow-container {
        height: 0;
        padding-bottom: 100%; } }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .slider-container .arrow-container .arrow {
        width: 20px;
        height: 41px;
        background-size: 100%; } }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .slider-container .arrow-container .arrow-back {
        left: 5px; } }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .slider-container .arrow-container .arrow-forward {
        right: 5px; } }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.client-stories .slider-width-container {
      height: 0;
      padding-bottom: 80%;
      margin: 0 auto; } }
  .row-fluid.client-stories .sliding-element {
    min-width: 100%;
    height: 100%;
    width: 20000px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .sliding-element {
        height: 0;
        padding-bottom: 80%; } }
    .row-fluid.client-stories .sliding-element .single-item {
      width: 624px;
      height: 100%;
      background-color: white;
      float: left;
      position: relative; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.client-stories .sliding-element .single-item {
          width: 100%;
          max-width: 360px;
          height: 0;
          padding-bottom: 100%;
          background-color: #d95f44; } }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.client-stories .sliding-element .single-item a.absolute-fill-container {
          max-width: 80%;
          position: relative;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.client-stories .sliding-element .single-item img {
          max-width: 100%;
          margin: auto;
          display: block; } }
  .row-fluid.client-stories .logos {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    line-height: 212px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-stories .logos {
        line-height: 0;
        padding-bottom: 55px;
        text-align: center; } }
    .row-fluid.client-stories .logos li {
      list-style-type: none;
      display: inline-block;
      zoom: 1;
      vertical-align: middle;
      text-align: center; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.client-stories .logos li {
          width: 26.5% !important;
          margin-left: 5px;
          margin-right: 5px; } }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.client-stories .logos li:nth-of-type(n+4) {
          display: none; } }
      .row-fluid.client-stories .logos li img {
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        max-width: 100%; }

.row-fluid.client-story-child .content {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 38px;
  padding-bottom: 62px; }
  .row-fluid.client-story-child .content .js-close, .row-fluid.client-story-child .content .js-share {
    float: left; }
  .row-fluid.client-story-child .content .js-share {
    margin-left: 567px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-story-child .content .js-share {
        margin-left: 0px;
        float: right; } }
.row-fluid.client-story-child .row-header {
  display: none; }
.row-fluid.client-story-child .row-standard-copy {
  font: normal 14px/22px 'Calluna Light';
  color: #646464;
  margin-left: 0px;
  width: 806px;
  float: left;
  margin-top: 0px;
  text-align: left; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.client-story-child .row-standard-copy {
      width: 100%; } }
  .row-fluid.client-story-child .row-standard-copy p {
    margin: 20px 0px; }
  .row-fluid.client-story-child .row-standard-copy p:first-child a img, .row-fluid.client-story-child .row-standard-copy p:first-child img {
    position: relative;
    left: 50%;
    top: -58px;
    margin-bottom: -52px;
    width: 1600px;
    margin-left: -600px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.client-story-child .row-standard-copy p:first-child a img, .row-fluid.client-story-child .row-standard-copy p:first-child img {
        width: -webkit-calc(100% + 66px);
        padding-bottom: 100%;
        margin-left: 0;
        left: -33px;
        margin-bottom: -350px;
        top: -58px; } }
  .row-fluid.client-story-child .row-standard-copy p:first-child img:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    -moz-box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
    /* inner glow */
    -webkit-box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
    /* inner glow */
    box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
    /* inner glow */ }
@media only screen and (max-width: 767px), handheld and (orientation: portrait) {
  .row-fluid.client-story-child .sidebar {
    margin-top: 0px !important;
    width: 100%;
    margin-bottom: 40px; } }
.row-fluid.client-story-child .sidebar .callout {
  margin-top: 130px;
  padding-bottom: 35px;
  position: relative; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.client-story-child .sidebar .callout {
      margin-top: 60px; } }
  .row-fluid.client-story-child .sidebar .callout .copy {
    font: normal 22px/32px 'Calluna Light'; }
.row-fluid.client-story-child .sidebar .callout-client .copy {
  color: #638195; }
.row-fluid.client-story-child .sidebar .callout-client .attribution .details .title, .row-fluid.client-story-child .sidebar .callout-client .attribution .details .name {
  display: inline-block;
  zoom: 1;
  font: normal 18px/22px 'Calluna Semibold';
  text-transform: uppercase;
  color: #646464;
  position: relative; }
.row-fluid.client-story-child .sidebar .callout-client .attribution .details .title + .name::before {
  position: absolute;
  content: ',';
  bottom: 0px;
  left: -7px; }
.row-fluid.client-story-child .sidebar .callout-client .attribution .details .title + .name {
  margin-left: 4px; }
.row-fluid.client-story-child .sidebar .callout-client .attribution .image {
  margin-top: 5px; }
.row-fluid.client-story-child .sidebar .callout-employee .copy {
  color: #646464; }
.row-fluid.client-story-child .sidebar .callout-employee .attribution {
  margin-top: 9px; }
  .row-fluid.client-story-child .sidebar .callout-employee .attribution .image {
    float: left;
    width: 79px;
    height: 79px; }
    .row-fluid.client-story-child .sidebar .callout-employee .attribution .image img {
      max-width: 100%;
      max-height: 100%; }
  .row-fluid.client-story-child .sidebar .callout-employee .attribution .image:empty {
    display: none; }
  .row-fluid.client-story-child .sidebar .callout-employee .attribution .image:empty + .details {
    margin-left: 0px; }
  .row-fluid.client-story-child .sidebar .callout-employee .attribution .details {
    position: relative;
    margin-left: 22px;
    float: left; }
    .row-fluid.client-story-child .sidebar .callout-employee .attribution .details .name {
      position: absolute;
      top: 0px;
      font: normal 20px 'Calluna Light';
      color: #638195; }
    .row-fluid.client-story-child .sidebar .callout-employee .attribution .details .title {
      margin-top: 28px;
      font: normal 14px 'Calluna Semibold';
      text-transform: uppercase;
      color: #646464; }

.row-fluid.testimonials-quotes {
  height: 407px;
  background-color: #638195;
  background-image: url("./images/row-testimonials-quotes-bg.jpg"); }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.testimonials-quotes {
      height: auto;
      background-size: cover;
      overflow: hidden; } }
  .row-fluid.testimonials-quotes .content {
    height: 100%;
    width: 1164px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.testimonials-quotes .content {
        width: 100%; } }
    .row-fluid.testimonials-quotes .content .slider-container {
      height: 100%; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.testimonials-quotes .content .slider-container .arrow-container {
          display: none; } }
      .row-fluid.testimonials-quotes .content .slider-container .single-item {
        width: 1222px;
        height: 100%;
        display: inline-block;
        zoom: 1;
        text-align: center; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.testimonials-quotes .content .slider-container .single-item {
            width: 360px;
            padding-top: 20px;
            padding-bottom: 20px;
            display: none; } }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.testimonials-quotes .content .slider-container .single-item:first-child {
            display: block !important; } }
        .row-fluid.testimonials-quotes .content .slider-container .single-item .width-container {
          width: 1014px;
          display: table;
          vertical-align: middle;
          margin: 0 auto;
          height: 100%;
          position: relative; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.testimonials-quotes .content .slider-container .single-item .width-container {
              width: 95%; } }
          .row-fluid.testimonials-quotes .content .slider-container .single-item .width-container .align-container {
            display: table-cell;
            vertical-align: middle; }
        .row-fluid.testimonials-quotes .content .slider-container .single-item .quote {
          font: normal 28px/38px 'Calluna Regular';
          color: white;
          margin-top: 66px; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.testimonials-quotes .content .slider-container .single-item .quote {
              font-size: 18px;
              line-height: 22px;
              position: relative; } }
          .row-fluid.testimonials-quotes .content .slider-container .single-item .quote:before {
            left: 50%;
            margin-left: -24px;
            top: 66px; }
            @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
              .row-fluid.testimonials-quotes .content .slider-container .single-item .quote:before {
                top: -64px; } }
        .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution {
          color: #8ba6b9;
          font: normal 18px/22px 'Calluna Semibold';
          margin-top: 20px;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution {
              font-size: 14px;
              line-height: 16px;
              max-width: 85%;
              margin: 0 auto;
              margin-top: 10px; } }
          .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution .title + .client:before {
            position: absolute;
            content: ',';
            left: -8px;
            bottom: -2px; }
            @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
              .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution .title + .client:before {
                content: ''; } }
          .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution .client {
            position: relative; }
          .row-fluid.testimonials-quotes .content .slider-container .single-item .attribution .title + .client {
            margin-left: 4px; }
  .row-fluid.testimonials-quotes .sliding-element {
    height: 100%;
    width: 20000px; }

.row-fluid.thought-leadership {
  background-color: #e6e2d8; }
  .row-fluid.thought-leadership .row-header {
    color: #514067; }
  .row-fluid.thought-leadership .row-header::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid white;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.thought-leadership .tl-sections-container {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 63px;
    margin-bottom: 72px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.thought-leadership .tl-sections-container {
        margin-top: 20px; } }
    .row-fluid.thought-leadership .tl-sections-container .tl-section {
      display: inline-block;
      zoom: 1;
      vertical-align: top;
      width: 355px;
      margin-right: 73px;
      overflow: hidden; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.thought-leadership .tl-sections-container .tl-section {
          width: 100%;
          margin-top: 40px; } }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.thought-leadership .tl-sections-container .tl-section .featured-image {
          display: none; } }
      .row-fluid.thought-leadership .tl-sections-container .tl-section .single {
        padding-left: 0px;
        width: 100%; }
      .row-fluid.thought-leadership .tl-sections-container .tl-section .header {
        font: bold 20px/42px 'Gotham Medium';
        color: white;
        background-color: #514067;
        text-align: center;
        display: inline-block;
        zoom: 1;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 18px;
        position: relative; }
        .row-fluid.thought-leadership .tl-sections-container .tl-section .header:before {
          content: '';
          position: absolute;
          top: 13px;
          left: 100%;
          width: 10000px;
          border-top: 1px solid white; }
        .row-fluid.thought-leadership .tl-sections-container .tl-section .header:after {
          content: '';
          position: absolute;
          top: 0px;
          right: -13px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 13px 0 0 13px;
          border-color: transparent transparent transparent #87779d;
          -webkit-transform: rotate(360deg); }
      .row-fluid.thought-leadership .tl-sections-container .tl-section .header + .single {
        padding-top: 0px; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.thought-leadership .tl-sections-container .tl-section .header + .single {
            padding-bottom: 15px; } }
      .row-fluid.thought-leadership .tl-sections-container .tl-section .single:last-child {
        border-bottom: 0px;
        padding-bottom: 0px; }
    .row-fluid.thought-leadership .tl-sections-container .tl-section:last-child {
      margin-right: 0px; }

.row-fluid.thought-leadership-child .row-header:after {
  content: '';
  position: absolute;
  width: 152px;
  border-bottom: 2px solid white;
  left: 50%;
  margin-left: -76px;
  bottom: 0px; }
.row-fluid.thought-leadership-child .download-pdf {
  position: relative;
  display: block;
  clear: both;
  text-transform: uppercase;
  color: transparent !important;
  font: normal 16px/32px 'Gotham Medium';
  margin: 15px 0px;
  width: 193px;
  float: left; }
  .row-fluid.thought-leadership-child .download-pdf:hover {
    color: transparent !important; }
  .row-fluid.thought-leadership-child .download-pdf:before {
    position: absolute;
    top: 0;
    left: 0;
    content: 'view full article';
    color: #514067; }
  .row-fluid.thought-leadership-child .download-pdf:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 6px;
    background-image: url("./images/icon-pdf.png");
    width: 16px;
    height: 18px; }
  .row-fluid.thought-leadership-child .download-pdf:empty {
    display: none; }
.row-fluid.thought-leadership-child .sidebar {
  margin-top: 35px; }

.row-fluid.thought-leadership .row-header,
.row-fluid.thought-leadership-child .row-header {
  color: #514067; }
.row-fluid.thought-leadership .title,
.row-fluid.thought-leadership-child .title {
  color: #514067; }
.row-fluid.thought-leadership .paginate-links a,
.row-fluid.thought-leadership-child .paginate-links a {
  color: #514067; }
.row-fluid.thought-leadership .sidebar a,
.row-fluid.thought-leadership-child .sidebar a {
  color: #514067; }

.row-fluid.row-listing .row-header::after {
  content: '';
  position: absolute;
  width: 152px;
  border-bottom: 2px solid white;
  left: 50%;
  margin-left: -76px;
  bottom: 0px; }
.row-fluid.row-listing .sidebar {
  margin-top: 35px; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.row-listing .sidebar {
      width: 100%; } }
  .row-fluid.row-listing .sidebar .single {
    width: 396px;
    padding-left: 0px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .sidebar .single {
        width: 100%;
        margin-top: 20px; } }
  .row-fluid.row-listing .sidebar .single:first-of-type {
    padding-top: 0px; }
  .row-fluid.row-listing .sidebar .single:last-of-type {
    border: 0 !important; }
  .row-fluid.row-listing .sidebar .download-pdf {
    display: none; }

.row-fluid.events .title,
.row-fluid.event-child .title,
.row-fluid.news .title,
.row-fluid.news-child .title {
  color: #d95f44; }
.row-fluid.events .row-header,
.row-fluid.event-child .row-header,
.row-fluid.news .row-header,
.row-fluid.news-child .row-header {
  color: #d95f44; }
.row-fluid.events a,
.row-fluid.event-child a,
.row-fluid.news a,
.row-fluid.news-child a {
  color: #d95f44; }
.row-fluid.events a:hover,
.row-fluid.event-child a:hover,
.row-fluid.news a:hover,
.row-fluid.news-child a:hover {
  color: #646464; }

.row-fluid.thought-leadership.row-listing .single {
  width: auto; }

.row-fluid.row-listing {
  background-color: #e6e2d8; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.row-listing {
      width: 100%;
      padding-left: 13px;
      padding-right: 13px; } }
  .row-fluid.row-listing .single {
    width: 819px;
    padding-left: 13px;
    float: left; }
  .row-fluid.row-listing .archive-container {
    width: 819px;
    float: left;
    padding-left: 13px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .archive-container {
        width: 100%;
        float: none; } }
    .row-fluid.row-listing .archive-container .js-share {
      display: none; }
    .row-fluid.row-listing .archive-container .download-pdf {
      margin-bottom: 0px;
      height: 32px;
      overflow: hidden; }
    .row-fluid.row-listing .archive-container .download-pdf {
      position: relative;
      display: block;
      clear: both;
      text-transform: uppercase;
      color: transparent !important;
      font: normal 16px/32px 'Gotham Medium';
      margin: 15px 0px;
      width: 193px;
      float: left; }
      .row-fluid.row-listing .archive-container .download-pdf:before {
        position: absolute;
        top: 0;
        left: 0;
        content: 'view full article';
        color: #514067; }
      .row-fluid.row-listing .archive-container .download-pdf:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 6px;
        background-image: url("./images/icon-pdf.png");
        width: 16px;
        height: 18px; }
      .row-fluid.row-listing .archive-container .download-pdf:empty {
        display: none; }
    .row-fluid.row-listing .archive-container .copy {
      width: auto;
      margin-left: 0px; }
  .row-fluid.row-listing .js-share {
    float: right;
    padding-right: 26px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .js-share {
        padding-bottom: 26px; } }
  .row-fluid.row-listing .subtitle {
    font: normal 14px 'Gotham Medium';
    color: #646464;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: -10px; }
  .row-fluid.row-listing .subtitle:empty {
    display: none; }
  .row-fluid.row-listing .single {
    padding-top: 33px;
    padding-bottom: 28px;
    border-bottom: 1px solid white; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .single {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px; } }
    .row-fluid.row-listing .single .featured-image {
      background-color: white;
      float: left;
      width: 356px;
      height: 200px;
      margin-right: 20px; }
      .row-fluid.row-listing .single .featured-image img {
        width: 356px;
        height: 200px; }
    .row-fluid.row-listing .single .featured-image:empty {
      display: none; }
    .row-fluid.row-listing .single .featured-image:empty + .details {
      float: none; }
    .row-fluid.row-listing .single .featured-image.large {
      width: 356px;
      height: 200px;
      margin-bottom: 17px; }
    .row-fluid.row-listing .single .featured-image.small {
      width: 106px;
      height: 106px;
      margin-right: 20px; }
    .row-fluid.row-listing .single .all {
      font: normal 12px/24px 'Calluna Regular';
      color: #322503;
      text-transform: uppercase;
      clear: both;
      padding-top: 10px; }
    .row-fluid.row-listing .single .all:empty {
      display: none; }
    .row-fluid.row-listing .single .details .time {
      font: normal 14px/24px 'Calluna Regular';
      color: #646464;
      letter-spacing: 1px;
      display: inline-block;
float: left;
margin-top: 15px;
margin-left: 20px; }
 .home .row-fluid.row-listing .single .details .time, .single .row-fluid.row-listing .single .details .time {
float:none;
}
    .row-fluid.row-listing .single .details .title {
      font: normal 18px/24px 'Calluna Regular'; }
      .row-fluid.row-listing .single .details .title a:hover {
        color: #d95f44; }
    .row-fluid.row-listing .single .copy {
      font: normal 14px/22px 'Calluna Regular';
      color: #646464; 
      display: inline-block;
float: right;
/* width: 665px; */
}
.row-fluid.row-listing .single.double_thumb .copy {
width: 600px;
}

      .row-fluid.row-listing .single .copy p {
        margin-bottom: 24px; }
      .row-fluid.row-listing .single .copy img {
        max-width: 100%; 
	height: auto;
	}
    .row-fluid.row-listing .single .featured-image.small + .details .time {
      line-height: 14px;
      margin-bottom: 3px; }
  .row-fluid.row-listing .paginate-links {
    clear: left;
    font: normal 18px/24px 'Gotham Medium';
    color: #646464;
    padding-top: 40px;
    padding-bottom: 40px; }
  .row-fluid.row-listing .comments-form-container {
    clear: both;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 806px;
    margin-left: 0px;
    padding-left: 13px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .comments-form-container {
        width: 100%;
        padding-left: 0px; } }
    .row-fluid.row-listing .comments-form-container .number-of-comments {
      font: normal 18px 'Gotham Medium';
      color: #646464; }
    .row-fluid.row-listing .comments-form-container .comment-add-header {
      color: #514067;
      font: normal 14px 'Gotham Medium';
      text-transform: uppercase;
      margin-top: 40px;
      margin-bottom: 20px; }
    .row-fluid.row-listing .comments-form-container .comment-form input, .row-fluid.row-listing .comments-form-container .comment-form textarea {
      height: 35px;
      border: 2px solid #e6e2d8;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      color: #646464;
      font: normal 14px/35px 'Gotham Medium';
      text-indent: 5px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.row-listing .comments-form-container .comment-form input, .row-fluid.row-listing .comments-form-container .comment-form textarea {
          width: 100% !important; } }
    .row-fluid.row-listing .comments-form-container .comment-form textarea, .row-fluid.row-listing .comments-form-container .comment-form label {
      width: 100%; }
    .row-fluid.row-listing .comments-form-container .comment-form input {
      width: 390px; }
    .row-fluid.row-listing .comments-form-container .comment-form textarea {
      height: 100px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.row-listing .comments-form-container .comment-form .input-container {
        float: none !important; } }
    .row-fluid.row-listing .comments-form-container .comment-form .input-container label, .row-fluid.row-listing .comments-form-container .comment-form .input-container .label {
      display: block;
      text-transform: uppercase;
      color: #646464;
      font: normal 12px/19px 'Gotham Medium'; }
    .row-fluid.row-listing .comments-form-container .comment-form input[type="submit"], .row-fluid.row-listing .comments-form-container .comment-form input.submit {
      width: 94px;
      float: right;
      margin-top: 15px;
      border: 0px;
      background-color: #d95f44;
      text-transform: uppercase;
      color: white;
      line-height: 100%;
      padding-left: 10px;
      padding-right: 13px; }
  .row-fluid.row-listing .comments {
    clear: both;
    padding-left: 13px;
    		/*
    		.comment.depth-2 {
    			margin-top: 0px;
    			margin-left: 50px;
    			border-left: 1px solid #fff;
    			padding-left: 10px;
    		}
    
    		.comment.depth-3 {
    			margin-top: 0px;
    			margin-left: 50px;
    			border-left: 1px solid #fff;
    			padding-left: 10px;
    		}
    
    		.comment.depth-4 {
    			margin-left: 50px;
    			border-left: 1px solid #fff;
    			padding-left: 10px;
    		}
    
    		.comment.depth-5 {
    			margin-left: 50px;
    			border-left: 1px solid #fff;
    			padding-left: 10px;
    		}
    		*/ }
    .row-fluid.row-listing .comments .comment {
      margin-top: 30px; }
      .row-fluid.row-listing .comments .comment .author {
        color: #514067;
        text-transform: uppercase;
        font: normal 14px/22px 'Gotham Medium'; }
      .row-fluid.row-listing .comments .comment .date {
        color: #646464;
        font: normal 14px/22px 'Calluna Light'; }
      .row-fluid.row-listing .comments .comment .comment-content {
        color: #646464;
        font: normal 14px/22px 'Calluna Light'; }
        .row-fluid.row-listing .comments .comment .comment-content p:first-child {
          margin-top: 0px; }

.row-fluid.thought-leadership-child.videos .single {
  //width: 358px; 
}
  .row-fluid.thought-leadership-child.videos .single .featured-image {
    background-color: #ccc;
    margin-bottom: 10px; }
.row-fluid.thought-leadership-child.videos .single:nth-child(even) {
  float: right; }

.single .featured-image:empty + .details,
.single .featured-image:empty + .details + .copy {
  width: auto;
  float: left;
  padding-left: 0px; }

.row-fluid.go-innovate-blog .details, .row-fluid.go-innovate-blog .copy {
  width: 425px;
  float: left;
  margin-left: 25px; }
.row-fluid.go-innovate-blog .featured-image:empty + .details,
.row-fluid.go-innovate-blog .featured-image:empty + .details + .copy {
  margin-left: 0px; }

.row-fluid.news .single .featured-image {
  width: 106px;
  height: 106px; }

.row-fluid.people {
  background-color: white;
  padding-bottom: 100px; }
  .row-fluid.people .row-header {
    color: #638195; }
  .row-fluid.people .row-standard-copy {
    margin-top: 6px;
    font-size: 24px;
    color: #646464;
    padding-bottom: 37px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.people .row-standard-copy {
        font-size: 18px;
        line-height: 22px; } }
  .row-fluid.people .row-standard-copy::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid #e6e2d8;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.people .people-section-container {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 40px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.people .people-section-container {
        width: 100%; } }
    .row-fluid.people .people-section-container .people-category-selector-container {
      background-color: #638195;
      width: 246px;
      min-height: 502px;
      padding-top: 27px;
      padding-bottom: 27px;
      padding-left: 29px;
      padding-right: 29px;
      position: relative;
      float: left; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.people .people-section-container .people-category-selector-container {
          display: none; } }
      .row-fluid.people .people-section-container .people-category-selector-container:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 1px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 13px 0 0 13px;
        border-color: transparent transparent transparent #322503; }
      .row-fluid.people .people-section-container .people-category-selector-container ul {
        padding: 0;
        margin: 0; }
        .row-fluid.people .people-section-container .people-category-selector-container ul li {
          list-style-type: none;
          color: #cad8e1;
          font: normal 18px/31px 'Calluna Light'; }
        .row-fluid.people .people-section-container .people-category-selector-container ul li.selected {
          color: white; }
    .row-fluid.people .people-section-container .people-container {
      width: 976px;
      height: 488px;
      float: right;
      position: relative;
      top: 14px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.people .people-section-container .people-container {
          width: 100%;
          height: auto !important;
          float: none !important; } }
      .row-fluid.people .people-section-container .people-container .people-category-container {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: none; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.people .people-section-container .people-container .people-category-container {
            width: 100%;
            position: relative; } }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.people .people-section-container .people-container .people-category-container .people-category-container:not(.leadership) {
            display: none; } }
        .row-fluid.people .people-section-container .people-container .people-category-container .person {
          float: left;
          position: relative;
          overflow: hidden;
          background-size: contain; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.people .people-section-container .people-container .people-category-container .person {
              width: 50% !important;
              float: none !important; } }
          .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image .fun {
              display: none; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image img {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
              @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image img {
                  width: 50%; } }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .person-image img:hover {
              filter: none;
              -webkit-filter: none; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person .role-key {
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 24px;
            height: 24px;
            z-index: 1;
            text-align: center;
            font: normal 12px/24px 'Gotham Medium';
            color: #ac5236;
            background: transparent;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE6E2D8,endColorstr=#CCE6E2D8)";
            /* IE8 */
            background-color: rgba(230, 226, 216, 0.8);
            text-transform: uppercase; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .role-key:empty {
              display: none; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content {
            display: none;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 300%;
            z-index: 2; }
            @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content {
                display: block; } }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .image {
              height: 100%;
              width: 33.3%;
              float: left;
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF)";
              /* IE8 */
              background-color: rgba(255, 255, 255, 0.7); }
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .image img {
                height: 50%;
                width: 100%; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info {
              float: left;
              height: 100%;
              width: 66.6%;
              -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5638195,endColorstr=#E5638195)";
              /* IE8 */
              background-color: rgba(99, 129, 149, 0.9);
              padding: 18px 20px;
              position: relative; }
              @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info {
                  float: right; } }
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info .close {
                position: absolute;
                top: 13px;
                right: 13px;
                font: normal 30px/14px 'Calluna Light';
                color: #9acfe9;
                z-index: 101;
                display: block;
                cursor: pointer; }
                @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                  .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info .close {
                    display: none; } }
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info .title {
                font: normal 14px/14px 'Calluna Light';
                color: #9acfe9; }
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info .name {
                font: normal 22px/22px 'Calluna Light';
                color: white;
                margin-bottom: 17px; }
              .row-fluid.people .people-section-container .people-container .people-category-container .person .person-content .info .quote {
                font: normal 14px/14px 'Calluna Light';
                color: #9acfe9; }
        .row-fluid.people .people-section-container .people-container .people-category-container .person:hover .fun {
          /* display: block; */ }
        .row-fluid.people .people-section-container .people-container .people-category-container .person:hover .serious {
          /* display: none; */ }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.large {
          width: 25%;
          height: 50%; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.people .people-section-container .people-container .people-category-container .person.large {
              width: 100% !important;
              height: 0;
              padding-bottom: 50%; } }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.large .role-key {
            display: none; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content {
            height: 200%;
            width: 733px; }
            @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
              .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content {
                width: 100%;
                height: 100%; } }
            .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .image {
              height: 100%; }
              @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .image {
                  width: 50%;
                  display: none; } }
              .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .image img {
                height: 50%;
                width: 100%; }
                @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                  .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .image img {
                    height: 100%; } }
            @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
              .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .info {
                width: 50%; } }
            .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .info .quote {
              font: normal 16px/22px 'Calluna Light';
              color: white;
              margin-top: 36px; }
              @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
                .row-fluid.people .people-section-container .people-container .people-category-container .person.large .person-content .info .quote {
                  display: none; } }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.force-left .image {
          float: right; }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.large.force-left .person-content {
          margin-left: -488px; }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.large.force-up .person-content {
          margin-top: -244px; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.large.force-up .person-content .image img {
            margin-top: 100%; }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.selected {
          overflow: visible; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.selected .serious {
            display: none; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.selected .person-content {
            display: block; }
          @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
            .row-fluid.people .people-section-container .people-container .people-category-container .person.selected img.fun {
              display: block;
              filter: none;
              -webkit-filter: none; } }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.small {
          width: 12.5%;
          height: 25%; }
          .row-fluid.people .people-section-container .people-container .people-category-container .person.small .person-content {
            height: 100%;
            width: 367px; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person.small .person-content .image img {
              height: 100%; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person.small .person-content .info .title {
              display: none; }
            .row-fluid.people .people-section-container .people-container .people-category-container .person.small .person-content .info .name {
              padding-right: 5px; }
        .row-fluid.people .people-section-container .people-container .people-category-container .person.small.force-left .person-content {
          margin-left: -244px; }
      .row-fluid.people .people-section-container .people-container .people-category-container.selected {
        display: block; }
    .row-fluid.people .people-section-container .keys {
      clear: both;
      float: right;
      margin: 0;
      padding: 0;
      display: none; }
      .row-fluid.people .people-section-container .keys li {
        float: left;
        list-style-type: none;
        font: normal 12px/12px 'Gotham Medium';
        color: #ac5236;
        margin-left: 37px;
        text-transform: uppercase; }

.row-fluid.join {
  background-color: #e6e2d8;
  padding-bottom: 100px; }
  .row-fluid.join .row-header {
    color: #d95f44;
    padding-top: 78px; }
  .row-fluid.join .row-standard-copy {
    padding-bottom: 47px;
    font-size: 24px;
    margin-top: 5px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.join .row-standard-copy {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 12px; } }
  .row-fluid.join .row-standard-copy::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid white;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.join .join-main-copy-container {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 52px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.join .join-main-copy-container {
        margin-top: 32px; } }
    .row-fluid.join .join-main-copy-container .intro-copy {
      float: left;
      width: 598px;
      font: normal 18px/28px 'Calluna Light';
      color: #646464;
      padding-right: 35px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.join .join-main-copy-container .intro-copy {
          font-size: 18px;
          line-height: 22px;
          float: none;
          width: 100%;
          padding-right: 0px; } }
      .row-fluid.join .join-main-copy-container .intro-copy p {
        margin-top: 28px; }
      .row-fluid.join .join-main-copy-container .intro-copy p:first-child {
        margin: 0; }
      .row-fluid.join .join-main-copy-container .intro-copy p:last-child {
        margin-bottom: 0px; }
      .row-fluid.join .join-main-copy-container .intro-copy a {
        color: #d95f44; }
      .row-fluid.join .join-main-copy-container .intro-copy a:hover {
        color: #646464; }
    .row-fluid.join .join-main-copy-container .listings {
      float: right;
      width: 605px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.join .join-main-copy-container .listings {
          width: 100%;
          float: none;
          margin-top: 50px; } }
      .row-fluid.join .join-main-copy-container .listings a {
        color: #638195; }
      .row-fluid.join .join-main-copy-container .listings a:hover {
        color: #d95f44; }
      .row-fluid.join .join-main-copy-container .listings .career-section {
        width: 50%;
        float: left;
        margin-bottom: 10px; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.join .join-main-copy-container .listings .career-section:nth-child(odd) {
            float: left;
            clear: left; } }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.join .join-main-copy-container .listings .career-section:nth-child(even) {
            float: right; } }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.join .join-main-copy-container .listings .career-section {
            width: 42%;
            margin-top: 30px; } }
        .row-fluid.join .join-main-copy-container .listings .career-section .career-category {
          text-transform: uppercase;
          color: #646464;
          font: normal 16px/22px 'Gotham Medium';
          margin-bottom: 8px; }
        .row-fluid.join .join-main-copy-container .listings .career-section ul {
          padding: 0;
          margin: 0; }
          .row-fluid.join .join-main-copy-container .listings .career-section ul li {
            list-style-type: none;
            font: normal 16px/22px 'Calluna Light';
            color: #638195;
            margin-bottom: 10px; }

.row-fluid.join-parallax {
  height: 586px;
  background-attachment: fixed; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.join-parallax {
      display: none; } }
  .row-fluid.join-parallax .content {
    font: normal 32px/42px 'Calluna Light';
    color: white;
    text-align: center;
    height: 100%; }
    .row-fluid.join-parallax .content .align-container {
      display: table;
      width: 100%;
      height: 100%; }
      .row-fluid.join-parallax .content .align-container .copy {
        display: table-cell;
        vertical-align: middle;
        padding-left: 88px;
        padding-right: 88px; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.join-parallax .content .align-container .copy {
            padding-left: 13px;
            padding-right: 13px; } }

.row-fluid.career-child .content {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 38px;
  padding-bottom: 62px; }
  .row-fluid.career-child .content .js-close, .row-fluid.career-child .content .js-share {
    float: left; }
  .row-fluid.career-child .content .js-share {
    margin-left: 567px; }
    @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
      .row-fluid.career-child .content .js-share {
        margin-left: 0px;
        float: right; } }
.row-fluid.career-child .row-header {
  text-align: left;
  color: #d95f44;
  font: normal 28px/38px 'Calluna Regular';
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 34px;
  padding-bottom: 0px; }
.row-fluid.career-child .row-standard-copy {
  font: normal 14px/22px 'Calluna Light';
  color: #646464;
  margin-left: 0px;
  width: 806px;
  float: left;
  margin-top: 0px;
  text-align: left; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.career-child .row-standard-copy {
      width: 100%; } }
  .row-fluid.career-child .row-standard-copy p {
    margin: 20px 0px; }
.row-fluid.career-child .sidebar {
  width: 390px; }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.career-child .sidebar {
      width: 100%;
      margin-top: 60px;
      margin-bottom: 30px; } }

.row-fluid.connect {
  padding-bottom: 82px; }
  .row-fluid.connect .row-header {
    color: #d95f44; }
  .row-fluid.connect .row-standard-copy {
    font-size: 24px;
    margin-top: 9px;
    padding-bottom: 40px; }
  .row-fluid.connect .row-standard-copy::after {
    content: '';
    position: absolute;
    width: 152px;
    border-bottom: 2px solid #e6e2d8;
    left: 50%;
    margin-left: -76px;
    bottom: 0px; }
  .row-fluid.connect .connect-form-container {
    margin-top: 49px; }
    .row-fluid.connect .connect-form-container form {
      display: block;
      padding-left: 174px; }
      @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
        .row-fluid.connect .connect-form-container form {
          padding-left: 16px;
          padding-right: 16px; } }
      .row-fluid.connect .connect-form-container form .text-inputs {
        width: 494px;
        float: left; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.connect .connect-form-container form .text-inputs {
            width: 100%;
            float: none; } }
        .row-fluid.connect .connect-form-container form .text-inputs .input-container {
          margin-top: 10px; }
        .row-fluid.connect .connect-form-container form .text-inputs div:first-child {
          margin-top: 0px; }
        .row-fluid.connect .connect-form-container form .text-inputs input, .row-fluid.connect .connect-form-container form .text-inputs textarea {
          height: 35px;
          border: 2px solid #e6e2d8;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          color: #646464;
          font: normal 14px/35px 'Gotham Medium';
          text-indent: 5px; }
        .row-fluid.connect .connect-form-container form .text-inputs input.error, .row-fluid.connect .connect-form-container form .text-inputs textarea.error {
          border-color: red; }
        .row-fluid.connect .connect-form-container form .text-inputs textarea {
          height: 100px; }
        .row-fluid.connect .connect-form-container form .text-inputs input, .row-fluid.connect .connect-form-container form .text-inputs textarea, .row-fluid.connect .connect-form-container form .text-inputs label {
          width: 100%; }
      .row-fluid.connect .connect-form-container form .inquiry-types {
        float: left;
        margin-left: 94px; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.connect .connect-form-container form .inquiry-types {
            width: 100%;
            float: none;
            margin-left: 0px; } }
        .row-fluid.connect .connect-form-container form .inquiry-types .radio-container {
          margin-bottom: 10px; }
          .row-fluid.connect .connect-form-container form .inquiry-types .radio-container span {
            font: normal 16px/20px 'Calluna Light';
            color: #646464;
            margin-left: 5px; }
          .row-fluid.connect .connect-form-container form .inquiry-types .radio-container input[type="radio"].error:after {
            border-color: red; }
          .row-fluid.connect .connect-form-container form .inquiry-types .radio-container input[type="radio"] {
            position: relative; }
            .row-fluid.connect .connect-form-container form .inquiry-types .radio-container input[type="radio"]:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              border: 2px solid #e6e2d8;
              width: 13px;
              height: 13px;
              -webkit-border-radius: 13px;
              border-radius: 13px;
              background-clip: padding-box;
              /* stops bg color from leaking outside the border: */
              z-index: 2; }
      .row-fluid.connect .connect-form-container form label, .row-fluid.connect .connect-form-container form .label {
        display: block;
        text-transform: uppercase;
        color: #646464;
        font: normal 12px/19px 'Gotham Medium'; }
      .row-fluid.connect .connect-form-container form input[type="submit"] {
        width: 94px;
        float: right;
        margin-top: 15px;
        border: 0px;
        background-color: #d95f44;
        text-transform: uppercase;
        color: white;
        line-height: 100%;
        padding-left: 10px;
        padding-right: 13px; }
        @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
          .row-fluid.connect .connect-form-container form input[type="submit"] {
            position: relative;
            top: 385px;
            float: none; } }

.row-fluid.footer-info {
  padding-bottom: 53px;
  background-image: url("./images/row-footer-bg.jpg"); }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.footer-info, .row-fluid.footer-info2 {
      padding-bottom: 0px; } }
.row-fluid.footer-info2 {
  padding-bottom: 40px;
  background-image: url("./images/row-footer-bg.jpg"); }
  @media only screen and (max-width: 767px), handheld and (orientation: portrait) {
    .row-fluid.footer-info, .row-fluid.footer-info2 {
      padding-bottom: 0px; } }
  .row-fluid.footer-info .row-header, .row-fluid.footer-info2 .row-header {
    display: none; }
  .row-fluid.footer-info .row-standard-copy, .row-fluid.footer-info2 .row-standard-copy {
    line-height: 18px !important;
    margin-top: 65px; }
    .row-fluid.footer-info .row-standard-copy a img {
      margin: 60px 10px 10px; }
    .row-fluid.footer-info2 .row-standard-copy a img {
      margin: 40px 10px 10px; }
  .row-fluid.footer-info .standard-paragraph-heading, .row-fluid.footer-info2 .standard-paragraph-heading {
    color: #d95f44 !important; }
  .row-fluid.footer-info .footer-nav, .row-fluid.footer-info2 .footer-nav {
    text-align: center; }
    .row-fluid.footer-info .footer-nav ul {
      margin: 96px auto 0px;
      clear: both;
      display: inline-block;
      zoom: 1;
      padding: 0px; }
    .row-fluid.footer-info2 .footer-nav ul {
      margin: 56px auto 0px;
      clear: both;
      display: inline-block;
      zoom: 1;
      padding: 0px; }
      .row-fluid.footer-info .footer-nav ul li, .row-fluid.footer-info2 .footer-nav ul li {
        list-style-type: none;
        float: left;
        color: #e6e2d8;
        font: normal 14px 'Gotham Medium';
        text-transform: uppercase;
        margin: 0px 10px; }
  .row-fluid.footer-info .copyright, .row-fluid.footer-info2 .copyright {
    color: #d95f44;
    font: normal 14px 'Calluna Light';
    text-align: center;
    clear: both; }

.row-fluid.privacy-policy {
  background-color: #e6e2d8;
  padding-bottom: 50px; }
  .row-fluid.privacy-policy .row-header {
    color: #514067; }
    .row-fluid.privacy-policy .row-header:after {
      content: '';
      position: absolute;
      width: 152px;
      border-bottom: 2px solid white;
      left: 50%;
      margin-left: -76px;
      bottom: 0px; }
  .row-fluid.privacy-policy .row-standard-copy {
    text-align: left;
    font: normal 14px/22px 'Calluna Regular';
    color: #646464; }

body.search.search-results .row-header {
  color: #514067; }

.single.event .title, .single.event a, .single.news .title, .single.news a {
  color: #d95f44 !important; }
.single.event a:hover, .single.news a:hover {
  color: #646464 !important; }

.single.thought-leadership .title, .single.thought-leadership a {
  color: #514067 !important; }
.single.thought-leadership a:hover {
  color: #d95f44 !important; }

.featured-image img {
  width: 100% !important;
  height: 100% !important; }

.article .featured-image {
  width: 106px !important;
  height: 106px !important; }

.blog .featured-image {
  width: 356px !important;
  height: 200px !important; }

.video .featured-image {
  width: 356px !important;
  height: 200px !important; }

.presentation .featured-image {
  width: 356px !important;
  height: 200px !important; }

.news .featured-image {
  width: 106px !important;
  height: 106px !important; }

.event .featured-image {
  display: none !important; }

.row-fluid.ajax-expansion-container {
  display: none;
  -moz-box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
  /* inner glow */
  -webkit-box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
  /* inner glow */
  box-shadow: inset 0 2px 13px rgba(49, 36, 3, 0.4);
  /* inner glow */ }

.ajax-container {
  display: none; }

.no-search-results-found {
  background-color: #e6e2d8;
  color: #514067; }

@media (max-width: 1280px) and (min-width: 767px) {
  .row-fluid.main-nav .content ul li {
    //font-size: 11px;
    //line-height: 38px;
   // margin-left: 8%;
margin-left: 20px;
    font-size: 12px;
  }
  body {
    min-width: 1280px;
    overflow: visible;
  }
}

@media (max-width: 1550px) and (min-width: 767px) {
  .row-fluid.client-stories .slider-container .arrow-container {
    height: 0;
    padding-bottom: 100%;
  }
  .row-fluid.client-stories .slider-container .arrow-container .arrow-back {
    left: -10px;
  }
  .row-fluid.client-stories .slider-container .arrow-container .arrow-forward {
    right: -10px;
  }
  .slider-container .arrow-container .arrow-back {
    left: 55px;
  }
  .slider-container .arrow-container .arrow-forward {
    right: -20px;
  }
}

.go-innovate-blog {
	background: url(images/header-blog.jpg) no-repeat center top;
	padding-top: 320px;
}

.row-fluid.thought-leadership-child.go-innovate-blog .row-header:after {
	border: none;
}

.static-sidebar {
  color: #638195;
  font: normal 24px/30px 'Calluna Regular';
  padding-top: 25px;
  background: url(images/icon-quotes.png) no-repeat top left; 
  margin-bottom: 120px;
}

.static-sidebar strong {
  color: #646464;
  font: normal 18px/22px 'Calluna Semibold';
  padding: 25px 0;
  display: inline-block;
}

.row-fluid.row-listing.thought-leadership-child.go-innovate-blog .single .copy p {
  font-size: 16px;
}

.thought-leadership .thumbnails {
  display: inline-block;
  margin-top: 20px;
  float: left;
}

.single.thought-leadership:nth-child(even) .thumbnails {
  float: right;
}

.row-fluid.row-listing .single.thought-leadership:nth-child(even) .time,
.sidebar .single.thought-leadership .details .time {
  margin-left: 0;
}

.single.thought-leadership:nth-child(even) .copy {
  float: left;
}

.connect-form-container form p {
font: normal 14px/22px 'Calluna Regular';
color: #646464;
}

.videos .archive-container.thought-leadership-archive-container .single.thought-leadership .details .time, .articles .archive-container.thought-leadership-archive-container .single.thought-leadership .details .time {
float:none;
margin-left: 0;
}

.videos .archive-container.thought-leadership-archive-container .single.thought-leadership .copy, .articles .archive-container.thought-leadership-archive-container .single.thought-leadership .copy {
float:none;
}

.news .title, .search .title, .search .subtitle {
margin-left: 145px;
}

.search .download-pdf  {
margin-left: 145px !important;
}

.search .copy {
float: right !important;
}

/*# sourceMappingURL=style.css.map */