@charset "UTF-8";
/**
 * Colours
 */
/**
 * Font stacks
 */
/**
 * Font sizes
 */
/**
 * Grid
 */
/**
 * Responsive Breakpoints
 */
/**
 * Duration units
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Colours
 */
/**
 * Font stacks
 */
/**
 * Font sizes
 */
/**
 * Grid
 */
/**
 * Responsive Breakpoints
 */
/**
 * Duration units
 */
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
  margin-top: 0;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media (max-width: 960px) {
  .site-container .five-sixths,
  .site-container .four-sixths,
  .site-container .one-fourth,
  .site-container .one-half,
  .site-container .one-sixth,
  .site-container .one-third,
  .site-container .three-fourths,
  .site-container .three-sixths,
  .site-container .two-fourths,
  .site-container .two-sixths,
  .site-container .two-thirds {
    float: none;
    margin-left: auto;
    width: auto;
  }
}
.clear {
  clear: both;
}

ul.col-two,
ul.col-three,
ul.col-four {
  list-style-position: inside;
}
ul.col-two li,
ul.col-three li,
ul.col-four li {
  padding-left: 1em;
  text-indent: -1em;
}

.col-two {
  columns: 2;
}

.col-three {
  columns: 3;
}

.col-four {
  columns: 4;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* + * {
  margin-top: 0.75em;
}

.genesis-nav-menu .menu-item {
  margin-top: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

body,
#wpadminbar {
  margin: 0;
}

.before-header .wrap,
.site-header .wrap,
.subnav .wrap,
.pre-banner .wrap,
.banner .wrap,
.site-inner .wrap,
.homepage-secondary-content .wrap,
.footer-widgets .wrap,
.pane-services .wrap,
.pane-insight .wrap,
.pane-amoss .wrap,
.pane-panels .wrap,
.before-footer .wrap {
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: 81em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75em;
}
.before-header .wrap:after,
.site-header .wrap:after,
.subnav .wrap:after,
.pre-banner .wrap:after,
.banner .wrap:after,
.site-inner .wrap:after,
.homepage-secondary-content .wrap:after,
.footer-widgets .wrap:after,
.pane-services .wrap:after,
.pane-insight .wrap:after,
.pane-amoss .wrap:after,
.pane-panels .wrap:after,
.before-footer .wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.site-container {
  margin-top: 0;
}

.site-inner {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.entry:after {
  content: " ";
  display: block;
  clear: both;
}

.footer-widgets {
  margin-top: 3em;
}
.footer-widgets .wrap {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.before-footer {
  margin-top: 0;
  margin-bottom: -3em;
}

@media (min-width: 48em) {
  .footer-widgets .wrap > .footer-widget-area {
    margin-top: 0;
    width: 32.71%;
    float: left;
  }
  .footer-widgets .wrap > .footer-widget-area:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .footer-widgets .wrap > .footer-widget-area:nth-child(3n + 2) {
    margin-left: 33.645%;
    margin-right: -100%;
    clear: none;
  }
  .footer-widgets .wrap > .footer-widget-area:nth-child(3n + 3) {
    margin-left: 67.29%;
    margin-right: -100%;
    clear: none;
  }

  .home.page .content > .entry {
    width: 62.15%;
    float: left;
    margin-right: 0.935%;
    margin-right: 4.206%;
  }
  .home.page .posts {
    width: 32.71%;
    float: right;
    margin-right: 0;
  }

  .flush--left {
    margin-left: -1.5em;
  }
}
@media (min-width: 64em) {
  .page .content > .entry,
  .page .content .after-entry,
  .blog .content > .entry,
  .blog .content .after-entry,
  .category .content > .entry,
  .category .content .after-entry,
  .error404 .content > .entry,
  .error404 .content .after-entry,
  .single-insight .content > .entry,
  .single-insight .content .after-entry,
  .single-staff .content > .entry,
  .single-staff .content .after-entry,
  .single-post .content > .entry,
  .single-post .content .after-entry {
    width: 66.355%;
    float: left;
    margin-right: 0.935%;
    margin-right: 33.645%;
  }
}
.single-project .site-inner .project__gallery:after {
  content: " ";
  display: block;
  clear: both;
}
.single-project .site-inner .gallery {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.single-project .site-inner .entry-content {
  width: 66.102%;
  float: left;
  margin-right: 1.695%;
}
.single-project .site-inner .entry-footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5em;
}

.after-entry-project {
  margin-bottom: 3em;
}
.after-entry-project:after {
  content: " ";
  display: block;
  clear: both;
}

.vspace-rhythm {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.vspace-leader {
  margin-top: 1.5em;
}

.vspace-trailer {
  margin-bottom: 1.5em;
}

.vspace-2x-rhythm {
  margin-top: 3em;
  margin-bottom: 3em;
}

.vspace-2x-leader, .hf-form {
  margin-top: 3em;
}

.vspace-2x-trailer {
  margin-bottom: 3em;
}

.accordion-title {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  color: #37a5d4;
  cursor: pointer;
}
.accordion-title:focus {
  outline: none;
}
.accordion-title:after {
  content: '\f132';
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion-title.open:after {
  transform: rotate(45deg);
}

.accordion--icons .accordion-title {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3em;
  padding-left: 3.75em;
}
.accordion--icons #compare-groups-or-categories {
  background-image: url("../images/graph-horizontal-bar-icon.png");
}
.accordion--icons #change-over-time {
  background-image: url("../images/graph-line-icon.png");
}
.accordion--icons #compare-parts-to-whole {
  background-image: url("../images/graph-vertical-stacked-icon.png");
}
.accordion--icons #show-frequency-or-distribution-for-one-measure {
  background-image: url("../images/graph-vertical-bar-icon.png");
}
.accordion--icons #show-distribution-across-time-or-categories {
  background-image: url("../images/graph-box-plot-icon.png");
}
.accordion--icons #show-deviation {
  background-image: url("../images/graph-deviation-bar-icon.png");
}
.accordion--icons #show-association {
  background-image: url("../images/graph-scatter-plot-icon.png");
}
.accordion--icons #show-a-difference-across-many-groups {
  background-image: url("../images/graph-dumbbell-icon.png");
}

.amoss {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.amoss:after {
  content: " ";
  display: block;
  clear: both;
}

.amoss-logo {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}
@media (max-width: 960px) {
  .amoss-logo {
    margin-bottom: 1.5em;
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.amoss-tagline {
  width: 23.729%;
  float: left;
  margin-right: 1.695%;
}
@media (max-width: 960px) {
  .amoss-tagline {
    width: 49.153%;
    float: left;
    margin-right: 1.695%;
  }
}
@media (max-width: 600px) {
  .amoss-tagline {
    text-align: center;
    margin-bottom: 1.5em;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.amoss-tagline p {
  margin: 0;
}

.amoss-call-to-action {
  width: 23.729%;
  float: right;
  margin-right: 0;
}
@media (max-width: 960px) {
  .amoss-call-to-action {
    width: 49.153%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .amoss-call-to-action {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.amoss h3 {
  font-family: "Source Sans Pro Regular", sans-serif;
}
.amoss h3 a {
  color: #1d6888;
}
.amoss h3 a:hover, .amoss h3 a:active, .amoss h3 a:focus {
  color: #1d6888;
}

.amoss h4 {
  font-family: "Source Sans Pro Regular", sans-serif;
  margin-bottom: 0;
}
.amoss h4 span {
  color: #1d6888;
}

.amoss .link-logo-text img {
  margin-bottom: -16px;
}

.amoss div:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  .amoss div:last-child {
    text-align: center;
  }
}

.content:after {
  content: " ";
  display: block;
  clear: both;
}

.post-type-archive-staff .grid-sizer {
  width: 23%;
}
.post-type-archive-staff .entry {
  width: 21%;
}
.post-type-archive-staff .gutter-sizer {
  width: 2%;
}

.post-type-archive-client .grid-sizer {
  width: 23%;
}
.post-type-archive-client .gutter-sizer {
  width: 2%;
}
.post-type-archive-client .entry {
  background-color: white;
  float: left;
  margin-bottom: 0;
  min-height: 24px;
  padding: 0;
  padding: 32px;
  width: 21%;
}
.post-type-archive-client .entry-title {
  display: none;
  font-size: 1.125em;
  line-height: 1.333em;
}
.post-type-archive-client .entry-title a {
  color: #1d6888;
}
.post-type-archive-client .entry-title a:hover, .post-type-archive-client .entry-title a:active, .post-type-archive-client .entry-title a:focus {
  color: #333333;
}
.post-type-archive-client .entry-image {
  margin: 0;
}

.banner {
  background-image: linear-gradient(90deg, #14485e, #2688b2);
  font-family: "Source Sans Pro Light", sans-serif;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.banner .banner-excerpt,
.banner .banner-text {
  color: white;
}

.page-template-page-service.service-creating-content-for-your-audiences .banner {
  background-image: linear-gradient(90deg, #427039, #56924a);
}
.page-template-page-service.service-presenting-content-effectively .banner {
  background-image: linear-gradient(90deg, #863d18, #b15120);
}

.banner-title {
  font-family: "Source Sans Pro Light", sans-serif;
  padding-bottom: 0.3em;
  font-size: 2.5em;
  line-height: 0.9em;
}

.banner-image {
  display: none;
}

.banner-excerpt {
  font-size: 1.625em;
  line-height: 1.292em;
}
.banner-excerpt p {
  margin-top: 0;
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}

.page-template-page-service .banner-excerpt {
  margin-top: 0;
}
.page-template-page-service .banner-excerpt p {
  padding-top: 0;
}

.has-feature-image.has-excerpt.home .banner-excerpt p {
  padding-bottom: 0.6em;
}

.quotes {
  color: white;
  margin-top: 0;
  font-size: 1.375em;
  line-height: 1.091em;
  margin-bottom: 3.273em;
}

.quotes__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-template-page-service {
  /*@inclue susy-breakpoint($tablet, $grid){*/
  /*}*/
}
.page-template-page-service .banner-service-icon {
  position: relative;
  width: 32.203%;
}
.page-template-page-service .banner-service-icon:before {
  display: block;
  content: '';
  padding-top: 100%;
}
.page-template-page-service .banner-service-icon img {
  margin-left: -25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-service.has-feature-image.has-excerpt .banner-excerpt {
  margin-top: 0;
}
.page-template-page-service.has-feature-image.has-excerpt .banner-excerpt p {
  padding-top: 0;
}

.cell {
  display: none;
}

@media (min-width: 48em) {
  .cell {
    animation: floatupleft 300s linear infinite alternate;
    bottom: 50px;
    display: block;
    perspective: 800px;
    position: absolute;
    width: 250px;
    z-index: 1;
  }

  .cell__inner {
    animation: bobble 6s linear infinite;
  }
  .cell__inner img {
    animation: tumble 210s linear infinite;
  }

  .cell--6 {
    animation-delay: -102s;
    animation-duration: 120s;
    left: 60%;
  }
  .cell--6 .cell__inner {
    animation-delay: -3s;
  }

  .cell--5 {
    animation-delay: -150s;
    animation-duration: 240s;
    animation-direction: reverse;
    animation-name: floatupright;
    bottom: 40%;
    left: 400%;
    width: 125px;
  }
  .cell--5 .cell__inner {
    animation-delay: -150s;
  }

  .cell--4 {
    animation-delay: -120s;
    animation-name: floatupright;
    bottom: 50%;
    left: 85%;
    width: 75px;
  }
  .cell--4 .cell__inner {
    animation-delay: -2s;
  }
  .cell--4 .cell__inner img {
    transform: scaleX(-1);
    animation-delay: -270s;
  }

  .cell--3 {
    animation-delay: -90s;
    animation-name: floatupright;
    left: 70%;
    width: 100px;
  }
  .cell--3 .cell__inner {
    animation-delay: -90s;
  }
  .cell--3 .cell__inner img {
    transform: scaleX(-1);
    animation-delay: -240s;
  }

  .cell--2 {
    animation-duration: 2999999999999999990886175161818044706719531977989743857526374400s;
    animation-name: floatupright;
    left: 100%;
    width: 150px;
  }
  .cell--2 .cell__inner {
    animation-delay: -3s;
  }
  .cell--2 .cell__inner img {
    animation-delay: -210s;
  }

  .cell--1 {
    animation-delay: -75s;
    right: 100%;
    width: 100px;
  }
  .cell--1 .cell__inner {
    animation-delay: -30s;
  }
  .cell--1 .cell__inner img {
    animation-delay: -180s;
  }

  .cell--0 {
    animation-duration: 2999999999999999990886175161818044706719531977989743857526374400s;
    bottom: 60%;
    right: calc(100% + 50px);
    width: 150px;
  }
  .cell--0 .cell__inner img {
    animation-delay: -3s;
  }

  @keyframes carousel {
    0% {
      transform: translate3d(-400px, 0, 0);
    }
    50% {
      transform: translate3d(823.5px, 50px, 0);
    }
    100% {
      transform: translate3d(1247px, 0, 0);
    }
  }
  @keyframes bobble {
    0% {
      transform: translate3d(0px, 40px, 0px);
      animation-timing-function: ease-in;
    }
    50% {
      transform: translate3d(0px, 50px, 0px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translate3d(0px, 40px, 0px);
      animation-timing-function: ease-in;
    }
  }
  @keyframes floatupleft {
    0% {
      transform: translate3d(0px, 0px, 0px);
    }
    100% {
      transform: translate3d(-100px, -100px, 0px);
    }
  }
  @keyframes floatupright {
    0% {
      transform: translate3d(0px, 0px, 0px);
    }
    100% {
      transform: translate3d(100px, -100px, 0px);
    }
  }
  @keyframes tumble {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .banner-title {
    width: 41.121%;
    float: right;
    margin-right: 0;
    text-align: right;
  }

  .banner-excerpt {
    margin-top: 0;
    position: relative;
    z-index: 2;
    font-size: 2.5em;
    line-height: 1.2em;
    width: 66.355%;
    float: left;
    margin-right: 0.935%;
  }

  .has-feature-image .banner-image {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 0;
    margin-top: 0;
    padding-bottom: 21.154%;
    z-index: 1;
    line-height: 0em;
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .has-feature-image .banner-image .ratio-3 {
    position: relative;
  }

  .single-project.has-feature-image .banner-image {
    margin-left: 0;
  }

  .has-excerpt.has-feature-image .banner-image,
  .has-banner-excerpt.has-banner-image .banner-image {
    margin-right: -68.224%;
  }

  .single-staff.has-excerpt.has-feature-image .banner-image {
    margin-right: 0;
    width: 24.299%;
    float: right;
    margin-right: 0;
  }

  .page-template-page-service .banner-service-icon {
    width: 9em;
    z-index: 2;
    margin-right: 50.467%;
  }
  .page-template-page-service .banner-service-icon img {
    margin-left: -25%;
  }

  .quotes {
    font-family: "Source Sans Pro Light", sans-serif;
    position: relative;
    z-index: 2;
    width: 49.533%;
    float: left;
    margin-right: 0.935%;
  }

  .filter-controls {
    width: 57.944%;
    float: left;
    margin-right: 0.935%;
  }
}
.boxx {
  clear: both;
  padding-top: 3em;
  padding-bottom: 3em;
}
.boxx:after {
  content: " ";
  display: block;
  clear: both;
}
.boxx strong {
  border-bottom: 1px solid white;
  color: #b3b3b3;
  display: block;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  font-size: 0.625em;
  line-height: 2.4em;
}
.boxx .by-line__pic {
  text-align: left;
}

.boxx--emphasis {
  background-color: #1d6888;
  color: white;
  padding: 3em;
}
.boxx--emphasis h2 {
  color: white;
}
.boxx--emphasis a {
  color: white;
}

.boxx--full-width {
  margin-right: -60px;
  margin-left: -60px;
  padding-right: 60px;
  padding-left: 60px;
}

@media (min-width: 48em) {
  .boxx {
    width: 74.766%;
    float: left;
    margin-right: 0.935%;
    margin-right: 25.234%;
  }

  .boxx--indent-left {
    padding-left: 8.411%;
    margin-right: 25.234%;
  }

  .boxx_wrap {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
button,
input[type='button'],
input[type='reset'],
.button,
.entry-content a.button {
  color: #333333;
  font-family: "Source Sans Pro Light", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

input[type='button'].button,
input[type='reset'].button,
input[type='submit'].button {
  border-color: transparent;
}

.button--primary {
  background-color: #195873;
  border-color: #195873;
  border-width: 0px;
  color: white;
  padding: 0.375em 0.75em;
}
.button--primary:active {
  background-color: #14485e;
}

.button--block,
.field-wrap input[type="button"].button--block {
  display: block;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.button--inline {
  display: inline-block;
}

* + .button--inline {
  margin-left: 0.75em;
}

.button--inline + * {
  margin-left: 0.75em;
}

.sharrre .box {
  margin: auto;
}

.remodal .button--primary {
  background-color: #14485e;
  border-color: #14485e;
}
.remodal .button--primary:active {
  background-color: #103849;
  border-color: #103849;
}

.by-line {
  position: relative;
  z-index: 4;
  margin-top: -3.75em;
}
.by-line:after {
  content: " ";
  display: block;
  clear: both;
}

.by-line__author {
  margin-top: 0;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

.by-line__pic {
  text-align: center;
}
.by-line__pic img {
  border: 3px solid white;
  border-radius: 50%;
  height: 6em;
}

@media (min-width: 48em) {
  .banner .by-line {
    width: 66.355%;
    float: left;
    margin-right: 0.935%;
  }
  .banner .by-line__pic {
    width: 11.268%;
    float: left;
    margin-right: 1.408%;
  }
  .banner .by-line__author {
    width: 87.324%;
    float: right;
    margin-right: 0;
  }

  .entry .by-line__pic {
    width: 11.268%;
    float: left;
    margin-right: 1.408%;
  }
  .entry .by-line__author {
    width: 87.324%;
    float: right;
    margin-right: 0;
  }

  .boxx .by-line {
    margin-top: 3em;
  }
  .boxx .by-line__pic {
    width: 10%;
    float: left;
    margin-right: 1.25%;
  }
  .boxx .by-line__pic img {
    height: 4.5em;
  }
  .boxx .by-line__author {
    padding: 0;
    width: 88.75%;
    float: right;
    margin-right: 0;
  }
  .boxx .by-line__author p:first-child {
    margin-top: 0;
  }
}
.sidebar-primary .stuck {
  background-color: white;
  left: 50%;
  margin-left: 240px;
  padding: 40px;
  position: fixed;
  top: 20px;
  width: 360px;
}

.admin-bar .stuck {
  top: 34px;
}

.content-sidebar-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.pane--cta {
  background-color: #103849;
  color: white;
}

.callout {
  background-color: #1d6888;
  color: white;
  margin: 3em -60px -72px;
  padding: 2.25em 60px;
}

.fl-module-callout .fl-callout-content {
  background-color: white;
  border-color: white;
  border-width: 0.25em;
  border-style: solid;
  padding: 1.25em;
}

.card {
  background-color: #b1a48a;
}
.card:after {
  content: " ";
  display: block;
  clear: both;
}

.card__thumb {
  line-height: 0em;
  width: 23.077%;
  float: left;
  margin-right: 2.564%;
}

.card__content {
  margin-top: 0;
  width: 74.359%;
  float: left;
  margin-right: 2.564%;
}

.card__title {
  margin-top: 0.75em;
  font-size: 1.125em;
  line-height: 1.333em;
}

.card__title + p {
  margin-top: 0.75em;
}

.card--thumb-left {
  padding-right: 1.125em;
}
.card--thumb-left .card__thumb {
  margin-left: 0;
}
.card--thumb-left .card__content {
  float: right;
  margin-right: 0;
}

.card--thumb-right {
  padding-left: 1.125em;
  padding-right: 0;
}
.card--thumb-right .card__thumb {
  text-align: right;
  float: right;
  margin-right: 0;
}
.card--thumb-right .card__content {
  margin-left: 0;
}

.card--thumb-none {
  padding: 1.125em;
}
.card--thumb-none .card__thumb,
.card--thumb-none .card__content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.card--thumb-none .card__title {
  margin-top: 0;
}

.js-plotly-plot + * {
  margin-top: auto;
}

.client-comments {
  color: #1d6888;
  clear: both;
  margin-top: 1.5em;
}
.client-comments:after {
  content: " ";
  display: block;
  clear: both;
}

.client-comments h2 {
  color: #1d6888;
  margin-bottom: 0;
}

.client-comment {
  border-bottom: 1px solid #195873;
  margin: 0;
}
.client-comment:last-child {
  border-bottom: none;
}
.client-comment:before {
  content: '';
}
.client-comment cite {
  display: block;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.714em;
}

@media (min-width: 48em) {
  .client-comment {
    width: 66.355%;
    float: left;
    margin-right: 0.935%;
  }
}
.client_comment.entry {
  color: #333333;
  margin-bottom: 0;
}
.client_comment.entry .wrap-inner {
  background-color: white;
  border-bottom: 1px solid #195873;
  margin: 0;
  padding: 32px;
}
.client_comment.entry .entry-title {
  color: #333333;
  font-family: "Source Sans Pro Regular", sans-serif;
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.714em;
}
.client_comment.entry .entry-content {
  font-style: italic;
}
.client_comment.entry .box {
  margin-bottom: 0;
}
.client_comment.entry .icon-hexagons {
  margin-bottom: 1.5em;
  text-align: center;
}
.client_comment.entry .icon-hexagons .staff-expertise strong {
  display: none;
}
.client_comment.entry .icon-hexagons .entry-tag {
  display: inline-block;
  padding-left: 22px;
  text-indent: -9999px;
}
.client_comment.entry .icon-hexagons .entry-tag.research {
  background: transparent url("../images/icon-research.png") 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .client_comment.entry .icon-hexagons .entry-tag.research {
    background: transparent url("../images/icon-research-2x.png") 0 0 no-repeat;
    background-size: 18px 21px;
  }
}
.client_comment.entry .icon-hexagons .entry-tag.writing {
  background: transparent url("../images/icon-write.png") 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .client_comment.entry .icon-hexagons .entry-tag.writing {
    background: transparent url("../images/icon-write-2x.png") 0 0 no-repeat;
    background-size: 18px 21px;
  }
}
.client_comment.entry .icon-hexagons .entry-tag.editing {
  background: transparent url("../images/icon-edit.png") 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .client_comment.entry .icon-hexagons .entry-tag.editing {
    background: transparent url("../images/icon-edit-2x.png") 0 0 no-repeat;
    background-size: 18px 21px;
  }
}
.client_comment.entry .icon-hexagons .entry-tag.design {
  background: transparent url("../images/icon-design.png") 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .client_comment.entry .icon-hexagons .entry-tag.design {
    background: transparent url("../images/icon-design-2x.png") 0 0 no-repeat;
    background-size: 18px 21px;
  }
}

.entry-content .project-linked {
  margin: 0;
  padding: 0;
}
.entry-content .project-linked li {
  list-style-type: none;
}

#tinymce .five-sixths,
#tinymce .four-sixths,
#tinymce .one-fourth,
#tinymce .one-half,
#tinymce .one-sixth,
#tinymce .one-third,
#tinymce .three-fourths,
#tinymce .three-sixths,
#tinymce .two-fourths,
#tinymce .two-sixths,
#tinymce .two-thirds {
  background-color: rgba(0, 142, 194, 0.1);
  border: 1px dashed #006799;
  box-sizing: border-box;
  margin-bottom: 2.564102564102564%;
  padding: 12px;
}

figure {
  margin: 0;
}

* + figure {
  margin-top: 0.75em;
}

.figure__credit,
.credit {
  font-size: 0.8em;
  line-height: 1.25em;
}

.viz {
  position: relative;
}
.viz:after {
  content: '';
  display: block;
  background-color: white;
  height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wp-caption {
  margin: 0;
}

.wp-caption-text {
  line-height: 1.5em;
}

.page .entry-content .figure--large,
.single .entry-content .figure--large {
  margin-left: -15.385%;
}
.page .entry-content .figure--full,
.single .entry-content .figure--full {
  margin-left: -15.385%;
  margin-right: -41.026%;
}

#slider {
  margin-bottom: 0;
}

#carousel {
  margin-bottom: 1.5em;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.footer-widgets {
  background-color: #14485e;
  color: white;
}
.footer-widgets .widget-wrap {
  width: 85%;
}
.footer-widgets .textwidget p:first-child {
  margin-top: 0;
}
.footer-widgets .featured-content .widget-wrap article:first-child {
  margin-top: 0.45em;
}
.footer-widgets ul {
  margin-top: 0.15em;
}

/* Style Placeholders */
::-webkit-input-placeholder {
  color: #b3b3b3;
  font-family: "Source Sans Pro Light", sans-serif;
}
:-ms-input-placeholder {
  color: #b3b3b3;
  font-family: "Source Sans Pro Light", sans-serif;
}
::placeholder {
  color: #b3b3b3;
  font-family: "Source Sans Pro Light", sans-serif;
}

.input-field {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 25em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.input-field label {
  position: absolute;
  bottom: 100%;
  font-family: "Source Sans Pro Regular", sans-serif;
  left: 0;
  font-size: 0.75em;
  line-height: 2em;
}
.input-field input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1a1a1a;
  padding: 0.375em 0;
  width: 100%;
  border-bottom-width: 0.063em;
  border-bottom-style: solid;
  padding-bottom: 0.313em;
}
.input-field input:focus {
  border-bottom-color: #0092c7;
  box-shadow: 0 1px 0 0 #0092c7;
  outline: none;
}
.input-field input:focus + label {
  color: #0092c7;
}

@media (min-width: 48em) {
  .input-field {
    width: 40%;
  }
  .input-field + .input-field {
    margin-left: 0.75em;
  }
}
@media (min-width: 64em) {
  .input-field {
    width: calc(100% - 85px);
  }
}
input,
textarea,
select,
button {
  padding: 0.375em 0.75em;
  font-size: 1em;
  line-height: 2.1em;
}

body .nf-field-container {
  margin-bottom: 0;
}

.nf-before-form-content {
  text-align: left;
}

.nf-form-fields-required {
  text-align: right;
  font-size: 0.75em;
  line-height: 2em;
}

.remodal .nf-error-msg {
  border-bottom: 1px solid red;
  color: white;
}

.wp_accept_pp_button_form_any_amount {
  background-color: white;
  padding: 1.5em;
  width: 32.203%;
  float: left;
  margin-right: 1.695%;
  margin-right: 67.797%;
}
.wp_accept_pp_button_form_any_amount input {
  display: block;
}
.wp_accept_pp_button_form_any_amount div {
  margin-bottom: 0.75em;
}
.wp_accept_pp_button_form_any_amount .other-amount-label {
  display: block;
}
.wp_accept_pp_button_form_any_amount .wpapp_other_amt_input {
  display: inline-block;
  max-width: initial !important;
}

.wpapp_payment_button input,
.wp_pp_button_submit_btn input {
  background-color: transparent;
  border: none;
  padding: 0;
}

@media (max-width: 800px) {
  .wp_accept_pp_button_form_any_amount {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.galleria-container {
  margin-top: 1em;
}
.galleria-container .galleria-counter {
  font-weight: bold;
}
.galleria-container * + * {
  margin-top: 0;
}
.galleria-container .galleria-info-description {
  margin-top: 1em;
}

.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gallery li {
  list-style-type: none;
  line-height: 0em;
}
.gallery img {
  border: none;
  padding: 0;
}
.gallery img:hover, .gallery img:active, .gallery img:focus {
  border: none;
}
.gallery .gallery__image {
  margin-top: 1.695%;
}
.gallery .gallery__image--full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.gallery .gallery__image--half,
.gallery .gallery__image--tall {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}
.gallery .gallery__image--half + .gallery__image--half,
.gallery .gallery__image--tall + .gallery__image--half {
  float: right;
  margin-right: 0;
}
.gallery .wp-video {
  margin: 0 auto;
}

.gallery__inner {
  background-color: whitesmoke;
  height: 0;
  position: relative;
}
.gallery__inner img {
  position: absolute;
  width: 100%;
}

.gallery__image--half .gallery__inner {
  padding-bottom: 80%;
}

.gallery__image--full .gallery__inner {
  padding-bottom: 40%;
}

.gallery__image--tall .gallery__inner {
  padding-bottom: 163.333333333%;
}

.gallery__column {
  width: 49.153%;
  float: left;
}

.gallery__gutter {
  width: 1.695%;
}

.grid:after {
  content: " ";
  display: block;
  clear: both;
}

.grid--image-placehold .entry.ratio-2-1 .entry-image {
  padding-bottom: 50%;
}
.grid--image-placehold .entry.ratio-3-1,
.grid--image-placehold .entry.ratio-156-53 {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.grid--image-placehold .entry.ratio-3-1 .entry-image,
.grid--image-placehold .entry.ratio-156-53 .entry-image {
  padding-bottom: 33.333%;
}
.grid--image-placehold .entry.ratio-52-11 .entry-image {
  padding-bottom: 21.154%;
}
.grid--image-placehold .entry-image {
  padding-bottom: 100%;
  position: relative;
  z-index: 2;
}
.grid--image-placehold .grid-image {
  position: absolute;
  width: 100%;
}

.entry-categories {
  color: #333333;
}

.grid--stacked .entry-title {
  margin-top: 0.5em;
}

.grid--card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5.25em;
}
.grid--card:after {
  content: " ";
  display: block;
  clear: both;
}
.grid--card .entry {
  background-color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  margin-top: 1.5em;
}
.grid--card .entry:hover, .grid--card .entry:active, .grid--card .entry:focus {
  transform: translate(0, -10px);
}
.grid--card .entry-header,
.grid--card .entry-content,
.grid--card .entry-footer {
  padding: 0 1.5em;
}
.grid--card .entry-content {
  color: #333333;
}
.grid--card .entry-footer {
  padding-bottom: 1.5em;
}

.grid--card.grid--filled .entry {
  background-color: white;
}

.grid--reversed .entry,
.grid--reversed .entry-title,
.grid--reversed .entry-footer a {
  color: white;
}

.grid--overlaid .entry,
.grid--overlaid .submenu-all {
  position: relative;
}
.grid--overlaid .entry-anchor {
  line-height: 0em;
}
.grid--overlaid .entry-anchor:before {
  background-color: rgba(29, 104, 136, 0.85);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-out;
  top: 0;
  z-index: 3;
  line-height: 0em;
}
.grid--overlaid .entry-anchor:hover:before, .grid--overlaid .entry-anchor:active:before, .grid--overlaid .entry-anchor:focus:before {
  opacity: 1;
}
.grid--overlaid .entry-anchor:hover .entry-title, .grid--overlaid .entry-anchor:active .entry-title, .grid--overlaid .entry-anchor:focus .entry-title {
  z-index: 4;
}
.grid--overlaid .entry-anchor:hover .entry-title-text, .grid--overlaid .entry-anchor:active .entry-title-text, .grid--overlaid .entry-anchor:focus .entry-title-text {
  left: 0;
  opacity: 1;
}
.grid--overlaid .submenu-all .entry-anchor:before {
  opacity: 0.1;
}
.grid--overlaid .submenu-all .entry-anchor:hover:before, .grid--overlaid .submenu-all .entry-anchor:active:before, .grid--overlaid .submenu-all .entry-anchor:focus:before {
  opacity: 1;
}
.grid--overlaid .submenu-all .entry-anchor:hover .entry-title, .grid--overlaid .submenu-all .entry-anchor:active .entry-title, .grid--overlaid .submenu-all .entry-anchor:focus .entry-title {
  color: white;
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}
.grid--overlaid .submenu-all .entry-title {
  color: #0092c7;
  z-index: 4;
}
.grid--overlaid .submenu-all .entry-title-text {
  opacity: 1;
}
.grid--overlaid .entry-header {
  position: relative;
}
.grid--overlaid .entry-content,
.grid--overlaid .entry-footer {
  display: none;
}
.grid--overlaid .entry-title {
  bottom: 24px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  left: 24px;
  margin: 0;
  padding: 1.5em;
  position: absolute;
  text-align: center;
  top: 24px;
  right: 24px;
  z-index: 1;
  font-size: 1em;
  line-height: 1.5em;
}
.grid--overlaid .entry-title-text {
  display: block;
  left: -1.5em;
  opacity: 0;
  position: relative;
  transition: opacity 0.25s ease-out, left 0.25s ease-out;
  transition-delay: 0.133s;
}
.grid--overlaid .staff .entry-title-text {
  margin-bottom: 1.5em;
}

.grid--isotope .entry,
.grid--isotope .grid-sizer {
  position: relative;
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  margin-top: 1.5em;
}
.grid--isotope .entry {
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.grid--row {
  margin-top: 1.5em;
  margin-bottom: 0em;
}
.grid--row .entry {
  margin-top: 0;
}
.grid--row .entry-image {
  padding: 3em;
}
.grid--row .entry-image img {
  height: 9em;
}
.grid--row .entry-header {
  margin-top: 0;
  font-size: 0.75em;
  line-height: 1.867em;
}

@media (min-width: 48em) {
  .grid--3col .entry {
    margin-top: 0.935%;
    width: 32.71%;
    float: left;
  }
  .grid--3col .entry:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid--3col .entry:nth-child(3n + 2) {
    margin-left: 33.645%;
    margin-right: -100%;
    clear: none;
  }
  .grid--3col .entry:nth-child(3n + 3) {
    margin-left: 67.29%;
    margin-right: -100%;
    clear: none;
  }

  .grid--4col .entry {
    margin-top: 0.935%;
    width: 24.299%;
    float: left;
  }
  .grid--4col .entry:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid--4col .entry:nth-child(4n + 2) {
    margin-left: 25.234%;
    margin-right: -100%;
    clear: none;
  }
  .grid--4col .entry:nth-child(4n + 3) {
    margin-left: 50.467%;
    margin-right: -100%;
    clear: none;
  }
  .grid--4col .entry:nth-child(4n + 4) {
    margin-left: 75.701%;
    margin-right: -100%;
    clear: none;
  }

  .grid--5col .entry {
    margin-top: 0.935%;
    width: 19.252%;
    float: left;
  }
  .grid--5col .entry:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid--5col .entry:nth-child(5n + 2) {
    margin-left: 20.187%;
    margin-right: -100%;
    clear: none;
  }
  .grid--5col .entry:nth-child(5n + 3) {
    margin-left: 40.374%;
    margin-right: -100%;
    clear: none;
  }
  .grid--5col .entry:nth-child(5n + 4) {
    margin-left: 60.561%;
    margin-right: -100%;
    clear: none;
  }
  .grid--5col .entry:nth-child(5n + 5) {
    margin-left: 80.748%;
    margin-right: -100%;
    clear: none;
  }

  .grid--8col .entry {
    margin-top: 0.935%;
    width: 5.794%;
    float: left;
  }
  .grid--8col .entry:nth-child(15n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid--8col .entry:nth-child(15n + 2) {
    margin-left: 6.729%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 3) {
    margin-left: 13.458%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 4) {
    margin-left: 20.187%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 5) {
    margin-left: 26.916%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 6) {
    margin-left: 33.645%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 7) {
    margin-left: 40.374%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 8) {
    margin-left: 47.103%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 9) {
    margin-left: 53.832%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 10) {
    margin-left: 60.561%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 11) {
    margin-left: 67.29%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 12) {
    margin-left: 74.019%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 13) {
    margin-left: 80.748%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 14) {
    margin-left: 87.477%;
    margin-right: -100%;
    clear: none;
  }
  .grid--8col .entry:nth-child(15n + 15) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .grid--logo img {
    float: left;
    margin-right: 3em;
    margin-top: 3em;
  }
  .grid--logo img:last-child {
    margin-right: 0;
  }
  .grid--logo .logo--square {
    width: 4.5em;
  }

  .grid--card .entry {
    margin-top: 3em;
    width: 31.429%;
    float: left;
    margin-right: 2.857%;
  }
  .grid--card .entry:nth-child(3n + 3) {
    margin-right: 0;
  }

  .grid--row .entry .entry-image {
    padding: 0 3em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Source Sans Pro Light", sans-serif;
  margin: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.125em;
}

h1 {
  font-size: 2em;
  line-height: 1.125em;
}

h4 {
  font-family: "Source Sans Pro Regular", sans-serif;
}

.entry-title {
  margin-top: 0;
}

.footer-widgets .widget-title {
  color: white;
}

.hexagon {
  box-sizing: content-box;
  position: relative;
  width: 24px;
  height: 13.86px;
  background-color: transparent;
  margin: 6.93px 0;
  border-left: solid 3px #1d6888;
  border-right: solid 3px #1d6888;
}

.hexagon:before,
.hexagon:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 16.97px;
  height: 16.97px;
  transform: scaleY(0.577) rotate(-45deg);
  background-color: inherit;
  left: 0.5147px;
}

.hexagon:before {
  top: -8.4853px;
  border-top: solid 4.243px #1d6888;
  border-right: solid 4.243px #1d6888;
}

.hexagon:after {
  bottom: -8.4853px;
  border-bottom: solid 4.243px #1d6888;
  border-left: solid 4.243px #1d6888;
}

.homepage-secondary-content {
  background: linear-gradient(to right, #cccccc 0%, #eeeeee 50%, #cccccc 100%);
}

hr {
  border: none;
  margin: 0;
  padding: 0;
}
hr.hr, .footer-widgets hr.widget-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.hr:after, .footer-widgets .widget-title:after, .hr:before, .footer-widgets .widget-title:before {
  content: '';
  display: block;
  font-size: 16px;
  width: 3em;
}

.hr--reversed {
  border-color: white;
}

.hr--narrow:after, .hr--narrow:before {
  width: 24px;
}

.hr--narrower:after, .hr--narrower:before {
  width: 12px;
}

.hr--grow:after, .hr--grow:before {
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hr--centre:after, .hr--centre:before {
  margin-left: auto;
  margin-right: auto;
}

.hr--leading:before, .footer-widgets .widget-title:before {
  border-top-width: 0.125em;
  border-top-style: solid;
  padding-top: 1.375em;
}

.hr--trailing:after {
  border-bottom-width: 0.125em;
  border-bottom-style: solid;
  padding-bottom: 1.375em;
}

.hr--leading-spacer:before {
  border-top-width: 0.125em;
  border-top-style: solid;
  padding-top: 1.375em;
}

* + .dashicons {
  margin-top: 0;
}

.dashicons {
  vertical-align: middle;
}

.bticon {
  display: inline-block;
  height: 1.4em;
  vertical-align: middle;
  width: 1.4em;
  line-height: 0em;
}

.dot {
  position: relative;
}
.dot:before {
  border-radius: 0.375em;
  content: '';
  display: inline-block;
  height: 0.75em;
  left: -0.375em;
  position: relative;
  width: 0.75em;
}
.dot.dot--data:before {
  background-color: #56924a;
}
.dot.dot--design:before {
  background-color: #b15120;
}
.dot.dot--content:before {
  background-color: #1d6888;
}

.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.25em;
  position: relative;
  top: 0.25em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron-bottom:before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.4em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.link-group a {
  display: block;
}
.link-group a p {
  color: #333333;
}

.link-group--center {
  text-align: center;
}

.link-group--services {
  padding-top: 3em;
}

.link-group__icon {
  background-color: #1d6888;
  border-radius: 50%;
  height: 75px;
  margin: 0 auto;
  width: 75px;
}

.link-group__title {
  margin-top: 1.5em;
}

.link-group__title-text {
  font-size: 1.25em;
  line-height: 1.2em;
}

.link-group a {
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}
.link-group a:hover, .link-group a:active, .link-group a:focus {
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}
.link-group a:hover .hr--grow:before, .link-group a:active .hr--grow:before, .link-group a:focus .hr--grow:before {
  width: 72px;
}

.link-group__description p {
  margin-top: 0;
}

.link-group__icon--creating-content-for-your-audiences {
  background-color: #56924a;
}

.link-group__icon--presenting-content-effectively {
  background-color: #b15120;
}

.link-group--narrow3col {
  margin-top: 0;
  padding: 0.75em;
  width: 31.818%;
  float: left;
}
.link-group--narrow3col:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.link-group--narrow3col:nth-child(3n + 2) {
  margin-left: 34.091%;
  margin-right: -100%;
  clear: none;
}
.link-group--narrow3col:nth-child(3n + 3) {
  margin-left: 68.182%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 48em) {
  .link-group--3col {
    margin-top: 0;
    padding: 0.75em;
    width: 32.71%;
    float: left;
  }
  .link-group--3col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .link-group--3col:nth-child(3n + 2) {
    margin-left: 33.645%;
    margin-right: -100%;
    clear: none;
  }
  .link-group--3col:nth-child(3n + 3) {
    margin-left: 67.29%;
    margin-right: -100%;
    clear: none;
  }

  .page-template-page-service .site-inner .link-group {
    margin-top: 3em;
    margin-bottom: 5.25em;
  }
  .page-template-page-service .site-inner .link-group:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 64em) {
  .link-group--services {
    padding: 3em;
  }

  .pane-services .link-group {
    width: 83.178%;
    float: left;
    margin-right: 0.935%;
    margin-left: 8.411%;
    margin-right: 8.411%;
  }
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

.link, .archive-pagination a {
  color: #0092c7;
}

.link--bordered, .grid--overlaid .submenu-all .entry-title, .link, .archive-pagination a, .entry-content a,
.entry-meta a,
.post-nav a {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.entry-anchor:hover .link--bordered, .entry-anchor:hover .grid--overlaid .submenu-all .entry-title, .grid--overlaid .submenu-all .entry-anchor:hover .entry-title, .entry-anchor:hover .link, .entry-anchor:hover .archive-pagination a, .archive-pagination .entry-anchor:hover a, .entry-anchor:hover .entry-content a, .entry-content .entry-anchor:hover a,
.entry-anchor:hover .entry-meta a,
.entry-meta .entry-anchor:hover a,
.entry-anchor:hover .post-nav a,
.post-nav .entry-anchor:hover a, .entry-anchor:active .link--bordered, .entry-anchor:active .grid--overlaid .submenu-all .entry-title, .grid--overlaid .submenu-all .entry-anchor:active .entry-title, .entry-anchor:active .link, .entry-anchor:active .archive-pagination a, .archive-pagination .entry-anchor:active a, .entry-anchor:active .entry-content a, .entry-content .entry-anchor:active a,
.entry-anchor:active .entry-meta a,
.entry-meta .entry-anchor:active a,
.entry-anchor:active .post-nav a,
.post-nav .entry-anchor:active a, .entry-anchor:focus .link--bordered, .entry-anchor:focus .grid--overlaid .submenu-all .entry-title, .grid--overlaid .submenu-all .entry-anchor:focus .entry-title, .entry-anchor:focus .link, .entry-anchor:focus .archive-pagination a, .archive-pagination .entry-anchor:focus a, .entry-anchor:focus .entry-content a, .entry-content .entry-anchor:focus a,
.entry-anchor:focus .entry-meta a,
.entry-meta .entry-anchor:focus a,
.entry-anchor:focus .post-nav a,
.post-nav .entry-anchor:focus a {
  text-decoration: none;
}

.link--copy,
.entry-content .link--copy {
  color: #333333;
}

.entry-content a,
.entry-meta a,
.post-nav a {
  color: #0092c7;
}
.entry-content a:hover, .entry-content a:active, .entry-content a:focus,
.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus,
.post-nav a:hover,
.post-nav a:active,
.post-nav a:focus {
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

.home .entry-content a {
  color: #333333;
}

.borderless, .link-group a, .footer-widgets a,
.entry-content .borderless,
.entry-content .link-group a,
.link-group .entry-content a,
.entry-content .footer-widgets a,
.footer-widgets .entry-content a {
  text-decoration: none;
  -webkit-text-decoration-style: none;
          text-decoration-style: none;
}

.link--data {
  color: #56924a;
}

.link--design {
  color: #b15120;
}

.sharrre .share {
  margin-top: 0;
}

.footer-widgets a {
  color: white;
}
.footer-widgets a:hover, .footer-widgets a:focus, .footer-widgets a:active {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

ol,
ul {
  list-style-position: outside;
  margin-bottom: 0;
  padding: 0;
  margin-left: 1.125em;
}

li + li,
dt + dd {
  margin-top: 0.375em;
}

li > ul {
  list-style-type: none;
  margin-left: 0.75em;
}
li > ul > li:before {
  content: '–';
  left: -0.75em;
  position: relative;
}

.list--navigational {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
}

.list--inline li {
  display: inline;
}

.project-meta div:after {
  content: " ";
  display: block;
  clear: both;
}
.project-meta h3 {
  clear: left;
  display: inline;
  float: left;
  margin-right: 0.75em;
  font-size: 1em;
  line-height: 2.1em;
}
.project-meta ul {
  float: left;
  margin: 0;
}
.project-meta li {
  display: inline-block;
  margin-right: 0.75em;
}
.project-meta li:last-child {
  margin-right: 0;
}
.project-meta li ul li:before {
  content: '';
}

.list-service {
  list-style-type: none;
  margin-left: 0.75em;
}
.list-service > li {
  position: relative;
}
.list-service > li:before {
  border-radius: 0.375em;
  content: '';
  display: inline-block;
  height: 0.75em;
  left: -0.375em;
  position: relative;
  width: 0.75em;
}
.list-service > li.data:before {
  background-color: #56924a;
}
.list-service > li.design:before {
  background-color: #b15120;
}
.list-service > li.content:before {
  background-color: #1d6888;
}

.list--cards {
  list-style-type: none;
  margin-left: 0;
}
.list--cards:after {
  content: " ";
  display: block;
  clear: both;
}
.list--cards li {
  background-color: #f2f2f2;
  padding: 1.5em;
}

.list--text-teaser p {
  margin-top: 0em;
}

.list--2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--2col li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 1.5em;
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}
.list--2col li:nth-child(2n + 2) {
  margin-right: 0;
}

img,
video,
embed,
object {
  height: auto;
  max-width: 100%;
}

.entry-feature-image {
  margin-bottom: 1.5em;
}

.portrait .entry-before-header {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}

.placehold {
  height: 0;
  position: relative;
}
.placehold:after {
  content: " ";
  display: block;
  clear: both;
}
.placehold.placehold--ratio-1-1 {
  padding-bottom: 100%;
}
.placehold.placehold--ratio-3-1 {
  padding-bottom: 33.333%;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
}
.genesis-nav-menu .menu-item a {
  padding: 0.375em;
}
.genesis-nav-menu .menu-item:last-child a {
  padding-right: 0;
}

.nav-primary {
  margin-top: 0.75em;
}
.nav-primary .genesis-nav-menu {
  position: relative;
  text-align: center;
}
.nav-primary .genesis-nav-menu .menu-item a {
  margin-left: 0;
  border-bottom-color: transparent;
  color: #333333;
  display: block;
  font-family: "Source Sans Pro Light", sans-serif;
  transition: border-bottom-color 0.4s;
  font-size: 1.125em;
  line-height: 1.333em;
  padding-top: 0.667em;
  padding-bottom: 0.667em;
}
.nav-primary .genesis-nav-menu .menu-item a:hover, .nav-primary .genesis-nav-menu .menu-item a:active, .nav-primary .genesis-nav-menu .menu-item a:focus {
  border-bottom-color: #737373;
  border-bottom-width: 0.111em;
  border-bottom-style: solid;
  padding-bottom: 0.556em;
}
.nav-primary .genesis-nav-menu .menu-item.current-menu-item a {
  border-bottom-color: #1d6888;
  border-bottom-width: 0.111em;
  border-bottom-style: solid;
  padding-bottom: 0.556em;
}
.nav-primary .genesis-nav-menu .menu-item.current-menu-item a:hover, .nav-primary .genesis-nav-menu .menu-item.current-menu-item a:active, .nav-primary .genesis-nav-menu .menu-item.current-menu-item a:focus {
  border-bottom-color: #1d6888;
  text-decoration: none;
}
.nav-primary .genesis-nav-menu a.menu-item--active {
  border-top-color: #737373;
  border-top-width: 0.111em;
  border-top-style: solid;
  padding-top: 0.556em;
}
.nav-primary .genesis-nav-menu a.menu-item--active:hover, .nav-primary .genesis-nav-menu a.menu-item--active:active, .nav-primary .genesis-nav-menu a.menu-item--active:focus {
  border-bottom-color: transparent;
}

.site-container {
  position: relative;
  z-index: 1;
}

.site-header {
  margin-top: 0;
  position: relative;
  z-index: 6;
}
.site-header > .wrap {
  position: relative;
  z-index: 7;
}

.subnav__mask {
  background-color: white;
  position: relative;
  z-index: 5;
}

.subnav {
  margin-top: 0;
  position: relative;
  z-index: 4;
}
.subnav:after {
  content: " ";
  display: block;
  clear: both;
}
.subnav .wrap {
  margin-top: 0;
  padding-top: 0;
}

.megasub {
  background-color: #f0f0f1;
  margin-top: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease-out;
  transform: translateY(-100%);
}

.megasub--open {
  transform: translateY(0);
}

.megasub__wrap {
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: 81em;
  margin-left: auto;
  margin-right: auto;
}
.megasub__wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.megasub__wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.megasub__inner {
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
}
.megasub__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.sub-menu {
  margin: 0;
  position: relative;
  width: 100%;
}
.sub-menu .menu-item {
  display: block;
}

.megasub--project .entry,
.megasub--project .submenu-all {
  margin-top: 0;
  width: 49.153%;
  float: left;
}
.megasub--project .entry:nth-child(2n + 1),
.megasub--project .submenu-all:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.megasub--project .entry:nth-child(2n + 2),
.megasub--project .submenu-all:nth-child(2n + 2) {
  margin-left: 50.847%;
  margin-right: -100%;
  clear: none;
}
.megasub--project .submenu-all .entry-image {
  height: 134px;
}

@media (min-width: 48em) {
  .nav-primary .genesis-nav-menu {
    text-align: right;
  }
  .nav-primary .genesis-nav-menu a {
    padding-top: 1.333em;
    padding-bottom: 1.333em;
  }

  .megasub--project .entry,
  .megasub--project .submenu-all {
    width: 24.299%;
    float: left;
  }
  .megasub--project .entry:nth-child(4n + 1),
  .megasub--project .submenu-all:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .megasub--project .entry:nth-child(4n + 2),
  .megasub--project .submenu-all:nth-child(4n + 2) {
    margin-left: 25.234%;
    margin-right: -100%;
    clear: none;
  }
  .megasub--project .entry:nth-child(4n + 3),
  .megasub--project .submenu-all:nth-child(4n + 3) {
    margin-left: 50.467%;
    margin-right: -100%;
    clear: none;
  }
  .megasub--project .entry:nth-child(4n + 4),
  .megasub--project .submenu-all:nth-child(4n + 4) {
    margin-left: 75.701%;
    margin-right: -100%;
    clear: none;
  }
  .megasub--project .submenu-all .entry-image {
    height: 18.75em;
  }
}
@media (min-width: 64em) {
  .megasub--service .megasub__inner {
    width: 83.178%;
    float: left;
    margin-right: 0.935%;
    margin-left: 8.411%;
    margin-right: 8.411%;
  }
}
/* Responsive Menu
--------------------------------------------- */
body .remodal {
  background-color: transparent;
  color: white;
  max-width: 81em;
  margin-left: auto;
  margin-right: auto;
}
body .remodal:after {
  content: " ";
  display: block;
  clear: both;
}
body .remodal h2,
body .remodal button.remodal-close,
body .remodal .slider-project .project-title,
body .remodal .slider-project a {
  color: white;
}
body .remodal .service-insight {
  text-align: left;
}
body .remodal-overlay {
  background: linear-gradient(90deg, #1d6888, #14485e);
}
body .remodal-close {
  left: initial;
  right: 0;
}
body.page-template-page-service.service-creating-content-for-your-audiences .remodal-overlay {
  background-image: linear-gradient(90deg, #427039, #56924a);
}
body.page-template-page-service.service-presenting-content-effectively .remodal-overlay {
  background-image: linear-gradient(90deg, #863d18, #b15120);
}
body .service-project:after {
  content: " ";
  display: block;
  clear: both;
}
body .remodal--tight .remodal__wrap {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
  margin-left: 25.424%;
  margin-right: 25.424%;
}

.archive-pagination {
  clear: both;
  margin-top: 4.5em;
}
.archive-pagination .alignright {
  text-align: right;
}

.blog .archive-pagination {
  width: 66.102%;
  float: left;
  margin-right: 1.695%;
  margin-right: 33.898%;
}

.pane {
  margin-top: 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.pane:after {
  content: " ";
  display: block;
  clear: both;
}
.pane .wrap {
  padding-top: 0;
}

.pane--alternate {
  background-color: #f0f0f1;
}
.pane--alternate:after {
  content: " ";
  display: block;
  clear: both;
}
.pane--alternate + * {
  margin-top: 0;
}

.pane--split-half {
  background: linear-gradient(to bottom, #072835, #235775 312px, #ffffff 312px);
}
.pane--split-half h1 {
  position: relative;
  color: #3b96ae;
  padding-left: 46px;
}
.pane--split-half h1:before {
  position: absolute;
  top: -3px;
  left: 0;
  height: 40px;
  width: 40px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/biotext/images/AMOSS-logo-hexonly.svg");
  background-size: contain;
}
.pane--split-half .art,
.pane--split-half .amoss_content {
  margin-top: 4.5em;
  /*@include gallery (1 of 2);*/
}
.pane--split-half .art {
  /*background-image: linear-gradient(90deg, $ocean-shade, $ocean-tint);*/
}

.pane-insight {
  padding-bottom: 0em;
}

.pane-panels {
  background-color: #f0f0f1;
}

@media (min-width: 48em) {
  .pane-panels {
    background-color: #f0f0f1;
  }
  .pane-panels .panels--australia {
    width: 49.533%;
    float: left;
    margin-right: 0.935%;
  }
  .pane-panels .panels--australia h3 {
    width: 32.075%;
    float: left;
    margin-right: 1.887%;
  }
  .pane-panels .panels--australia ul {
    width: 66.038%;
    float: right;
    margin-right: 0;
  }
  .pane-panels .panels--overseas {
    width: 49.533%;
    float: right;
    margin-right: 0;
  }
  .pane-panels .panels--overseas h3 {
    width: 32.075%;
    float: left;
    margin-right: 1.887%;
  }
  .pane-panels .panels--overseas ul {
    width: 66.038%;
    float: right;
    margin-right: 0;
  }

  .pane--narrow {
    background-color: white;
    width: 66.355%;
    float: left;
    margin-right: 0.935%;
  }
  .pane--narrow:after {
    content: " ";
    display: block;
    clear: both;
  }

  .pane--split-half {
    background: linear-gradient(to right, #072835, #235775 50%, #ffffff 50%);
  }
  .pane--split-half .amoss {
    width: 41.121%;
    float: left;
    margin-right: 0.935%;
  }
  .pane--split-half .amoss_content {
    margin-top: 0;
    padding: 3em 3.75em;
    width: 50%;
    float: right;
    margin-right: 0;
    margin-left: -8.411%;
  }
  .pane--split-half .amoss_content em {
    font-weight: normal;
  }
}
.underlay {
  background-color: #333333;
  position: absolute;
  opacity: 0.85;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

p {
  margin-bottom: 0;
}

.lead {
  color: #4d4d4d;
  font-family: "Source Sans Pro Light", sans-serif;
  font-size: 1.375em;
  line-height: 1.527em;
  margin-top: 1.091em;
}
.lead em {
  font-family: "Source Sans Pro Light Italic", sans-serif;
}
.lead strong {
  font-family: "Source Sans Pro Regular", sans-serif;
  font-weight: 300;
}

.entry-content > .lead {
  margin-top: 0;
}

.portfolio .portfolio-item {
  margin-top: 0;
}

.portfolio-6-col {
  margin-left: -1%;
}
.portfolio-6-col .portfolio-item {
  padding: 9px;
  width: 16%;
}
@media (max-width: 800px) {
  .portfolio-6-col .portfolio-item {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .portfolio-6-col .portfolio-item {
    width: 100%;
  }
}

.portfolio-5-col {
  margin-left: -1%;
}
.portfolio-5-col .portfolio-item {
  padding: 9px;
  width: 20%;
}
@media (max-width: 800px) {
  .portfolio-5-col .portfolio-item {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .portfolio-5-col .portfolio-item {
    width: 100%;
  }
}

.portfolio-4-col {
  margin-left: -1%;
}
.portfolio-4-col .portfolio-item {
  padding: 1%;
  width: 25%;
}
@media (max-width: 800px) {
  .portfolio-4-col .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .portfolio-4-col .portfolio-item {
    width: 100%;
  }
}

.portfolio-3-col {
  margin-left: -1%;
}
.portfolio-3-col .portfolio-item {
  width: 33%;
  padding: 1%;
}
@media (max-width: 800px) {
  .portfolio-3-col .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .portfolio-3-col .portfolio-item {
    width: 100%;
  }
}

.portfolio-2-col {
  margin-left: -1%;
}
.portfolio-2-col .portfolio-item {
  width: 50%;
  padding: 1%;
}
@media (max-width: 600px) {
  .portfolio-2-col .portfolio-item {
    width: 100%;
  }
}

.portfolio .entry-image {
  clear: left;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.portfolio .entry-image img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.filters-button-group a,
.entry-content .filters-button-group button {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: #666666;
  margin-right: 12px;
  padding: 0;
  font-size: 0.875em;
  line-height: 1.714em;
}
.filters-button-group a:hover, .filters-button-group a:active, .filters-button-group a:focus,
.entry-content .filters-button-group button:hover,
.entry-content .filters-button-group button:active,
.entry-content .filters-button-group button:focus {
  border-bottom: 2px solid #737373;
}
.filters-button-group a.is-checked, .filters-button-group a.is-active,
.entry-content .filters-button-group button.is-checked,
.entry-content .filters-button-group button.is-active {
  border-bottom: 2px solid #1d6888;
  color: #1d6888;
}
.filters-button-group a.is-checked:hover, .filters-button-group a.is-checked:active, .filters-button-group a.is-checked:focus, .filters-button-group a.is-active:hover, .filters-button-group a.is-active:active, .filters-button-group a.is-active:focus,
.entry-content .filters-button-group button.is-checked:hover,
.entry-content .filters-button-group button.is-checked:active,
.entry-content .filters-button-group button.is-checked:focus,
.entry-content .filters-button-group button.is-active:hover,
.entry-content .filters-button-group button.is-active:active,
.entry-content .filters-button-group button.is-active:focus {
  cursor: default;
  text-decoration: none;
}

.filter-controls__label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.714em;
}

.portfolio h1,
.portfolio .entry-title {
  font-size: 1em;
  line-height: 1.125em;
  margin-top: 0.75em;
}
@media (max-width: 960px) {
  .portfolio h1,
  .portfolio .entry-title {
    font-size: 0.875em;
    line-height: 0.857em;
  }
}
.portfolio h1 a,
.portfolio .entry-title a {
  border-bottom: none;
}

.portfolio .project h1,
.portfolio .project .entry-title {
  font-family: "Source Sans Pro Regular", sans-serif;
}

.portfolio .entry,
.portfolio-item .page p {
  margin-bottom: 0;
}

.portfolio-item .wrap-inner {
  background-color: white;
  padding: 1.5em;
}

.post-nav {
  margin-top: 3em;
}
.post-nav:after {
  content: " ";
  display: block;
  clear: both;
}

.post-nav-previous {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}

.post-nav-next {
  text-align: right;
  width: 49.153%;
  float: right;
  margin-right: 0;
}

.post-nav span {
  margin-top: 0;
}

.single-post .entry-title {
  margin-top: 0.375em;
}
.single-post .entry-content {
  margin-top: 1.5em;
}

.blog .content .entry,
.category .content .entry {
  position: relative;
  margin-bottom: 3em;
}
.blog .content .entry-anchor,
.category .content .entry-anchor {
  bottom: 100%;
  display: block;
  position: absolute;
  padding-top: 7.5em;
}
.blog .content .entry-title,
.category .content .entry-title {
  margin-top: 0.375em;
}

.list--posts .entry-header {
  margin-top: 0;
}
.list--posts .entry-title {
  font-family: "Source Sans Pro Regular", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
.list--posts .entry-date {
  font-size: 0.75em;
  line-height: 2em;
}

.list--grid .entry {
  margin-top: 1.5em;
}
.list--grid .entry + .entry .entry-header {
  padding-left: 1.5em;
}
.list--grid .entry-time {
  font-family: "Source Sans Pro Regular", sans-serif;
}
.list--grid .entry-title {
  font-weight: 300;
  line-height: 1.15em;
}

@media (min-width: 48em) {
  .featuredpost .entry:after {
    content: " ";
    display: block;
    clear: both;
  }
  .featuredpost .entry-header {
    margin-top: 0;
  }
  .featuredpost .has-post-thumbnail > a {
    width: 22.857%;
    float: left;
    margin-right: 2.857%;
  }
  .featuredpost .has-post-thumbnail .entry-header {
    width: 74.286%;
    float: right;
    margin-right: 0;
  }
  .featuredpost .entry-title {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5em;
  }
  .featuredpost .entry-meta {
    font-family: "Source Sans Pro Light", sans-serif;
  }

  .list--grid .entry {
    margin-top: 0;
    width: 24.299%;
    float: left;
  }
  .list--grid .entry:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .list--grid .entry:nth-child(4n + 2) {
    margin-left: 25.234%;
    margin-right: -100%;
    clear: none;
  }
  .list--grid .entry:nth-child(4n + 3) {
    margin-left: 50.467%;
    margin-right: -100%;
    clear: none;
  }
  .list--grid .entry:nth-child(4n + 4) {
    margin-left: 75.701%;
    margin-right: -100%;
    clear: none;
  }
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden, .site-description {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .focusable.site-description:active,
.visuallyhidden.focusable:focus,
.focusable.site-description:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.site-header .site-title {
  margin-top: 0;
  font-size: 2em;
  line-height: 0em;
}
.site-header .wrap {
  transition: padding 0.25s;
}
.site-header .wrap:after {
  border-bottom-color: #f0f0f1;
  content: '';
  display: block;
  border-bottom-width: 0.063em;
  border-bottom-style: solid;
  padding-bottom: 0.688em;
}

.title-area {
  text-align: center;
}
.title-area a {
  display: inline-block;
  line-height: 0em;
}
.title-area img {
  height: 2.25em;
}

.title-area {
  line-height: 0em;
}

@media (min-width: 48em) {
  .site-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .site-header .wrap {
    transition: padding 0.4s;
    padding-top: 1.5em;
  }
  .site-header .wrap:after {
    transition: padding 0.4s;
    border-bottom-width: 0.063em;
    border-bottom-style: solid;
    padding-bottom: 1.438em;
  }

  .site-header--fixed .wrap {
    padding-top: 0.75em;
  }
  .site-header--fixed .wrap:after {
    border-bottom-width: 0.063em;
    border-bottom-style: solid;
    padding-bottom: 0.688em;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .pre-banner {
    margin-top: 7.5em;
  }

  .title-area {
    text-align: left;
    width: 24.299%;
    float: left;
    margin-right: 0.935%;
  }

  .nav-primary {
    margin-top: 0;
    width: 74.766%;
    float: right;
    margin-right: 0;
  }
}
#slider.flexslider {
  border: none;
  position: relative;
  margin-bottom: 3em;
}

.flex-direction-nav a {
  color: #1d6888;
  opacity: 1;
  width: 30px;
}
.flex-direction-nav a:before {
  font-size: 30px;
  color: #1d6888;
}

.flex-direction-nav a {
  color: #1d6888;
  opacity: 1;
  width: 30px;
}
.flex-direction-nav a:before {
  font-family: dashicons;
  font-size: 30px;
  color: #1d6888;
}

.flex-direction-nav a.flex-next {
  right: -30px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f345';
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -30px;
}

.flex-direction-nav a.flex-prev {
  left: -30px;
}
.flex-direction-nav a.flex-prev:before {
  content: '\f341';
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -30px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}

.flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #1d6888;
  box-shadow: none;
}
.flex-control-paging li a:hover, .flex-control-paging li a:active, .flex-control-paging li a:focus {
  background-color: #1d6888;
}
.flex-control-paging li a.flex-active {
  background-color: #1d6888;
  border-color: #1d6888;
}

.slider-project {
  padding: 0 30px;
  position: relative;
  text-align: center;
}
.slider-project .project-client,
.slider-project .project-title {
  font-family: "Source Sans Pro Regular", sans-serif;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0.75em;
}
.slider-project .project-title {
  color: #333333;
}
.slider-project .flex-direction-nav a {
  color: white;
  opacity: 1;
  width: 30px;
}
.slider-project .flex-direction-nav a:before {
  font-family: dashicons;
  font-size: 30px;
  color: white;
}
.slider-project .flex-direction-nav .flex-next {
  right: 0;
}
.slider-project .flex-direction-nav .flex-next:before {
  content: '\f345';
}
.slider-project .flex-direction-nav .flex-prev {
  left: 0;
}
.slider-project .flex-direction-nav .flex-prev:before {
  content: '\f341';
}
.slider-project .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  cursor: default;
}
.slider-project .flex-control-paging {
  position: static;
  margin-top: 0.75em;
}
.slider-project .flex-control-paging li a {
  background-color: transparent;
  box-shadow: none;
}
.slider-project .flex-control-paging li a:hover, .slider-project .flex-control-paging li a:active, .slider-project .flex-control-paging li a:focus {
  background-color: #1d6888;
}
.slider-project .flex-control-paging li a.flex-active {
  background-color: #1d6888;
}
.slider-project .project-image {
  height: 0;
  position: relative;
}
.slider-project .project-image.ratio-3-1 {
  padding-bottom: 33.333%;
}
.slider-project .project-image.ratio-52-11 {
  padding-bottom: 21.154%;
}
.slider-project .project-image a {
  display: block;
  position: absolute;
}

.slider-project--reversed .project-title {
  color: white;
}
.slider-project--reversed .flex-control-paging li a {
  border-color: white;
}
.slider-project--reversed .flex-control-paging li a:hover, .slider-project--reversed .flex-control-paging li a:active, .slider-project--reversed .flex-control-paging li a:focus {
  background-color: white;
}
.slider-project--reversed .flex-control-paging li a.flex-active {
  background-color: white;
}

.widget .slider-project ol > li {
  padding-left: 0;
}

.slider-sidebar:after {
  content: " ";
  display: block;
  clear: both;
}
.slider-sidebar .slider-project {
  padding: 0;
}
.slider-sidebar article {
  margin: 0 auto;
  width: 250px;
}
@media (max-width: 1200px) {
  .slider-sidebar article {
    width: 220px;
  }
}
.slider-sidebar .flex-direction-nav a {
  margin-top: -75px;
}
.slider-sidebar .flex-direction-nav a:before {
  color: #1d6888;
}
.slider-sidebar .flex-direction-nav .flex-prev {
  left: -30px;
}
.slider-sidebar .flex-direction-nav .flex-next {
  right: -30px;
}
.slider-sidebar .flex-control-paging li a {
  background-color: transparent;
  border: 2px solid #1d6888;
  box-shadow: none;
}
.slider-sidebar .flex-control-paging li a:hover, .slider-sidebar .flex-control-paging li a:active, .slider-sidebar .flex-control-paging li a:focus {
  background-color: #1d6888;
}
.slider-sidebar .flex-control-paging li a.flex-active {
  background-color: #1d6888;
  border-color: #1d6888;
}

.sidebar .slider-project li {
  border-bottom: none;
}

.slider--amoss .slider {
  position: relative;
}
.slider--amoss h1 {
  color: #1d6888;
  font-size: 1.125em;
  line-height: 1.333em;
}
.slider--amoss .slider__cta {
  display: block;
  text-align: center;
  margin-top: 0.75em;
}
.slider--amoss li {
  border-bottom: 0;
}

.slider-thumbnail-control:after {
  content: " ";
  display: block;
  clear: both;
}
.slider-thumbnail-control .slider-wrap {
  margin-top: 0;
  width: 49.153%;
  float: right;
  margin-right: 0;
}
.slider-thumbnail-control .controls-wrap {
  width: 49.153%;
  float: left;
  margin-right: 1.695%;
}
.slider-thumbnail-control.slider-thumbnail-control--1-2 .slider-wrap {
  width: 66.102%;
  float: right;
  margin-right: 0;
}
.slider-thumbnail-control.slider-thumbnail-control--1-2 .controls-wrap {
  width: 32.203%;
  float: left;
  margin-right: 1.695%;
}
.slider-thumbnail-control .controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider-thumbnail-control .controls .control {
  background-color: #f9f9f9;
  border-left: 4px solid white;
  border-right: 1px solid #1d6888;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0.375em;
  transition: background-color 0.2s;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
.slider-thumbnail-control .controls .control:after {
  content: " ";
  display: block;
  clear: both;
}
.slider-thumbnail-control .controls .control:hover, .slider-thumbnail-control .controls .control:active, .slider-thumbnail-control .controls .control:focus {
  background-color: #4cafd9;
  border-left-color: #2688b2;
  cursor: pointer;
}
.slider-thumbnail-control .controls .control img {
  width: 75px;
  float: left;
  margin-right: 5.263%;
  margin-right: 1em;
}
.slider-thumbnail-control .controls .control .thumbnail-title {
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.slider-thumbnail-control .controls .control.flex-active {
  background-color: white;
  border-left-color: #1d6888;
  border-right-color: white;
  border-top-color: #1d6888;
}
.slider-thumbnail-control .controls .control + .control {
  border-top: 1px solid white;
}
.slider-thumbnail-control .controls .control + .control.flex-active,
.slider-thumbnail-control .controls .control.flex-active + .control {
  border-top-color: #1d6888;
}

@media (max-width: 960px) {
  .slider-thumbnail-control .slider-wrap {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slider-thumbnail-control .controls-wrap {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slider-thumbnail-control.slider-thumbnail-control--1-2 .slider-wrap {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slider-thumbnail-control.slider-thumbnail-control--1-2 .controls-wrap {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slider-thumbnail-control .controls .control {
    border: none;
    padding: 0;
    width: 21.053%;
    float: left;
  }
  .slider-thumbnail-control .controls .control:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .slider-thumbnail-control .controls .control:nth-child(4n + 2) {
    margin-left: 26.316%;
    margin-right: -100%;
    clear: none;
  }
  .slider-thumbnail-control .controls .control:nth-child(4n + 3) {
    margin-left: 52.632%;
    margin-right: -100%;
    clear: none;
  }
  .slider-thumbnail-control .controls .control:nth-child(4n + 4) {
    margin-left: 78.947%;
    margin-right: -100%;
    clear: none;
  }
  .slider-thumbnail-control .controls .control:hover, .slider-thumbnail-control .controls .control:active, .slider-thumbnail-control .controls .control:focus {
    background-color: none;
    border: none;
  }
  .slider-thumbnail-control .controls .control img {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slider-thumbnail-control .controls .control .thumbnail-title {
    display: none;
  }
  .slider-thumbnail-control .controls .control + .control {
    border-top: none;
  }
  .slider-thumbnail-control .controls .control.flex-active {
    border: 1px solid #1d6888;
    background: none;
  }
  .slider-thumbnail-control .controls .control.flex-active:hover, .slider-thumbnail-control .controls .control.flex-active:active, .slider-thumbnail-control .controls .control.flex-active:focus {
    border: 1px solid #1d6888;
  }
  .slider-thumbnail-control .controls .control.flex-active + .control {
    border-top: none;
  }
}
.table--rows {
  border-collapse: collapse;
}
.table--rows tr {
  border-bottom: 1px solid #333333;
}
.table--rows th,
.table--rows td {
  vertical-align: top;
  padding-right: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.table--rows th:last-child,
.table--rows td:last-child {
  padding-right: 0;
}

.entry-tag {
  border-bottom: none !important;
  color: #b3b3b3;
  padding: 2px 4px 0;
}

.tagline h2 {
  color: #333333;
}

.size-larger {
  font-size: 125%;
}

.color-pop {
  color: #1d6888;
}

.color-brand {
  color: #1d6888;
}

/**
 * Vertical rhythm
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  color: #333333;
  font-family: "Source Sans Pro Light", sans-serif;
}

em {
  font-family: "Source Sans Pro Light Italic", sans-serif;
}

strong {
  font-family: "Source Sans Pro Regular", sans-serif;
}

.after-entry {
  clear: left;
}

.after-entry-project {
  background-color: #bfbfbf;
  padding: 1.5em 60px;
  color: white;
  text-align: right;
}
.after-entry-project .widget-title {
  color: white;
  float: left;
  margin-bottom: 0;
  width: 75%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.after-entry-project .textwidget {
  float: right;
  width: 25%;
}
.after-entry-project p {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .after-entry-project {
    padding: 1.5em 10px;
    text-align: center;
  }
  .after-entry-project .widget-title {
    float: none;
    width: 100%;
  }
  .after-entry-project .textwidget {
    float: none;
    width: 100%;
  }
}

.after-project-entry .textwidget {
  text-align: center;
  margin-top: 1.5em;
}

.widget_text + .widget_text {
  margin-top: 1.5em;
}

/* No files to import found in pages/* */

/*# sourceMappingURL=style.css.map */