@import url("//hello.myfonts.net/count/2cc9f2");
@font-face {
  font-family: 'Kiro-ExtraBold';
  src: url("/fonts/kiro-extrabold/2CC9F2_0_0.eot");
  src: url("/fonts/kiro-extrabold/2CC9F2_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/kiro-extrabold/2CC9F2_0_0.woff2") format("woff2"), url("/fonts/kiro-extrabold/2CC9F2_0_0.woff") format("woff"), url("/fonts/kiro-extrabold/2CC9F2_0_0.ttf") format("truetype");
}
/*! 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;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 3s both ease;
  animation: fadeOut 3s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 3s both ease;
  animation: fadeIn 3s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/*
	----------------------------------------
	Functions
	----------------------------------------
*/
/*
	----------------------------------------
	Breakpoints
	----------------------------------------
*/
/*
	----------------------------------------
	Sprites
	----------------------------------------

	When using sprites many properties are repeated. In order to keep our CCS
	DRY we use a number of extends combined within a mixin:

	1.	For easy reference we build a map of our sprite sheets.
		Three bits of information are required:

		1. Name by which we can refer to each sprite
		2. Image URL
		3. Image dimensions in pixels @1x

		We define this map in our settings file.

	2.	Create a placeholder containing properties shared between all of our
		sprite sheets.
	3.	Create a placeholder(s) with properties unique to each sprite sheet.
	4.	Create a mixin to combine our placeholders and to define properties
		unique to each sprite.

	We make the assumptions that
	a)	We use @2x assets for HiDPI displays
	b)	Our sprite sheets follow the naming convention whereby the HiDPI asset
		filename is appended by @2x
	c)	The file extension is 3 characters long eg. png

*/
.pattern-wrap-left,
.pattern-wrap-right, .owl-prev, .owl-next, .site-header-logo {
  background-repeat: no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
}

.owl-prev, .owl-next, .site-header-logo {
  background-image: url("/images/assets/sprite.png");
  background-size: 180px 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .owl-prev, .owl-next, .site-header-logo {
    background-image: url("/images/assets/sprite@2x.png");
  }
}

.pattern-wrap-left,
.pattern-wrap-right {
  background-image: url("/images/assets/wood-border.png");
  background-size: 300px 561px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pattern-wrap-left,
  .pattern-wrap-right {
    background-image: url("/images/assets/wood-border@2x.png");
  }
}

/*
	----------------------------------------
	Debug
	----------------------------------------

	Adds a semi transparent background colour to all elements.
	Useful when developing and prototyping to outline elements.

*/
/*
	----------------------------------------
	Box Sizing
	----------------------------------------

	http://www.paulirish.com/2012/box-sizing-border-box-ftw/

*/
html {
  box-sizing: border-box;
}

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

/*
	----------------------------------------
	Clearfix
	----------------------------------------

	The clearfix is available as a class, a placeholder and as a mixin.

	The placeholder should be the primary method of clearfixing an element, with
	the class being used when debugging in developer tools. It is not currently
	possible to extend within a media query, it is in this situation where the
	mixin should be used.

	http://cssmojo.com/latest_new_clearfix_so_far/

*/
.clearfix,
.media,
.about-section,
.about-section .snippet,
.services-section,
section.our-team,
.outer-width {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.media:before,
.about-section:before,
.about-section .snippet:before,
.services-section:before,
section.our-team:before,
.outer-width:before,
.media:after,
.about-section:after,
.about-section .snippet:after,
.services-section:after,
section.our-team:after,
.outer-width:after {
  content: '';
  display: table;
}
.clearfix:after,
.media:after,
.about-section:after,
.about-section .snippet:after,
.services-section:after,
section.our-team:after,
.outer-width:after {
  clear: both;
}

/*
	----------------------------------------
	Lists
	----------------------------------------

	Helpers to quickly style list items.

*/
.site-header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header-nav ul li {
  display: inline-block;
}

/*
	----------------------------------------
	Media Object
	----------------------------------------

*/
.media {
  display: block;
}
.media .media__img {
  float: left;
  margin-right: 3%;
}
.media .media__body {
  overflow: hidden;
  display: block;
}
.media .media__body,
.media .media__body > :last-child {
  margin-bottom: 0;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #575656;
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
}

ul > ul,
ul > ol,
ol > ul,
ol > ol {
  margin-bottom: 0;
}

img {
  width: 100%;
  vertical-align: middle;
}

section {
  background-color: #f3f4f3;
  padding: 4rem 0;
}

.inner-width {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.outer-width {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

/*
	----------------------------------------
	Typography
	----------------------------------------
*/
h1, h2 {
  font-family: Kiro-ExtraBold;
  margin-top: 0;
  text-transform: uppercase;
}

h1 {
  color: #595b79;
  font-size: 1.8rem;
}

h2 {
  color: #6f84a2;
  font-size: 1.1rem;
}

a {
  color: #6f84a2;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
}
a:hover {
  color: #595b79;
}

.introduction {
  font-size: 1.1rem;
}

/*
	----------------------------------------
	Page Border
	----------------------------------------
*/
.pattern-wrap-left,
.pattern-wrap-right {
  background-position: 0 0;
  padding-top: 0;
  width: 0;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  height: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .pattern-wrap-left,
  .pattern-wrap-right {
    display: block;
  }
}

.pattern-wrap-right {
  right: 0;
}

.pattern-wrap-left {
  left: 0;
  background-position: -150px 0;
}

header,
footer,
.our-team,
.testimonials {
  z-index: 2;
  position: relative;
}

/*
	----------------------------------------
	About
	----------------------------------------
*/
.about-section {
  text-align: center;
}
.about-section .inner-width {
  max-width: 38rem;
}
.about-section .snippet-group {
  max-width: 485px;
  margin: 0 auto;
}
.about-section .snippet {
  text-align: center;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .about-section .snippet {
    *zoom: 1;
    float: left;
    position: relative;
    width: 46%;
  }
  .about-section .snippet:before, .about-section .snippet:after {
    content: '';
    display: table;
  }
  .about-section .snippet:after {
    clear: both;
  }
  .about-section .snippet:nth-child(1n) {
    margin-right: 8%;
  }
  .about-section .snippet:last-child {
    margin-right: 0;
  }
}

/*
	----------------------------------------
	Services
	----------------------------------------
*/
.service-carousel .owl-controls, .case-study-carousel .owl-controls {
  background-color: #f3f4f3;
  margin-top: 0;
  bottom: 15px;
  bottom: -2rem;
  width: 100%;
  padding-bottom: 2rem;
}
.service-carousel .owl-pagination, .case-study-carousel .owl-pagination {
  text-align: left;
  margin-left: 2rem;
}
.service-carousel.owl-theme .owl-controls .owl-page span, .case-study-carousel.owl-theme .owl-controls .owl-page span {
  background-color: #6f84a2;
  border-radius: 0;
}
.service-carousel.owl-theme .owl-controls .owl-page:first-of-type span, .case-study-carousel.owl-theme .owl-controls .owl-page:first-of-type span {
  margin-left: 0;
}

.service-carousel .owl-controls {
  position: absolute;
}

.case-study-carousel .owl-controls {
  background-color: #fff;
}

.services-section {
  background-color: #fff;
}
.services-section img {
  vertical-align: top;
}

.service-item {
  margin-bottom: 3%;
}
@media (min-width: 640px) {
  .service-item {
    *zoom: 1;
    float: left;
    position: relative;
    width: 48.5%;
  }
  .service-item:before, .service-item:after {
    content: '';
    display: table;
  }
  .service-item:after {
    clear: both;
  }
  .service-item:nth-child(1n) {
    margin-right: 3%;
  }
  .service-item:nth-child(2n) {
    margin-right: 0;
  }
  .service-item:last-child {
    margin-right: 0;
  }
}
.service-item .copy-wrapper {
  background-color: #f3f4f3;
  padding: 2rem;
}

/*
	----------------------------------------
	Our Team
	----------------------------------------
*/
section.our-team {
  background-image: url("/images/assets/construction_concrete_blue.png");
  text-align: center;
}
section.our-team h1 {
  color: #fff;
  text-align: center;
}
section.our-team img {
  margin-bottom: 1rem;
}
section.our-team a {
  color: #a5d6d5;
}
section.our-team a:hover {
  color: #595b79;
}
@media (min-width: 960px) {
  section.our-team .team-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 960px) {
  section.our-team .team-member {
    *zoom: 1;
    float: left;
    position: relative;
    width: 31.3333333333%;
    margin-bottom: 2em;
    width: 30%;
  }
  section.our-team .team-member:before, section.our-team .team-member:after {
    content: '';
    display: table;
  }
  section.our-team .team-member:after {
    clear: both;
  }
  section.our-team .team-member:nth-child(1n) {
    margin-right: 3%;
  }
  section.our-team .team-member:nth-child(3n) {
    margin-right: 0;
  }
  section.our-team .team-member:last-child {
    margin-right: 0;
  }
}
section.our-team .team-member h2, section.our-team .team-member p {
  color: #fff;
}
section.our-team .team-member h2 {
  font-size: 1.8rem;
}
section.our-team .wrap {
  padding: 0 20px;
}

/*
	----------------------------------------
	Case Studies
	----------------------------------------
*/
.case-studies .copy-wrapper {
  padding: 2rem;
}

.case-study {
  background-color: #fff;
  margin-bottom: 4em;
}
.case-study:last-of-type {
  margin-bottom: 0;
}
.case-study .owl-controls {
  padding: 0;
}

/*
	----------------------------------------
	Instagram
	----------------------------------------
*/
section.instagram {
  padding-top: 0;
  text-align: center;
}

.instagram-header {
  color: #6f84a2;
}
.instagram-header span {
  color: #595b79;
}

/*
	----------------------------------------
	Testimonials
	----------------------------------------
*/
section.testimonials {
  background-image: url("/images/assets/construction_concrete.png");
  text-align: center;
  font-family: Kiro-ExtraBold;
  font-size: 1.1rem;
}
section.testimonials h1 {
  color: #fff;
}
section.testimonials p {
  color: #fff;
  font-weight: bold;
}

.testimonial-item {
  max-width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  color: #fff;
}

/*
	----------------------------------------
	Slider Controls
	----------------------------------------
*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 38%;
}

.case-study-carousel .owl-prev,
.case-study-carousel .owl-next {
  top: 50%;
}

.owl-prev {
  background-position: -50px -60px;
  padding-top: 28px;
  width: 24px;
  left: 10px;
}
.owl-prev:hover {
  background-position: 0 -60px;
}

.owl-next {
  background-position: -73px -60px;
  padding-top: 28px;
  width: 24px;
  right: 10px;
}
.owl-next:hover {
  background-position: -24px -60px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
}
.owl-theme .owl-controls .owl-page:first-of-type span {
  margin-left: 0;
}

/*
	----------------------------------------
	Header
	----------------------------------------
*/
.site-header {
  background-color: #fff;
  padding: 1.5rem;
}

.site-header-logo {
  background-position: 0 0;
  padding-top: 60px;
  width: 175px;
  margin: 0 auto;
}

.site-header-nav {
  margin-top: 20px;
  display: none;
  text-align: center;
}
.site-header-nav li {
  margin-right: 1rem;
}
.site-header-nav li:last-of-type {
  margin-right: 0;
}
.site-header-nav a {
  color: #575656;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Kiro-ExtraBold;
}
.site-header-nav a:hover {
  color: #595b79;
}

@media (min-width: 840px) {
  .site-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
  }

  .site-header-nav {
    display: block;
  }
}
@media (min-width: 1060px) {
  .site-header-logo {
    float: left;
  }

  .site-header-nav {
    float: right;
    text-align: right;
  }
}
/*
	----------------------------------------
	Footer
	----------------------------------------
*/
footer {
  background-color: #f3f4f3;
  padding: 2rem;
  text-align: center;
}
footer address {
  font-style: normal;
  margin-bottom: 1rem;
}
footer .nixon-credit {
  color: #575656;
  text-decoration: none;
}
footer .nixon-credit strong {
  color: #6f84a2;
}
footer .nixon-credit:hover strong {
  color: #595b79;
}
footer .contact-details .phone {
  display: inline;
  margin: 0;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #575656;
}
footer .contact-details .email {
  display: inline;
  margin: 0;
}
@media (min-width: 640px) {
  footer .legal p {
    display: inline;
    margin: 0;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #575656;
  }
}
@media (min-width: 1060px) {
  footer {
    text-align: left;
  }
  footer address {
    *zoom: 1;
    float: left;
    position: relative;
    width: 65.6666666667%;
  }
  footer address:before, footer address:after {
    content: '';
    display: table;
  }
  footer address:after {
    clear: both;
  }
  footer address:nth-child(1n) {
    margin-right: 3%;
  }
  footer address:last-child {
    margin-right: 0;
  }
  footer .legal {
    *zoom: 1;
    float: left;
    position: relative;
    width: 31.3333333333%;
    text-align: right;
  }
  footer .legal:before, footer .legal:after {
    content: '';
    display: table;
  }
  footer .legal:after {
    clear: both;
  }
  footer .legal:nth-child(1n) {
    margin-right: 3%;
  }
  footer .legal:last-child {
    margin-right: 0;
  }
  footer .legal p {
    margin: 0;
    display: block;
    border-right: none;
    padding: 0;
    margin: 0;
  }
}

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