@charset "UTF-8";
/*$grids: 12;
$gutter: 22px;
$gutterDesktop: 90px;
$mobileHoriz: 410px;
$tablet: 1024px;
$desktop: 1392px;
$desktopForArticle: 1610px;*/
/* Scott's Dope Mixins v0.3*/
/* A less configurable but more areodynamic transition mixin */
/* Removes margin and padding and list style from lists */
/* Lightens background color on hover */
/* Darkens background color on hover */
/* A re-useable font mixin for whatever fonts you are using, allows for an optional color argument */
/* Cross browser opacity */
/* REMS with a PX Fallback */
/* REQUIRES COMPASS */
/* Faster gradients, if a stop is not specified a -20 of the start
is assigned for you this may be adjustable in the near future */
.our-services .block__content ul, .secondary-navigation .menu {
  padding: 0;
  margin: 0;
}
.our-services .block__content ul li, .secondary-navigation .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  list-style-type: none !important;
}

.node-type-services .field--name-field-link a, .field--name-learn-more-about-our-approach a, .block__sidebar-default .block__content a.button, .node-teaser--related .button {
  background-color: #0a97b2;
  color: #ffffff;
  padding: 6px 10px;
  font-weight: normal;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-style: italic;
  width: 100%;
  text-align: center;
  position: relative;
}
.node-type-services .field--name-field-link a:hover, .field--name-learn-more-about-our-approach a:hover, .block__sidebar-default .block__content a.button:hover, .node-teaser--related .button:hover, .node-type-services .field--name-field-link a:focus, .field--name-learn-more-about-our-approach a:focus, .block__sidebar-default .block__content a.button:focus, .node-teaser--related .button:focus {
  background-color: #8bb10d;
  color: #ffffff;
}
.node-type-services .field--name-field-link a:after, .field--name-learn-more-about-our-approach a:after, .block__sidebar-default .block__content a.button:after, .node-teaser--related .button:after {
  content: '';
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -14px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 13px;
  width: 7px;
  display: inline-block;
  margin-left: 14px;
  margin-bottom: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .node-type-services .field--name-field-link a:after, .field--name-learn-more-about-our-approach a:after, .block__sidebar-default .block__content a.button:after, .node-teaser--related .button:after {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -14px -44px;
    height: 13px;
    width: 7px;
  }
}

.node-type-services .field--name-field-client-project-name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lt-ie9 .group-left {
  width: 11.5%;
  float: left;
  margin-right: 4.5%;
}

.lt-ie9 .group-right {
  width: 84%;
  float: left;
}

.views-row .node-teaser {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  margin-bottom: 2em;
}
.views-row .node-teaser:before, .views-row .node-teaser:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.views-row .node-teaser:after {
  clear: both;
}
.views-row .node-teaser.views-row-last {
  margin-bottom: 0;
}

.node-teaser .field--name-title .field__item > * {
  margin: 0 0 10px 0;
}

.field-group-div img {
  max-width: 100%;
  height: auto;
}

.view-mode-teaser .field--type-image img {
  border: 1px solid rgba(226, 226, 226, 0.6);
}
.lt-ie9 .view-mode-teaser .field--type-image img {
  width: 100%;
}

input, textarea, select {
  outline: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  font-size: 30px;
  font-size: 1.875rem;
  color: #8bb10d;
}

.fieldset-wrapper {
  margin: 1em 0;
}

.node-type-webform .field--name-body {
  margin-bottom: 1.5em;
}

.webform-component label {
  margin-bottom: .3em;
  font-weight: 200;
}
.webform-component .form-text,
.webform-component .form-textarea {
  padding: 4px;
  border: 1px solid #ddd;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #f9f9f9;
  width: 100%;
}
.lt-ie9 .webform-component .form-text, .lt-ie9
.webform-component .form-textarea {
  width: auto;
}
.webform-component .form-text {
  height: 34px;
  line-height: 34px;
  padding: 0 4px;
}

.webform-client-form {
  clear: both;
}
.webform-client-form .form-submit {
  border: none;
  background-color: #0a97b2;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  padding: .5em 3em .5em .8em;
  line-height: 1;
  text-align: left;
  background-image: url('../images/@1x/btn-arrow.png') !important;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: 91% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .webform-client-form .form-submit {
    background-image: url('../images/@2x/btn-arrow.png') !important;
    background-size: 7px 13px;
  }
}
.webform-client-form .form-submit:hover, .webform-client-form .form-submit:focus {
  background-color: #8bb10d;
}

/* View filters */
.views-exposed-widgets {
  margin: 0;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
}

.checker span {
  background-color: #d9eff3;
}
.checker span.checked {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -71px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 23px;
  width: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .checker span.checked {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -71px -44px;
    height: 23px;
    width: 23px;
  }
}

.ajax-progress-throbber .message {
  display: none;
}

.ajax-progress-throbber .throbber {
  float: left;
  width: 25px;
  height: 25px;
  margin: -3px 0 0 -8px;
  background-image: url('../images/loader.gif');
  background-position: center;
  background-color: #fff;
}

dl.phone-cta, .office-information dl {
  line-height: 1.1;
  margin: 0 0 0 3.5em;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
dl.phone-cta:before, dl.phone-cta:after, .office-information dl:before, .office-information dl:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
dl.phone-cta:after, .office-information dl:after {
  clear: both;
}
.lt-ie9 dl.phone-cta, .lt-ie9 .office-information dl {
  margin: 15px 0 25px 0;
}
dl.phone-cta a, .office-information dl a {
  color: #1a1a1a;
}
dl.phone-cta dt, .office-information dl dt {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  /*&:before {
    content: '';
    position: absolute;
    top:0px;
    left: -49px;
  }*/
}
dl.phone-cta dt:after, .office-information dl dt:after {
  content: ':';
}
dl.phone-cta dd, .office-information dl dd {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 .6em 0;
}
dl.phone-cta dd:last-child, .office-information dl dd:last-child {
  margin-bottom: 0;
}

.lt-ie9 .office-information dl {
  float: right;
  margin: 0;
}

.free-phone:before {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -1011px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 42px;
  width: 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .free-phone:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -323px 0;
    height: 42px;
    width: 38px;
  }
}

.service-desk:before {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -1181px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 41px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .service-desk:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -493px 0;
    height: 44px;
    width: 41px;
  }
}

.field--name-body ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.field--name-body ul li {
  padding-left: 18px;
  position: relative;
}
.field--name-body ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cddf57;
  position: absolute;
  top: 7px;
  left: 3px;
}

img, media {
  max-width: 100%;
}
.field--name-body img, .field--name-body media {
  margin-bottom: 20px;
}

img[style*="float:left"] {
  float: left;
  margin-right: 20px;
}

img[style*="float:right"] {
  float: right;
  margin-left: 20px;
}

.file-icon {
  display: none;
}

table {
  border-collapse: collapse;
  border: 1px solid #eee;
}

td, th {
  padding: .4em .9em;
  border: 1px solid #eee;
}

@font-face {
  font-family: "CoreSans";
  src: url('../fonts/coresans-regular.eot');
  src: url('../fonts/coresans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/coresans-regular.woff') format('woff'), url('../fonts/coresans-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSans";
  src: url('../fonts/coresans-bold.eot');
  src: url('../fonts/coresans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/coresans-bold.woff') format('woff'), url('../fonts/coresans-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CoreSans";
  src: url('../fonts/coresans-italic.eot');
  src: url('../fonts/coresans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/coresans-italic.woff') format('woff'), url('../fonts/coresans-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
legend, .webform-component label, .webform-client-form .form-submit, .block-intro p, .hero p, .view-our-team .view-header,
.view-case-studies .view-header, .view-services .view-header p, h1, h2, h3, h4, h5, a.btn, p.intro, address.lg, blockquote, .global-navigation .menu, .region__pre-footer .region-inner, .region__footer .region-inner, .page-user .tabs--primary, .user-login .form-submit, .back .block__content a, .front-our-services p, .front-our-services .service p, .interested .block__content p, #portable-menu, .our-services .block__content ul, .secondary-navigation .menu, .view-filters label, .view-case-studies .view-content .views-row,
.view-our-team .view-content .views-row, .overlay, .view-services .views-row .node, .view-testimonials {
  font-family: "CoreSans", "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.block-intro p, .hero p, .view-our-team .view-header,
.view-case-studies .view-header, .view-services .view-header p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.front-our-services .service a, .view-services .views-row .node h2 a {
  color: #8bb10d;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.front-our-services .service a:hover, .view-services .views-row .node h2 a:hover, .front-our-services .service a:focus, .view-services .views-row .node h2 a:focus {
  color: #0a97b2;
}

.interested .block__content p a {
  color: #0a97b2;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.interested .block__content p a:hover, .interested .block__content p a:focus {
  color: #8bb10d;
}

body {
  color: #1a1a1a;
  font-family: "CoreSans", "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
.field--name-body h1, .field--name-body h2, .field--name-body h3, .field--name-body h4, .field--name-body h5 {
  color: #8bb10d;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0;
}

h1 {
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.2em 0 .5em 0;
}
.lt-ie9 h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
.lt-ie9 h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
.node-type-services h1, .node-type-case-study h1 {
  margin-top: .5em;
}

h2, h3, h4 {
  margin-bottom: .22em;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #8bb10d;
}
.group-right-column h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  color: #0a97b2;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:focus {
  color: #8bb10d;
}
a.btn {
  display: inline-block;
  background-color: #0a97b2;
  padding: .8em 1.2em;
  color: #ffffff;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-style: italic;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  font-size: 1rem;
}
a.btn:hover, a.btn:focus {
  background-color: #8bb10d;
}

address {
  font-style: normal;
}
address p {
  margin: 0;
  padding: 0;
}

p.intro, address.lg {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
}

blockquote {
  padding: 0;
  font-size: 20px;
  font-style: italic;
  margin: 20px;
  line-height: 1.3;
  /*&:before, &:after {
    font-size: 24px;
  }
  
  &:before {
    content: '\201c';
  }
  
  &:after {
    content: '\201d';
  }*/
}
blockquote p {
  display: inline;
  margin: 0;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #0a97b2;
  margin: 1.5em 10px 1.5em 0;
  padding: 20px 10px;
  quotes: "“" "”" "‘" "’";
  font-size: 17px;
  margin-right: 0.1em;
  line-height: 1.42857;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.field--name-download-link {
  font-weight: bold;
}
.field--name-download-link p {
  margin: 0;
}

/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

.highContrastDetect {
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  outline: 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}
div.selector.active {
  background-position: 0 -156px;
}
div.selector.active span {
  background-position: right -26px;
}
div.selector.hover, div.selector.focus {
  background-position: 0 -182px;
}
div.selector.hover span, div.selector.focus span {
  background-position: right -52px;
}
div.selector.hover.active, div.selector.focus.active {
  background-position: 0 -208px;
}
div.selector.hover.active span, div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -234px;
}
div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -104px;
}

/* Checkbox */
div.checker {
  position: relative;
}
div.checker, div.checker span, div.checker input {
  width: 23px;
  height: 23px;
}
div.checker span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* Radio */
div.radio {
  position: relative;
}
div.radio, div.radio span, div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  background-position: 0 -283px;
}
div.radio span.checked {
  background-position: -72px -283px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
div.radio.active span {
  background-position: -18px -283px;
}
div.radio.active span.checked {
  background-position: -90px -283px;
}
div.radio.hover span, div.radio.focus span {
  background-position: -36px -283px;
}
div.radio.hover span.checked, div.radio.focus span.checked {
  background-position: -108px -283px;
}
div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -283px;
}
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
  background-position: -126px -283px;
}
div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -283px;
}
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -283px;
}

/* Uploader */
div.uploader {
  background-position: 0 -301px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  background-position: right -413px;
  height: 28px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 82px;
  padding: 0 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
div.uploader.active span.action {
  background-position: right -469px;
}
div.uploader.hover, div.uploader.focus {
  background-position: 0 -357px;
}
div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -441px;
}
div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -497px;
}
div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -329px;
}
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -385px;
}

/* Buttons */
div.button {
  background-position: 0 -645px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.button span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 30px;
  text-align: center;
  background-position: right -525px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}
div.button.active {
  background-position: 0 -675px;
}
div.button.active span {
  background-position: right -555px;
  cursor: default;
}
div.button.hover, div.button.focus {
  background-position: 0 -705px;
}
div.button.hover span, div.button.focus span {
  background-position: right -585px;
}
div.button.disabled, div.button.disabled.active {
  background-position: 0 -735px;
}
div.button.disabled span, div.button.disabled.active span {
  background-position: right -615px;
  cursor: default;
}

.front .region__pre-footer {
  background-color: #F9F9F9;
}
.front .region__post-content {
  background-color: #8bb10d;
  color: #ffffff;
}

.global-navigation {
  float: right;
  display: none;
}
.lt-ie9 .global-navigation {
  display: block;
}

.global-navigation .menu {
  padding: 0;
  margin: 0;
  margin-top: 58px;
  font-size: 16px;
  font-size: 1rem;
}
.global-navigation .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  list-style-type: none !important;
}
.global-navigation .menu .menu {
  display: none;
}
.global-navigation .menu li {
  float: left;
  margin-right: 1.8em;
}
.global-navigation .menu li.last {
  margin-right: 0;
  font-style: italic;
}
.global-navigation .menu a {
  color: #472219;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-bottom: .6em;
}
.global-navigation .menu a:hover, .global-navigation .menu a:focus, .global-navigation .menu a.active, .global-navigation .menu a.active-trail {
  color: #0a97b2;
  border-bottom: 2px #0a97b2 solid;
}
.global-navigation .menu a.connectwise {
  background-color: #E2E2E2;
  padding: .55em 1.2em .55em 2.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 0;
}
.global-navigation .menu a.connectwise:before {
  content: '';
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: 0 -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -6px;
  z-index: 50;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .global-navigation .menu a.connectwise:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: 0 -44px;
    height: 11px;
    width: 14px;
  }
}
.global-navigation .menu a.connectwise:hover, .global-navigation .menu a.connectwise:focus, .global-navigation .menu a.connectwise.active {
  color: #ffffff;
  background-color: #472219;
  -webkit-font-smoothing: subpixel-antialiased;
  border: none;
}

.page-about-us-our-team .global-navigation .menu li.active-trail + li > a[href*="our-team"] {
  color: #0a97b2;
  border-bottom: 2px #0a97b2 solid;
}

.gmap {
  border: 1px #F9F9F9 solid;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #0a97b2;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 499;
  display: none;
  width: 95%;
}
.lt-ie9 .gmap {
  width: 600px;
  height: auto;
}
.gmap iframe {
  width: 100%;
  float: left;
}
.gmap.open {
  display: block;
}
.gmap .close {
  background: none;
  border: none;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #0a97b2;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 7px;
  line-height: 1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.gmap .close:hover, .gmap .close:focus {
  background-color: #8bb10d;
}
.gmap .close:before {
  content: "\d7";
  margin-right: 3px;
}

.region {
  clear: both;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.region:before, .region:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.region:after {
  clear: both;
}

.region-inner {
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.region-inner:before, .region-inner:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.region-inner:after {
  clear: both;
}

.lt-ie9 .mobile-nav-trigger {
  display: none;
}

.front .region__pre-content {
  background-color: #1a1a1a;
}
.front .region__pre-footer {
  background-color: #F9F9F9;
}
.front .region__post-content {
  background-color: #8bb10d;
  color: #ffffff;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.front .region__post-content:before, .front .region__post-content:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.front .region__post-content:after {
  clear: both;
}

.not-front .region__content .view-mode-full {
  margin-bottom: 2em;
}
.not-front .region__content .view-mode-full .field--name-field-banner {
  margin-bottom: 15px;
}
.lt-ie9 .not-front .region__content .view-mode-full {
  margin-bottom: 3em;
}
.lt-ie9 .not-front .region__content .view-mode-full .field--name-field-banner {
  margin-bottom: 25px;
}
.lt-ie9 .not-front .region__content .view-mode-full {
  margin-bottom: 0;
}

.not-front .region__content .field--name-body .field__item > *:first-child {
  margin-top: 0;
}

.columns__col {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  margin-bottom: 2%;
}
.columns__col:before, .columns__col:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.columns__col:after {
  clear: both;
}
.lt-ie9 .columns__col {
  float: left;
  margin-right: 4%;
}
.lt-ie9 .columns__col:last-child {
  margin-right: 0;
}
.columns--two-col .lt-ie9 .columns__col {
  max-width: 50%;
}

body.modalized:after {
  content: '';
  position: fixed;
  background: url('../images/shade-40.png') repeat;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.region__pre-content {
  background-color: #0a97b2;
  color: #ffffff;
}

.region__pre-footer {
  background-color: #F9F9F9;
  position: relative;
  /*
  .not-front & {
    @include bp($tablet){
      margin-top: 230px;
    }
    
    @include bp($desktop){
      margin-top: 300px;      
    }
    
    &:before {
      content: none;
      position: absolute;
      right:0;
      @include single-image-retina('teardrops-footer', 'png', 694px, 305px);
      
      @include bp($tablet){
        content:'';
        width: 500px;
        height: 219px;
        top:-219px;
        background-size: 500px 219px;
      }
      
      @include bp($desktop){
        width: 694px;
        height: 305px;
        top:-305px;
        background-size: 694px 305px;
      }
    }
  }*/
}
.region__pre-footer .region-inner {
  padding: 2.8em 10px;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.region__pre-footer .region-inner:before, .region__pre-footer .region-inner:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.region__pre-footer .region-inner:after {
  clear: both;
}

.not-front .region__content {
  background-image: url('../images/@1x/teardrops-footer.png') !important;
  background-size: 694px 305px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .not-front .region__content {
    background-image: url('../images/@2x/teardrops-footer.png') !important;
    background-size: 694px 305px;
  }
}

.region__footer {
  background-color: #0a97b2;
  color: #ffffff;
}
.region__footer .region-inner {
  padding: 2em 10px;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}
.region__footer .region-inner:before, .region__footer .region-inner:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.region__footer .region-inner:after {
  clear: both;
}
.region__footer .menu {
  padding: 0;
  margin: 0;
}
.region__footer .menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  list-style-type: none !important;
}
.region__footer .menu a {
  color: #ffffff;
}
.region__footer p {
  margin: 0;
}

.copyright,
.footer-links {
  float: left;
  margin-right: 3em;
  line-height: 30px;
}

.follow-links {
  float: right;
}
.follow-links li {
  float: left;
}

.region__header {
  background-color: #F9F9F9;
}

.group-right-column > h3 {
  margin: 0 0 10px 0;
}

.node-type-services .group-right-column {
  margin-bottom: 40px;
  background-color: #ffffff;
  padding: 15px;
}
.node-type-services .group-right-column .block__sidebar-default {
  padding: 0;
  background-color: transparent;
}
.lt-ie9 .node-type-services .group-right-column {
  padding-top: 0;
}
.node-type-services .field--name-field-client-project-name {
  font-weight: normal;
  font-size: 1.4375rem;
  margin: 8px 0 10px 0;
  line-height: 1.2;
}
.node-type-services .field--name-field-summary {
  margin-bottom: 12px;
}

.field--name-learn-more-about-our-approach p {
  margin: 0;
}

.field--name-learn-more-about-our-approach a {
  margin-bottom: 25px;
  margin-top: 5px;
}
.lt-ie9 .field--name-learn-more-about-our-approach a {
  width: auto;
}
.lt-ie9 .field--name-learn-more-about-our-approach a {
  margin-bottom: 35px;
  margin-top: 15px;
}

.template__staff-profile {
  text-align: center;
  background-color: #F9F9F9;
  padding: 15px;
}
.lt-ie9 .template__staff-profile {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  max-width: 25%;
}
.template__staff-profile img {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.template__staff-profile > h3 {
  margin: .1em 0 .1em 0;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}
.template__staff-profile > p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.page-user .tabs--primary {
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.page-user .tabs--primary a {
  background-color: #0a97b2;
  color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0.5em 0.8em;
}
.page-user .tabs--primary .active a, .page-user .tabs--primary a:hover {
  background-color: #472219;
}

.user-login {
  background-color: #F9F9F9;
  padding: 1.4em;
}
.lt-ie9 .user-login {
  max-width: 40%;
}
.user-login label {
  margin-bottom: .3em;
}
.user-login .form-text {
  padding: 4px;
  border: 1px solid #ddd;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 34px;
  line-height: 34px;
  padding: 0 4px;
  margin-bottom: .3em;
  width: 100%;
}
.user-login .form-actions {
  margin-bottom: 0;
}
.user-login .form-submit {
  border: none;
  background-color: #0a97b2;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  padding: .5em 3em .5em .8em;
  line-height: 1;
  text-align: left;
  background-image: url('../images/@1x/btn-arrow.png') !important;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: 91% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .user-login .form-submit {
    background-image: url('../images/@2x/btn-arrow.png') !important;
    background-size: 7px 13px;
  }
}
.user-login .form-submit:hover, .user-login .form-submit:focus {
  background-color: #8bb10d;
}

.secondary-navigation .block__title,
.block--block .block__title, .field--name-field-related-services .field__label {
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.back .block__content p {
  margin: 0;
}

.back .block__content a {
  display: inline-block;
  border: 1px #ffffff solid;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-style: italic;
  padding: 5px 8px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1rem;
}
.back .block__content a:before {
  content: '\ab';
  margin-right: .3em;
  font-style: normal;
}
.back .block__content a:hover, .back .block__content a:focus {
  background-color: #ffffff;
  color: #0a97b2;
}

.block-intro h3, .block-intro .block__content > *:first-child {
  margin-top: 0;
}

.block-intro h3 {
  color: #8bb10d;
}

.block-intro p {
  margin-bottom: 1.4em;
  margin-top: 0;
}

.follow-links .menu a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  background-color: #26c2d6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.follow-links .menu a:hover, .follow-links .menu a:focus {
  background-color: #006d8e;
}
.follow-links .menu li {
  float: left;
  margin-left: .4em;
}

.follow-links a[href*=linkedin] {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -816px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .follow-links a[href*=linkedin] {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -162px 0;
    height: 32px;
    width: 32px;
  }
}

.follow-links a[href*=twitter] {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -880px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .follow-links a[href*=twitter] {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -226px 0;
    height: 32px;
    width: 32px;
  }
}

.follow-links a[href*=facebook] {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -688px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .follow-links a[href*=facebook] {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -34px 0;
    height: 32px;
    width: 32px;
  }
}

.follow-links a[href*=vimeo] {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -912px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .follow-links a[href*=vimeo] {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -258px 0;
    height: 32px;
    width: 32px;
  }
}

.front-our-services {
  margin: 0 auto 2em auto;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  clear: both;
}
.front-our-services:before, .front-our-services:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.front-our-services:after {
  clear: both;
}
.lt-ie9 .front-our-services {
  max-width: 75%;
  margin: 0 auto 75px auto;
}
.front-our-services .block__title, .front-our-services p {
  text-align: center;
}
.front-our-services .block__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 12px 0;
}
.lt-ie9 .front-our-services .block__title {
  font-size: 40px;
  font-size: 2.5rem;
}
.front-our-services p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
.front-our-services .service {
  text-align: center;
}
.lt-ie9 .front-our-services .service {
  width: 31.3%;
  margin-right: 3%;
  float: left;
}
.front-our-services .service:last-child {
  margin-right: 0;
}
.front-our-services .service h3, .front-our-services .service p {
  background-color: #F9F9F9;
  padding: 1.2em;
  text-align: left;
}
.front-our-services .service h3 {
  font-weight: normal;
  color: #8bb10d;
  background-color: #F9F9F9;
  padding: 14px;
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px #E2E2E2 solid;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
}
.front-our-services .service p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.front-our-services .service p:first-child {
  padding: 0;
  background: none;
}
.front-our-services .service a {
  display: block;
}
.front-our-services .service img {
  float: left;
  padding: 1.7em;
  width: 100%;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px transparent solid;
}
.front-our-services .service ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.front-our-services .service ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none !important;
  list-style-type: none !important;
}

.hero {
  background-color: #0a97b2;
  /*
  
  .slides {
    position: relative;
    @include clearfix;
    min-height: 530px;
  }
  
  .slide {
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0;
    @include opacity(0);
    @include transition(opacity .3s ease);
    width:100%;
    min-height: 530px;
    
    &.active {
      @include opacity(1);
    }
  }
  
  .selector {
    //position: absolute;
    background-color: $blue;
    z-index: 100;
    @include noList();
    position: relative;
    z-index: 100;
    padding-bottom: 40px;
    width: auto;
    height: auto;
    //left:50%;
    //@include transform(translateX(-50%));
    text-align: center;
    //bottom:40px;
    width: 100%;
    @extend %coresans;
    
    li {
      display: inline-block;
      margin: 0 3px;
      
      button {
        min-width: 180px;
        height: 50px; 
        border:none;
        background-color: #00C6D7;      
        color: $white;
        @include font-size(20px);
        cursor: pointer;
        
        &.active, &:active, &:hover, &:focus {
          background-color: rgba(#00C6D7,.4);    
          outline: none; 
          color: rgba(255,255,255,.8);
          cursor: default;
        }
        
        @include bp($desktop){
          min-width: 200px;
          height: 80px;         
        }
      }
    }
  }*/
}
.lt-ie9 .hero {
  background-image: url('../images/@1x/teardrop-bg.png') !important;
  background-size: 646px 404px;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .lt-ie9 .hero {
    background-image: url('../images/@2x/teardrop-bg.png') !important;
    background-size: 646px 404px;
  }
}
.hero .block__content {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 2.5em 10px;
}
.lt-ie9 .hero .block__content {
  height: 322px;
  padding: 0 10px;
}
.hero h3 {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 0;
}
.lt-ie9 .hero h3 {
  margin-top: 80px;
  font-size: 26px;
  font-size: 1.625rem;
}
.hero h3, .hero p {
  display: block;
}
.lt-ie9 .hero h3, .lt-ie9 .hero p {
  max-width: 700px;
}
.hero p {
  margin: 0;
}
.hero img {
  width: 100%;
  height: auto;
}

.slide[data-slide="consult"] {
  background-image: url("http://placehold.it/2000x500&text=consult");
}

.slide[data-slide="implement"] {
  background-image: url("http://placehold.it/2000x500&text=implement");
}

.slide[data-slide="enable"] {
  background-image: url("http://placehold.it/2000x500&text=enable");
}

.interested {
  clear: both;
  margin: 3em 0 0 0;
}

.interested .block__content p {
  display: block;
  margin: 0;
  padding: 20px 0;
  border-top: 1px #E2E2E2 solid;
  border-bottom: 1px #E2E2E2 solid;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
.interested .block__content p a:after {
  content: '\bb';
  margin-left: .2em;
}

.mobile-nav-trigger {
  float: right;
  margin: 1.5em 0;
}
.mobile-nav-trigger p {
  margin: 0;
}

.mobile-nav-trigger .block__content a {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -332px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 27px;
  width: 40px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  margin-top: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .mobile-nav-trigger .block__content a {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -332px -44px;
    height: 27px;
    width: 40px;
  }
}

#portable-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(10, 151, 178, 0.95);
  width: 100%;
  z-index: 499;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
#portable-menu.open {
  max-height: 1200px;
}
#portable-menu > .menu {
  top: 62px !important;
}
#portable-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 62px;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lt-ie9 #portable-menu .menu {
  font-size: 24px;
  font-size: 1.5rem;
}
#portable-menu .menu .menu {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  display: none;
}
#portable-menu .menu.past, #portable-menu .menu.present {
  display: block;
  position: fixed;
  top: 0;
}
#portable-menu .menu.past {
  -moz-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}
#portable-menu .menu.past > li.expanded {
  position: absolute;
  top: 0;
}
#portable-menu .menu.past .past > li.expanded {
  top: 0;
}
#portable-menu .menu.present {
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#portable-menu .menu a {
  color: #fff;
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 0 28px;
  position: relative;
  line-height: 60px;
}
#portable-menu .menu a:hover, #portable-menu .menu a:focus {
  background: #472219;
}
#portable-menu .menu li {
  position: relative;
}
#portable-menu .expanded > span {
  border-right: 1px rgba(255, 255, 255, 0.5) solid;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url('../images/@1x/back.png') !important;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 50px;
  height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  #portable-menu .expanded > span {
    background-image: url('../images/@2x/back.png') !important;
    background-size: 18px 19px;
  }
}
#portable-menu .last a {
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}
#portable-menu > .menu > .last > a {
  background-color: #F9F9F9;
  font-style: italic;
  color: #472219;
  display: none;
}
#portable-menu .close {
  text-indent: -5000em;
  display: block;
  position: absolute;
  top: 22px;
  right: 17px;
  width: 17px;
  height: 17px;
  background-image: url('../images/@1x/x-white.png') !important;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  #portable-menu .close {
    background-image: url('../images/@2x/x-white.png') !important;
    background-size: 17px 17px;
  }
}
#portable-menu .back {
  display: block;
  position: absolute;
  top: 10;
  left: 10;
  width: 70%;
  height: auto;
  z-index: 499;
  height: 62px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 62px;
  padding-left: 50px;
  display: none;
  text-transform: uppercase;
}
.lt-ie9 #portable-menu .back {
  font-size: 24px;
  font-size: 1.5rem;
}
#portable-menu .back:before {
  content: '';
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -53px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 19px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  #portable-menu .back:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -53px -44px;
    height: 19px;
    width: 18px;
  }
}
.lt-ie9 #portable-menu {
  display: none;
}

.office-information {
  position: relative;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.office-information:before, .office-information:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.office-information:after {
  clear: both;
}
.office-information:before {
  content: none;
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 64px;
  width: 220px;
  position: absolute;
  top: 30px;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .office-information:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: 0 -76px;
    height: 63.5px;
    width: 220px;
  }
}
.lt-ie9 .office-information:before {
  content: '';
}
.office-information .addr p {
  float: none;
  margin: 0 0 .5em 0;
}
.office-information .addr p + p {
  margin-bottom: 0;
}
.office-information .addr strong {
  display: block;
  margin-bottom: .5em;
}
.office-information .addr {
  margin-bottom: 1em;
  border: 1px transparent solid;
}
.lt-ie9 .office-information .addr {
  max-width: 250px;
}
.lt-ie9 .office-information .addr, .lt-ie9 .office-information p {
  float: left;
  margin: 0 1.5em 0 0;
}
.lt-ie9 .office-information .addr, .lt-ie9 .office-information p {
  margin: 0 2.5em 0 0;
}
.lt-ie9 .office-information .addr-wel {
  margin-left: 300px;
}

.our-offices > .block__content {
  border-top: 1px solid #c6c6c6;
  padding-top: 14px;
}
.our-offices address {
  margin-bottom: 14px;
  line-height: 1.5;
  background-color: #F9F9F9;
  padding: 15px;
  clear: both;
}
.our-offices address strong {
  display: block;
  margin-bottom: 4px;
}
.our-offices address a {
  font-weight: bold;
}
.our-offices address a:after {
  content: '\bb';
  margin-left: 3px;
}

.our-services {
  margin-bottom: 3em;
}
.our-services .block__title {
  padding: 0 10px;
}

.our-services .block__content ul {
  margin: 10px 0;
  border-bottom: 1px solid #c6c6c6;
  font-size: 15px;
  font-size: 0.9375rem;
}
.our-services .block__content ul li {
  border-top: 1px #c6c6c6 solid;
}
.our-services .block__content ul a {
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 65px;
  padding-right: 10px;
  position: relative;
  color: #1a1a1a;
  background-color: #ffffff;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.our-services .block__content ul a:hover, .our-services .block__content ul a:focus {
  color: #0a97b2;
}
.our-services .block__content ul a:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -22px;
  left: 10px;
}
.our-services .block__content ul a:after {
  content: '';
  position: absolute;
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -28px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 15px;
  width: 8px;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .our-services .block__content ul a:after {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -28px -44px;
    height: 15px;
    width: 8px;
  }
}
.our-services .block__content ul a.consulting:before {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -1049px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .our-services .block__content ul a.consulting:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -361px 0;
    height: 44px;
    width: 44px;
  }
}
.our-services .block__content ul a.implementation:before {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -1137px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .our-services .block__content ul a.implementation:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -449px 0;
    height: 44px;
    width: 44px;
  }
}
.our-services .block__content ul a.enablement:before {
  background-image: url('../images/@1x-sde9686f60c.png');
  background-position: -1093px -404px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 44px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .our-services .block__content ul a.enablement:before {
    background-image: url('../images/@2x-s73a75493cc.png');
    background-size: 694px 848.5px;
    background-position: -405px 0;
    height: 44px;
    width: 44px;
  }
}

.secondary-navigation {
  margin-bottom: 50px;
}

.secondary-navigation .menu {
  margin: 10px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  border-top: 1px solid #c6c6c6;
}
.secondary-navigation .menu a {
  display: block;
  padding: 14px 14px 14px 40px;
  position: relative;
  border-bottom: 1px #c6c6c6 solid;
  color: #1a1a1a;
  line-height: 1;
  background-color: #f9f9f9;
}
.secondary-navigation .menu a:hover, .secondary-navigation .menu a:focus {
  color: #0a97b2;
}
.secondary-navigation .menu a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #8bb10d;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -6px;
}
.secondary-navigation .menu a.active {
  background-color: #0a97b2;
  color: #ffffff;
}
.secondary-navigation .menu a.active:before {
  background-color: #ffffff;
}

.block__sidebar-default {
  background-color: #F9F9F9;
  padding: 15px;
}
.block__sidebar-default .block__content > *:last-child {
  margin-bottom: 0;
}
.block__sidebar-default img {
  max-width: 100%;
  width: auto;
}
.lt-ie9 .block__sidebar-default img {
  float: right;
  margin-left: 5%;
}

.group-right-column .field + .field--name-link-to-white-paper {
  margin-top: 2em;
}

.site-name {
  margin: 0;
  padding: 0;
  text-indent: -5000em;
}
.site-name a {
  display: block;
  float: left;
  width: 220px;
  height: 64px;
  margin: 1em 0;
  background-image: url('../images/@1x/techtonics-logo.png') !important;
  background-size: 220px 64px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .site-name a {
    background-image: url('../images/@2x/techtonics-logo.png') !important;
    background-size: 220px 64px;
  }
}
.site-name a:hover, .site-name a:focus {
  opacity: 0.8;
}

.block__whitepaper-registration {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #ffffff;
  padding: 20px;
  border: 1px #E2E2E2 solid;
  z-index: -10;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 300px;
}
.no-rgba .block__whitepaper-registration {
  margin-top: -100px;
  margin-left: -240px;
}
.lt-ie9 .block__whitepaper-registration {
  max-width: 35%;
}
.block__whitepaper-registration.open {
  z-index: 499;
  opacity: 1;
  filter: alpha(opacity=100);
}
.block__whitepaper-registration input {
  max-width: 100%;
}
.block__whitepaper-registration .download {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-color: #0a97b2;
  color: #ffffff;
  padding: 8px 12px;
  border: none;
  line-height: 1;
}
.block__whitepaper-registration .download:hover, .block__whitepaper-registration .download:focus {
  background-color: #8bb10d;
}
.block__whitepaper-registration .close {
  background: none;
  border: none;
  color: #0a97b2;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}

.field--name-field-banner img {
  width: 100%;
  height: auto;
}

.field--name-field-related-services .field__items {
  border-top: 1px solid #c6c6c6;
  padding: 8px 0;
}
.field--name-field-related-services .field__items a {
  padding: 6px 0;
  display: block;
  font-size: 15px;
}
.field--name-field-related-services .field__items a:after {
  content: '\bb';
  margin-left: 4px;
}

.field + .field--name-field-related-resources {
  margin-top: 30px;
}

.node-teaser--related {
  margin-bottom: 15px;
}
.node-teaser--related h4 {
  margin: 0 0 10px 0;
}
.node-teaser--related .field--name-field-thumbnail {
  float: right;
  margin-left: 5%;
}
.node-teaser--related ul {
  display: inline;
}

.view-filters {
  border: 2px #F9F9F9 solid;
  margin-bottom: 1.5em;
  font-size: 16px;
  padding: 20px;
  line-height: 1;
}
.view-filters label {
  color: #9c9b9b;
  float: left;
  font-weight: 200;
  margin-right: 24px;
  line-height: 25px;
}
.view-filters .form-item .form-item label {
  color: #1a1a1a;
  cursor: pointer;
}
.view-filters .views-widget {
  float: left;
}
.view-filters input[type="checkbox"],
.view-filters .form-item {
  float: left;
}
.view-filters .checker {
  margin-right: 9px;
  float: left;
  cursor: pointer;
}

.view-our-team .view-header,
.view-case-studies .view-header {
  margin-bottom: 1.4em;
}

.view-case-studies .view-content,
.view-our-team .view-content {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.view-case-studies .view-content:before, .view-case-studies .view-content:after,
.view-our-team .view-content:before,
.view-our-team .view-content:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-case-studies .view-content:after,
.view-our-team .view-content:after {
  clear: both;
}
.view-case-studies .view-content .views-row,
.view-our-team .view-content .views-row {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  margin-bottom: 1em;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.lt-ie9 .view-case-studies .view-content .views-row, .lt-ie9
.view-our-team .view-content .views-row {
  float: left;
}
.lt-ie9 .view-case-studies .view-content .views-row, .lt-ie9
.view-our-team .view-content .views-row {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.lt-ie9 .view-case-studies .view-content .views-row:nth-child(3n), .lt-ie9
.view-our-team .view-content .views-row:nth-child(3n) {
  margin-right: 0;
}
.lt-ie9 .view-case-studies .view-content .views-row:nth-child(3n+1), .lt-ie9
.view-our-team .view-content .views-row:nth-child(3n+1) {
  clear: both;
}
.lt-ie9 .view-case-studies .view-content .views-row, .lt-ie9
.view-our-team .view-content .views-row {
  font-size: 15px;
  font-size: 0.9375rem;
}
.view-case-studies .view-content .views-row a,
.view-our-team .view-content .views-row a {
  display: block;
}
.view-case-studies .view-content .views-row img,
.view-our-team .view-content .views-row img {
  width: 100%;
  height: auto;
  margin-bottom: .5em;
}

.view-case-studies .views-row {
  background-color: #F9F9F9;
}
.lt-ie9 .view-case-studies .views-row:hover {
  background-color: #b3dfe8;
  cursor: pointer;
}
.view-case-studies .views-row h3, .view-case-studies .views-row p {
  margin: 0 22px;
  display: block;
}
.view-case-studies .views-row h3 {
  margin-bottom: .5em;
  font-size: 18px;
  font-size: 1.125rem;
}
.view-case-studies .views-row p {
  margin-bottom: 22px;
}

.view-grid {
  margin: 20px 0;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  /*
  
  .field--name-field-image {
    max-width: 26%;
    float: left;
    margin-right: 3%;
    margin-top:0;
    
    img {
      width: 100%;
      height: auto;
    }
  }
  
  @include bp($desktop){
    margin: 40px 0;
        
    .field--name-field-image {
      max-width: 32%; 
      margin-right: 3%;
    }
    
    .group-body {
      max-width: 63%;
    }
  }*/
}
.view-grid:before, .view-grid:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-grid:after {
  clear: both;
}
.view-grid .views-row {
  margin-bottom: 20px;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  background-color: #F9F9F9;
}
.view-grid .views-row:before, .view-grid .views-row:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-grid .views-row:after {
  clear: both;
}
.lt-ie9 .view-grid .views-row {
  float: left;
  margin-bottom: 0;
}
.view-grid .node-teaser {
  margin-bottom: 0;
}
.view-grid .group-body {
  padding: 15px;
}
.view-grid h3 {
  margin: 0 0 .4em 0;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0a97b2;
}
.view-grid p {
  margin: 0;
}
.view-grid .field--name-body {
  margin-bottom: 10px;
}
.view-grid p a:after {
  content: '\bb';
  margin-left: 3px;
}

.lt-ie9 .view-grid--three-col .views-row {
  width: 32%;
  margin-right: 2%;
}
.lt-ie9 .view-grid--three-col .views-row:nth-child(3n) {
  margin-right: 0;
}

.view-our-team {
  position: relative;
}
.lt-ie9 .view-our-team {
  margin-top: 5.5em;
}

.view-our-team .views-row {
  text-align: center;
}
.view-our-team .views-row h3 {
  margin: .1em 0 .1em 0;
}
.view-our-team .views-row a {
  outline: none;
}
.view-our-team .views-row img {
  max-width: 185px;
}

.field--name-field-portrait img,
.views-field-field-portrait img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F9F9F9;
  margin-bottom: .5em;
}

.overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  max-width: 370px;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-left: -185px;
  top: -1em;
  background-color: #ffffff;
  padding: 1.8em;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.overlay.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100;
}
.lt-ie9 .overlay {
  max-width: 400px;
  margin-left: -200px;
}
.overlay #page-title {
  color: #0a97b2;
  font-size: 25px;
  text-align: center;
  display: block;
  margin: 10px 0 0 0;
}
.overlay img {
  width: 60%;
  height: auto;
  margin: 0 auto 1em auto;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.overlay .close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: none;
  border: none;
  top: 5px;
  right: 5px;
  color: #dedede;
  font-family: monospace;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 15px;
  padding: 0;
  outline: none;
}
.overlay .close:hover, .overlay .close:focus {
  color: #bbb;
}
.overlay .field--name-field-job-title {
  text-align: center;
}
.overlay .field--name-body .field__item *:last-child {
  margin-bottom: 0;
}
.overlay .field--name-field-job-title {
  margin-bottom: 1.4em;
  line-height: normal;
}

.field--name-field-job-title {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1;
  padding-bottom: 1em;
  border-bottom: 1px #D7D7D7 solid;
}

body.overlaid:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

/*.view-promotion-home {
  margin: 20px 0;
  @include clearfix;
  
  .views-row {
    margin-bottom: 20px;
    @include clearfix;
  }
  
  article {
    float: left;
    max-width: 71%;
  }
  
  .field--name-field-image {
    max-width: 26%;
    float: left;
    margin-right: 3%;
    margin-top:0;
    
    img {
      width: 100%;
      height: auto;
    }
  }
  
  @include bp($desktop){
    margin: 40px 0;
    
    .views-row {
      width: 49%;
      float: left;
      margin-bottom: 0;
      
      &.views-row-first {
        margin-right: 2%;
      }
    }
    
    .field--name-field-image {
      max-width: 36%; 
      margin-right: 3%;
    }
    
    article {
      max-width: 61%;
    }
  }
  
  h3 {
    margin: 0 0 .2em 0;
    line-height: 1;
  }
  
  p {
    margin: 0;
  }
  
  .field--name-body {
    margin-bottom: 10px;
  }
  
  p a:after {
    content: '\bb';
    margin-left: 3px;
  } 
}*/
.view-services {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.view-services:before, .view-services:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-services:after {
  clear: both;
}
.view-services .view-header p {
  margin: 1.5em 0;
}
.lt-ie9 .view-services .view-header p {
  margin: 1.8em 0;
}
.view-services .views-row {
  background-color: #F9F9F9;
  margin-bottom: 2%;
}
.lt-ie9 .view-services .views-row {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.lt-ie9 .view-services .views-row:nth-child(2n) {
  margin-right: 0;
}
.lt-ie9 .view-services .views-row:nth-child(2n+1) {
  clear: both;
}
.lt-ie9 .view-services .views-row {
  width: 32%;
  margin-right: 2%;
}
.lt-ie9 .view-services .views-row:nth-child(2n) {
  margin-right: 2%;
}
.lt-ie9 .view-services .views-row:nth-child(2n+1) {
  clear: none;
}
.lt-ie9 .view-services .views-row:nth-child(3n) {
  margin-right: 0;
}
.lt-ie9 .view-services .views-row:nth-child(3n+1) {
  clear: both;
}
.view-services .views-row .links {
  display: none;
}
.view-services .views-row .node {
  padding: 1.2em;
  position: relative;
  margin: 0;
}
.lt-ie9 .view-services .views-row .node {
  padding: 1.6em;
}
.view-services .views-row .node .field--name-body {
  margin-bottom: 0;
}
.view-services .views-row .node h2 {
  margin: 0 2em .5em 0;
  font-weight: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}
.view-services .views-row .node h2 a:hover:after, .view-services .views-row .node h2 a:focus:after {
  background-color: #0a97b2;
  background-image: url('../images/@1x/service-arrow-mobile-hover.png') !important;
  background-size: 17px 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .view-services .views-row .node h2 a:hover:after, .view-services .views-row .node h2 a:focus:after {
    background-image: url('../images/@2x/service-arrow-mobile-hover.png') !important;
    background-size: 17px 32px;
  }
}
.view-services .views-row .node h2 a:after {
  content: '';
  position: absolute;
  width: 2.1em;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #EFEFEF;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/@1x/service-arrow-mobile.png') !important;
  background-size: 17px 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .view-services .views-row .node h2 a:after {
    background-image: url('../images/@2x/service-arrow-mobile.png') !important;
    background-size: 17px 32px;
  }
}
.lt-ie9 .view-services .views-row .node h2 a:after {
  width: 2.5em;
}
.view-services .views-row .node p {
  margin: 0;
  line-height: 1.5;
}
.view-services .node__content {
  padding-right: 3.4em;
  line-height: 1.4;
}

.view-testimonials {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.view-testimonials:before, .view-testimonials:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-testimonials:after {
  clear: both;
}
.view-testimonials .views-field {
  text-align: center;
}
.view-testimonials .views-field-body {
  margin: 1em 3em 1em 3em;
}
.view-testimonials .views-field-body p {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.lt-ie9 .view-testimonials .views-field-body p {
  font-size: 32px;
  font-size: 2rem;
}
.view-testimonials .views-field-body p:before {
  content: '\201c';
}
.view-testimonials .views-field-body p:after {
  content: '\201d';
}
.view-testimonials .views-field-title {
  font-weight: bold;
}
.view-testimonials .flex-control-nav {
  bottom: inherit;
  top: -1.5em;
}

.flexslider {
  background-color: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  margin-top: 3.2em;
  margin-bottom: 1.8em;
  overflow: visible !important;
}

.flex-control-nav li {
  margin: 0 4px;
}

.flex-control-paging li a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}
.flex-control-paging li a:hover, .flex-control-paging li a:focus, .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}

.view-white-papers {
  margin-bottom: 1.8em;
}
.lt-ie9 .view-white-papers {
  margin-bottom: 0;
}
.view-white-papers .views-row-last {
  margin-bottom: 0;
}
.view-white-papers .views-field {
  float: left;
}
.lt-ie9 .view-white-papers .views-field {
  width: 85%;
  float: right;
}
.view-white-papers .views-field-field-thumbnail {
  float: left;
  display: none;
}
.lt-ie9 .view-white-papers .views-field-field-thumbnail {
  width: 15%;
  display: block;
  margin-right: 0;
}
.view-white-papers .views-field-field-thumbnail img {
  border: 1px #eee solid;
  padding: 3px;
}
.view-white-papers h3 {
  margin: 0 0 10px 0;
}
.view-white-papers p {
  margin: 0 0 8px 0;
}
.view-white-papers .views-field-field-file-attachment .views-label {
  font-weight: bold;
  float: left;
  margin-right: 8px;
}
.view-white-papers .views-field-field-file-attachment .file-icon {
  display: none;
}
