/*!
  Theme Name: LShift
  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: lshift

  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;
}

:-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: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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: "Open Sans", sans-serif;
  color: #231F20;
}

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

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

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

h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

p {
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 1em;
}

li {
  line-height: 1.35;
}

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: 9px;
  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;
}
.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: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

#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;
}

.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: right;
    position: relative;
  }
  #form-search:after {
    content: "";
    display: table;
    clear: both;
  }
}

header {
  position: relative;
}
header:after {
  content: "";
  display: table;
  clear: both;
}

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

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

.input-search {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 159px;
}

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

.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 {
  clear: both;
}

.main-nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav a {
  display: block;
}
.main-nav ul {
  width: 100%;
}
.main-nav li {
  display: block;
  float: left;
  width: 20%;
}
@media screen and (min-width: 550px) {
  .main-nav .nav-header {
    width: 100%;
  }
  .main-nav .nav-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-nav ul {
    float: left;
    width: auto;
  }
  .main-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-nav li {
    width: auto;
  }
}

.sub-nav {
  min-height: 2.3125em;
}
.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 {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0.625em;
  width: 100%;
}
#page:after {
  content: "";
  display: table;
  clear: both;
}
@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;
}

.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;
  font-size: 1.375rem;
  letter-spacing: -1px;
}
.article .meta {
  font-size: 0.875rem;
  font-style: italic;
}
.article .content {
  font-size: 0.875rem;
}
.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 h2 {
  color: #303335;
  font-size: 1.125rem;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.article h3 {
  color: #303335;
  font-size: 1.125rem;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.article-nav {
  color: #303335;
  font-size: 1.125rem;
  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.news .text-block, .article-search.about .text-block {
  background-color: #F5634D;
}
.article-search.news .hilite, .article-search.about .hilite {
  background-color: #C21900;
}
.article-search.work .text-block {
  background-color: #66CCDB;
}
.article-search.work .hilite {
  background-color: #1B90A1;
}
.article-search.join .text-block {
  background-color: #7DB009;
}
.article-search.join .hilite {
  background-color: #354A04;
}
.article-search.blog .text-block {
  background-color: #76DDBE;
}
.article-search.blog .hilite {
  background-color: #1D8A69;
}

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 p {
  font-size: 0.875em;
}
.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-3 h2 a,
.content-block .shade-4 h2 a {
  color: #231F20;
}
.content-block .shade-3 h3,
.content-block .shade-4 h3 {
  color: #231F20;
}
.content-block p {
  font-size: 0.875rem;
}
.content-block p a:link, .content-block p a:visited {
  text-decoration: underline;
}
.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 {
  color: #FFF;
}
.content-block .shade-1 h2 a,
.content-block .shade-2 h2 a {
  color: #FFF;
}
.content-block .shade-1 h3,
.content-block .shade-2 h3 {
  color: #FFF;
}
.content-block .shade-1 p,
.content-block .shade-2 p {
  color: #FFF;
}
.content-block .shade-1 a,
.content-block .shade-2 a {
  color: #FFF;
}

.content-type-tag {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.65);
  color: #FFF;
  padding: 0.25em 0.75em;
}

.home .about-shade {
  background-color: #F5634D;
}
.home .hire-shade {
  background-color: #66CCDB;
}
.home .join-shade {
  background-color: #BAE45A;
}
.home .blog-shade {
  background-color: #76DDBE;
}
.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: #C21900;
}
#about .shade-2 {
  background-color: #F5634D;
}
#about .shade-3 {
  background-color: #FFB1A6;
}
#about .shade-4 {
  background-color: #FFF4F2;
}

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

#join .shade-1 {
  background-color: #354A04;
}
#join .shade-2 {
  background-color: #7DB009;
}
#join .shade-3 {
  background-color: #BAE45A;
}
#join .shade-4 {
  background-color: #EBF0DF;
}

#blog .shade-1 {
  background-color: #1D8A69;
}
#blog .shade-2 {
  background-color: #76DDBE;
}
#blog .shade-3 {
  background-color: #B4EDDC;
}
#blog .shade-4 {
  background-color: #E9F7F3;
}

#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: underline;
}
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: 2em 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;
}

.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;
}

.nav-header {
  background: #525355;
}

.main-nav li {
  font-size: 1rem;
}
.main-nav a {
  color: #FFF;
  padding: 0.5625em 0;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .main-nav li:first-child a {
    padding-left: 0.625em;
  }
  .main-nav a {
    padding: 0.5625em 1.25em;
  }
}
.main-nav .active a,
.main-nav .current-page-ancestor a {
  color: #FFF;
}

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

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

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

#blog .main-nav .menu-item-object-lshift_blog a {
  background-color: #76DDBE;
}

.sub-nav li:first-child a {
  padding-left: 0.625em;
}
.sub-nav li:last-child {
  border-bottom: none !important;
}
.sub-nav li.active a {
  text-decoration: underline;
}
.sub-nav a {
  color: #FFF;
  padding: 0.5em 0.625em;
}
.sub-nav .filtered-by {
  font-size: 1em;
  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;
  }
}

.nav-header {
  background-color: #525355;
}

#sub-nav-about {
  background-color: #F5634D;
}
#sub-nav-about li {
  border-bottom: 1px solid #C21900;
}

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

#sub-nav-join {
  background-color: #BAE45A;
}
#sub-nav-join li {
  border-bottom: 1px solid #7DB009;
}

#sub-nav-blog {
  background-color: #76DDBE;
}
#sub-nav-blog li {
  border-bottom: 1px solid #1D8A69;
}

.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: #76DDBE;
  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;
}

.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: #f34329;
}
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: #acdf39;
}
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: #57d5af;
}
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: #9c1400;
}
#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: #f34329;
}
#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: #ff8f80;
}
#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: #ffd4cc;
}

#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: #167380;
}
#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: #1b2602;
}
#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: #638c07;
}
#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: #acdf39;
}
#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: #dbe4c5;
}

#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: #166a51;
}
#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: #57d5af;
}
#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: #95e6ce;
}
#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: #cdede4;
}

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

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