@charset "UTF-8";
/*!
  Theme Name: OWL.Tech
  Theme URI: --
  Author: --
  Author URI: --
  Description: --
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: --
  Text Domain: owl.tech

  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Slate W01";
  src: url("fonts/000ce4b4252ddad9fae589f5dab448b5.eot");
  /* IE9*/
  src: url("fonts/000ce4b4252ddad9fae589f5dab448b5.eot?#iefix") format("embedded-opentype"), url("fonts/000ce4b4252ddad9fae589f5dab448b5.woff2") format("woff2"), url("fonts/000ce4b4252ddad9fae589f5dab448b5.woff") format("woff"), url("fonts/000ce4b4252ddad9fae589f5dab448b5.ttf") format("truetype"), url("fonts/000ce4b4252ddad9fae589f5dab448b5.svg#Slate W01") format("svg");
  /* iOS 4.1- */
}
:-moz-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-webkit-input-placeholder {
  color: #CCC;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5 {
  margin: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-transform:translateZ(0); */
}

html {
  height: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
  background-color: #E6E6E6;
  font-family: "Slate W01", sans-serif;
  color: #231F20;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #006d9e;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0 !important;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.article {
  margin-bottom: 1.25em;
}
.article:after {
  content: "";
  display: table;
  clear: both;
}
.article header {
  margin-bottom: 1em;
}
.article h2 {
  margin-bottom: 0.1875em;
}
.article .meta {
  margin-bottom: 1.25em;
}
.article .banner {
  margin-top: 0.9375em;
}
.article .banner img {
  width: 100%;
}

.article-nav {
  margin-left: -10px;
  margin-right: -10px;
}
.article-nav:after {
  content: "";
  display: table;
  clear: both;
}
.article-nav a {
  display: block;
  height: 27px;
}
.article-nav li span {
  display: none;
}
.article-nav .previous {
  float: left;
  margin-left: 10px;
}
.article-nav .next {
  float: right;
  margin-right: 10px;
}
.article-nav#article-nav-news {
  margin-bottom: 0.625em;
}
@media screen and (min-width: 700px) {
  .article-nav li span {
    display: block;
  }
}

.article-search header {
  margin-bottom: 0em;
}
.article-search h1 {
  margin-bottom: 0.375em;
}

.button-search {
  overflow: hidden;
  position: absolute;
  top: 3px;
  right: 7px;
  height: 21px;
  z-index: 1;
}
.button-search:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.codecolorer-container {
  overflow: scroll !important;
  white-space: nowrap !important;
  width: 100%;
}

.comments {
  margin-top: 1.25em;
}
.comments .comment {
  margin-bottom: 2.1875em;
  background-color: #f2f2f2;
}
.comments .comment .comment-body {
  padding: 0.5em;
}
.comments h2,
.comments .comment-reply-title {
  margin-bottom: 0.1875em;
}
.comments h2:after,
.comments .comment-reply-title:after {
  content: "";
  display: table;
  clear: both;
}
.comments .logged-in-as {
  margin-bottom: 0.625em;
}
.comments .comment-meta {
  margin-bottom: 0.3125em;
}

.comment-author .says {
  display: none;
}

.company-info {
  margin-bottom: 1.25em;
}

.contact-info {
  clear: both;
}
@media screen and (min-width: 700px) {
  .contact-info {
    clear: none;
    float: right;
    margin-top: 1.25em;
  }
}

#contact-number {
  margin: 0.625em 0;
}
@media screen and (min-width: 700px) {
  #contact-number {
    float: right;
    margin: 0;
  }
}

.content-block {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.content-block .image-block {
  overflow: hidden;
  position: relative;
}
.content-block .box {
  height: 2.5em;
  width: 2.5em;
  margin-top: -1px;
  z-index: 2;
}
.content-block .content-type-tag {
  z-index: 2;
}
.content-block h2 {
  margin-bottom: 0;
}
.content-block p {
  margin-top: 0.3125em;
}

@media screen and (min-width: 700px) {
  .content-block {
    margin-right: 1.5%;
    width: 49.25%;
  }
  .content-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-block {
    margin-right: 0.875%;
    width: 32.75%;
  }
  .content-block:nth-child(2n) {
    margin-right: 0.875%;
    /* Cancels out $break-700 nth-child */
  }
  .content-block:nth-child(3n+2) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 700px) {
  .grid-sizer {
    width: 49.25%;
  }
}
@media screen and (min-width: 1024px) {
  .grid-sizer {
    width: 32.75%;
  }
}

@media screen and (min-width: 700px) {
  .gutter-sizer {
    width: 1.5%;
  }
}
@media screen and (min-width: 1024px) {
  .gutter-sizer {
    width: 0.875%;
  }
}

.layout-horizontal .text-block {
  float: left;
  width: 50%;
}
.layout-horizontal .image-block {
  float: left;
  width: 50%;
}

.layout-overlap .text-block {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 50%;
  z-index: 2;
}
.layout-overlap .box {
  margin-bottom: -2.5em;
}

.box {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}
.box.inverted {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}

.content-type-tag {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}
.content-type-tag.inverted {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 7px;
}

#content-box {
  margin: 0.625em 0 0 0;
  width: auto;
}
@media screen and (min-width: 700px) {
  #content-box {
    float: left;
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  #content-box {
    width: 60%;
  }
}

@media screen and (min-width: 700px) {
  .two-col-right #content-box {
    width: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .two-col-left #content-box {
    width: 78%;
  }
}
#feeds {
  float: right;
  margin-left: 0.625em;
  position: absolute;
  top: 10px;
  right: 0px;
}
#feeds li {
  display: inline-block;
}
#feeds a {
  height: 25px;
  width: 25px;
  display: block;
}
@media screen and (min-width: 700px) {
  #feeds {
    position: static;
    float: right;
  }
}

footer {
  clear: both;
  margin-bottom: 0.625em;
  margin-top: 0.625em;
}
footer .email-address {
  margin-top: 0.625em;
}
footer img {
  display: inline;
}

.comment-form textarea {
  min-height: 250px;
  width: 100%;
}

#form-search {
  display: none;
}
@media screen and (min-width: 700px) {
  #form-search {
    height: 28px;
    width: auto;
    display: block;
    float: left;
    position: relative;
    top: -1;
    margin-bottom: 3px;
  }
  #form-search:after {
    content: "";
    display: table;
    clear: both;
  }
}

.front-page-preview {
  text-align: center;
  padding: 20px 0;
}
.front-page-preview .inner-area {
  box-sizing: content-box;
}

.front-page-preview__article {
  margin: 0 auto 30px auto;
}

.front-page-preview__article__icon {
  display: none;
}

.front-page-preview__link {
  display: inline-block;
  background: #00c;
  width: 100%;
  color: #fff;
}

@media (min-width: 600px) {
  .what-we-do-preview {
    padding: 50px 0;
  }

  .front-page-preview__article {
    max-width: 228px;
  }

  .front-page-preview__article__icon {
    display: block;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 599px) {
  .front-page-preview__article {
    max-width: 228px;
  }

  .front-page-preview__article__icon {
    display: block;
    margin: 0 0 30px 0;
  }
}
.home-hero {
  text-align: left;
}
.home-hero .inner-area {
  box-sizing: content-box;
}
.home-hero .inner-area .home-hero__main {
  max-width: none;
}

.home-hero__main__strapline {
  text-align: left;
}
.home-hero__main__strapline h1 {
  font-size: 32px;
}
.home-hero__main__strapline p.subtitle {
  font-size: 14px;
}
.home-hero__main__strapline p.quote {
  font-size: 24px;
  width: 75%;
  padding-top: 70px;
}

.intro-section {
  background-color: #fff;
}
.intro-section .inner-area {
  box-sizing: content-box;
}

.intro-section__quote {
  color: #006d9e;
}

.intro-section__quote blockquote {
  margin: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.26316;
  color: #002c77;
  font-weight: 300;
}

.intro-section__quote cite,
.intro-section__quote .cite {
  display: block;
  color: #37424a;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

@media (min-width: 600px) {
  .intro-section {
    padding: 40px 0;
  }

  .intro-section__text {
    padding: 0 50px 0 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  .intro-section__quote {
    padding: 0 0 0 20px;
    border-left: 1px solid #dbdbdb;
  }
}
.front-page-preview a.grid__cell,
.front-page-preview a.grid__cell:hover .front-page-preview a.grid__cell:active {
  text-decoration: none;
}

.front-page-preview__article {
  overflow: hidden;
  position: relative;
}
.front-page-preview__article .image-block {
  position: relative;
}
.front-page-preview__article .text-block {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  height: 65%;
  width: 100%;
  bottom: 1.9rem;
  z-index: 5;
  color: #fff;
}
.front-page-preview__article .text-block h3.blockhead {
  text-transform: none;
}
.front-page-preview__article .box {
  height: 2.5em;
  width: 2.5em;
  margin-top: -1px;
  z-index: 2;
}
.front-page-preview__article .content-type-tag {
  z-index: 2;
}
.front-page-preview__article h2 {
  margin-bottom: 0;
}
.front-page-preview__article p {
  margin-top: 0.3125em;
}

header {
  padding-bottom: 0;
}
header:after {
  content: "";
  display: table;
  clear: both;
}

header.site-header {
  box-sizing: content-box;
  background-color: #fff;
}
header.site-header .inner-area {
  box-sizing: content-box;
}

@media (max-width: 959px) {
  header.tech-header {
    padding: 0;
  }
}
@media (min-width: 960px) {
  header.tech-header {
    padding-bottom: 0;
  }
}

@media (min-width: 960px) {
  header.tech-header .main-nav {
    position: fixed;
    top: 123px;
    left: 0px;
    right: 0;
    z-index: 10;
    margin: 0;
  }
}
@media (max-width: 959px) {
  header.tech-header .main-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header.tech-header .main-nav .inner-area {
  box-sizing: content-box;
}

.home .content-header {
  background: url("img/bg-blue-grey-pattern.png");
}
@media (min-width: 960px) {
  .home .content-header {
    margin-top: 31px;
  }
}
@media (max-width: 959px) {
  .home .content-header {
    margin-top: -1px;
  }
}

.icon {
  overflow: hidden;
  display: block;
}
.icon:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.icon-feed {
  height: 20px;
  width: 20px;
}

.input-search {
  width: 159px;
}

.list-categories {
  margin-bottom: 0.375em;
  text-align: right;
}
.list-categories:after {
  content: "";
  display: table;
  clear: both;
}

.list-two-col li {
  float: left;
  width: 50%;
}

.list-categories.jobs {
  margin-top: -5px;
}

.list-links li,
.widget_nav_menu li,
.widget_jal_widget li {
  margin: 0 0 0.1875em 2.1875em;
}

.logo a {
  display: block;
}

.logo#logo-footer {
  margin: 0 auto 0.3125em;
  width: 80px;
}
.logo#logo-footer a {
  height: 19px;
  width: 80px;
}

.logo#logo-header {
  float: left;
  margin-bottom: 0.3125em;
}
.logo#logo-header a {
  height: 35px;
  width: 150px;
}
@media screen and (min-width: 600px) {
  .logo#logo-header {
    margin-bottom: 0.9375em;
  }
  .logo#logo-header a {
    height: 45px;
    width: 190px;
  }
}

.map {
  height: 375px;
  /* ??? */
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

#masonry-box:after {
  content: "";
  display: table;
  clear: both;
}

footer nav {
  margin-bottom: 0.3125em;
  text-align: center;
}
footer nav ul {
  width: 100%;
}
footer nav ul:after {
  content: "";
  display: table;
  clear: both;
}
footer nav li {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
}
@media screen and (min-width: 600px) {
  footer nav li {
    display: inline-block;
    float: none;
    margin: 0 1.25em;
    width: auto;
  }
}

.nav-header .main-nav {
  width: 100%;
}
.nav-header .main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav-header ul {
  float: right;
  width: auto;
  padding-bottom: 5px;
}
.nav-header ul:after {
  content: "";
  display: table;
  clear: both;
}
.nav-header li {
  float: left;
  width: auto;
}
.nav-header a {
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 20px;
}
.sub-nav:after {
  content: "";
  display: table;
  clear: both;
}
.sub-nav ul {
  float: left;
  width: 100%;
  width: 100%;
}
.sub-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.sub-nav ul a {
  display: block;
}
.sub-nav ul li {
  float: none;
}
@media screen and (min-width: 550px) {
  .sub-nav ul {
    width: auto;
  }
  .sub-nav ul li {
    float: left;
  }
}
.sub-nav .filtered-by {
  float: left;
}

#page {
  overflow: hidden;
  padding: 0.625em 0.625em;
  width: 100%;
}
#page:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  #page {
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 699px) {
  #page {
    margin: 0 auto 0 auto;
  }
}
@media screen and (min-width: 480px) {
  #page {
    width: 90%;
  }
}
@media screen and (min-width: 700px) {
  #page {
    width: 97.5%;
  }
}
@media screen and (min-width: 1200px) {
  #page {
    width: 75em;
  }
}

.pagination {
  margin-bottom: 3.125em;
  text-align: center;
}
.pagination ul {
  position: relative;
}
.pagination li {
  display: inline-block;
  margin: 0 0.3125em;
}
.pagination .prev {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 27px;
  margin: 0;
}
.pagination .next {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 27px;
  margin: 0;
}

#blog-home .pagination {
  margin: 1.875em auto 3.125em;
  width: 700px;
}

.select-date-filter {
  float: right;
  margin: 0.4375em 0.3125em 0 0.3125em;
}

.sidebar {
  min-height: 3.125em;
}
.sidebar.sidebar-left {
  display: none;
}
@media screen and (min-width: 700px) {
  .sidebar {
    margin-top: 0.625em;
  }
  .sidebar > div {
    margin-bottom: 1.25em;
  }
  .sidebar.sidebar-right {
    float: right;
    margin-left: 5%;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar.sidebar-left {
    display: block;
    float: left;
    margin-right: 3%;
    width: 15%;
  }
  .sidebar.sidebar-right {
    margin-left: 3%;
    width: 19%;
  }
}

@media screen and (min-width: 700px) {
  .two-col-right .sidebar-left {
    display: block;
    float: left;
    margin-right: 3%;
    width: 15%;
  }
}
#hiring-on {
  padding: 0px;
}
#hiring-on h4 {
  background-color: #7DB009;
  color: #fff;
  font-size: 100%;
  padding: 10px 10px 0 10px;
}
#hiring-on p {
  background-color: #7DB009;
  color: #fff;
  font-size: 80%;
  padding: 0 10px 10px 10px;
  margin-bottom: 0;
}
#hiring-on p a {
  color: #fff;
  text-decoration: underline;
}

.category {
  display: inline-block;
  margin: 0.125em 0 0 0.125em;
}

#tags {
  margin: 1em 0;
}
#tags li {
  display: inline-block;
  margin-right: 0.5em;
}

.address {
  font-style: normal;
}
.address a:link, .address a:visited {
  text-decoration: underline;
}
.address a:hover, .address a:focus, .address a:active {
  text-decoration: none;
}

.article header {
  padding: 0;
}
.article header h2 {
  color: #303335;
  letter-spacing: 0px;
}
.article .meta {
  font-style: italic;
}
.article .content a:link, .article .content a:visited {
  text-decoration: underline;
}
.article .content a:hover, .article .content a:focus, .article .content a:active {
  text-decoration: none;
}
.article .content img.centre-image {
  display: block;
  margin: auto;
}
.article h2 {
  color: #303335;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.article h3 {
  color: #303335;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.article-nav {
  color: #303335;
  font-weight: bold;
  padding: 0.625em 0;
}
.article-nav .previous a {
  background: url("img/article-nav-prev.png") top left no-repeat;
  padding: 1px 0 0 32px;
}
.article-nav .next a {
  background: url("img/article-nav-next.png") top right no-repeat;
  padding: 1px 32px 0 0;
}

.article-search header h1 {
  font-size: 0.875rem;
}
.article-search .meta {
  margin-bottom: 0.3125em;
}

.article-search a {
  color: #FFF;
}
.article-search p {
  color: #FFF;
}
.article-search .hilite {
  color: #FFF;
}
.article-search.open-source .text-block {
  background-color: #C7D6EE;
}
.article-search.open-source .hilite {
  background-color: #43276D;
}
.article-search.engineers .text-block {
  background-color: #6F83C1;
}
.article-search.engineers .hilite {
  background-color: #43276D;
}
.article-search.blog .text-block {
  background-color: #625BC4;
}
.article-search.blog .hilite {
  background-color: #43276D;
}

button,
.button,
input[type=submit] {
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #231F20;
  padding: 0.25em;
}

.button-search {
  background: url("img/button-search.png") no-repeat;
  border: none;
  padding: 0;
}

.comments h2,
.comments .comment-reply-title {
  color: #303335;
  font-size: 1.125rem;
  letter-spacing: -1px;
}
.comments .logged-in-as a {
  text-decoration: underline;
}
.comments .comment-meta {
  font-size: 0.75em;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.company-info {
  font-style: normal;
  margin-bottom: 0;
}

#contact-number {
  color: #525355;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
}

.content-block {
  border: 1px solid #E8E8E9;
}
.content-block .box {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.content-block .image-block img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-block h2 {
  font-size: 1.375rem;
}
.content-block h2 a {
  padding: 0.0625em 0;
}
.content-block h2 a:link, .content-block h2 a:visited {
  text-decoration: underline;
}
.content-block h2 a:hover, .content-block h2 a:focus, .content-block h2 a:active {
  text-decoration: none;
}
.content-block h3 {
  font-size: 0.875rem;
}
.content-block .shade-4 h2 {
  color: #37424a;
}
.content-block .shade-4 a {
  color: #37424a;
}
.content-block .shade-4 p {
  color: #37424a;
}
.content-block .shade-4 h3 {
  color: #37424a;
}
.content-block p a:link, .content-block p a:visited {
  text-decoration: underline;
  color: #37424a;
}
.content-block p a:hover, .content-block p a:focus, .content-block p a:active {
  text-decoration: none;
}
.content-block.is-expandable h2 {
  cursor: pointer;
}
.content-block .shade-1 h2,
.content-block .shade-2 h2,
.content-block .shade-3 h2 {
  color: #FFF;
}
.content-block .shade-1 h2 a,
.content-block .shade-2 h2 a,
.content-block .shade-3 h2 a {
  color: #FFF;
}
.content-block .shade-1 h3,
.content-block .shade-2 h3,
.content-block .shade-3 h3 {
  color: #FFF;
}
.content-block .shade-1 p,
.content-block .shade-2 p,
.content-block .shade-3 p {
  color: #FFF;
}
.content-block .shade-1 a,
.content-block .shade-2 a,
.content-block .shade-3 a {
  color: #FFF;
}

.content-type-tag {
  background-color: #941c78;
  background-color: rgba(148, 28, 120, 0.65);
  color: #FFF;
  text-transform: uppercase;
  padding: 0.25em 0.75em;
}

.home .about-shade {
  background-color: #002c77;
}
.home .hire-shade {
  background-color: #F0F6F7;
}
.home .join-shade {
  background-color: #a6e2ef;
}
.home .blog-shade {
  background-color: #f2f2f2;
}
.home .content-block h2 {
  color: #FFF !important;
}
.home .content-block p {
  color: #FFF !important;
}
.home .content-block a {
  color: #FFF !important;
}

#about .shade-1 {
  background-color: #002c77;
}
#about .shade-2 {
  background-color: #006D9e;
}
#about .shade-3 {
  background-color: #00A8c8;
}
#about .shade-4 {
  background-color: #A6E2EF;
}

#work .shade-1 {
  background-color: #1e3f57;
}
#work .shade-2 {
  background-color: #66CCDB;
}
#work .shade-3 {
  background-color: #ADD5DB;
}
#work .shade-4 {
  background-color: #F0F6F7;
}

#join .shade-1 {
  background-color: #002c77;
}
#join .shade-2 {
  background-color: #006d9e;
}
#join .shade-3 {
  background-color: #00a8c8;
}
#join .shade-4 {
  background-color: #a6e2ef;
}

#blog .shade-1 {
  background-color: #43276D;
}
#blog .shade-2 {
  background-color: #625BC4;
}
#blog .shade-3 {
  background-color: #6F83C1;
}
#blog .shade-4 {
  background-color: #C7D6EE;
}

#people .shade-1 {
  background-color: #00582d;
}
#people .shade-2 {
  background-color: #00a160;
}
#people .shade-3 {
  background-color: #72be44;
}
#people .shade-4 {
  background-color: #e2edc3;
}

#open-source .shade-1 {
  background-color: #810009;
}
#open-source .shade-2 {
  background-color: #e31b23;
}
#open-source .shade-3 {
  background-color: #ef4e45;
}
#open-source .shade-4 {
  background-color: #fedcc2;
}

#content-box > h2 {
  color: #303335;
  font-size: 1.375rem;
  letter-spacing: -1px;
}

.content dl {
  margin-bottom: 1em;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin: 0 0 1em 0;
}

footer {
  background-color: #525355;
  color: #FFF;
  font-size: 0.875em;
  padding: 1.25em 0.9375em;
  text-align: center;
}
@media screen and (min-width: 700px) {
  footer {
    padding: 2.1875em 0 1.25em;
  }
}
footer a {
  color: #FFF;
  font-style: normal;
}
footer a:link, footer a:visited {
  text-decoration: none;
}
footer a:hover, footer a:focus, footer a:active {
  text-decoration: none;
}

.comment-form label {
  color: #303335;
  font-size: 1.125rem;
  letter-spacing: -1px;
}

header {
  padding: 0.625em 0;
}
@media screen and (min-width: 700px) {
  header {
    padding: 0 0 0.625em;
  }
}

#icon-github {
  background: url("img/icon-sprite.png") no-repeat 0 -25px;
}
#icon-github:hover {
  background: url("img/icon-sprite.png") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #icon-github {
    background: url("img/icon-sprite_2x.png") no-repeat 0 -25px;
    background-size: 75px 50px;
  }
  #icon-github:hover {
    background: url("img/icon-sprite_2x.png") no-repeat 0 0;
    background-size: 75px 50px;
  }
}

#icon-twitter {
  background: url("img/icon-sprite.png") no-repeat -25px -25px;
}
#icon-twitter:hover {
  background: url("img/icon-sprite.png") no-repeat -25px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #icon-twitter {
    background: url("img/icon-sprite_2x.png") no-repeat -25px -25px;
    background-size: 75px 50px;
  }
  #icon-twitter:hover {
    background: url("img/icon-sprite_2x.png") no-repeat -25px 0;
    background-size: 75px 50px;
  }
}

#icon-linkedin {
  background: url("img/icon-sprite.png") no-repeat -50px -25px;
}
#icon-linkedin:hover {
  background: url("img/icon-sprite.png") no-repeat -50px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #icon-linkedin {
    background: url("img/icon-sprite_2x.png") no-repeat -50px -25px;
    background-size: 75px 50px;
  }
  #icon-linkedin:hover {
    background: url("img/icon-sprite_2x.png") no-repeat -50px 0;
    background-size: 75px 50px;
  }
}

input {
  border: 1px solid #CCC;
  color: #231F20;
  padding: 0.25em;
}
input:focus {
  outline: 0;
}

.input-search {
  border: none;
  padding: 0.1875em 1.5625em 0.1875em 0.25em;
  margin-top: 2px;
}

@supports (-ms-ime-align: auto) {
  input.input-search {
    margin-top: 4px;
  }

  .button-search {
    margin-top: 4px;
  }
}
.list-links h2,
.widget_nav_menu h2,
.widget_jal_widget h2 {
  letter-spacing: -1px;
}

.list-links h2,
.widget_nav_menu h2,
.widget_jal_widget h2 {
  color: #939598;
}
.list-links a,
.widget_nav_menu a,
.widget_jal_widget a {
  color: #939598;
}

.logo a {
  overflow: hidden;
  background-repeat: no-repeat;
}
.logo a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.logo#logo-footer a {
  background: url("img/logo-footer.png") no-repeat;
}

.logo#logo-header a {
  background-image: url("img/logo-header-small.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .logo#logo-header a {
    background-image: url("img/logo-header-small_2x.png");
    background-size: 150px 36px;
  }
}
@media screen and (min-width: 600px) {
  .logo#logo-header a {
    background-image: url("img/logo-header.png");
  }
}
@media only screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 600px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 600px) and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-width: 600px) and (min-resolution: 125dpi), only screen and (min-width: 600px) and (min-resolution: 1.3dppx) {
  .logo#logo-header a {
    background-image: url("img/logo-header_2x.png");
    background-size: 190px 45px;
  }
}

#masonry-box > header {
  padding: 0;
}

footer nav a:link, footer nav a:visited {
  color: #FFF;
  display: block;
  padding: 0.5625em 0;
}

.main-nav {
  background-color: #37424a;
  padding: 0px 0 0px 0;
}
.main-nav li {
  font-size: 1rem;
  width: auto;
}
.main-nav a {
  color: #FFF;
  padding: 0 0 0 0;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 550px) {
  .main-nav li:first-child a {
    margin-left: 0;
  }
}
.main-nav .active a,
.main-nav .current-page-ancestor a {
  color: #FFF;
  text-decoration: underline;
}

#about .main-nav .about-us a {
  background-color: #006D9e;
}

#work .main-nav .work a {
  background-color: #66CCDB;
}

#join .main-nav .join-us a {
  background-color: #00a8c8;
}

.sub-nav {
  min-height: 25px;
  margin-top: 15px;
}
.sub-nav li:first-child a {
  padding-right: 0.625em;
}
.sub-nav li:last-child {
  border-bottom: none !important;
}
.sub-nav li.active a {
  text-decoration: underline;
}
.sub-nav a {
  color: #FFF;
}
.sub-nav .filtered-by {
  font-weight: normal;
  padding: 0.5em 0.625em;
}
@media screen and (min-width: 550px) {
  .sub-nav li {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 600px) {
  .sub-nav a {
    padding: 0.5em 1.25em;
  }
}

@media (max-width: 959px) {
  #sub-nav-about {
    margin: 0 0 7px 0;
  }
}
@media (min-width: 960px) {
  #sub-nav-about {
    margin: 34px 0 0px 0;
  }
}

#sub-nav-hire-us {
  background-color: #66CCDB;
}
#sub-nav-hire-us li {
  border-bottom: 1px solid #1e3f57;
}

@media (max-width: 959px) {
  #sub-nav-join {
    margin: 0 0 7px 0;
  }
}
@media (min-width: 960px) {
  #sub-nav-join {
    margin: 34px 0 0px 0;
  }
}
#sub-nav-join li {
  border-bottom: 1px solid #006d9e;
}

@media (max-width: 959px) {
  #sub-nav-blog {
    margin: 0 0 7px 0;
  }
}
@media (min-width: 960px) {
  #sub-nav-blog {
    margin: 34px 0 0px 0;
  }
}

.content ol {
  margin-bottom: 1em;
}
.content ol li {
  list-style-type: decimal;
  margin-left: 1.5rem;
}
.content ol.lower-alpha li {
  list-style-type: lower-alpha;
}
.content ol.lower-roman li {
  list-style-type: lower-roman;
}

#page {
  background: #FFF;
}

.pagination {
  color: #303335;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.625em 0;
}
.pagination .prev {
  background: url("img/article-nav-prev.png") top left no-repeat;
  padding: 1px 0 0 32px;
}
.pagination .next {
  background: url("img/article-nav-next.png") top right no-repeat;
  padding: 1px 32px 0 0;
}

.post-type-archive-news .hilite {
  background: #A11500;
  color: #FFF;
}

.post-type-archive-lshift_blog .hilite {
  background: #625BC4;
  color: #FFF;
}

.sidebar h2 {
  font-size: 1.375rem;
}
.sidebar li {
  font-size: 0.75rem;
}

.category {
  background-color: #DEE0E0;
  font-size: 0.875rem !important;
  padding: 0.3125em 0.625em;
  text-align: center;
}
.category a:link, .category a:visited {
  color: #67686A;
}
.category a:hover, .category a:active {
  color: #333;
}

.jobs .category {
  background-color: #00a8c8;
  color: #fff;
}

.text-block {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  padding: 0.5em;
}

textarea {
  border: 1px solid #CCC;
  color: #231F20;
  padding: 0.25em;
  resize: vertical;
}
textarea:focus {
  outline: 0;
}

.content ul {
  margin-bottom: 1em;
}
.content ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

a.content-block:hover, a.content-block:focus, a.content-block:active {
  text-decoration: none;
}
a.content-block:hover .about-shade, a.content-block:focus .about-shade, a.content-block:active .about-shade {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #005378;
}
a.content-block:hover .hire-shade, a.content-block:focus .hire-shade, a.content-block:active .hire-shade {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #47c2d4;
}
a.content-block:hover .join-shade, a.content-block:focus .join-shade, a.content-block:active .join-shade {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #0088a2;
}
a.content-block:hover .blog-shade, a.content-block:focus .blog-shade, a.content-block:active .blog-shade {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #4a42b7;
}
a.content-block:hover .image-block img, a.content-block:focus .image-block img, a.content-block:active .image-block img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  -ms-transform: scale(1.015);
  -o-transform: scale(1.015);
  transform: scale(1.015);
}

#about a.content-block:hover .shade-1, #about a.content-block:focus .shade-1, #about a.content-block:active .shade-1 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #001e51;
}
#about a.content-block:hover .shade-2, #about a.content-block:focus .shade-2, #about a.content-block:active .shade-2 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #005378;
}
#about a.content-block:hover .shade-3, #about a.content-block:focus .shade-3, #about a.content-block:active .shade-3 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #0088a2;
}
#about a.content-block:hover .shade-4, #about a.content-block:focus .shade-4, #about a.content-block:active .shade-4 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #86d7e9;
}

#work a.content-block:hover .shade-1, #work a.content-block:focus .shade-1, #work a.content-block:active .shade-1 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #142a3b;
}
#work a.content-block:hover .shade-2, #work a.content-block:focus .shade-2, #work a.content-block:active .shade-2 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #47c2d4;
}
#work a.content-block:hover .shade-3, #work a.content-block:focus .shade-3, #work a.content-block:active .shade-3 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #92c7cf;
}
#work a.content-block:hover .shade-4, #work a.content-block:focus .shade-4, #work a.content-block:active .shade-4 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #d7e7ea;
}

#join a.content-block:hover .shade-1, #join a.content-block:focus .shade-1, #join a.content-block:active .shade-1 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #001e51;
}
#join a.content-block:hover .shade-2, #join a.content-block:focus .shade-2, #join a.content-block:active .shade-2 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #005378;
}
#join a.content-block:hover .shade-3, #join a.content-block:focus .shade-3, #join a.content-block:active .shade-3 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #0088a2;
}
#join a.content-block:hover .shade-4, #join a.content-block:focus .shade-4, #join a.content-block:active .shade-4 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #86d7e9;
}

#blog a.content-block:hover .shade-1, #blog a.content-block:focus .shade-1, #blog a.content-block:active .shade-1 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #321d51;
}
#blog a.content-block:hover .shade-2, #blog a.content-block:focus .shade-2, #blog a.content-block:active .shade-2 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #4a42b7;
}
#blog a.content-block:hover .shade-3, #blog a.content-block:focus .shade-3, #blog a.content-block:active .shade-3 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #546cb5;
}
#blog a.content-block:hover .shade-4, #blog a.content-block:focus .shade-4, #blog a.content-block:active .shade-4 {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  background-color: #aac1e5;
}

.js .content-block .additional-content {
  display: none;
}
.js .content-block .is-visible {
  display: block;
}

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