@charset "UTF-8";
/*
Theme Name: Grain 2014
Theme URI: http://www.graincreative.com
Author: Carron Media
Author URI: http://www.carronmedia.com
Description: The 2014 Grain Creative WordPress theme
Version: 1.0
*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p {
  margin: 1em 0; }

/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */ }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

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

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

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

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* @font-face */
@font-face {
  font-family: "CartoGothicPro";
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-book.eot?1398439680');
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-book.eot?&1398439680#iefix') format('embedded-opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-book.woff?1398439680') format('woff'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-book.otf?1398439680') format('opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-book.svg?1398439680#CartoGothicPro') format('svg'); }
@font-face {
  font-family: "CartoGothicPro-Light";
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light.eot?1398439740');
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light.eot?&1398439740#iefix') format('embedded-opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light.woff?1398439740') format('woff'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light.otf?1398439740') format('opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light.svg?1398439740#CartoGothicPro-Light') format('svg'); }
@font-face {
  font-family: "CartoGothicPro-LightItalic";
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light-italic.eot?1398439680');
  src: url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light-italic.eot?&1398439680#iefix') format('embedded-opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light-italic.woff?1398439740') format('woff'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light-italic.otf?1398439740') format('opentype'), url('/wp-content/themes/grain2014/fonts/carto-gothic-pro-light-italic.svg?1398439740#CartoGothicPro-LightItalic') format('svg'); }
/* Colours */
/* Base Font */
/* General */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "CartoGothicPro-Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-family: "CartoGothicPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #6d6e71; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

img {
  vertical-align: middle; }

.img-circle {
  border-radius: 50%; }

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

h2 {
  font-size: 1em;
  line-height: 2.375em;
  line-height: 24px;
  color: #faa61a;
  font-family: "CartoGothicPro";
  font-weight: normal;
  margin: 0; }

h3, header h2.tag {
  font-size: 0.75em;
  line-height: 1.58333em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0;
  color: #6d6e71; }

header h2.tag {
  text-align: center; }

p,
ol,
ul {
  font-size: 1em;
  line-height: 2.375em;
  line-height: 19px;
  margin: 0 0 0.59375em; }

ul {
  list-style-position: outside;
  list-style-type: disc; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

ul.nobullet {
  list-style-type: none;
  padding: 0; }

strong,
b {
  font-weight: bold; }

em,
i,
q {
  font-style: italic; }

a {
  color: #faa61a;
  text-decoration: none; }
  a:visited {
    color: #faa61a; }
  a:focus {
    color: #6d6e71; }
  a:hover {
    color: #6d6e71; }
  a:active {
    color: #6d6e71; }

/* General */
html, body {
  height: 100%; }

body {
  color: #6d6e71;
  font-size: 16px;
  line-height: 19px;
  font-family: "CartoGothicPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.wrapper {
  margin: 0 auto;
  position: relative;
  min-width: 320px;
  min-height: 100%;
  margin-bottom: -88px; }
  .wrapper:after {
    content: '';
    display: block;
    height: 88px; }

#menu-services-navigation li a,
.filter {
  background: #eeefef;
  color: #6d6e71;
  display: inline-block;
  float: left;
  margin: 0 4px 4px 0;
  font-size: 12px;
  line-height: 21px;
  padding: 0 6px; }
  #menu-services-navigation li a:visited,
  .filter:visited {
    color: #6d6e71; }
  #menu-services-navigation li a:hover, #menu-services-navigation li a:active, #menu-services-navigation li a.active, #menu-services-navigation li a.hover_active,
  .filter:hover,
  .filter:active,
  .filter.active,
  .filter.hover_active {
    background: #faa61a;
    color: #fff; }
  #menu-services-navigation li a.hover_inactive,
  .filter.hover_inactive {
    background: #eeefef;
    color: #6d6e71; }

/* Header */
header {
  padding-top: 25px;
  position: relative; }
  header .custom-menu-trigger-selector {
    border: none;
    text-indent: -9999px;
    outline: none;
    background: url(images/menu-trigger-bg.png) center center no-repeat;
    background-size: 17px 12px;
    display: block;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 25px;
    left: 10px; }
    header .custom-menu-trigger-selector:active, header .custom-menu-trigger-selector:focus {
      outline: none; }
  header h1 {
    height: 36px;
    width: 101px;
    margin: 0 auto; }
    header h1 a {
      border: none;
      text-indent: -9999px;
      outline: none;
      background: url(images/logo_grain_creative.png) repeat 0 0;
      background-size: 101px 36px;
      display: block;
      height: 36px;
      width: 101px; }
      header h1 a:active, header h1 a:focus {
        outline: none; }

#sidebar,
#jPanelMenu-menu {
  display: none; }
  #sidebar ul,
  #jPanelMenu-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

#jPanelMenu-menu {
  border-right: 1px solid #bcbdc0;
  padding: 25px 20px; }
  #jPanelMenu-menu #menu-primary-navigation li {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 8px 16px 0; }

.scroll .scroll-arrow {
  display: none;
  background: url(images/scroll-up-arrow.png) center center no-repeat;
  width: 47px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px; }
  .scroll .scroll-arrow#arrowdown {
    background: url(images/scroll-down-arrow.png) center center no-repeat;
    top: auto;
    bottom: 0; }
.scroll .viewport {
  height: 600px;
  overflow: hidden;
  position: relative; }
  .scroll .viewport .overview {
    width: 100%;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0; }
.scroll .scrollbar {
  display: none; }

/* Menus */
#menu-primary-navigation {
  padding-bottom: 5px; }
  #menu-primary-navigation li {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px; }
    #menu-primary-navigation li a {
      color: #6d6e71; }
      #menu-primary-navigation li a:visited {
        color: #6d6e71; }
      #menu-primary-navigation li a:focus {
        color: #faa61a; }
      #menu-primary-navigation li a:hover {
        color: #faa61a; }
      #menu-primary-navigation li a:active {
        color: #faa61a; }
    #menu-primary-navigation li.current-menu-item a, #menu-primary-navigation li.current-menu-parent a, #menu-primary-navigation li.current_page_parent a {
      color: #faa61a; }

#menu-services-navigation {
  margin-bottom: 32px !important; }

/* Content */
.responsive-img,
.single-thought img,
#single_thought.content img,
.attachment-thought-thumb {
  max-width: 100%;
  display: block; }

#single_thought .wp-caption {
  width: 100% !important; }

.social-actions {
  clear: both; }

.content {
  padding: 0 20px 60px; }
  .content h2 {
    margin: 0 0 8px;
    line-height: 19px; }
  .content article h2 {
    margin: 0; }
  .content img {
    height: auto;
    margin: 0 0 16px;
    max-width: 100%; }
    .content img.attachment-map-image {
      width: 100%;
      display: block;
      margin: 20px 0; }
    .content img.alignleft {
      display: block;
      float: left;
      margin-right: 20px; }
    .content img.alignright {
      display: block;
      float: right;
      margin-left: 20px; }
    .content img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .single-team .content .attachment-main-thumb {
    margin: 0 20px 20px 0; }
  .content#client_listings {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
    .content#client_listings article {
      width: 116px;
      min-height: 171px;
      float: left;
      margin-left: 12px;
      margin-right: 12px; }
      .content#client_listings article figure {
        position: relative;
        margin: 0; }
        .content#client_listings article figure figcaption {
          background-color: #ffffff;
          background-color: rgba(255, 255, 255, 0.95);
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          padding: 20px;
          vertical-align: middle;
          text-align: center;
          font-size: 12px;
          line-height: 14px;
          text-transform: uppercase; }
          .content#client_listings article figure figcaption:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle; }
          .content#client_listings article figure figcaption div {
            display: inline-block;
            height: auto;
            vertical-align: middle;
            color: #6d6e71; }
      .content#client_listings article a {
        color: #6d6e71;
        outline: none; }
        .content#client_listings article a:visited {
          color: #6d6e71; }
        .content#client_listings article a:focus {
          color: #faa61a; }
        .content#client_listings article a:hover {
          color: #faa61a; }
        .content#client_listings article a:active {
          color: #faa61a; }
      .content#client_listings article span {
        display: block;
        font-size: 13px;
        line-height: 17px;
        text-align: center; }
  .content .client_header h3,
  .content .client_content h3 {
    font-size: 14px;
    line-height: 17px; }
  .content .client_images .client_image {
    margin-bottom: 20px; }
    .content .client_images .client_image img {
      margin-bottom: 4px; }
    .content .client_images .client_image p {
      font-size: 13px;
      line-height: 16px;
      font-family: "CartoGothicPro";
      margin: 0;
      text-align: center; }
  .content .client_content p {
    font-size: 15px;
    line-height: 18px; }
  .content#thought_listings, .content#single_thought {
    position: relative; }
    .content#thought_listings #thoughts, .content#single_thought #thoughts {
      position: relative; }
    .content#thought_listings article, .content#single_thought article {
      padding-bottom: 6px;
      border-bottom: 1px solid #d3d3d4;
      margin-bottom: 18px;
      width: 100%; }
      .content#thought_listings article p, .content#thought_listings article ul, .content#thought_listings article ol, .content#single_thought article p, .content#single_thought article ul, .content#single_thought article ol {
        font-size: 15px; }
      .content#thought_listings article small, .content#single_thought article small {
        font-size: 0.75em;
        line-height: 1.58333em;
        display: inline-block;
        line-height: 16px;
        text-transform: uppercase;
        margin: 0 0 12px; }
  .content #categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0 0 20px; }
  .content#single_thought ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .content#single_thought h3#comments-title,
  .content#single_thought h3#reply-title {
    font-size: 14px;
    margin: 25px 0 10px; }
  .content#single_thought .comment-meta {
    font-size: 14px;
    text-transform: uppercase;
    color: #faa61a; }
    .content#single_thought .comment-meta a {
      color: #6d6e71;
      font-size: 12px;
      text-transform: uppercase;
      color: #6d6e71;
      font-style: normal; }
      .content#single_thought .comment-meta a:visited {
        color: #6d6e71; }
      .content#single_thought .comment-meta a:focus {
        color: #faa61a; }
      .content#single_thought .comment-meta a:hover {
        color: #faa61a; }
      .content#single_thought .comment-meta a:active {
        color: #faa61a; }
    .content#single_thought .comment-meta cite.fn a {
      color: #faa61a;
      font-size: 14px; }
      .content#single_thought .comment-meta cite.fn a:visited {
        color: #faa61a; }
      .content#single_thought .comment-meta cite.fn a:focus {
        color: #6d6e71; }
      .content#single_thought .comment-meta cite.fn a:hover {
        color: #6d6e71; }
      .content#single_thought .comment-meta cite.fn a:active {
        color: #6d6e71; }
  .content#single_thought .comment-body p,
  .content#single_thought #respond p.comment-notes {
    font-size: 14px;
    font-style: italic; }
  .content#single_thought p.moderation {
    color: #faa61a;
    font-style: italic; }
  .content#single_thought #commentform label {
    float: left;
    width: 150px;
    font-size: 14px;
    text-transform: uppercase; }
  .content#single_thought #commentform input,
  .content#single_thought #commentform textarea {
    border: 1px solid #d8d9db;
    background: #f1f1f1;
    padding: 3px;
    font-family: "CartoGothicPro-Light", Helvetica, Arial, sans-serif; }
  .content #team ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .content #team ul li {
      margin-bottom: 24px;
      font-size: 13px;
      line-height: 15px; }
      .content #team ul li img {
        display: block;
        width: 80px;
        height: auto;
        float: left;
        margin-right: 8px; }
      .content #team ul li.header {
        font-size: 16px;
        line-height: 19px; }
      .content #team ul li h2 {
        font-size: 16px;
        line-height: 19px;
        margin: 0; }
  .content #team img:first-child {
    max-width: 100%;
    display: block; }

.cycle-slideshow {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
  position: relative; }
  .cycle-slideshow img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }
  .cycle-slideshow .caption {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 54px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    z-index: 100; }
    .cycle-slideshow .caption a {
      color: #6d6e71; }
  .cycle-slideshow .cycle-prev,
  .cycle-slideshow .cycle-next {
    background: url(images/sl.png) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 16px;
    height: 21px;
    z-index: 1000;
    text-indent: -9999px;
    outline: none;
    margin-top: -3px;
    top: 50%;
    left: -30px; }
  .cycle-slideshow .cycle-next {
    background: url(images/sr.png) center center no-repeat;
    background-size: contain;
    left: auto;
    right: -30px; }

.into-copy {
  margin-bottom: 25px; }

.placeholder {
  height: 116px;
  margin: 0 0 16px; }

.wp-pagenavi {
  clear: both;
  font-size: 14px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 5px; }
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      font-weight: bold; }
    .wp-pagenavi a.pages,
    .wp-pagenavi span.pages {
      padding-left: 0; }

.wpcf7-form p {
  margin: 0 0 8px; }
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-submit {
  background: #e7e7e8;
  border: none;
  color: #6d6e71;
  font-family: "CartoGothicPro-Light", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 12px; }
.wpcf7-form .wpcf7-textarea {
  height: 104px;
  line-height: 16px; }
.wpcf7-form .wpcf7-submit {
  width: auto;
  padding: 4px 14px;
  font-size: 16px; }
  .wpcf7-form .wpcf7-submit:hover {
    background: #faa61a;
    color: #fff; }
.wpcf7-form span.wpcf7-list-item {
  margin-left: 0; }
.wpcf7-form span.wpcf7-form-control-wrap {
  display: inline !important; }
.wpcf7-form .wpcf7-response-output {
  border: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #f00; }
  .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #faa61a; }
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
  color: #faa61a !important;
  text-align: left; }

/* Tickyboxes.js */
input[type="checkbox"] + .tickybox {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: #e7e7Ee;
  text-align: center;
  line-height: 1em;
  vertical-align: middle; }
  label:active input[type="checkbox"] + .tickybox {
    background-color: #c8c8cb; }
  input[type="checkbox"] + .tickybox:after {
    color: #6d6e71;
    content: "";
    display: inline-block;
    line-height: 16px;
    font-size: 1em;
    top: -2px;
    position: relative; }
input[type="checkbox"]:checked + .tickybox {
  background-color: #d6d7d9; }
  input[type="checkbox"]:checked + .tickybox:after {
    content: "✓"; }

label:active .tickybox {
  background-color: #d6d7d9; }

/* Footer */
footer .content {
  margin-right: 0;
  padding: 0;
  font-size: 0.75em;
  text-align: center;
  height: auto; }
footer ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 0.9em; }
  footer ul li {
    display: inline-block;
    padding-right: 4px;
    margin-left: 2px; }
  footer ul.social li {
    border-right: 1px solid #858689; }
    footer ul.social li:last-child {
      border-right: none; }
  footer ul.contact li:first-child {
    border-right: 1px solid #858689; }
  footer ul.contact li:last-child {
    border-right: none; }
footer .address {
  display: block;
  margin-top: 10px; }
footer .excess {
  display: none; }

#wpstats {
  display: none; }

.dial-container {
  width: 320px;
  margin: 0 auto;
  height: 320px; }

.container {
  margin: 0 auto;
  max-width: 798px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0; }

.js-hide {
  opacity: 0 !important; }

.stage-list {
  width: 25%;
  position: absolute;
  color: #6d6e71;
  -moz-transition: opacity 3000ms ease;
  -webkit-transition: opacity 3000ms ease;
  transition: opacity 3000ms ease; }
  .stage-list.stage-define {
    top: 20px;
    right: 0; }
  .stage-list.stage-create {
    bottom: 20px;
    right: 0; }
  .stage-list.stage-live {
    top: 0;
    position: absolute;
    margin-top: 10%; }
  .stage-list dl {
    margin: 0; }
    .stage-list dl dd {
      text-indent: -9999px; }
    .stage-list dl dt {
      float: left;
      clear: left;
      padding: 3px; }
      .stage-list dl dt:hover {
        background-color: #faa61a;
        color: #fff; }

.stage-list-title {
  text-transform: uppercase;
  color: #faa61a;
  padding-left: 3px; }

.dial-interactive {
  width: 100%;
  position: relative;
  height: 100%; }

.dial-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*-webkit-transition: opacity 3000ms ease;
  -moz-transition: opacity 3000ms ease;
  transition: opacity 3000ms ease;*/
  -webkit-transition: opacity 1500ms ease;
  -moz-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease; }

.dial-active-step {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24% 26%;
  text-align: center; }
  .dial-active-step:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5%; }
  .dial-active-step div {
    display: inline-block;
    height: auto;
    vertical-align: middle; }

.container:hover .dial-stage {
  /*opacity: 0.75;*/
  opacity: 0.5; }
  .container:hover .dial-stage.active {
    opacity: 1; }

@media screen and (max-width: 1103px) {
  .stage-list {
    width: auto;
    position: static;
    margin-bottom: 12px; }
    .stage-list.stage-live {
      top: 0;
      position: static;
      margin-top: 0; }

  .container {
    border-top: 1px solid #6d6e71;
    border-bottom: 1px solid #6d6e71; } }
@media screen and (max-width: 479px) {
  .dial-container {
    width: 280px;
    margin: 0 auto;
    height: 280px; } }
@media screen and (min-width: 460px) {
  .content#client_listings {
    width: 420px; } }
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none; }

  .mobile-visible {
    display: block; }

  aside.scroll .viewport {
    height: auto !important; }
    aside.scroll .viewport .overview {
      position: static !important; }
  aside.scroll .scrollbar {
    height: auto !important; } }
@media screen and (max-width: 768px) {
  .cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: 0; }
  .cycle-slideshow .cycle-prev {
    left: 0; }
  .cycle-slideshow .cycle-next {
    right: 0; }
  .cycle-slideshow .caption {
    padding: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; } }
@media screen and (min-width: 768px) {
  .mobile-hidden {
    display: block; }

  .mobile-visible {
    display: none; }

  #jPanelMenu-menu {
    display: none !important; }

  .wrapper {
    width: 726px; }

  aside {
    width: 242px;
    float: left;
    position: fixed;
    top: 0;
    left: 20px; }
    aside header {
      padding-top: 32px;
      margin-bottom: 20px; }
      aside header .custom-menu-trigger-selector {
        display: none; }
      aside header h1 {
        height: 42px;
        width: 118px;
        margin-left: auto;
        margin-right: auto; }
        aside header h1 a {
          background-size: 118px 42px;
          height: 42px;
          width: 118px; }

  #sidebar {
    display: block; }

  .content {
    width: 444px;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    float: right; }
    .content.nogutter {
      width: 484px; }
    .content .wide_col {
      margin-left: 40px; }
    .single-team .content .attachment-main-thumb {
      float: left; }
    .content #team {
      width: 484px;
      margin-left: -40px; }
      .content #team .wp-post-image {
        display: block;
        float: none;
        margin: 0 auto 16px; }
      .content #team h2 {
        margin-left: 40px; }
      .content #team ul li {
        width: 202px;
        min-height: 365px;
        float: left;
        margin-left: 40px;
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 0; }
        .content #team ul li img {
          width: 202px; }
        .content #team ul li.header {
          width: 444px;
          min-height: 104px; }
    .content#client_listings {
      width: 484px; }
      .content#client_listings article {
        width: 202px;
        min-height: 250px;
        margin-left: 40px;
        margin-right: 0; }
    .content#thought_listings {
      width: 484px; }
      .content#thought_listings article {
        margin-left: 40px; }
      .content#thought_listings h2.blog-title {
        margin-left: 40px; }
      .content#thought_listings #categories {
        padding-left: 40px; }

  .into-copy {
    margin-bottom: 20px;
    margin-top: -3px; }

  .placeholder {
    height: 202px; }

  .wp-pagenavi {
    margin-left: 40px; }

  footer.wrapper {
    min-height: 1px;
    margin-bottom: 0; }
    footer.wrapper:after {
      display: none; }
    footer.wrapper .content {
      font-size: 0.9em;
      text-align: left;
      clear: both;
      padding: 20px 0; }
    footer.wrapper ul {
      line-height: 1em; }
      footer.wrapper ul.contact li {
        border-right: 1px solid #858689; }
    footer.wrapper .address {
      display: inline-block;
      margin-top: 0; }
    footer.wrapper .excess {
      display: inline; } }
@media screen and (min-width: 1104px) {
  .wrapper {
    width: 1064px; }

  aside {
    width: 266px; }

  .content {
    width: 734px; }
    .content img.attachment-map-image {
      width: auto; }
    .content.nogutter {
      width: 798px; }
    .content.contact {
      position: relative; }
      .content.contact .wide_col {
        padding-top: 375px;
        float: right; }
      .content.contact .attachment-map-image {
        position: absolute;
        top: 0;
        left: 64px; }
      .content.contact .col2 .attachment-map-image {
        left: auto;
        right: 0; }
    .content .wide_col {
      width: 335px;
      float: left;
      margin-left: 64px; }
    .content .client_images {
      width: 468px;
      float: left;
      min-height: 200px; }
    .content .client_header,
    .content .client_content {
      width: 202px;
      float: right;
      margin-left: 64px; }
    .content #team {
      width: 798px;
      margin-left: -64px; }
      .content #team h2 {
        margin-left: 64px; }
      .content #team ul li {
        width: 202px;
        margin-left: 64px; }
        .content #team ul li img {
          width: 202px; }
        .content #team ul li.header {
          width: 335px; }
    .content#client_listings {
      width: 798px; }
      .content#client_listings article {
        width: 202px;
        margin-left: 64px; }
    .content#thought_listings {
      width: 798px; }
      .content#thought_listings article {
        width: 335px;
        margin-left: 64px;
        float: left; }
      .content#thought_listings h2.blog-title {
        margin-left: 64px; }
      .content#thought_listings #categories {
        padding-left: 64px; }

  .wp-pagenavi {
    margin-left: 64px; } }
@media screen and (min-width: 1370px) {
  .wrapper {
    width: 1330px; }

  .content {
    width: 1000px; }
    .content.nogutter {
      width: 1064px; }
    .content.contact {
      width: 798px;
      margin-right: 266px; }
    .content .client_images {
      width: 644.33333px; }
    .content .client_header,
    .content .client_content {
      width: 289.66667px; }
    .content #team {
      width: 1064px; }
      .content #team ul li.header {
        width: 468px; }
    .content#client_listings {
      width: 1064px; }
    .content#thought_listings {
      width: 1064px; }
      .content#thought_listings article {
        width: 289.66667px; } }
@media screen and (min-width: 1636px) {
  .wrapper {
    width: 1596px; }

  .content {
    margin-right: 266px; }
    .content#client_listings {
      width: 1330px;
      margin-right: 0; }
      .content#client_listings article {
        width: 202px;
        margin-left: 64px; }
    .content#image_listings {
      width: 1330px;
      margin-right: 0; }
      .content#image_listings img {
        width: 100%; }
    .content .client_images {
      width: 976px; } }
@media print {
  @page {
    margin: 1cm; }
  .no_print {
    display: none !important; }

  .print {
    display: block !important; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.clearfix:before, #sidebar ul:before,
#jPanelMenu-menu ul:before, .content #categories:before,
.clearfix:after,
#sidebar ul:after,
#jPanelMenu-menu ul:after,
.content #categories:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, #sidebar ul:after,
#jPanelMenu-menu ul:after, .content #categories:after {
  clear: both; }
