/**

	*CORE (blimey)

**/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**

	*GRID

**/
.row {
  width: 100%;
  min-width: 22.857em;
  /* 320px */
  max-width: 122rem;
  /* 980px */
  margin: 0 auto;
  position: relative; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol,
.elevencol, .one-third, .two-thirds, .half, .header-fourcol, .header-eightcol {
  margin-right: 1.7%;
  /* 20px */
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
  letter-spacing: 0;
  overflow: hidden; }

.onecol {
  width: 6.15%; }

.twocol {
  width: 14.583%; }

.threecol {
  width: 22.917%; }

.fourcol, .one-third {
  width: 31.25%; }

.header-fourcol {
  width: 24.5%; }

.fivecol {
  width: 39.583%; }

.sixcol, .half {
  width: 47.917%; }

.sevencol {
  width: 56.25%; }

.eightcol, .two-thirds {
  width: 64.583%; }

.header-eightcol {
  width: 73.583%; }

.ninecol {
  width: 72.917%; }

.tencol {
  width: 81.25%; }

.elevencol {
  width: 89.583%; }

.twelvecol {
  width: 97.917%;
  margin: 0; }

.row > :last-child {
  margin-right: 0px; }

.last, a.last {
  margin-right: 0;
  padding-right: 0; }

.col {
  float: left; }

.col-right {
  float: right; }

.col--25 {
  width: 25%; }

.col--50 {
  width: 50%; }

.col--75 {
  width: 75%; }

.col--100 {
  width: 100%; }

.margin-inner {
  margin: 0 2em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  max-height: 572px;
  min-height: 572px;
  background-color: #e4e4e4;
  overflow: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  width: 100%; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: 35px;
  min-width: 43px;
  min-height: 48px;
  background: url("images/slide-nav-previous.png") no-repeat;
  text-indent: -9999px; }

.flex-direction-nav .flex-next {
  right: 35px;
  min-width: 43px;
  min-height: 48px;
  background: url("images/slide-nav-next.png") no-repeat;
  text-indent: -9999px; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 1320px) {
  .flex-direction-nav a {
    top: 10%; } }
@media screen and (max-width: 1600px) {
  .flexslider .slides img {
    width: auto; } }
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #e4e4e4;
  color: #232a41; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #232a41;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAKWCAIAAAAHi2QMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NTNCNzcwODZDMTIxMUU0ODZFN0QyMDQ4MjI2NjM3OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NTNCNzcwNzZDMTIxMUU0ODZFN0QyMDQ4MjI2NjM3OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhhMzJlOGQ4LTQwMTYtNGUyMy04MTAwLTRkNGUwY2Y4NWM5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps9PdEoAAAAjSURBVHja7MMxDQAACAOwBf/a4MAQInjbpOnZSqKqqp8nwAD0KAebL7ResAAAAABJRU5ErkJggg==) repeat-x top left; }

* {
  box-sizing: border-box; }

::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #000;
  text-shadow: none;
  color: #fff; }

/*-> FORMS */
.content-form input.button-main {
  border: none; }

.regular-content h2.try-search {
  margin-bottom: 20px; }

fieldset {
  padding: 0;
  border: none; }

fieldset.half {
  display: inline;
  min-width: 50%;
  max-width: 50%; }

fieldset.full {
  clear: both;
  width: 100%;
  display: block; }

label, textarea, input, select {
  cursor: pointer; }

/* use .field class for all text inputs */
.field, textarea {
  border: #ccc 1px solid;
  padding: 10px 6px; }

textarea {
  resize: vertical; }

/* Group sets of form fields in a list */
.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

/* Labels */
label, .label {
  display: block;
  width: 100%;
  font-weight: 700; }

/* Extra help text in label's */
.additional {
  display: block;
  font-weight: normal; }

.full label {
  display: block;
  width: 30%; }

/* remove width for label on separate line */
.full input, .full textarea {
  display: block;
  width: 60%; }

/* remove width for label on separate line */
.full select {
  display: block;
  width: 63%;
  min-width: 63%;
  max-width: 63%; }

fieldset.full label.radio-label {
  display: inline-block;
  width: 55%; }

fieldset.full span.radio-label {
  display: inline-block;
  width: 50%; }

/* Groups of checkboxes and radios */
.check-list {
  list-style: none;
  margin: 0; }

/* Labels in check-lists */
.check-label, .check-list label, .check-list .label {
  display: inline-block; }

.check-list input {
  display: inline-block;
  float: left;
  max-width: 5%;
  margin-bottom: 3px;
  margin-top: 10px; }

/* extra help display in input */
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help, .text-input:focus + .extra-help {
  visibility: visible; }

/* errors */
ul.errors {
  padding: 0;
  list-style: none;
  float: left;
  color: #FF0000; }

input.error, textarea.error, select.error {
  border: 1px solid #FF0000; }

p.error {
  color: #FF0000; }

.clearfix {
  clear: both;
  overflow: hidden; }

/**

	*LAYOUT 

**/
.home-banner-holder {
  height: auto;
  position: relative;
  display: block; }

.home-banner-image {
  position: relative;
  z-index: 1;
  display: block; }

.home-banner-over {
  display: block;
  padding: 0 0px;
  margin-top: -492px;
  position: relative;
  z-index: 1000;
  height: 470px;
  max-width: 100%;
  width: 1220px; }

.home-banner-sub-blocks {
  background-color: #191e31; }

.home-banner-content {
  height: auto;
  padding: 20px;
  margin: 0;
  min-height: 294px; }

.home-banner-content--semi {
  opacity: 0.84;
  min-height: 198px; }

.home-banner-content h2 {
  color: #f27029;
  margin: 0; }

.home-banner-content.col--25 h2 {
  border-bottom: 1px solid #232a41;
  padding-bottom: 10px; }

.home-banner-content p {
  width: 85%; }

.home-banner-content h1 {
  color: #FFF;
  font-weight: lighter;
  font-size: 34px;
  margin-top: 0; }

.home-banner-content li, .home-banner-content li a {
  list-style: none;
  color: #FFF;
  font-size: 1.5rem; }

.home-banner-content ul {
  margin: 10px 0 0 0;
  padding-left: 0; }

.regular-content {
  height: auto;
  padding: 20px;
  margin: 0; }

.regular-content h2 {
  margin: 0; }

.regular-content.col--25 h2 {
  border-bottom: 1px solid #484d5e;
  padding-bottom: 10px;
  color: #cecfd3; }

.regular-content.col--25 p {
  margin-bottom: 0; }

.regular-content p {
  width: 85%; }

.regular-content h1 {
  font-weight: lighter;
  font-size: 34px;
  margin-top: 0; }

.regular-content li {
  list-style: none;
  font-size: 1.5rem; }

.regular-content ul {
  margin: 10px 0 0 0;
  padding-left: 0; }

.regular-content.bg-grey {
  padding-bottom: 90px; }

.contact-content {
  background-color: #999; }

.contact-side h4 {
  color: #969aa7;
  margin: 0; }

.contact-side.bg-grey p {
  margin: 0; }

.contact-side.bg-light p {
  margin-bottom: 0; }

.grid-square p:first-child {
  text-align: center;
  margin: 0; }

.grid-square {
  border-left: 1px solid #e4e4e4;
  min-height: 338px;
  text-align: center;
  padding: 37px 20px 0 20px; }

.grid-square:first-child {
  border-left-color: transparent; }

.grid-square h2 {
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 37px;
  margin: 0 0 20px 0; }

.grid-square p {
  text-align: left;
  font-size: 1.55rem;
  color: #5a6179; }

.grid-square-top {
  border-top: 0px; }

.grid-square-services .grid-square {
  min-height: 292px; }

.grid-square-services .grid-square p {
  font-size: 1.45rem; }

.grid-square h2 a, .grid-square-services a {
  color: #232a41; }

.grid-square h2 a:hover, .grid-square-services a:hover {
  color: #f27029; }

.grid-square-services a {
  display: block; }

.grid-square-team:nth-of-type(4n):after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px solid #e4e4e4;
  height: 1px;
  left: 0; }

.grid-square.grid-square-team {
  padding-top: 20px;
  min-height: 260px; }

.grid-square.grid-square-team h2 {
  padding-bottom: 20px;
  margin: 0 0 10px 0; }

.grid-square.grid-square-team p {
  text-align: center; }

.grid-square.grid-square-team img {
  width: 100%;
  height: auto; }

.bio-section img {
  max-width: 480px;
  height: auto; }

.bio-section h1 {
  margin: 6px 0 0 0; }

.bio-section h2 {
  margin: 3px 0 25px 0; }

.bio-section-image {
  overflow: hidden; }

.bio-section-image img {
  width: 120% !important;
  position: relative;
  left: -10%; }

.bio-summary p {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  color: #5a6179; }

.home-banner-content.banner-bottom {
  min-height: 290px;
  margin-bottom: 60px; }

.bg-dark a, .bg-light a {
  font-size: 16px;
  color: #d1d6e6;
  font-weight: normal;
  word-wrap: break-word; }

.bg-dark a:hover, .bg-light a:hover {
  color: #f27029; }

.home-content {
  min-height: 290px; }

.home-content img {
  width: 100%;
  max-height: 290px;
  height: auto; }

.home-content p {
  max-height: 290px;
  margin: 0; }

.home-banner-content.banner-single h2 {
  color: #cecfd3;
  margin-top: 15px; }

.home-banner-content.banner-single p {
  margin-bottom: 2.8em;
  width: 63%; }

.home-banner-content.banner-single .main-service-page-content > :last-child {
  margin-bottom: .8em; }

.banner-single {
  border-top: 12px solid #65697a; }

.border-left {
  border-left: 1px solid; }

.bg-light {
  background-color: #232a41; }

.bg-dark {
  background-color: #191e31; }

.bg-dark a, .bg-light a {
  font-size: 16px;
  color: #d1d6e6;
  font-weight: normal; }

.bg-dark a:hover, .bg-light a:hover {
  color: #f27029; }

.bg-light p, .bg-dark p {
  color: #FFF;
  font-size: 1.55rem; }

.contact-side.bg-light h2 {
  color: #FFF;
  border-bottom: 1px solid #484d5e;
  padding-bottom: 10px; }

.bg-grey {
  background-color: #f4f5fa; }

.bg-grey p {
  color: #232a41;
  font-weight: lighter;
  font-size: 15px; }

.bg-grey h4 {
  color: #232a41;
  font-weight: bold; }

ul li img {
  margin-bottom: 0; }

.dark-background {
  padding: 20px 50px;
  background-color: #232a41;
  width: 200px;
  margin-top: 20px; }

article {
  padding: 0 30px;
  padding-bottom: 50px;
  margin-bottom: 30px; }

article p {
  width: 66%; }

.clear-bottom {
  clear: both; }

.border-bottom-large {
  padding-bottom: 100px; }

.content-area {
  background-color: #FFF;
  margin-bottom: 85px; }

/*--> OUTER || used for 'sticky' footer, delete and remove markup from header and footer if not needed */
.outer {
  min-height: 100%;
  height: auto;
  margin: 0 auto; }

.push, .footer {
  height: auto;
  clear: both; }

/*--> HEADER */
.header {
  background-color: #191e31;
  min-height: 140px; }

.phone {
  font-size: 15px; }

.phone-header {
  float: right;
  margin: 32px 30px 0 0;
  padding-left: 28px;
  background: url("images/phone.png") no-repeat 0 3px;
  color: #d1d6e6; }

.header-search {
  margin: 1.8em 0em;
  float: right; }

.header-search input {
  border: 0;
  padding: 0.25em;
  margin: 0;
  border: 1px solid #484d5e;
  height: 35px; }

.header-search input.search-box {
  border-right: 0px;
  background-color: #232a41;
  margin-right: -4px;
  width: 200px;
  color: #FFF; }

.header-search input.btn {
  background: url("images/mag-glass.png") #191e31 no-repeat center center;
  padding-right: 14px;
  padding-left: 14px; }

.main-page-heading {
  padding: 40px 30px;
  color: #d1d6e6;
  width: 100%;
  background-color: #232a41;
  margin-right: 0;
  border-bottom: 12px solid #65697a; }

.main-page-heading h1 {
  margin: 0;
  font-size: 30px;
  font-weight: lighter; }

.main-page-heading p {
  margin-bottom: 0;
  font-size: 1.65rem;
  color: #FFF;
  width: 40%; }

.news-section h2 {
  font-size: 21px;
  margin: 42px 0 0 0;
  border-top: 1px solid #d1d6e6;
  padding-top: 50px; }

.news-section h2:first-child {
  border-top: 0px;
  padding-top: 0;
  margin-top: 40px; }

.news-section p {
  margin: 4px 0 7px;
  width: 70%; }

/*--> NAVIGATION */
.nav-col {
  float: right; }

.form-col {
  float: right; }

.logo-col {
  float: left; }

h1.logo {
  margin-bottom: 0; }

.logo a img {
  margin-bottom: 0; }

.main-nav {
  margin-top: 14px; }

.main-nav ul {
  float: right; }

.main-nav ul li {
  border-right: 1px solid #2b334d;
  padding-bottom: 17px; }

.main-nav ul li {
  padding-left: 5px;
  padding: 0 10px 16px 10px; }

.main-nav ul li:last-child {
  border-right: 0px;
  padding-right: 0; }

.main-nav a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.35rem;
  cursor: pointer; }

.main-nav ul li:hover, .main-nav a:hover, .main-nav a.selected {
  color: #f27029; }

/*--> BREADCRUMB */
.breadcrumb {
  background-color: #E5E5E5; }

.breadcrumb-position {
  margin: 10px 0; }
  .breadcrumb-position .nav li {
    font-size: 12px; }
  .breadcrumb-position .nav li a {
    color: #191e31;
    border-right: 1px solid;
    line-height: 0.8;
    padding: 0 0.4em 0 0.2em; }
  .breadcrumb-position .nav li:last-child a {
    border-right: 0px; }

/*--> SIDEBAR */
.sidebar {
  background-color: #F2F3F4; }

.sub-nav {
  background-color: #F9F9F9; }

.sub-nav ul {
  list-style-type: none; }

.sub-nav ul li {
  display: block;
  padding: .65em;
  color: #000; }

.sub-nav ul li a, .sub-nav ul li a:link, .sub-nav ul li a:visited {
  color: #000;
  text-decoration: none; }

.sub-nav ul li, .sub-nav ul li a:hover {
  color: #CCC; }

/*--> FOOTER */
.footer {
  background-color: #191e31;
  padding: 63px 50px 60px; }

h4.footer-heading {
  margin: 0 0 7px 0;
  padding: 0;
  color: #FFF; }

.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.contact-info p {
  margin-top: 0;
  color: #969aa7;
  font-weight: lighter;
  font-size: 15px; }

.phone-footer, .email-footer {
  float: left;
  margin: 32px 30px 0 0; }

.phone-footer {
  background: url("images/phone-outline.png") no-repeat 0 0px;
  padding-left: 37px;
  margin-left: 13px;
  color: #969aa7; }

.email-footer {
  background: url("images/email.png") no-repeat 0 6px;
  padding-left: 43px;
  margin-left: 2px; }

a.email-footer {
  font-size: 16px; }

.footer-links {
  float: right; }

.footer-links p, .footer-links a {
  margin-top: 0; }

.footer-logos {
  float: right;
  margin-top: 47px; }

.footer-logos img {
  float: right;
  margin: 15px 24px 0 0; }

.footer-logos p {
  float: right;
  max-width: 267px;
  color: #969aa7;
  font-weight: lighter;
  font-size: 15px;
  line-height: 1.3; }

.bottom-banner {
  background-color: #191e31;
  min-height: 70px;
  border-top: 1px solid #232a41;
  padding: 0 10px 0 20px;
  overflow: hidden; }

.legal-info {
  margin-top: 10px; }

.legal-info a, .legal-info p {
  color: #5f6576; }

.legal-info a:hover {
  color: #FFF; }

/**

	*SHARED

**/
/*--> VERTICAL RHYTHM */
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, pre, table, fieldset, hr, form, .breadcrumb {
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

h1, h2, h3 {
  line-height: 1.3; }

p.large, li {
  line-height: 1.75; }

.small, p.small, figcaption {
  line-height: 1.2; }

/*--> ICONS */
/* use <span> or the <i> tag for icon sprite. For example:
<i class="sprite tel"></i>0123567890
this allows for smaller sprite files and eliminates the need for masses of empty space between images 

Use http://www.spritecow.com/

*/
.sprite {
  background-image: url("images/sprite.png");
  /* ie8 */
  background-image: url("images/sprite.svg");
  display: inline-block;
  text-indent: -999em;
  /*  background-size: size for sprite @1x; */ }

    /***

        Create each icon using the following format 

        .icon-tel{ width: 10px; height: 10px; background-position: -37px -411px; }
        .icon-mail{ width: 15px; height: 15px; background-position: -200px -11px; }

        [class*="icon-left-"],[class*='icon-right-']{ width: 9px; height: 15px; }
            .icon-left-white{ background-position: -37px -411px; }
            .icon-right-white{ background-position:  -52px -411px; }
            .icon-left-grey{ background-position: -69px -411px; }
            .icon-right-grey{ background-position:  -86px -411px; }
           

        [class*="icon-plus-"]{ width: 13px; height: 13px; }
            .icon-plus-white{ background-position: -276px -412px; }
            .icon-plus-green{ background-position: -292px -412px; }
            .icon-plus-orange{ background-position: -307px -412px; }
            .icon-plus-blue{ background-position: -323px -412px; }

    ***/
/*--> MEDIA OBJECT || http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/ */
.media, .media-text {
  overflow: hidden;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 0.625em; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 0.625em; }

/*--> NAV ABSTRACTION */
.nav, ul.nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav > li, .nav > li > a {
  display: inline-block; }

.nav > li > a {
  padding: 0 0.625em; }

.nav > li > a.last {
  padding-right: 0; }

.nav a.first {
  padding-left: 0; }

/*--> PAGINATION */
ul.pagination {
  list-style-image: none;
  text-align: center; }

ul.pagination li {
  display: inline-block; }

ul.pagination li a {
  text-decoration: none;
  display: inline-block; }

ul.pagination li.selected {
  color: #514E4E;
  font-weight: bold; }

/*--> BOX/CONTENT CONTAINERS || Use in similar instance to: http://csswizardry.com/2011/10/the-island-object/ */
.box {
  padding: 1em; }

.box > :last-child {
  margin-bottom: 0; }

.content-container-padding {
  padding: 0 20px; }

.company-name {
  float: left; }

.left.copyright {
  clear: both; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

input, input.class {
  margin: 0;
  padding: 0; }

/**

	*STATE

**/
/*--> HIDE THINGS */
/* completely hidden */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* hidden but retains layout */
.invisible {
  visibility: hidden; }

/*--> 

    MEDIA QUERIES FOR RESPONSIVE WEB DESIGN  

    * Read these first please..

        - http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/
        - http://bradfrostweb.com/blog/post/7-habits-of-highly-effective-media-queries/

*/
@media only screen and (max-width: 1320px) {
  .home-banner-over {
    pointer-events: none; }

  .home-banner-content--semi {
    pointer-events: auto; }

  .home-banner-content ul {
    pointer-events: auto; }

  .home-banner-content.col--75 a {
    pointer-events: auto; } }
@media only screen and (max-width: 1140px) {
  .footer-logos {
    margin-top: 18px; }

  .footer-logos p {
    max-width: 1000px; }

  .footer-logos img {
    float: left; } }
@media only screen and (max-width: 1280px) {
  .grid-square-team:nth-of-type(4n):after {
    display: none; } }
@media only screen and (max-width: 1115px) {
  a.email-footer {
    margin-bottom: 20px; }

  .phone-footer {
    margin-left: 0; } }
@media only screen and (max-width: 1075px) {
  .nav-col.header-eightcol {
    width: 100%;
    margin-top: 20px; }

  .form-col.header-eightcol {
    width: 58%; }

  .header-fourcol {
    width: 38%; }

  .grid-square.col--25 {
    width: 50%; }

  .news-section p {
    width: 80%; }

  .main-page-heading p {
    width: 70%; }

  .home-banner-content.banner-single p {
    width: 75%; }

  .full input, .full textarea {
    width: 70%; }

  .grid-square {
    border-top: 1px solid #e4e4e4; }

  .grid-square.grid-square-team {
    border-top: none; }

  .grid-square-team.grid-square:nth-child(n+5) {
    border-top: none; }

  .grid-square-services .grid-square, .grid-square {
    min-height: 270px; } }
@media only screen and (max-width: 825px) {
  .home-banner-content.col--75, .home-banner-content.col--25 {
    width: 50%;
    min-height: 330px; }

  .home-banner-content.col--25 {
    text-align: center; }

  .contact-side.bg-light, .contact-side.bg-grey {
    background-color: #FFF; }

  .contact-side.bg-light h2 {
    border-bottom: none; }

  .contact-side.bg-light p, .contact-side.bg-dark p, .contact-side.bg-light h2, .contact-side.bg-dark a, .contact-side.bg-light a {
    color: #3b425b; }

  .contact-side-hold.col--25 {
    width: 100%; }

  .full input, .full textarea {
    width: 90%; } }
@media only screen and (max-width: 810px) {
  .legal-info a, .legal-info p {
    float: left; } }
@media only screen and (max-width: 770px) {
  .home-banner-content.col--75, .home-banner-content.col--25 {
    min-height: 360px; } }
@media only screen and (max-width: 760px) {
  .footer .sixcol {
    width: 100%; }

  .footer .threecol {
    width: 40%; }

  .footer-links {
    float: left;
    margin-top: 30px; }

  .footer-logos {
    margin-top: 0; }

  .news-section p {
    width: 85%; }

  .main-page-heading p {
    width: 85%; }

  .home-banner-content.banner-single p {
    width: 85%; }

  .flexslider {
    display: none; }

  .home-banner-content--semi {
    min-height: 0; }

  .home-banner-content h1 {
    font-size: 24px; }

  .home-banner-holder {
    background: url("images/home-banner-01.jpg") no-repeat center top;
    background-size: auto 354px;
    min-height: 354px; }

  .home-banner-over {
    margin-top: -260px; } }
@media only screen and (max-width: 723px) {
  .phone-header {
    margin: 0 0; }

  .header-fourcol {
    width: 46%; }

  .form-col.header-eightcol {
    width: 50%; } }
@media only screen and (max-width: 700px) {
  .footer {
    padding: 63px 20px 60px; }

  .regular-content.col--75 {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .home-content {
    min-height: 0; }

  .home-content img {
    margin-bottom: 0; }

  .content-container-padding {
    padding: 0; }

  .header.content-container-padding {
    padding: 0 20px; }

  .home-banner-content.col--75, .home-banner-content.col--25 {
    width: 100%;
    min-height: 0; }

  .home-banner-content.col--25 {
    text-align: left; }

  .home-banner-content.col--50, .home-content.col--50 {
    width: 100%; }

  .breadcrumb-position {
    display: none; }

  .content-area {
    margin-bottom: 0; }

  .home-content p {
    background-color: #191e31; }

  .home-banner-content.banner-bottom {
    min-height: 0px; }

  .home-banner-over {
    margin-top: -163px; } }
@media only screen and (max-width: 570px) {
  .header-fourcol {
    width: 100%; }

  .form-col.header-eightcol {
    width: 100%; }

  .phone-header {
    float: left;
    clear: both; }

  .header-search {
    float: left; } }
@media only screen and (max-width: 520px) {
  .footer-logos {
    margin-top: 18px; }

  .grid-square.col--25 {
    width: 100%; }

  .news-section p {
    width: 95%; }

  .main-page-heading p {
    width: 95%; }

  .home-banner-content.banner-single p {
    width: 95%; } }
@media only screen and (max-width: 510px) {
  .company-name {
    float: left; }

  .left.copyright {
    clear: both; } }
@media only screen and (max-width: 480px) {
  .full input, .full textarea {
    width: 95%; }

  .footer .threecol {
    width: 100%; }

  .home-banner-content h1 {
    font-size: 25px; }

  .home-banner-content--semi {
    min-height: 0px; }

  .header-search input.search-box {
    width: 250px; }

  .phone-header {
    font-size: 26px;
    background: url("images/phone.png") no-repeat 0 12px; }

  a.phone-header {
    color: #FFF; }

  .header-search input.btn {
    position: relative;
    top: -1px; } }
/*--> PRINT STYLESHEET */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
