/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

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

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, .sectionHeader {
  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.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

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

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

dd {
  margin: 0 0 0 40px; }

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

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct 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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove 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 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove 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 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

/* ==========================================================================
   SFL Customisations
   ========================================================================== */
a {
  text-decoration: none; }

/* ==========================================================================
   Tools
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/********************
FONT FACE
******************/
/*@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
}*/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
ELEMENT COLOURS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
\DIMENSIONS
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Libre Baskerville', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

/*********************
TRANSITION
*********************/
/*********************
VARIOUS MIXINS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-Thin-Web.eot');
  src: url('../fonts/AtlasGrotesk-Thin-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-Thin-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-Thin-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-Thin-Web.svg#Atlas Grotesk Web') format('svg');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

.AtlasGrotesk-Thin-Web, body, h1, .sectionHeader, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, input, textarea {
  font-family: 'Atlas Grotesk Web', 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-ThinItalic-Web.eot');
  src: url('../fonts/AtlasGrotesk-ThinItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-ThinItalic-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-ThinItalic-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-ThinItalic-Web.svg#Atlas Grotesk Web') format('svg');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

.AtlasGrotesk-ThinItalic-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-Medium-Web.eot');
  src: url('../fonts/AtlasGrotesk-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-Medium-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-Medium-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-Medium-Web.svg#Atlas Grotesk Web') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.AtlasGrotesk-Medium-Web, .banner p a, .ksPostNotice, header nav ul li a.currentCat, .alert-info p, .commentsCont li article header, p.loggedIn {
  font-family: 'Atlas Grotesk Web', 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-MediumItalic-Web.eot');
  src: url('../fonts/AtlasGrotesk-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-MediumItalic-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-MediumItalic-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-MediumItalic-Web.svg#Atlas Grotesk Web') format('svg');
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

.AtlasGrotesk-MediumItalic-Web {
  font-family: 'Atlas Grotesk Web', 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Atlas Typewriter Web';
  src: url('../fonts/AtlasTypewriter-Thin-Web.eot');
  src: url('../fonts/AtlasTypewriter-Thin-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasTypewriter-Thin-Web.woff') format('woff'), url('../fonts/AtlasTypewriter-Thin-Web.ttf') format('truetype'), url('../fonts/AtlasTypewriter-Thin-Web.svg#Atlas Typewriter Web') format('svg');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

.AtlasTypewriter-Thin-Web, p.subtitle, p.meta, .wp-caption p, .authorDetail, .button, a.comment-reply-link, a.button, .button:visited, a.comment-reply-link:visited {
  font-family: 'Atlas Typewriter Web', 'courier', 'monospace';
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

/*@font-face {
	font-family: 'icomoon';
	src:url( '../fonts/icomoon/icomoon.eot?-5awshh' );
	src:url( '../fonts/icomoon/icomoon.eot?#iefix-5awshh') format('embedded-opentype'),
		url( '../fonts/icomoon/icomoon.woff?-5awshh') format('woff'),
		url( '../fonts/icomoon/icomoon.ttf?-5awshh') format('truetype'),
		url( '../fonts/icomoon/icomoon.svg?-5awshh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
	content: "\e600";
}
.icon-facebook2:before {
	content: "\e601";
}
.icon-twitter2:before {
	content: "\e602";
}
.icon-tumblr:before {
	content: "\e604";
}
.icon-rss:before {
	content: "\e605";
}
.icon-cross:before {
	content: "\e603";
}
.icon-list:before {
	content: "\e606";
}
.icon-uniE607:before {
	content: "\e607";
}
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?z3y78c');
  src: url('../fonts/icomoon/icomoon.eot?#iefixz3y78c') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?z3y78c') format('woff'), url('../fonts/icomoon/icomoon.ttf?z3y78c') format('truetype'), url('../fonts/icomoon/icomoon.svg?z3y78c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e601"; }

.icon-facebook2:before {
  content: "\e602"; }

.icon-twitter2:before {
  content: "\e603"; }

.icon-cross:before {
  content: "\e604"; }

.icon-tumblr:before {
  content: "\e605"; }

.icon-rss:before {
  content: "\e606"; }

.icon-list:before {
  content: "\e607"; }

.icon-uniE607:before {
  content: "\e608"; }

.icon-homepage:before {
  content: "\e600"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  -webkit-font-smoothing: antialiased; }

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

::-moz-selection {
  background: #231f20;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #231f20;
  color: #fff;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1.31em 0;
  padding: 0;
  color: #939598;
  background-color: #939598;
  position: relative;
  top: -0.09375em; }

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

/*********************
\LAYOUT & GRID STYLES
*********************/
.slideContWrap {
  overflow: hidden; }

.slideCont {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .slideCont.active {
    -webkit-transform: translate(-17em, 0);
    -ms-transform: translate(-17em, 0);
    -o-transform: translate(-17em, 0);
    -moz-transform: translate(-17em, 0);
    transform: translate(-17em, 0); }

.masthead {
  margin-bottom: 2.2em;
  padding-top: 20px; }

.wrap {
  margin: 0 auto;
  overflow: hidden; }

.w100, .w75, .w70, .w66, .w60, .w50, .w40, .w33, .w30, .w25 {
  padding-left: 16px;
  padding-right: 16px; }

.content {
  padding-bottom: 24px; }

.home .content {
  padding-bottom: 0; }

.nest60, .nest50, .nest40, .nest30 {
  float: left; }

.nest60 {
  width: 60%; }

.nest50 {
  width: 50%; }

.nest40 {
  width: 40%; }

.nest30 {
  width: 30%; }

ul.horiz, ol.horiz {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  ul.horiz li, ol.horiz li {
    display: inline-block;
    margin: 0; }

#overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer; }
  #overlay.galleryOpen {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  #overlay .galleryPane {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center; }
    #overlay .galleryPane img {
      max-width: 100%;
      max-height: 100%;
      cursor: pointer; }

.visuallyhidden {
  opacity: 0; }

.hidden {
  display: none; }

.postBox p {
  margin-bottom: 1.5em; }
.postBox .readFullPost, .postBox .commentsNo {
  float: left;
  margin-right: 32px; }
.postBox .commentsNo {
  background-color: #6d6e71;
  position: relative; }
  .postBox .commentsNo a {
    color: #fff;
    display: block;
    padding: 7px 15px 6px 15px;
    z-index: 1; }
  .postBox .commentsNo .arrow-down {
    top: 1.8em;
    right: 7px;
    z-index: 0; }

.arrow-down {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #6d6e71;
  position: absolute; }

.banner {
  text-align: center;
  background-color: #2BDE73; }
  .banner p {
    margin: 0;
    font-size: 16px; }
    .banner p a {
      display: block;
      padding: 10px;
      color: #fff;
      background-color: #2BDE73;
      -webkit-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .banner p a:hover {
        background-color: #57e590; }

.ksPostNotice {
  display: block;
  padding: 1em;
  margin: 2em 0 2.5em 0;
  background-color: #2BDE73;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .ksPostNotice:hover {
    background-color: #57e590; }

.ksLink {
  text-decoration: underline; }

/*********************
LINK STYLES
*********************/
a {
  color: #58595b;
  /* on click */
  /* mobile tap color */ }
  a:link {
    /*
		this highlights links on ip5ones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
\TYPE
*********************/
body {
  font-size: 15px;
  line-height: 1.5;
  min-height: 30em;
  background: #f0f0f0; }

h1, .sectionHeader, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  color: #58595b; }
  h1 a, .sectionHeader a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    color: inherit; }

h1, .sectionHeader, h2, h3, h4, h5, p, ul, ol, li, blockquote, hr {
  margin-top: 0; }

h1, .sectionHeader, .h1 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  line-height: 1.17em;
  color: #231f20; }

h2, .h2 {
  font-size: 1.4em;
  margin-bottom: 16px;
  line-height: 1.3em; }

h3, .h3 {
  font-size: 1.15em;
  margin-bottom: 16px; }

h4, .h4 {
  font-size: 1em;
  margin-bottom: 16px; }

h5, .h5 {
  font-size: 0.9em;
  margin-bottom: 0; }

p, li {
  font-size: 1em;
  margin-bottom: 16px;
  color: #58595b; }

p.subtitle {
  color: #939598;
  clear: left;
  padding-top: 16px;
  font-size: 30px;
  line-height: 1.2;
  display: none; }

.home p.subtitle {
  display: block; }

p.meta {
  font-size: 11px; }

.legal {
  font-size: 0.7em; }

ul {
  margin-bottom: 16px; }

li {
  margin-bottom: 8px; }

blockquote {
  margin-bottom: 16px; }

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

.wp-caption p {
  font-size: 12px; }

.sectionHeader {
  color: #231f20;
  margin-bottom: 8px;
  margin-bottom: 0.5em;
  padding-bottom: 30px; }

.postBox {
  border-top: 1px solid #939598;
  padding-top: 16px;
  margin-bottom: 1.5em;
  padding-bottom: 16px; }

p.meta {
  margin-bottom: 24px;
  margin-right: 16px;
  float: left; }

.single h1, .single .sectionHeader, .single .h1 {
  margin-bottom: 0.75em; }
.single p.meta {
  margin-bottom: 4.2em; }
.single .authorPic {
  width: 30%;
  float: right;
  max-width: 150px;
  margin-left: 20px; }
.single .miniBio {
  padding-bottom: 2.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #939598; }

.btnAllPosts {
  position: relative;
  top: -2em; }

ul.categories {
  text-transform: capitalize;
  margin: 0; }
  ul.categories li {
    float: left;
    margin-right: 0.5em; }
    ul.categories li a {
      font-family: 'Atlas Typewriter Web', 'courier', 'monospace';
      background: #6d6e71;
      color: #f0f0f0;
      font-size: 0.7em;
      padding: 0.4em 0.5em 0.3em 0.5em; }
      ul.categories li a.tag {
        background-color: #d1d3d4;
        color: #58595b; }

.authorDetail {
  font-size: 0.85em;
  line-height: 1.3; }
  .authorDetail p {
    color: #939598; }

.postCopy p a, .postCopy li a {
  text-decoration: underline;
  color: #414042; }
.postCopy section {
  margin-bottom: 2em; }

/*********************
HEADER STYLES
*********************/
/*********************
LOGO STYLES
*********************/
.wordmark {
  float: left;
  width: 189px;
  height: 31px;
  position: relative;
  left: 3px;
  top: 1px;
  background-image: url('../img/temp/bcLogo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: none; }

/*********************
NAVIGATION STYLES
*********************/
.menuLink {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 8px;
  width: 50px;
  height: 50px;
  display: block;
  color: #414042;
  text-align: center;
  font-size: 36px;
  /*	&.icon-menu {
		font-size:28px;
		line-height:1.3;
	}
	
	&.icon-close {
		font-size:19px;
		line-height:2.15;
		right:5px;
		top:17px;
	}*/ }

.js header nav {
  -webkit-backface-visibility: hidden;
  background: #fff;
  overflow: hidden;
  width: 17em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -17em;
  padding-top: 14px;
  z-index: 101;
  padding-left: 16px;
  padding-right: 16px;
  /*		.sectionHeader {
			font-size:13px;
			margin-bottom:4px;
			padding:0;				//because this is also used for main cols on front page
			border:none;
		}*/ }

header nav a, footer nav a {
  color: #6d6e71;
  padding: 8px 0 8px 0; }
header nav .socmedIcons, footer nav .socmedIcons {
  margin-bottom: 9px;
  overflow: visible;
  margin-top: 0; }
  header nav .socmedIcons a, footer nav .socmedIcons a {
    font-size: 30px;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 12px;
    color: #a7a9ac; }

header nav .w100 {
  padding: 0; }
header nav ul {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #d1d3d4;
  margin-bottom: 16px;
  padding-bottom: 8px; }
  header nav ul li {
    margin-bottom: 0; }
    header nav ul li.menu-item-30 {
      display: none; }
    header nav ul li a {
      display: block; }

footer {
  text-align: center;
  padding: 2.5em 0;
  margin-top: 2em; }
  footer .wrap {
    padding-left: 16px;
    padding-right: 16px; }
  footer .logo {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
    margin: 0 auto 1.5em auto; }
  footer nav {
    overflow: hidden;
    margin-bottom: 0.5em; }
    footer nav ul li a {
      font-size: 1.5em; }
  footer ul {
    padding: 0; }
  footer ul.socmedIcons {
    margin-bottom: 1em; }
    footer ul.socmedIcons li {
      margin-left: 0.5em;
      margin-right: 0.5em; }
      footer ul.socmedIcons li a {
        font-size: 3em; }

/*********************
SIDEBARS & ASIDES
*********************/
h4.widgettitle {
  font-size: 1.5em;
  color: #231f20; }

.widget ul {
  padding-left: 1.15em; }

/*********************
IMAGES
*********************/
.alignnone, .aligncenter, .alignleft, .alignright, .wp-caption.alignnone img, .wp-caption.aligncenter img {
  max-width: 100%;
  margin-bottom: 16px;
  height: auto; }

.alignleft, .wp-caption.alignleft img {
  max-width: 50%;
  float: left;
  margin-right: 16px; }

.alignright, .wp-caption.alignright img {
  max-width: 50%;
  float: right;
  margin-left: 16px; }

.wp-caption.alignnone img, .wp-caption.aligncenter img, .wp-caption.alignleft img, .wp-caption.alignright img {
  margin-bottom: 0; }
  
.wp-caption {
	width:100% !important;
}

.wp-caption-text {
  padding-top: 16px; }

.load-gravatar {
  display: none; }

.asWideAsPoss {
  width: 100%; }

.page-template-page-contributors-php .w25 img.authorPic {
  width: 100%;
  max-width: 290px; }

.authorPic {
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px; }

.author img.authorPic {
  width: 32%;
  float: right;
  margin-left: 1.7em; }
.author .widget {
  padding-top: 2em;
  border-top: 1px solid #939598;
  margin-top: 1em; }

.featuredImage {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em; }

.gallery {
  margin-bottom: 24px; }

.gallery-item {
  margin: 0; }

.gallery-icon {
  width: 33.33333%;
  float: left; }
  .gallery-icon img {
    width: 100%;
    height: 100%; }

.mejs-container {
  margin-bottom: 24px; }

/*********************
\ICONS
*********************/
.contDesktopFormIcons {
  display: none; }

.socmedDesktop {
  display: none; }

.shareIcons {
  padding-bottom: 2.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #939598; }
  .shareIcons ul li a {
    text-decoration: none; }
  .shareIcons .showMeOverThis {
    display: none; }
  .shareIcons .icon-facebook2 {
    background-color: #3b5998; }
  .shareIcons .icon-twitter2 {
    background-color: #55acee; }
  .shareIcons .icon-tumblr {
    background-color: #2c4762; }
  .shareIcons .icon-mail {
    background-color: #58595b; }
  .shareIcons h4, .shareIcons ul, .shareIcons li {
    margin-bottom: 0; }
  .shareIcons h4 {
    font-size: 0.9em;
    float: left;
    font-family: 'Atlas Typewriter Web', 'courier', 'monospace';
    position: relative;
    top: 0.7em; }
  .shareIcons ul {
    float: right; }
    .shareIcons ul li {
      display: block;
      float: left;
      margin-left: 8px; }
      .shareIcons ul li a {
        font-family: icomoon;
        font-size: 1.44em;
        padding: 0.342em 0.36em 0.378em 0.36em;
        display: block;
        color: #fff; }

.authorLinks li {
  padding-bottom: 0.6em; }
.authorLinks a {
  position: relative;
  margin-right: 0.4em; }
  .authorLinks a.icon-twitter2 {
    font-size: 2.4em;
    margin-right: 0.3em; }
  .authorLinks a.icon-facebook2 {
    font-size: 2em;
    top: -0.07em; }
  .authorLinks a.icon-homepage {
    font-size: 2.3em; }

/*********************
FOOTER STYLES
*********************/
footer {
  width: 100%;
  background: #231f20;
  overflow: hidden;
  text-align: center; }
  footer p, footer li {
    color: #fff; }
  footer li {
    margin-left: 5px;
    margin-right: 5px; }
    footer li a {
      color: #fff; }
  footer p.meta {
    margin-bottom: 2.15em; }
  footer p.testNodisplay {
    display: none; }

/*********************
\COMMENTS
*********************/
a.comment-reply-link {
  float: left; }

.commentsCont {
  border-bottom: 1px solid #939598;
  padding-bottom: 2em;
  margin-bottom: 2em; }
  .commentsCont ol ul.children {
    padding-left: 16px; }
  .commentsCont li article {
    margin-bottom: 1.5em; }
    .commentsCont li article header {
      font-size: 80%; }
      .commentsCont li article header cite {
        font-style: normal; }
    .commentsCont li article section p a {
      text-decoration: underline;
      color: #414042; }

p.loggedIn {
  font-size: 80%; }

#cancel-comment-reply {
  position: relative;
  top: 0.05em; }

#cancel-comment-reply, #comment-form-title {
  float: left; }

#comment-form-title {
  margin-right: 0.8em; }

/*********************
TRANSITIONS & ANIMATIONS
*********************/
/**************
BACKGROUNDS
****************/
/*********************
\PAGE NAVI
*********************/
.page-navigation {
  text-align: center; }
  .page-navigation li {
    padding-left: 8px;
    padding-right: 8px; }
    .page-navigation li.bpn-current {
      font-weight: bold; }

/*********************
BUTTONS
*********************/
.button, a.comment-reply-link, a.button, a.comment-reply-link, .button:visited, a.comment-reply-link:visited {
  padding: 7px 10px 6px 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #6d6e71;
  color: #fff; }
  .button.small, a.comment-reply-link, a.button.small, a.comment-reply-link, .button:visited.small, a.comment-reply-link:visited {
    font-size: 0.7em;
    line-height: 1em; }

/*********************
\UNCOVERAGE WIDGETS
*********************/
.uncoverage_frame {
  float: left;
  border: 1px solid #939598;
  margin-bottom: 2em;
  overflow: auto; }
  .uncoverage_frame iframe.uncoverage_widget {
    width: 290px;
    max-width: auto !important; }

.author .uncoverage_frame {
  margin-top: 1em; }

/*********************
\FORMS
*********************/
input, textarea {
  background: #d1d3d4; }
  input:focus, textarea:focus {
    outline: none; }

#mobSearchform {
  display: block; }

#deskSearchform {
  display: none; }

form textarea {
  font-size: 90%;
  line-height: 1.5; }
form input, form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 7px 5px 5px 5px;
  border: none; }
  form input[type="submit"], form textarea[type="submit"] {
    color: #fff; }
form input[type="text"], form input[type="url"], form input[type="email"], form textarea {
  width: 100%; }
form textarea {
  min-height: 150px; }

#commentform {
  padding-top: 1em;
  padding-bottom: 1em; }
  #commentform label {
    display: none; }
  #commentform small {
    padding-top: 8px;
    display: block; }

#comment-form-elements .nameField {
  max-width: 320px; }
#comment-form-elements .emailField {
  max-width: 320px; }

.searchform {
  width: 89%;
  position: relative;
  top: 8px; }
  .searchform label {
    display: none; }
  .searchform input[type="text"] {
    width: 75%; }
  .searchform input[type="submit"] {
    width: 20%;
    position: relative;
    left: -6px;
    text-indent: -9999px;
    color: transparent;
    background-image: url('../img/temp/searchArrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-right: 9px solid #d1d3d4;
    background-size: 20%; }

header .searchform {
  margin-bottom: 24px; }

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

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

/*********************
\CATEGORIES
*********************/
/*.newsAndAnalysis, .resourcesAndHowTos {				//need to get rid of separate classes as all is the same colour now
	a.button {
		background-color:$red;
		color:$white;
	}
}*/
/*********************
\COLOURS
*********************/
@media only screen and (min-width: 390px) {
  .shareIcons .showMeOverThis {
    display: inline; }
 }

@media only screen and (min-width: 480px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .slideCont.active {
    -webkit-transform: translate(-21em, 0);
    -ms-transform: translate(-21em, 0);
    -o-transform: translate(-21em, 0);
    -moz-transform: translate(-21em, 0);
    transform: translate(-21em, 0); }

  .shareIcons ul {
    float: left; }
    .shareIcons ul li {
      margin-left: 0.75em; }

  /*********************
TYPE
*********************/
  /*ul.categories {
	clear:none;
	position:relative;
	top:7px;
}*/
  p.meta {
    margin-right: 32px; }

  /*********************
HEADER STYLES
*********************/
  /*********************
LOGO STYLES
*********************/
  /*********************
\IMAGES
*********************/
  .single .authorPic {
    width: 42%;
    float: right;
    margin-left: 16px; }
  .single .miniBio {
    padding-bottom: 2em; }

  .featuredImage {
    height: 220px; }

  /*********************
NAVIGATION STYLES
*********************/
  .js header nav {
    width: 21em;
    right: -21em; }

  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  footer ul li {
    display: inline-block; }

  /*********************
TRANSITIONS
*********************/
  /*********************
\BUTTONS
*********************/
  .button, a.comment-reply-link, .button:visited, a.comment-reply-link:visited {
    width: auto; }

  /*********************
\FORMS
*********************/
  #comment-form-elements .nameField {
    width: 40%;
    float: left;
    max-width: none; }
  #comment-form-elements .emailField {
    width: 59%;
    float: right;
    max-width: none; }
 }

@media only screen and (min-width: 568px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .w50 {
    width: 50%;
    float: left; }
    .w50:nth-of-type(2n) {
      padding-left: 8px; }
    .w50:nth-of-type(2n-1) {
      padding-right: 8px; }

  /*********************
TYPE
*********************/

  /*********************
IMAGES
*********************/
  .featuredImage {
    height: 260px; }

 }

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .w25 {
    width: 50%;
    float: left; }
    .w25:nth-of-type(2n-1) {
      padding-right: 8px;
      clear: left; }
    .w25:nth-of-type(2n) {
      padding-left: 8px; }

  .home .w50.colPosts {
    width: auto;
    float: none;
    padding-left: 16px;
    padding-right: 16px; }
 }

@media only screen and (min-width: 630px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
TYPE
*********************/
  body {
    font-size: 17px; }

  /*ul.categories li a {
	padding:10px 10px 9px 10px;
}*/
  /*********************
IMAGES
*********************/
  .featuredImage {
    height: 300px; }
 }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  .masthead {
    padding-top: 32px; }

  body {
    font-size: 16px; }

  /*********************
LAYOUT & GRID STYLES
*********************/
  .w100, .w75, .w70, .w66, .w60, .w50, .w40, .w33, .w30, .w25 {
    padding-left: 32px;
    padding-right: 32px; }

  .wrap.wider {
    /*	.w50.colPosts {
		&:nth-of-type( 2n+1 ) {
			padding-left: 16px;
			padding-right: 8px;
		}
		&:nth-of-type( 2n ) {
			padding-left: 8px;
			padding-right: 16px;
		}
	}
	.w66 {
		padding-left:16px;
		
		h1,.h1 {
			padding-left:16px;
		}
	}*/ }

  .w75 {
    width: 75%;
    float: left; }

  .w70 {
    width: 70%;
    float: left; }

  .w66 {
    width: 66%;
    padding-right: 0;
    float: left; }

  .w60 {
    width: 60%;
    padding-right: 0;
    float: left; }

  .w40 {
    width: 40%;
    float: left; }

  .w33 {
    width: 33.33333%;
    float: left; }

  .w30 {
    width: 30%;
    float: left; }

  .w25 {
    width: 25%;
    float: left; }

  .page-template-page-contributors-php .w25 {
    width: 33.33333%; }
    .page-template-page-contributors-php .w25:nth-of-type(3n+1) {
      clear: left; }

  .single .miniBio {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .single .authorDetail {
    padding-left: 10%; }
  .single .authorPic {
    width: auto;
    max-width: none;
    float: none;
    margin-left: 0;
    width: 70%;
    height: 70%; }

  .featuredImage {
    height: 200px; }

  .search .featuredImage, .archive .featuredImage {
    height: 240px; }

  .author .widget {
    padding-top: 0.5em;
    margin-top: 0;
    border: none; }

  /*********************
\TYPE
*********************/
  .w33, .w30, .w25 {
    font-size: 80%; }

  .headerLabel {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 0.85em;
    padding-top: 0.55em;
    position: relative;
    left: 1px; }

  p.subtitle {
    font-size: 38px; }

  .wp-caption-text {
    padding-right: 20px; }

  /*********************
\ICONS
*********************/
  .socmedDesktop {
    display: block; }
    .socmedDesktop h3 {
      float: none; }
    .socmedDesktop ul {
      float: none; }
      .socmedDesktop ul li {
        margin-right: 16px;
        margin-left: 0; }

  /*********************
HEADER STYLES
*********************/
  /*********************
LOGO STYLES
*********************/
  .wordmark {
    width: 241px;
    height: 40px;
    top: 0; }

  /*********************
\IMAGES
*********************/
  .load-gravatar {
    display: inline-block; }

  /*********************
NAVIGATION STYLES
*********************/
  .menuLink {
    font-size: 52px;
    right: 35px;
    top: 26px; }

  #mainNav {
    padding-top: 29px; }

  /*********************
SIDEBARS & ASIDES
*********************/
  .widget {
    padding-top: 0.5em; }

  /*********************
FOOTER STYLES
*********************/
  footer .wrap {
    padding-left: 32px;
    padding-right: 32px; }
  footer .logo {
    display: inline;
    vertical-align: baseline;
    margin: 0 0.8em 0 0; }
  footer ul.socmedIcons {
    position: relative;
    top: -0.2em;
    display: inline; }
    footer ul.socmedIcons li a {
      font-size: 2.5em; }
  footer nav {
    margin-top: 1.3em; }

  /*********************
TRANSITIONS
*********************/
  /*********************
\FORMS
*********************/
  .searchform {
    width: 83%; }

  /*********************
\BUTTONS
*********************/
  .btnAllPosts {
    position: static;
    margin-bottom: 1em; }
 }

@media only screen and (min-width: 900px) {
  .featuredImage {
    height: 210px; }

  .search .featuredImage, .archive .featuredImage {
    height: 275px; }
 }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .slideCont.active {
    -webkit-transform: translate(0, 0); }


  .w66 {
    float: left; }

  .w33 {
    float: right; }

  .logo {
    float: left; }

  .contDesktopFormIcons {
    float: right;
    display: block;
    width: 165px;
    height: 100px;
    position: absolute;
    right: 0;
    background: lightgrey;
    padding-left: 8px; }

  #overlay {
    display: none; }
    #overlay.galleryOpen {
      display: block;
      z-index: 9999; }

  .masthead {
    margin-top: 4em;
    z-index: 0; }

  .page-template-page-contributors-php .w25 {
    width: 25%; }
    .page-template-page-contributors-php .w25:nth-of-type(3n+1) {
      clear: none; }
    .page-template-page-contributors-php .w25:nth-of-type(4n+1) {
      clear: left; }

  .w50:nth-of-type(2n) {
    padding-left: 16px; }
  .w50:nth-of-type(2n-1) {
    padding-right: 16px; }

  header nav .w100 {
    padding-left: 32px;
    padding-right: 32px;
    position: relative; }

  p.subtitle {
    padding-top: 0;
    clear: none;
    float: right;
    font-size: 27px;
    letter-spacing: -1px; }

  .single .w60 {
    max-width: 650px; }

  /*********************
TYPE
*********************/
  p.subtitle {
    display: block; }

  /*********************
HEADER STYLES
*********************/
  /*********************
LOGO STYLES
*********************/
  .wordmark {
    width: 174px;
    height: 31px;
    float: left; }

  /*********************
NAVIGATION STYLES
*********************/
  .menuLink {
    display: none; }

  .banner {
    position: fixed;
    height: 46px;
    width: 100%;
    z-index: 999; }

  .js header nav {
    position: static;
    width: 100%;
    padding: 0; }
    .js header nav#mainNav {
      position: fixed;
      right: auto;
      height: auto;
      padding-top: 0; }
    .js header nav .sectionHeader {
      display: none; }
    .js header nav ul {
      float: left;
      display: inline-block;
      border: none;
      margin: 0;
      padding: 0; }
      .js header nav ul li {
        display: inline-block;
        font-size: 15px;
        padding: 8px 6px; }
        .js header nav ul li a {
          position: relative;
          left: -5px;
          font-size: 13px; }
      .js header nav ul.mobileMainMenu {
        display: none; }
      .js header nav ul.socmedIcons {
        float: left;
        margin-top: 8px;
        position: relative;
        left: -1px; }
        .js header nav ul.socmedIcons li {
          padding: 8px 6px 8px 4px; }
        .js header nav ul.socmedIcons a {
          position: static;
          margin: 0;
          font-size: 18px; }

  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  footer .logo {
    float: left;
    margin-right: 1.2em; }
  footer ul.socmedIcons {
    float: left;
    top: -0.1em; }
  footer nav {
    margin-top: 0;
    float: right;
    position: relative;
    top: 0.3em; }
    footer nav ul li {
      margin-right: 0;
      margin-left: 0.8em; }
  footer .legal {
    clear: both; }
    footer .legal p {
      text-align: left; }
    footer .legal ul {
      text-align: left; }

  /*********************
TRANSITIONS
*********************/
  /*********************
FORMS
*********************/
  #mobSearchform {
    display: none; }

  #deskSearchform {
    display: block; }
    #deskSearchform input {
      display: block;
      float: left; }
    #deskSearchform input[type="text"] {
      width: 86%; }
    #deskSearchform input[type="submit"] {
      width: 11%;
      left: 0;
      top: 1px; }

  .searchform {
    font-size: 13px;
    width: auto;
    text-align: right;
    top: 12px; }
    .searchform input[type="text"] {
      width: 65%; }
    .searchform input[type="submit"] {
      background-size: 90%; }
    .searchform form {
      position: static;
      width: 100%; }

  /*********************
\IMAGES
*********************/
  .featuredImage {
    height: 230px; }

  .search .featuredImage, .archive .featuredImage {
    height: 305px; }
 }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1100px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .w33 {
    padding-left: 4%; }

  /*********************
TYPE
*********************/
  body {
    font-size: 17px; }

  .wordmark {
    width: 196px;
    height: 32px; }

  p.subtitle {
    float: right;
    font-size: 28px;
    letter-spacing: normal; }

  /*********************
HEADER STYLES
*********************/
  /*********************
LOGO STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  #mainNav ul {
    position: relative;
    top: 1px; }
    #mainNav ul.socmedIcons {
      top: 0; }
      #mainNav ul.socmedIcons li a {
        font-size: 20px; }
    #mainNav ul li {
      padding-right: 9px; }
      #mainNav ul li a {
        font-size: 14px; }

  /*********************
\IMAGES
*********************/
  .featuredImage {
    height: 245px; }

  .search .featuredImage, .archive .featuredImage {
    height: 345px; }
 }

@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 

******************************************************************/
  .home .w50:nth-of-type(2n) {
    padding-left: 40px; }
  .home .w50:nth-of-type(2n-1) {
    padding-right: 40px; }

  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1250px; }

  .single .authorDetail {
    width: 47%;
    padding-left: 8%; }
    .single .authorDetail .authorPic {
      width: 150px;
      height: 150px;
      float: left; }
    .single .authorDetail .miniBio {
      float: left;
      width: 255px;
      padding-left: 25px; }

  /*********************
TYPE
*********************/

  p.subtitle {
    font-size: 31px; }

  /*********************
HEADER STYLES
*********************/
  /*********************
LOGO STYLES
*********************/
  .wordmark {
    width: 210px;
    height: 36px; }

  /*********************
NAVIGATION STYLES
*********************/
  #mainNav ul li {
    padding-right: 13px; }

  /*********************
IMAGES
*********************/
  .featuredImage {
    height: 275px; }

  .search .featuredImage, .archive .featuredImage {
    height: 370px; }
 }

/*@media only screen and (min-width: 97.5em) {

	// styles in 1240up.scss
	@import "1560up";

}

@media only screen and (min-width: 132em) {

	// styles in 1240up.scss
	@import "2160up";

}*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; }
 }

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