/*
Theme Name: Subtraction 8.0
Theme URI: http://themesupply.co/themes/subtraction
Author: THEME SUPPLY Co.
Author URI: http://themesupply.co
Description:
*/
/* =General
-------------------------------------------------------------- */
/*! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "subtraction-80-icons/style.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
}
/**
 * Remove default margin.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  margin: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*	Grid (Heights & Widths)
-------------------------------------------------------------- */
/* Width / Height Constants */
/* Full Grid Widths */
/* Easy Widths & Heights */
/* Typography
-------------------------------------------------------------- */
/* Fonts */
/* Font sizes */
/* Type Styles */
/* Colours
-------------------------------------------------------------- */
/* Colours  */
/* LESS Elements 0.6 More info at: http://lesselements.com
-------------------------------------------------------------- */
/* Hidden */
/* Add Ligatures */
/* Remove Safari border select */
/* Spin element */
/* Animated */
/* Selections */
/* User Selections */
.user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Gradient */
/* Borders */
/* Drop Shadows */
/* Rounded Corners */
/* Specfic Rounded Corners */
/* LESS Mixins
-------------------------------------------------------------- */
/**
 * IMAGE Shadow
 */
/**
 * Invert colors 
 * 
 * - src: https://gist.github.com/brysongilbert/6062276
 * - src: http://goo.gl/xKSBlI
 */
/**
 * Mini Rule
 */
/**
 * Animate Opacity
 */
/* = Globals Styles
-------------------------------------------------------------- */
body {
  background: #ffffff;
}
body,
input,
textarea {
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  text-decoration: none;
  font-weight: 700;
  outline: 0;
  color: #000000;
  /* .animate-this; */
}
a:link,
a:visited {
  color: #000000;
  /* .animate-this; */
}
a:hover,
a:active {
  color: #f07834;
  /* .animate-this; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-bottom: 26px;
  word-wrap: break-word;
  word-break: break-word;
}
ul {
  margin: 0 0 26px;
}
ul li {
  line-height: 26px;
  list-style: square;
  list-style-position: inside;
}
ul li ul {
  margin-left: 10px;
  list-style-position: inside;
}
ul li ol {
  margin-left: 10px;
  list-style: lower-alpha;
  list-style-position: inside;
}
ol {
  margin: 0 0 26px;
}
ol li {
  line-height: 26px;
  list-style: decimal;
  list-style-position: inside;
}
ol li ul {
  margin-left: 10px;
  list-style-position: inside;
}
ol li ol {
  margin-left: 10px;
  list-style: lower-alpha;
  list-style-position: inside;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
dl {
  margin: 0 0 26px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 26px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
small {
  font-size: 66.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  margin-bottom: 26px;
}
blockquote {
  font-style: italic;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
address {
  margin-bottom: 26px;
}
pre {
  color: #000000;
  line-height: 26px;
  word-break: break-word;
  margin: 0 0 26px;
  padding: 10.4px;
  font-family: 'Courier 10 Pitch', Courier, monospace;
}
code {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border: none;
  border-bottom: 1px dotted #ededed;
  cursor: help;
}
table {
  text-align: left;
  line-height: 25px;
  margin-bottom: 26px;
  width: 100%;
  border: 1px solid #ededed;
  border-width: 1px 0;
}
table tr {
  text-align: left;
}
table tr th,
table thead th,
table tfoot th {
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 5px;
  background: #ededed;
  color: #000000;
}
table thead th {
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
table tr td {
  border-top: 1px solid #ededed;
  padding: 0 5px;
}
table tr td a {
  padding: 5px;
  margin: -5px;
}
hr {
  background-color: #ededed;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 26px;
}
sup,
sub {
  height: 0;
  font-size: 0.625em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
mark {
  background: #000000;
  padding: 0 5px;
  display: inline-block;
}
figure {
  border: none;
}
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
}
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img#wpstats {
  display: none;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* =Structure
-------------------------------------------------------------- */
html.invert {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  /* WebKit */
  -webkit-filter: invert();
  /* Firefox */
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
  /* IE 6-7 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  /* IE 8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}
@-moz-document url-prefix() {
  html.invert {
    background: #000000;
  }
}
html.invert img {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  /* WebKit */
  -webkit-filter: invert();
  /* Firefox */
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
  /* IE 6-7 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
  /* IE 8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(invert=1)';
}
.js body.page-loading #masthead,
.js body.page-loading #main,
.js body.page-loading #main #right-adspace,
.js body.page-loading #browse,
.js body.page-loading #colophon {
  opacity: 0;
}
#page {
  -webkit-text-size-adjust: none;
}
#page .fill-screen {
  top: 0;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
}
#page #masthead {
  width: 100%;
  width: auto;
  z-index: 1000;
  position: relative;
}
#page #masthead #masthead-wrap {
  /* height: (@baseline * 7); */
  margin: 20px auto 0;
  overflow: visible;
  position: relative;
  display: table;
}
.js #page #masthead #masthead-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #masthead #masthead-wrap #branding-wrap {
  padding-bottom: 135px;
}
.js #page #masthead #masthead-wrap .site-branding {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #masthead #masthead-wrap #access {
  position: relative;
}
#page #masthead .navigation-main {
  width: 200px;
  float: right;
  margin-left: 10px;
}
.js #page #masthead .navigation-main {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.js #page #masthead #header-search {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #main {
  width: 100%;
  width: auto;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
}
#page #main #primary {
  margin: -1px auto 0;
  display: block;
  position: relative;
  /*
			-webkit-transition: width 0.3s;
			-moz-transition: width 0.3s;
			transition: width 0.3s;
*/
}
#page #main #primary #content {
  position: relative;
  display: block;
  clear: none;
}
#page #browse {
  z-index: 2000;
  position: relative;
}
#page #browse .site-description {
  position: fixed;
  top: -26px;
  left: 50%;
  margin-left: -625px;
  z-index: 1600;
}
.js #page #browse .site-description {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #browse #browse-posts {
  position: fixed;
  bottom: 0;
  left: 50%;
  top: 0;
  margin-bottom: 0;
  margin-left: -625px;
  overflow: hidden;
  z-index: 1500;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.js #page #browse #browse-posts {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #colophon {
  width: 100%;
  width: auto;
  overflow: visible;
  position: relative;
  display: block;
  clear: both;
  z-index: 3;
}
#page #colophon #footer-adspace {
  width: 830px;
  margin: 0 auto;
}
.js #page #colophon #footer-adspace {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page #colophon #site-info {
  width: 830px;
}
.js #page #colophon #site-info {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* =Modules
-------------------------------------------------------------- */
/* =Header
-------------------------------------------------------------- */
#masthead {
  margin: 1px 0 0;
  /* Promo
	-------------------------------------------------------------- */
  /* Branding 
	-------------------------------------------------------------- */
}
#masthead #promo {
  border-top: 1px solid #cccccc;
  padding: 18px 5px;
}
#masthead #promo > * {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
#masthead #promo a {
  color: #d0021a;
}
#masthead #promo a:link,
#masthead #promo a:visited {
  color: #d0021a;
}
#masthead #promo a:hover,
#masthead #promo a:active {
  color: #333333;
}
#masthead #promo figure {
  margin-top: -6px;
}
#masthead #promo figure.alignleft {
  margin-right: 10px;
}
#masthead #promo figure.alignright {
  margin-left: 10px;
}
#masthead #promo figure img {
  height: 26px;
  width: auto;
  max-width: auto;
  margin-bottom: 0;
}
#masthead .site-branding {
  margin: -1px -210px 0 210px;
  float: left;
  position: relative;
  z-index: 10;
}
#masthead .site-branding .site-title {
  width: 830px;
  font-size: 30px;
  line-height: 16px;
  display: block;
  margin: -1px 0 0;
  position: relative;
  border-top: 1px solid #cccccc;
  z-index: 3;
}
#masthead .site-branding .site-title a {
  display: inline-block;
  padding: 20px 5px 0;
  margin: 0;
}
#masthead .site-branding .site-title a:hover {
  color: #f07834;
}
#masthead .site-branding .site-description {
  display: none;
}
#masthead .no-js-msg {
  display: none;
  position: absolute;
  top: 55px;
  width: 830px;
  margin: 0 0 0 -415px;
  padding-left: 5px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.no-js #masthead .no-js-msg {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
/* =Menu
-------------------------------------------------------------- */
#masthead {
  /* =Navigation
	-------------------------------------------------------------- */
}
#masthead .navigation-main {
  padding-top: 10px;
  position: relative;
  z-index: 2;
}
#masthead .navigation-main:before {
  content: "\00a0";
  position: absolute;
  width: 20px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #cccccc;
  top: -1px;
  left: 0;
  z-index: 1;
}
#masthead .skip-link,
#masthead .menu-toggle {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#masthead #site-navigation .menu {
  margin: 0;
  display: block;
  border: none;
  list-style: none;
}
#masthead #site-navigation .menu ul {
  border: none;
  list-style: none;
}
#masthead #site-navigation .menu li {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}
#masthead #site-navigation .menu li a {
  padding: 5px;
  margin: 0;
  display: block;
  font-weight: bold;
  position: relative;
}
#masthead #site-navigation .menu li ul.children,
#masthead #site-navigation .menu li ul.sub-menu {
  position: absolute;
  top: -999em;
  width: 10em;
  padding: 10.4px;
  list-style: none;
  border: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.33);
}
#masthead #site-navigation .menu li ul.children li,
#masthead #site-navigation .menu li ul.sub-menu li {
  font-size: 15px;
  padding: 0;
}
#masthead #site-navigation .menu li ul.children li ul.children,
#masthead #site-navigation .menu li ul.sub-menu li ul.children,
#masthead #site-navigation .menu li ul.children li ul.sub-menu,
#masthead #site-navigation .menu li ul.sub-menu li ul.sub-menu {
  position: absolute;
  top: -999em;
  width: 10em;
}
#masthead #site-navigation .menu li ul.children li:hover,
#masthead #site-navigation .menu li ul.sub-menu li:hover {
  visibility: visible;
}
#masthead #site-navigation .menu li ul.children li:hover ul,
#masthead #site-navigation .menu li ul.sub-menu li:hover ul {
  left: 90%;
  top: -10.4px;
  z-index: 99;
}
#masthead #site-navigation .menu li ul.children li:hover ul li,
#masthead #site-navigation .menu li ul.sub-menu li:hover ul li {
  width: 100%;
}
#masthead #site-navigation .menu li:hover {
  visibility: visible;
}
#masthead #site-navigation .menu li:hover ul {
  left: -15.6px;
  top: 32.2px;
  z-index: 99;
}
#masthead #site-navigation .menu li:hover ul li {
  width: 100%;
}
#masthead #site-navigation .menu li.current-menu-item a {
  cursor: default;
}
#masthead #site-navigation .menu li.current-menu-item a:hover,
#masthead #site-navigation .menu li.current-menu-item a:active {
  color: #000000;
}
#masthead #site-navigation .menu li.current-menu-item ul {
  background: #000000;
}
#masthead #site-navigation .menu li.current-menu-item ul a {
  background: #000000;
  color: #ffffff;
}
#masthead #site-navigation .menu li.current-menu-item ul a:hover {
  background: #ffffff;
  color: #000000;
}
#masthead #site-navigation .menu li.current-menu-parent a {
  background: #ffffff;
  color: #000000;
}
#masthead #site-navigation .menu li.current-menu-parent a:hover {
  background: #000000;
  color: #ffffff;
}
#masthead #site-navigation .menu li.current-menu-parent ul li a {
  background: #000000;
  color: #ffffff;
}
#masthead #site-navigation .menu li.current-menu-parent ul li a:hover {
  background: #ffffff;
  color: #000000;
}
#masthead #site-navigation .menu li.current-menu-parent ul li.current-menu-item a {
  background: #ffffff;
  color: #000000;
}
/* About Page Drop Down 
-------------------------------------------------------------- */
#header-about-page {
  position: absolute;
  z-index: 15;
  width: 830px;
  border-bottom: 1px solid #f07834;
  display: none;
}
#header-about-page .hentry {
  margin-top: 52px;
  background: #ffffff;
}
#header-about-page .hentry .entry-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#header-about-page .hentry .entry-content {
  padding: 0 5px;
  margin-right: 210px;
}
#header-about-page .hentry .entry-content p {
  line-height: 26px;
}
#header-about-page .hentry .entry-content .terminator,
#header-about-page .hentry .entry-content .continue-reading,
#header-about-page .hentry .entry-content .sd-sharing-enabled {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#header-about-page .hentry .entry-content a {
  font-weight: bold;
  text-decoration: underline;
}
#header-about-page .hentry .page-meta {
  padding-bottom: 26px;
  display: table;
}
#header-about-page .hentry .page-meta .social-links {
  list-style: none;
  margin: 0;
}
#header-about-page .hentry .page-meta .social-links .social-link {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  width: 95px;
  position: relative;
}
#header-about-page .hentry .page-meta .social-links .social-link a {
  display: block;
  font-weight: 400;
  padding: 26px 5px 0;
  color: #333333;
  line-height: 16px;
}
#header-about-page .hentry .page-meta .social-links .social-link a strong {
  font-weight: bold;
  display: block;
  color: #000000;
}
#header-about-page .hentry .page-meta .social-links .social-link a:before {
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: -6px;
  color: #000000;
}
#header-about-page .hentry .page-meta .social-links .social-link a:hover,
#header-about-page .hentry .page-meta .social-links .social-link a:active {
  color: #f07834;
}
#header-about-page .hentry .page-meta .social-links .social-link a:hover strong,
#header-about-page .hentry .page-meta .social-links .social-link a:active strong,
#header-about-page .hentry .page-meta .social-links .social-link a:hover:before,
#header-about-page .hentry .page-meta .social-links .social-link a:active:before {
  color: #f07834;
}
#header-about-page .hentry .page-meta .social-links .social-link:last-child {
  margin-right: 0;
}
#header-about-page .hentry .page-meta .social-links .social-link.social-link-address {
  width: 410px;
}
#header-about-page .hentry .page-meta .social-links .social-link.social-link-address address {
  padding: 26px 5px 0;
  line-height: 16px;
}
#header-about-page .hentry .page-meta .social-links .social-link.social-link-address address:before {
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: -2px;
  color: #000000;
}
#header-about-page .close-about {
  color: #f07834;
  background: #ffffff;
  font-size: 1px;
  line-height: 130px;
  height: 52px;
  width: 50px;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 12;
  position: absolute;
}
#header-about-page .close-about:before {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
  padding: 12px 10px;
  line-height: 26px;
}
#header-about-page .close-about:link,
#header-about-page .close-about:visited {
  color: #f07834;
}
#header-about-page .close-about:hover,
#header-about-page .close-about:active {
  color: #cccccc;
}
#header-about-page .close-about.icon-close:before {
  font-size: 25px;
}
/* Search form dropdown 
-------------------------------------------------------------- */
#header-search {
  position: absolute;
  z-index: 10;
  width: 100%;
  /* display: none; */
}
#header-search #header-search-form {
  border-bottom: 1px solid #ededed;
  display: none;
}
#header-search #s,
#header-search #q {
  height: 52px;
  width: 820px;
  padding: 0 5px;
  font-size: 18px;
  border: none;
  outline: none;
  -webkit-appearance: inherit;
}
#header-search #s:focus,
#header-search #q:focus,
#header-search #s:active,
#header-search #q:active {
  outline: none;
}
#header-search #searchsubmit {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#header-search .search-symbol {
  color: #000000;
  background: #ffffff;
  border: none;
  outline: none;
  -webkit-appearance: inherit;
  font-size: 12px;
  font-weight: bold;
  height: 52px;
  line-height: 48px;
  width: 50px;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 12;
  position: absolute;
}
#header-search .search-symbol:focus,
#header-search .search-symbol:active {
  outline: none;
}
.js #header-search .search-symbol {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .search-symbol:before {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  left: 0;
  top: 7px;
  padding: 13px 15px;
  line-height: 26px;
  border: 0;
  background-color: transparent;
}
#header-search .search-symbol:link,
#header-search .search-symbol:visited {
  color: #000000;
}
#header-search .search-symbol:hover,
#header-search .search-symbol:active {
  color: #f07834;
}
#header-search .cancel {
  width: 85px;
}
.js #header-search .cancel {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .cancel:before {
  content: "";
  font-size: 25px;
  padding: 12px 10px;
  margin-right: 10px;
  font-weight: normal;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.js #header-search .cancel:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .cancel:link,
#header-search .cancel:visited {
  color: #000000;
}
#header-search .cancel:hover,
#header-search .cancel:active {
  color: #f07834;
}
#header-search .cancel:hover:before,
#header-search .cancel:active:before {
  color: #f07834;
}
.js #header-search .cancel:hover:before,
.js #header-search .cancel:active:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .icon-close {
  width: 95px;
  /* width: (@gutter * 5); */
}
.js #header-search .icon-close {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .icon-close:before {
  font-size: 25px;
  padding: 12px 10px;
  margin-right: 10px;
  font-weight: normal;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.js #header-search .icon-close:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header-search .icon-close:link,
#header-search .icon-close:visited {
  color: #000000;
}
#header-search .icon-close:hover,
#header-search .icon-close:active {
  color: #f07834;
}
#header-search .icon-close:hover:before,
#header-search .icon-close:active:before {
  color: #f07834;
}
.js #header-search .icon-close:hover:before,
.js #header-search .icon-close:active:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.navigation a {
  text-decoration: none;
  display: block;
  padding: 5px;
}
.navigation .nav-previous,
.navigation .attachment-previous,
.navigation .nav-next,
.navigation .attachment-next {
  width: 305px;
  margin-right: 105px;
  word-break: break-word;
  float: left;
  height: 156px;
}
.navigation .meta-nav {
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
#nav-below {
  position: fixed;
  left: 50%;
  bottom: -157px;
  top: inherit;
  margin-left: -415px;
  display: block;
  padding: 0;
  width: 2500px;
  border-top: 1px solid #f07834;
  background: #ffffff;
  z-index: 6;
}
.js #nav-below {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#nav-below a {
  padding: 13px 5px;
  min-height: 130px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
}
#nav-below a:link,
#nav-below a:visited {
  color: #000000;
}
#nav-below a:hover,
#nav-below a:active {
  color: #f07834;
}
#nav-below a:hover .nav-excerpt,
#nav-below a:active .nav-excerpt {
  color: #f07834;
}
#nav-below a:hover .nav-excerpt p,
#nav-below a:active .nav-excerpt p {
  margin-bottom: 0;
}
#nav-below a .meta-nav {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
}
#nav-below a .nav-excerpt {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  display: block;
}
#nav-below.show-nav {
  bottom: 0;
}
.js #nav-below.show-nav {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
  padding: 0;
  width: 830px;
  font-size: 12px;
  line-height: 20.8px;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}
#comments .comments-title {
  /* display: none; */
  width: 610px;
  padding: 0 5px;
  letter-spacing: -0.0125em;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 0;
}
.comment-list {
  padding: 0;
  border-bottom: none;
  margin: 0;
  list-style: none;
}
.comment-list .comment {
  padding: 0;
  border-bottom: none;
  list-style: none;
}
.comment-list .comment .comment-article {
  background: transparent;
  margin: 0 0 -1px;
  padding: 13px 105px 13px 105px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.comment-list .comment .comment-article .comment-header {
  margin-left: 0;
  line-height: 26px;
}
.comment-list .comment .comment-article .comment-header .remark-sent {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  padding: 0 5px;
  margin: 0 0 13px -105px;
}
.comment-list .comment .comment-article .comment-header .remark-sent strong {
  display: block;
  color: #333333;
}
.comment-list .comment .comment-article .comment-header .comment-author-avatar {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 28px;
  /* .avatar { position: absolute; top: 0; left: 0; width: @baseline * 2 - 1px; height: @baseline * 2 - 1px; } */
}
.comment-list .comment .comment-article .comment-header .comment-author-avatar img {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-list .comment .comment-article .comment-header .comment-meta {
  font-size: 12px;
  padding: 0 5px;
}
.comment-list .comment .comment-article .comment-header .comment-meta .comment-author {
  color: #000000;
  font-weight: bold;
  font-style: normal;
}
.comment-list .comment .comment-article .comment-header .comment-meta .comment-date-time {
  font-weight: normal;
  color: #333333;
}
.comment-list .comment .comment-article .comment-header .comment-meta .comment-date-time:hover {
  color: #f07834;
}
.comment-list .comment .comment-article .comment-content {
  line-height: 26px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 0 5px;
}
.comment-list .comment .comment-article .comment-content p {
  margin-bottom: 13px;
}
.comment-list .comment .comment-article .comment-content ul,
.comment-list .comment .comment-article .comment-content ol {
  margin: 0 0 26px;
}
.comment-list .comment .comment-article .comment-content ul li,
.comment-list .comment .comment-article .comment-content ol li {
  list-style-position: inside;
}
.comment-list .comment .comment-article .comment-content ul li ul,
.comment-list .comment .comment-article .comment-content ol li ul,
.comment-list .comment .comment-article .comment-content ul li ol,
.comment-list .comment .comment-article .comment-content ol li ol {
  margin: 0 0 -1px 10px;
}
.comment-list .comment .comment-article .reply {
  position: absolute;
  top: 26px;
  right: 5px;
  text-align: right;
  width: 95px;
  font-size: 12px;
}
.comment-list .comment .comment-article .reply a {
  padding: 0 5px;
  margin: 0 -5px;
}
.comments-off .comment-list .comment:last-child .comment-article {
  border-bottom: none;
}
.comment-list .comment.bypostauthor,
.comment-list .comment.byuser {
  padding-top: 0;
  border-top: none;
}
.comment-list .comment .children {
  list-style: none;
  margin: 0 0 -1px;
  border-top: none;
  border-bottom: 1px solid #ededed;
}
.comment-list .comment .children li.comment {
  margin: 0 0 0 57.5px;
  border-bottom: none;
}
.comment-list .comment #respond {
  margin: 0;
  padding: 26px 0;
  border-bottom: 1px solid #ededed;
}
.comment-list .comment #respond #commentform .form-submit {
  margin-bottom: -26px;
}
.comment-list .comment.hide-on-load {
  display: none;
}
.comment-list .comment-reply-link {
  font-size: 12px;
  padding: 0;
  text-align: right;
}
.comment-list .comment-reply-link a {
  text-decoration: none;
  padding: 5px;
}
.comment-list .comment-navigation {
  font-weight: bold;
  padding: 0 0 26px 0;
  margin-right: 10px;
}
.pings-list {
  padding: 0;
  border-bottom: none;
  margin: 0;
  list-style: none;
}
.pings-list .trackback,
.pings-list .pingback {
  border-bottom: 1px solid #ededed;
  position: relative;
  padding: 13px 5px 13px 110px;
  list-style: none;
}
.pings-list .trackback p,
.pings-list .pingback p {
  margin-bottom: 0;
  font-size: 15px;
}
.pings-list .trackback p a,
.pings-list .pingback p a {
  display: inline;
}
.pings-list .trackback p .edit-link a,
.pings-list .pingback p .edit-link a {
  display: block;
}
#respond {
  line-height: 26px;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 830px;
}
#respond #reply-title {
  position: absolute;
  bottom: 52px;
  right: 215px;
}
#respond #reply-title small {
  font-size: 15px;
}
#respond #commentform {
  padding: 13px 0 26px;
  font-size: 15px;
  min-height: 338px;
}
#respond #commentform p {
  margin-bottom: 0;
  padding: 0;
}
#respond #commentform p label {
  display: block;
  width: 85px;
  padding: 0 5px;
  line-height: 39px;
  margin-right: 10px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
#respond #commentform p input {
  width: 610px;
  padding: 0 5px;
  line-height: 39px;
  height: 39px;
  padding: 6.5px 5px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 15px;
  border: 1px solid #333333;
  border-width: 0 0 1px;
  outline: none;
  -webkit-appearance: inherit;
}
#respond #commentform p input:focus,
#respond #commentform p input:active {
  outline: none;
}
#respond #commentform p textarea {
  width: 610px;
  line-height: 39px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 15px;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #333333;
  border-width: 1px 0;
  background: transparent url(../img/textrule2.png) 0 0 repeat;
  outline: none;
  -webkit-appearance: inherit;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
#respond #commentform p textarea:focus,
#respond #commentform p textarea:active {
  outline: none;
}
#respond #commentform .comment-notes {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .05em;
  color: #999999;
  padding: 0 5px;
  margin-bottom: 39px;
}
#respond #commentform .comment-notes strong {
  display: block;
  color: #333333;
  letter-spacing: normal;
}
.js #respond #commentform .comment-notes strong {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#respond #commentform .form-allowed-tags {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#respond #commentform .logged-in-as {
  font-size: 12px;
  letter-spacing: normal;
  line-height: 16px;
  position: relative;
  float: none;
  clear: both;
  margin-bottom: 26px;
}
#respond #commentform .logged-in-as .comment-author {
  margin-left: 105px;
  width: 715px;
  padding: 0 5px;
  display: block;
}
#respond #commentform .logged-in-as .comment-author .comment-author-avatar {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 28px;
}
#respond #commentform .logged-in-as .comment-author .comment-author-avatar img {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#respond #commentform .logged-in-as .logout-link {
  position: absolute;
  width: 190px;
  padding: 0 5px;
  right: 0;
  top: 16px;
}
#respond #commentform .comment-form-email {
  margin-bottom: -1px;
}
#respond #commentform .comment-form-comment {
  margin-bottom: 0;
}
#respond #commentform .form-allowed-tags {
  font-size: 12px;
  line-height: 26px;
  border-top: none;
}
#respond #commentform .form-allowed-tags code {
  font-size: 10px;
  line-height: 15.6px;
}
#respond #commentform .form-submit {
  border-top: none;
  margin-bottom: 0;
  text-align: right;
}
#respond #commentform .form-submit #submit {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  width: 95px;
  height: 95px;
  margin-right: 135px;
  margin-top: -26px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border-radius: 95px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000000;
  background-position: center center;
  color: #ffffff;
  position: relative;
  border: none;
  padding: 0;
}
.js #respond #commentform .form-submit #submit {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#respond #commentform .form-submit #submit:active,
#respond #commentform .form-submit #submit:hover {
  background: #f07834;
  cursor: pointer;
  background-position: center center;
}
.js #respond #commentform .form-submit #submit:active,
.js #respond #commentform .form-submit #submit:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#respond #commentform .form-submit #submit.loading-comment {
  background: #f07834 url(../img/loading-orange.gif) center center no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
}
.js #respond #commentform .form-submit #submit.loading-comment {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
#respond input,
#respond textarea {
  font-size: 15px;
  line-height: 20.8px;
  padding: 5px;
  margin: 0;
}
#respond textarea {
  width: 97%;
}
#respond input#submit {
  font-size: 15px;
  font-weight: bold;
}
#respond code {
  font-size: 15px;
  line-height: 20.8px;
}
#respond .required {
  color: #d0021a;
  font-weight: bold;
}
#respond #error {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .05em;
  color: #d0021a;
}
#cancel-comment-reply {
  float: right;
  margin-top: 3px;
}
#cancel-comment-reply a {
  text-decoration: none;
  padding: 5px;
}
.subscribe-to-comments {
  color: #000000;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 26px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #000000;
  font-size: 12px;
  padding: 26px 0 0 0;
}
.comment_license {
  color: #000000;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 26px 0 0 0;
}
/**
 * Success Response
 */
#comment-success-wrap,
#comment-success-subscribe {
  display: none;
  height: 78px;
  overflow: hidden;
}
#comment-success-wrap .comment-success,
#comment-success-subscribe .comment-success {
  font-size: 12px;
  line-height: 16px;
  /* border-top: 1px solid @bodyml; */
  letter-spacing: .05em;
  color: #999999;
  padding: 13px 5px 0;
  margin-bottom: 39px;
}
#comment-success-wrap .comment-success strong,
#comment-success-subscribe .comment-success strong {
  display: block;
  color: #333333;
  letter-spacing: normal;
}
.js #comment-success-wrap .comment-success strong,
.js #comment-success-subscribe .comment-success strong {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* =Widgets (Asides / Sidebars)
-------------------------------------------------------------- */
.widget-area aside {
  border: none;
  margin: 0 0 52px;
  position: relative;
}
.widget-area aside .widget-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 5px 5px;
  margin: 0;
}
.widget-area aside ul {
  list-style: none;
  margin: 0;
  color: #333333;
}
.widget-area aside ul li {
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
  color: #000000;
}
.widget-area aside ul li a {
  display: inline-block;
  line-height: 16px;
}
.widget-area aside ul li ul {
  list-style: square;
  list-style-position: inside;
}
.widget-area aside ul li ul li {
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
}
.widget-area .widget_text .textwidget p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.widget-area .widget_text .authentic-jobs {
  display: block;
  width: 830px;
  overflow: hidden;
  position: relative;
}
.widget-area .widget_text .authentic-jobs h3 {
  float: left;
  width: 85px;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 14px;
}
.widget-area .widget_text .authentic-jobs h3 a {
  color: #333333;
}
.widget-area .widget_text .authentic-jobs h3 a:active,
.widget-area .widget_text .authentic-jobs h3 a:hover {
  color: #f07834;
}
.widget-area .widget_text .authentic-jobs h4 {
  width: 85px;
  padding: 0 5px;
  height: 52px;
  float: left;
  background: transparent url(../img/now-hiring.png) top center no-repeat;
  background-size: 66%;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
.widget-area .widget_text .authentic-jobs .jobsinc {
  width: 1250px;
  float: right;
  position: absolute;
  left: 210px;
}
.widget-area .widget_text .authentic-jobs .jobsinc li {
  display: inline-block;
  width: 190px;
  padding: 0 5px;
  vertical-align: top;
  margin-right: 10px;
}
.widget-area .widget_text .authentic-jobs .jobsinc li:last-child {
  margin-right: 0;
}
.widget-area .widget_text .authentic-jobs .jobsinc li a {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
.widget-area .widget_text .authentic-jobs .jobsinc li a .jobsinc-employer {
  display: block;
  clear: both;
}
.widget-area .widget_text .authentic-jobs .jobsinc li a .jobsinc-position {
  font-weight: 400;
}
.widget-area .widget_rss ul li {
  padding-bottom: 10.4px;
  background: transparent;
  color: #333333;
}
.widget-area .widget_rss ul li:hover {
  background: transparent;
  color: #333333;
}
.widget-area .widget_rss ul li:hover a {
  color: #000000;
}
.widget-area .widget_rss ul li a {
  padding: 5px;
  display: block;
}
.widget-area .widget_rss ul li .rsswidget {
  font-size: 15px;
}
.widget-area .widget_rss ul li .rss-date {
  margin-bottom: 5.2px;
  display: block;
}
.widget-area .widget_rss ul li .rssSummary {
  line-height: 20.8px;
  margin-bottom: 5.2px;
  color: #333333;
}
.widget-area .widget_rss ul li cite {
  font-weight: bold;
}
.widget-area .widget_rss ul li cite:before {
  content: "\2014\00a0";
}
.widget-area .widget_calendar #wp-calendar caption {
  text-align: left;
  padding: 0 5px;
}
.widget-area .widget_calendar #next {
  text-align: right;
}
.widget-area #access {
  margin: -5.2px 0 52px;
}
.widget-area #access .widget-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.widget-area #access .menu {
  width: 285px;
  padding: 10px 10px;
  font-size: 26px;
}
/* Footer Ad Space
-------------------------------------------------------------- */
#colophon #footer-adspace {
  width: 830px;
  border-top: 1px solid #cccccc;
  padding: 6.5px 0 19px;
  margin: 19px 0 0 210px;
}
#colophon #footer-adspace aside {
  margin-bottom: 0;
}
/* =Highlights
-------------------------------------------------------------- */
#highlights {
  border-top: 1px solid #ededed;
  padding: 10px 0 78px;
  min-height: 317px;
}
#highlights h5 {
  font-size: 12px;
  line-height: 16px;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  opacity: 0;
  color: #999999;
  font-weight: 600;
  margin-bottom: 26px;
  padding: 0 5px;
}
#highlights.init h5 {
  opacity: 1;
}
#highlight-carousel {
  /**
   * Controls
   */
}
#highlight-carousel .slide {
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  opacity: 0;
  text-align: left;
  width: 830px;
}
#highlight-carousel .slide.flex-active-slide {
  opacity: 1;
}
#highlight-carousel .slide .entry-image {
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  display: inline-block;
  height: 275px;
  margin: 0 15px;
  width: 275px;
  vertical-align: middle;
}
#highlight-carousel .slide .entry-image a {
  display: block;
  line-height: 0;
}
#highlight-carousel .slide .entry-image img {
  -webkit-border-radius: 275px;
  -moz-border-radius: 275px;
  border-radius: 275px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  margin: 0;
  overflow: hidden;
  width: auto;
}
#highlight-carousel .slide .entry-image:hover {
  /*
        background: @emphasis;
        img {
          opacity: .6;
        }
*/
}
#highlight-carousel .slide .entry-header {
  width: 410px;
  display: inline-block !important;
  margin: 0 0 0 15px;
  position: inherit;
  vertical-align: middle;
}
#highlight-carousel .slide .entry-header .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  margin-bottom: 13px;
  padding: 0 5px;
}
#highlight-carousel .slide .entry-header .entry-excerpt {
  font-size: 12px;
  line-height: 21px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  padding: 0 5px;
}
#highlight-carousel .slide .entry-header .entry-excerpt p {
  margin-bottom: 0;
}
#highlight-carousel .slide .entry-header .edit-link {
  top: -26px;
}
#highlight-carousel .flex-control-paging li a {
  background-color: #cccccc;
}
#highlight-carousel .flex-control-paging li a.flex-active {
  background-color: #000000;
}
#highlight-carousel .flex-control-paging li:hover a {
  background-color: #f07834;
}
#highlight-carousel .flex-control-paging li:hover a.flex-active {
  background-color: #000000;
}
/* Right Ad Space
-------------------------------------------------------------- */
#right-adspace {
  width: 120px;
  margin: 0;
  float: right;
  clear: right;
  display: block;
  position: absolute;
  top: 202px;
  right: 0;
}
#right-adspace .ads {
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
}
#right-adspace.static {
  top: 20px;
  position: fixed;
}
#right-adspace .widget_text .authentic-jobs {
  display: block;
  width: 120px;
  overflow: hidden;
  position: relative;
}
#right-adspace .widget_text .authentic-jobs h3 {
  float: left;
  width: 100px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 14px;
}
#right-adspace .widget_text .authentic-jobs h3 a {
  display: block;
  padding-top: 32.5px;
  height: 52px;
  background: transparent url(../img/now-hiring.png) top left no-repeat;
  background-size: 30%;
  color: #d0021a;
}
#right-adspace .widget_text .authentic-jobs h3 a:active,
#right-adspace .widget_text .authentic-jobs h3 a:hover {
  color: #000000;
}
#right-adspace .widget_text .authentic-jobs h4 {
  width: 100px;
  height: 60px;
  margin-bottom: 13px;
  float: none;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
}
#right-adspace .widget_text .authentic-jobs .jobsinc {
  width: 105px;
  height: inherit;
  float: none;
  position: relative;
  left: inherit;
  overflow: hidden;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li {
  display: inline-block;
  width: 95px;
  vertical-align: top;
  margin-right: 0;
  margin-bottom: 26px;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li a {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li a .jobsinc-employer {
  display: block;
  clear: both;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li a .jobsinc-position {
  font-weight: 400;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li:nth-child(2) {
  margin-bottom: 0;
}
#right-adspace .widget_text .authentic-jobs .jobsinc li:nth-child(n+3) {
  display: none;
}
#right-adspace .widget_black_studio_tinymce .widget-title {
  width: 105px;
  font-size: 11px;
  color: #d0021a;
}
#right-adspace .widget_black_studio_tinymce .textwidget {
  width: 105px;
  font-size: 11px;
  line-height: 14px;
  padding: 0 5px;
}
#right-adspace .widget_black_studio_tinymce .textwidget figure {
  display: block;
  float: none;
  margin: 0;
}
/* =Browse Posts (iScroll)
-------------------------------------------------------------- */
#browse .site-description {
  background: #ffffff;
  display: block;
  width: 190px;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 62px 5px 20px 5px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 2;
}
#browse .site-description:before {
  content: "\00a0";
  position: absolute;
  width: 20px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #cccccc;
  top: -1px;
  left: 0;
  z-index: 1;
}
#browse .site-description:before {
  top: 45px;
}
#browse .site-description a {
  font-weight: normal;
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  color: #333333;
  display: block;
  position: relative;
  padding-left: 40px;
}
#browse .site-description a:before {
  position: absolute;
  font-family: 'subtraction-80-icons';
  color: #000000;
  left: -5px;
  top: 0;
  font-size: 31px;
}
#browse .site-description a strong {
  display: block;
  color: #000000;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 17px;
}
#browse .site-description a:hover,
#browse .site-description a:active {
  color: #f07834;
}
#browse .site-description a:hover:before,
#browse .site-description a:active:before,
#browse .site-description a:hover strong,
#browse .site-description a:active strong {
  color: #f07834;
}
#browse .site-description.over {
  border-bottom-color: #ededed;
}
.js #browse .site-description.over {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
#browse #browse-posts {
  width: 210px;
  height: 100%;
  background: #ffffff;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#browse #browse-posts .iScrollVerticalScrollbar {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  right: 0;
}
.js #browse #browse-posts .iScrollVerticalScrollbar {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#browse #browse-posts:hover .iScrollVerticalScrollbar {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.js #browse #browse-posts:hover .iScrollVerticalScrollbar {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#browse #browse-posts #scroller {
  position: absolute;
  z-index: 1;
  padding-top: 202px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#browse #browse-posts #scroller ul {
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0 0 0;
  text-align: left;
}
#browse #browse-posts #scroller ul li {
  line-height: 16px;
  list-style: none;
  width: 200px;
  padding: 0;
  position: relative;
  z-index: 2;
}
#browse #browse-posts #scroller ul li:before {
  content: "\00a0";
  position: absolute;
  width: 20px;
  height: 1px;
  line-height: 1px;
  border-top: 1px solid #cccccc;
  top: -1px;
  left: 0;
  z-index: 1;
}
#browse #browse-posts #scroller ul li a {
  display: block;
  padding: 6px 35px 26px 5px;
  min-height: 46px;
  word-break: break-word;
}
#browse #browse-posts #scroller ul li.current:before {
  border-color: #cccccc;
}
#browse #browse-posts #scroller ul li.current a {
  color: #cccccc;
}
#browse #browse-posts #scroller ul li.current a:hover,
#browse #browse-posts #scroller ul li.current a:active {
  cursor: default;
}
#browse #browse-posts #scroller ul li.post-link-archives:before {
  display: none;
}
#browse #browse-posts #scroller ul li.post-link-archives a {
  background: #000000;
  padding-left: 10px;
  line-height: 30px;
}
#browse #browse-posts #scroller ul li.post-link-archives a:link,
#browse #browse-posts #scroller ul li.post-link-archives a:visited {
  color: #ffffff;
}
#browse #browse-posts #scroller ul li.post-link-archives a:hover,
#browse #browse-posts #scroller ul li.post-link-archives a:active {
  color: #ffffff;
  background: #f07834;
}
#browse #browse-posts #scroller #browse-nav {
  display: block;
  clear: both;
}
/* =Archives (iScroll)
-------------------------------------------------------------- */
#browse #browse-posts.widget_archive_browse_posts #scroller ul li {
  border-top: 1px solid #ededed;
  margin-top: -1px;
  padding: 0;
  width: 100%;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li a {
  line-height: 26px;
  display: block;
  min-height: 26px;
  padding: 6px 5px 7px;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:hover {
  background: #f07834;
  color: #ffffff;
  border-top-color: #f07834;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:hover a {
  background: #f07834;
  color: #ffffff;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:hover a:hover,
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:hover a:active {
  background: #f07834;
  color: #ffffff;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:before {
  display: none;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul li:last-child {
  border-bottom: 1px solid #ededed;
  margin-bottom: -1px;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul .selected a {
  color: #999999;
  cursor: default;
}
#browse #browse-posts.widget_archive_browse_posts #scroller ul .selected a:hover,
#browse #browse-posts.widget_archive_browse_posts #scroller ul .selected a:active {
  background: #ffffff;
  color: #999999;
}
/* =Footer
-------------------------------------------------------------- */
#colophon #site-info {
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid #ededed;
  padding: 26px 0;
  margin: -1px auto 0;
}
#colophon #site-info p {
  padding: 0 5px;
  margin-bottom: 0;
}
.single #colophon #site-info {
  padding-bottom: 188px;
}
/* =Pages
-------------------------------------------------------------- */
/* =Content
-------------------------------------------------------------- */
#main .hentry {
  width: 830px;
  min-height: 151px;
  padding: 0 0 26px;
  position: relative;
  display: block;
  margin: -1px 0 0;
  border-top: 1px solid #cccccc;
  /* Titles
		-------------------------------------------------------------- */
  /* The Content & Elements
		-------------------------------------------------------------- */
}
.home #main .hentry {
  padding-bottom: 100px;
}
#main .hentry .entry-header {
  width: 830px;
  float: right;
  border-bottom: 1px solid #ededed;
  position: relative;
}
#main .hentry .entry-header .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  margin: 0 0 -1px;
  float: right;
  clear: right;
  font-weight: 700;
  word-break: break-word;
}
#main .hentry .entry-header .entry-title .entry-title-wrap {
  display: block;
  width: 515px;
  padding: 5px 205px 21px 15px;
  margin: 0;
  font-weight: 700;
  min-height: 46px;
}
.page #main .hentry .entry-header .entry-title {
  float: left;
}
#main .hentry .entry-header .entry-meta {
  width: 105px;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 -1px;
  float: left;
  clear: left;
  display: inline;
  color: #333333;
}
#main .hentry .entry-header .entry-meta .entry-date {
  padding: 7px 10px 23px 5px;
  display: block;
  font-weight: normal;
  color: #333333;
}
#main .hentry .entry-header .entry-meta .entry-date:hover,
#main .hentry .entry-header .entry-meta .entry-date:active {
  color: #f07834;
}
#main .hentry .entry-header .entry-meta .entry-date strong {
  display: block;
  font-weight: bold;
}
#main .hentry .entry-header:hover {
  background-color: #f07834;
}
#main .hentry .entry-header:hover .entry-title a,
#main .hentry .entry-header:hover .entry-date,
#main .hentry .entry-header:hover .entry-date a {
  color: #ffffff;
}
#main .hentry .entry-header:hover .entry-title a:hover,
#main .hentry .entry-header:hover .entry-date:hover,
#main .hentry .entry-header:hover .entry-date a:hover {
  color: #ffffff;
}
#main .hentry .entry-header:hover .edit-link a {
  color: #ffffff;
}
#main .hentry .entry-header:hover .edit-link a:hover,
#main .hentry .entry-header:hover .edit-link a:active {
  text-decoration: underline;
}
.single #main .hentry .entry-header:hover,
.page #main .hentry .entry-header:hover {
  background-color: #ffffff;
}
.single #main .hentry .entry-header .entry-date,
.page #main .hentry .entry-header .entry-date,
.single #main .hentry .entry-header .entry-date a,
.page #main .hentry .entry-header .entry-date a {
  color: #000000;
}
.single #main .hentry .entry-header .entry-date:hover,
.page #main .hentry .entry-header .entry-date:hover,
.single #main .hentry .entry-header .entry-date a:hover,
.page #main .hentry .entry-header .entry-date a:hover {
  color: #000000;
  cursor: default;
}
.single #main .hentry .entry-header .edit-link a,
.page #main .hentry .entry-header .edit-link a {
  color: #d0021a;
}
#main .hentry .entry-content {
  clear: both;
  padding: 18px 5px 26px;
  margin: 0 105px 0 0;
  font-size: 15px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  position: relative;
}
#main .hentry .entry-content p {
  font-size: 15px;
}
#main .hentry .entry-content p:nth-child(2) img:first-child,
#main .hentry .entry-content p:first-child img:first-child {
  float: left;
  margin-right: 10px;
}
#main .hentry .entry-content a {
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
#main .hentry .entry-content a em,
#main .hentry .entry-content a i {
  font-weight: normal;
}
#main .hentry .entry-content strong {
  font-weight: bold;
}
#main .hentry .entry-content .continue-reading {
  text-align: right;
  display: block;
  border-bottom: none;
}
#main .hentry .entry-content .terminator {
  height: 26px;
  right: -90px;
  font-size: 24px;
  color: #cccccc;
  position: absolute;
  right: 5px;
  display: block;
  bottom: 0;
  border-bottom: none;
  cursor: default;
}
#main .hentry .entry-content .pic-mid,
#main .hentry .entry-content .pic-inline,
#main .hentry .entry-content .pic-full,
#main .hentry .entry-content .pic-medium,
#main .hentry .entry-content .pic-medium-float,
#main .hentry .entry-content .pic-wide-float,
#main .hentry .entry-content .bliptv,
#main .hentry .entry-content .post-image,
#main .hentry .entry-content .wp-caption,
#main .hentry .entry-content .wp-figure {
  margin: 0 -5px 26px;
  width: 830px;
  display: block;
  float: none !important;
  background: #000000;
}
#main .hentry .entry-content .pic-mid img,
#main .hentry .entry-content .pic-inline img,
#main .hentry .entry-content .pic-full img,
#main .hentry .entry-content .pic-medium img,
#main .hentry .entry-content .pic-medium-float img,
#main .hentry .entry-content .pic-wide-float img,
#main .hentry .entry-content .bliptv img,
#main .hentry .entry-content .post-image img,
#main .hentry .entry-content .wp-caption img,
#main .hentry .entry-content .wp-figure img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
#main .hentry .entry-content .pic-mid img.size-small,
#main .hentry .entry-content .pic-inline img.size-small,
#main .hentry .entry-content .pic-full img.size-small,
#main .hentry .entry-content .pic-medium img.size-small,
#main .hentry .entry-content .pic-medium-float img.size-small,
#main .hentry .entry-content .pic-wide-float img.size-small,
#main .hentry .entry-content .bliptv img.size-small,
#main .hentry .entry-content .post-image img.size-small,
#main .hentry .entry-content .wp-caption img.size-small,
#main .hentry .entry-content .wp-figure img.size-small {
  width: 200px;
}
#main .hentry .entry-content .pic-mid img.size-medium,
#main .hentry .entry-content .pic-inline img.size-medium,
#main .hentry .entry-content .pic-full img.size-medium,
#main .hentry .entry-content .pic-medium img.size-medium,
#main .hentry .entry-content .pic-medium-float img.size-medium,
#main .hentry .entry-content .pic-wide-float img.size-medium,
#main .hentry .entry-content .bliptv img.size-medium,
#main .hentry .entry-content .post-image img.size-medium,
#main .hentry .entry-content .wp-caption img.size-medium,
#main .hentry .entry-content .wp-figure img.size-medium {
  width: 410px;
}
#main .hentry .entry-content .pic-mid img.size-large,
#main .hentry .entry-content .pic-inline img.size-large,
#main .hentry .entry-content .pic-full img.size-large,
#main .hentry .entry-content .pic-medium img.size-large,
#main .hentry .entry-content .pic-medium-float img.size-large,
#main .hentry .entry-content .pic-wide-float img.size-large,
#main .hentry .entry-content .bliptv img.size-large,
#main .hentry .entry-content .post-image img.size-large,
#main .hentry .entry-content .wp-caption img.size-large,
#main .hentry .entry-content .wp-figure img.size-large {
  width: 725px;
}
#main .hentry .entry-content .pic-mid img.size-620,
#main .hentry .entry-content .pic-inline img.size-620,
#main .hentry .entry-content .pic-full img.size-620,
#main .hentry .entry-content .pic-medium img.size-620,
#main .hentry .entry-content .pic-medium-float img.size-620,
#main .hentry .entry-content .pic-wide-float img.size-620,
#main .hentry .entry-content .bliptv img.size-620,
#main .hentry .entry-content .post-image img.size-620,
#main .hentry .entry-content .wp-caption img.size-620,
#main .hentry .entry-content .wp-figure img.size-620 {
  width: 620px;
}
#main .hentry .entry-content .pic-mid img.size-725,
#main .hentry .entry-content .pic-inline img.size-725,
#main .hentry .entry-content .pic-full img.size-725,
#main .hentry .entry-content .pic-medium img.size-725,
#main .hentry .entry-content .pic-medium-float img.size-725,
#main .hentry .entry-content .pic-wide-float img.size-725,
#main .hentry .entry-content .bliptv img.size-725,
#main .hentry .entry-content .post-image img.size-725,
#main .hentry .entry-content .wp-caption img.size-725,
#main .hentry .entry-content .wp-figure img.size-725 {
  width: 725px;
}
#main .hentry .entry-content .pic-mid img.size-830,
#main .hentry .entry-content .pic-inline img.size-830,
#main .hentry .entry-content .pic-full img.size-830,
#main .hentry .entry-content .pic-medium img.size-830,
#main .hentry .entry-content .pic-medium-float img.size-830,
#main .hentry .entry-content .pic-wide-float img.size-830,
#main .hentry .entry-content .bliptv img.size-830,
#main .hentry .entry-content .post-image img.size-830,
#main .hentry .entry-content .wp-caption img.size-830,
#main .hentry .entry-content .wp-figure img.size-830 {
  width: 830px;
}
#main .hentry .entry-content .pic-mid .wp-caption-text,
#main .hentry .entry-content .pic-inline .wp-caption-text,
#main .hentry .entry-content .pic-full .wp-caption-text,
#main .hentry .entry-content .pic-medium .wp-caption-text,
#main .hentry .entry-content .pic-medium-float .wp-caption-text,
#main .hentry .entry-content .pic-wide-float .wp-caption-text,
#main .hentry .entry-content .bliptv .wp-caption-text,
#main .hentry .entry-content .post-image .wp-caption-text,
#main .hentry .entry-content .wp-caption .wp-caption-text,
#main .hentry .entry-content .wp-figure .wp-caption-text {
  padding: 5px 5px 0;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  background: #ffffff;
  font-style: italic;
}
#main .hentry .entry-content .pic-mid .wp-caption-text strong,
#main .hentry .entry-content .pic-inline .wp-caption-text strong,
#main .hentry .entry-content .pic-full .wp-caption-text strong,
#main .hentry .entry-content .pic-medium .wp-caption-text strong,
#main .hentry .entry-content .pic-medium-float .wp-caption-text strong,
#main .hentry .entry-content .pic-wide-float .wp-caption-text strong,
#main .hentry .entry-content .bliptv .wp-caption-text strong,
#main .hentry .entry-content .post-image .wp-caption-text strong,
#main .hentry .entry-content .wp-caption .wp-caption-text strong,
#main .hentry .entry-content .wp-figure .wp-caption-text strong,
#main .hentry .entry-content .pic-mid .wp-caption-text span,
#main .hentry .entry-content .pic-inline .wp-caption-text span,
#main .hentry .entry-content .pic-full .wp-caption-text span,
#main .hentry .entry-content .pic-medium .wp-caption-text span,
#main .hentry .entry-content .pic-medium-float .wp-caption-text span,
#main .hentry .entry-content .pic-wide-float .wp-caption-text span,
#main .hentry .entry-content .bliptv .wp-caption-text span,
#main .hentry .entry-content .post-image .wp-caption-text span,
#main .hentry .entry-content .wp-caption .wp-caption-text span,
#main .hentry .entry-content .wp-figure .wp-caption-text span,
#main .hentry .entry-content .pic-mid .wp-caption-text em,
#main .hentry .entry-content .pic-inline .wp-caption-text em,
#main .hentry .entry-content .pic-full .wp-caption-text em,
#main .hentry .entry-content .pic-medium .wp-caption-text em,
#main .hentry .entry-content .pic-medium-float .wp-caption-text em,
#main .hentry .entry-content .pic-wide-float .wp-caption-text em,
#main .hentry .entry-content .bliptv .wp-caption-text em,
#main .hentry .entry-content .post-image .wp-caption-text em,
#main .hentry .entry-content .wp-caption .wp-caption-text em,
#main .hentry .entry-content .wp-figure .wp-caption-text em,
#main .hentry .entry-content .pic-mid .wp-caption-text a,
#main .hentry .entry-content .pic-inline .wp-caption-text a,
#main .hentry .entry-content .pic-full .wp-caption-text a,
#main .hentry .entry-content .pic-medium .wp-caption-text a,
#main .hentry .entry-content .pic-medium-float .wp-caption-text a,
#main .hentry .entry-content .pic-wide-float .wp-caption-text a,
#main .hentry .entry-content .bliptv .wp-caption-text a,
#main .hentry .entry-content .post-image .wp-caption-text a,
#main .hentry .entry-content .wp-caption .wp-caption-text a,
#main .hentry .entry-content .wp-figure .wp-caption-text a {
  font-style: normal;
  font-weight: bold;
}
#main .hentry .entry-content .pic-mid.black,
#main .hentry .entry-content .pic-inline.black,
#main .hentry .entry-content .pic-full.black,
#main .hentry .entry-content .pic-medium.black,
#main .hentry .entry-content .pic-medium-float.black,
#main .hentry .entry-content .pic-wide-float.black,
#main .hentry .entry-content .bliptv.black,
#main .hentry .entry-content .post-image.black,
#main .hentry .entry-content .wp-caption.black,
#main .hentry .entry-content .wp-figure.black {
  background: #000000;
}
#main .hentry .entry-content .pic-mid.white,
#main .hentry .entry-content .pic-inline.white,
#main .hentry .entry-content .pic-full.white,
#main .hentry .entry-content .pic-medium.white,
#main .hentry .entry-content .pic-medium-float.white,
#main .hentry .entry-content .pic-wide-float.white,
#main .hentry .entry-content .bliptv.white,
#main .hentry .entry-content .post-image.white,
#main .hentry .entry-content .wp-caption.white,
#main .hentry .entry-content .wp-figure.white {
  background: #ffffff;
}
#main .hentry .entry-content .pic-mid.large a img,
#main .hentry .entry-content .pic-inline.large a img,
#main .hentry .entry-content .pic-full.large a img,
#main .hentry .entry-content .pic-medium.large a img,
#main .hentry .entry-content .pic-medium-float.large a img,
#main .hentry .entry-content .pic-wide-float.large a img,
#main .hentry .entry-content .bliptv.large a img,
#main .hentry .entry-content .post-image.large a img,
#main .hentry .entry-content .wp-caption.large a img,
#main .hentry .entry-content .wp-figure.large a img,
#main .hentry .entry-content .pic-mid.large img,
#main .hentry .entry-content .pic-inline.large img,
#main .hentry .entry-content .pic-full.large img,
#main .hentry .entry-content .pic-medium.large img,
#main .hentry .entry-content .pic-medium-float.large img,
#main .hentry .entry-content .pic-wide-float.large img,
#main .hentry .entry-content .bliptv.large img,
#main .hentry .entry-content .post-image.large img,
#main .hentry .entry-content .wp-caption.large img,
#main .hentry .entry-content .wp-figure.large img {
  width: 100% !important;
}
#main .hentry .entry-content .pic-mid.medium a img,
#main .hentry .entry-content .pic-inline.medium a img,
#main .hentry .entry-content .pic-full.medium a img,
#main .hentry .entry-content .pic-medium.medium a img,
#main .hentry .entry-content .pic-medium-float.medium a img,
#main .hentry .entry-content .pic-wide-float.medium a img,
#main .hentry .entry-content .bliptv.medium a img,
#main .hentry .entry-content .post-image.medium a img,
#main .hentry .entry-content .wp-caption.medium a img,
#main .hentry .entry-content .wp-figure.medium a img,
#main .hentry .entry-content .pic-mid.medium img,
#main .hentry .entry-content .pic-inline.medium img,
#main .hentry .entry-content .pic-full.medium img,
#main .hentry .entry-content .pic-medium.medium img,
#main .hentry .entry-content .pic-medium-float.medium img,
#main .hentry .entry-content .pic-wide-float.medium img,
#main .hentry .entry-content .bliptv.medium img,
#main .hentry .entry-content .post-image.medium img,
#main .hentry .entry-content .wp-caption.medium img,
#main .hentry .entry-content .wp-figure.medium img {
  width: 75% !important;
}
#main .hentry .entry-content .pic-mid a,
#main .hentry .entry-content .pic-inline a,
#main .hentry .entry-content .pic-full a,
#main .hentry .entry-content .pic-medium a,
#main .hentry .entry-content .pic-medium-float a,
#main .hentry .entry-content .pic-wide-float a,
#main .hentry .entry-content .bliptv a,
#main .hentry .entry-content .post-image a,
#main .hentry .entry-content .wp-caption a,
#main .hentry .entry-content .wp-figure a {
  border-bottom: 0 !important;
}
#main .hentry .entry-content .entry-oembed {
  position: relative;
  width: 830px;
  margin: 0 -5px 26px;
  padding: 26px 0 56.25%;
  /*
				&[data-twttr-id] { padding: 0; height: initial;
					iframe { position: relative !important; top: inherit; left: inherit; height: initial; }
				}
				*/
}
#main .hentry .entry-content .entry-oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .hentry .entry-content video {
  width: 100% !important;
  height: auto !important;
}
#main .hentry .entry-content object {
  margin: 0 -5px 26px;
}
#main .hentry .entry-content .twitter-tweet[style] {
  margin: 10px auto 26px !important;
}
#main .hentry .entry-content .ratings {
  margin: -18px -215px 12px -5px;
  padding: 0 5px;
  line-height: 39px;
  height: 39px;
  border-bottom: 1px solid #ededed;
}
#main .hentry .entry-content .ratings .ratings-title {
  font-size: 12px;
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-right: 10px;
  width: 90px;
  line-height: 39px;
  display: inline-block;
  vertical-align: top;
  color: #333333;
}
#main .hentry .entry-content .ratings .stars {
  width: 0;
  height: 39px;
  padding-left: 85px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
  display: inline-block;
  color: #000000;
  position: relative;
  vertical-align: top;
}
#main .hentry .entry-content .ratings .stars:before {
  font-family: 'subtraction-80-icons';
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
#main .hentry .entry-content .ratings .stars:after {
  font-family: 'subtraction-80-icons';
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: 0;
  color: #cccccc;
}
#main .hentry .entry-content .ratings .stars-1:before {
  content: "\e606";
}
#main .hentry .entry-content .ratings .stars-2:before {
  content: "\e606\e606";
}
#main .hentry .entry-content .ratings .stars-3:before {
  content: "\e606\e606\e606";
}
#main .hentry .entry-content .ratings .stars-4:before {
  content: "\e606\e606\e606\e606";
}
#main .hentry .entry-content .ratings .stars-5:before {
  content: "\e606\e606\e606\e606\e606";
}
#main .hentry .entry-content .ratings .stars-1:after {
  content: "\e606\e606\e606\e606";
  left: 15px;
}
#main .hentry .entry-content .ratings .stars-2:after {
  content: "\e606\e606\e606";
  left: 30px;
}
#main .hentry .entry-content .ratings .stars-3:after {
  content: "\e606\e606";
  left: 45px;
}
#main .hentry .entry-content .ratings .stars-4:after {
  content: "\e606";
  left: 60px;
}
#main .hentry .entry-content .ratings .stars-5:after {
  content: "";
}
#main .hentry .entry-content .ratings .whats-this {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  line-height: 39px;
  vertical-align: top;
  border-bottom: none;
  /* .tooltip(); */
}
#main .hentry .entry-content .jump-to-link a:before {
  margin-right: 10px;
  font-size: 13px;
}
#main .hentry .entry-content blockquote {
  margin: 0 0 0 105px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  color: #666666;
}
#main .hentry .entry-content blockquote p {
  margin: 0 0 26px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
#main .hentry .entry-content blockquote.hang-quote p:before,
#main .hentry .entry-content blockquote.hangquote p:before {
  content: "\201C";
  position: absolute;
  left: -8px;
}
#main .hentry .entry-content blockquote.quote p:before {
  content: "\201C";
  float: left;
  padding-right: 1px;
}
#main .hentry .entry-content blockquote.hang-quote p:last-of-type:after,
#main .hentry .entry-content blockquote.hangquote p:last-of-type:after,
#main .hentry .entry-content blockquote.quote p:last-of-type:after {
  content: "\201D";
  padding-left: 1px;
}
#main .hentry .entry-content ul,
#main .hentry .entry-content ol {
  margin-left: 105px;
}
#main .hentry .entry-content ul li,
#main .hentry .entry-content ol li {
  list-style-position: outside;
}
#main .hentry .entry-content h1,
#main .hentry .entry-content h2,
#main .hentry .entry-content h3,
#main .hentry .entry-content h4,
#main .hentry .entry-content h5,
#main .hentry .entry-content h6 {
  margin-bottom: 26px;
  font-weight: bold;
}
#main .hentry .entry-content h1 {
  font-size: 18px;
}
#main .hentry .entry-content h2 {
  font-size: 15px;
  text-transform: uppercase;
}
#main .hentry .entry-content h3 {
  font-size: 15px;
}
#main .hentry .entry-content h4,
#main .hentry .entry-content h5,
#main .hentry .entry-content h6 {
  font-size: 15px;
  color: #999999;
}
#main .hentry .entry-content pre {
  color: #000000;
  line-height: 26px;
  border: 1px solid #ededed;
  margin: 0 -1px 25px;
  padding: 10.4px;
}
#main .hentry .entry-content input,
#main .hentry .entry-content textarea {
  font-size: 15px;
  line-height: 26px;
}
#main .hentry .entry-content textarea {
  width: 99%;
}
#main .hentry .entry-content .gallery {
  width: 830px;
  margin: 0 -5px 26px;
  font-size: 0;
  line-height: 0;
}
#main .hentry .entry-content .gallery .gallery-item {
  width: 200px;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 0;
  vertical-align: top;
}
#main .hentry .entry-content .gallery .gallery-item .gallery-icon {
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#main .hentry .entry-content .gallery .gallery-item .gallery-icon a {
  display: block;
  line-height: 0;
  border: none;
}
#main .hentry .entry-content .gallery .gallery-item .gallery-icon img {
  max-width: inherit;
  width: inherit;
  height: auto;
}
#main .hentry .entry-content .gallery .gallery-item .gallery-caption {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-style: italic;
  margin: 0;
  padding: 10px 5px 5px;
}
#main .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4) {
  margin-right: 0;
}
#main .hentry .entry-content .gallery br[style] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: none;
  clear: none !important;
}
#main .hentry .entry-content .tumblr-gallery {
  width: 830px;
  margin: 0 -5px 26px;
  font-size: 0;
  line-height: 0;
}
#main .hentry .entry-content .tumblr-gallery .gallery-item {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 0;
  vertical-align: top;
}
#main .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
#main .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon a {
  display: block;
  line-height: 0;
  border: none;
}
#main .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
  max-width: inherit;
  width: inherit;
  height: auto;
  visibility: hidden;
}
#main .hentry .entry-content .tumblr-gallery .gallery-item:nth-child(4n-8) {
  margin-right: 0;
}
#main .hentry .entry-content .page-links {
  width: auto;
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  margin: -1px -5px -26px;
  clear: both;
  word-spacing: 10.4px;
}
#main .hentry .entry-content .page-links a {
  padding: 5px;
  margin: -5px;
}
#main .hentry .entry-content .post-share-links {
  height: 26px;
  width: 410px;
  position: absolute;
  right: 0;
  display: block;
  text-align: right;
}
#main .hentry .entry-content .post-share-links .share-link {
  display: inline-block;
  opacity: 1;
  vertical-align: top;
  width: 55px;
  margin-left: 10px;
  text-align: left;
  line-height: 26px;
  height: 26px;
  border-bottom: none;
  background-position: top center;
  background-size: 33.33%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.js #main .hentry .entry-content .post-share-links .share-link {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main .hentry .entry-content .post-share-links .share-link:hover,
#main .hentry .entry-content .post-share-links .share-link:active {
  opacity: .75;
}
#main .hentry .entry-content .post-share-links .share-link.facebook {
  width: 46px;
  background-image: url(../img/Facebook@3x.png);
}
#main .hentry .entry-content .post-share-links .share-link.twitter {
  width: 54px;
  background-image: url(../img/Twitter@3x.png);
}
#main .hentry .entry-content .sharedaddy {
  border-top: none;
  height: 26px;
  width: 410px;
  position: absolute;
  right: 0;
  display: block;
}
#main .hentry .entry-content .sharedaddy .sd-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#main .hentry .entry-content .sharedaddy .sd-block {
  border-top: none;
  padding: 0 5px;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content {
  margin: 2px 0 0;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content ul {
  text-align: right;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content li {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content li a.sd-button {
  display: block;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content li.share-end {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content li.share-twitter {
  margin-left: 20px;
}
#main .hentry .entry-content .sharedaddy .sd-block .sd-content li.share-facebook .fb_iframe_widget span[style] {
  vertical-align: top !important;
  /* display: block; */
}
#main .hentry .entry-content .sharedaddy:after,
#main .hentry .entry-content .sharedaddy .sd-block:after,
#main .hentry .entry-content .sharedaddy ul:after {
  clear: none;
}
#main .hentry.sticky {
  border-top-color: #f07834;
}
#main .hentry.status-private .entry-header .entry-title a,
#main .hentry.status-protected .entry-header .entry-title a {
  color: #999999;
}
#main .hentry.status-private .entry-header:after,
#main .hentry.status-protected .entry-header:after {
  content: "Private";
  position: absolute;
  right: 0;
  top: 26px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #999999;
}
#main .hentry.status-private .entry-header:hover a,
#main .hentry.status-protected .entry-header:hover a {
  color: #ffffff;
}
#main .hentry.status-private .entry-header:hover:after,
#main .hentry.status-protected .entry-header:hover:after {
  color: #ffffff;
}
.single #main .hentry.status-private .entry-header:hover,
.single #main .hentry.status-protected .entry-header:hover {
  background-color: #ffffff;
}
.single #main .hentry.status-private .entry-header .entry-date,
.single #main .hentry.status-protected .entry-header .entry-date,
.single #main .hentry.status-private .entry-header .entry-date a,
.single #main .hentry.status-protected .entry-header .entry-date a {
  color: #000000;
}
.single #main .hentry.status-private .entry-header .entry-date:hover,
.single #main .hentry.status-protected .entry-header .entry-date:hover,
.single #main .hentry.status-private .entry-header .entry-date a:hover,
.single #main .hentry.status-protected .entry-header .entry-date a:hover {
  color: #000000;
  cursor: default;
}
.single #main .hentry.status-private .entry-header .edit-link a,
.single #main .hentry.status-protected .entry-header .edit-link a {
  color: #d0021a;
}
.single #main .hentry.status-private .entry-header:after,
.single #main .hentry.status-protected .entry-header:after {
  color: #999999;
}
#main .hentry.status-protected .entry-header:after {
  content: "Protected";
}
#main .hentry.tag-batman {
  overflow: hidden;
}
#main .hentry.tag-batman .entry-content .terminator:after {
  content: "\e60f";
  color: #000000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  font-family: 'subtraction-80-icons';
  font-weight: normal;
  font-size: 22.5px;
  position: absolute;
  width: 30px;
  left: -30px;
  bottom: -52px;
}
.js #main .hentry.tag-batman .entry-content .terminator:after {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main .hentry.tag-batman .entry-content .terminator:hover {
  color: #000000;
}
#main .hentry.tag-batman .entry-content .terminator:hover:after {
  color: #000000;
  bottom: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.js #main .hentry.tag-batman .entry-content .terminator:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* =Page Content
-------------------------------------------------------------- */
/* Post Formats
-------------------------------------------------------------- */
#main .hentry.format-quote .entry-header {
  border-bottom: none;
}
#main .hentry.format-quote .entry-header .entry-title {
  display: none;
}
#main .hentry.format-quote .entry-content {
  margin-left: 105px;
}
#main .hentry.format-quote .entry-content .quote {
  margin-top: -52px;
}
#main .hentry.format-quote .entry-content .quote blockquote {
  font-style: normal;
}
#main .hentry.format-quote .entry-content .quote blockquote p {
  font-size: 15px;
  position: relative;
}
#main .hentry.format-quote .entry-content .quote blockquote p:first-line {
  font-size: 24px;
  color: #000000;
}
#main .hentry.format-quote .entry-content .quote blockquote p:before {
  content: "\201C";
  position: absolute;
  top: 0;
  left: -8px;
}
#main .hentry.format-quote .entry-content .quote blockquote em {
  font-style: italic;
}
#main .hentry.format-quote .entry-content .quote-caption {
  margin: -26px 0 0 105px;
}
/* Archives
-------------------------------------------------------------- */
#primary.archive-content-area {
  border-top: 1px solid #ededed;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  border-bottom: 1px solid #ededed;
  padding-bottom: 77px;
  background-position: center center;
}
#primary.archive-content-area .archive-header {
  display: none;
}
#primary.archive-content-area #archive-list {
  border-top: 1px solid #ededed;
  margin-top: -1px;
}
#primary.archive-content-area #archive-list h3 {
  padding: 13px 5px 0;
  margin: -1px 0 0;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: bold;
  color: #000000;
  border-top: 1px solid #ededed;
}
#primary.archive-content-area #archive-list h3 .monthly-post-count {
  font-size: 15px;
  font-size: 12px;
  color: #666;
}
#primary.archive-content-area #archive-list h3.no-archive-results {
  position: absolute;
}
#primary.archive-content-area #archive-list ul {
  list-style: none;
  padding: 0 110px 26px 5px;
  margin-bottom: 0;
}
#primary.archive-content-area #archive-list ul li {
  list-style: none;
  display: inline;
  padding: 0;
}
#primary.archive-content-area #archive-list ul li a {
  display: inline;
  font-weight: normal;
  font-size: 14px;
}
#primary.archive-content-area #archive-list ul li a:hover,
#primary.archive-content-area #archive-list ul li a:active {
  border-bottom: 1px solid #f07834;
  padding-bottom: 2px;
  margin-bottom: -2px;
}
#primary.archive-content-area #archive-list ul li:after {
  content: "\00a0+";
  color: #999999;
}
#primary.archive-content-area.loading-archives {
  background: transparent url(../img/loading.gif) center center no-repeat;
  cursor: pointer;
}
.js #primary.archive-content-area.loading-archives {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mobile-archive-nav {
  display: none;
}
/* =Error / 404 Content 
-------------------------------------------------------------- */
.error404 #content .hentry {
  border-bottom: none;
  padding-top: 0;
}
.error404 #content .hentry .entry-header {
  border-bottom: none;
  overflow: hidden;
}
.error404 #content .hentry .entry-header .entry-title {
  padding: 5px 205px 21px 15px;
  margin-left: 95px;
  text-align: left;
  float: left;
  border-bottom: none;
}
.error404 #content .hentry .entry-header .entry-meta {
  position: absolute;
  left: 0;
}
.error404 #content .hentry .entry-header .entry-meta h2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #999999;
  padding: 7px 10px 23px 5px;
  display: block;
}
.error404 #content .hentry .entry-header:hover {
  color: inherit;
  background: transparent;
  overflow: hidden;
}
.error404 #content .hentry .entry-header:hover * {
  color: inherit;
  background: transparent;
}
.error404 #content .hentry .entry-content {
  margin-left: 105px !important;
  color: #333333;
}
.error404 #content .hentry .entry-content .entry-404 {
  margin-bottom: 52px;
}
.error404 #content .hentry .entry-content .entry-404 h3 {
  margin-bottom: 13px;
}
.error404 #content .hentry .entry-content .entry-404 ul {
  margin-bottom: 0;
  margin-left: 0;
}
.error404 #content .hentry .entry-content .entry-404 ul li {
  list-style: none;
  font-size: 15px;
  line-height: 26px;
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  padding-left: 0;
}
.error404 #content .hentry .entry-content .entry-404 ul li .entry-date {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
  vertical-align: middle;
}
.error404 #content .hentry .entry-content .entry-404 ul li .entry-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.error404 #content .hentry .entry-content .entry-404 ul li .entry-title a {
  border: none;
  padding: 0 5px;
  color: #333333;
}
.error404 #content .hentry .entry-content .entry-404 ul li .entry-title a:hover,
.error404 #content .hentry .entry-content .entry-404 ul li .entry-title a:active {
  color: #f07834;
}
/* Edit Links 
-------------------------------------------------------------- */
#main .edit-link {
  padding: 0;
  position: absolute;
  top: -3px;
  right: 1px;
}
#main .edit-link a {
  color: #d0021a;
  padding: 3px 10px;
  display: block;
  text-align: right;
  font-size: 12px;
}
#main .edit-link a:hover {
  color: #333333;
}
/* =Extras
-------------------------------------------------------------- */
.feature-sticky {
  padding-top: 10px;
  margin: 0;
}
.page-title {
  font-size: 24px;
  line-height: 31.2px;
  width: auto;
  padding: 0 5px;
}
.page-title a {
  text-decoration: none;
  display: inline-block;
}
.page-title span {
  font-size: 24px;
  font-weight: bold;
}
/* Page Search Results
-------------------------------------------------------------- */
.page-template-subtraction-search-page-php #header-search,
.page-template-subtraction-search-page-php .entry-header {
  display: none;
}
.page-template-subtraction-search-page-php #page-search {
  z-index: 10;
  right: 0;
  top: 0;
  border-bottom: 1px solid #ededed;
  /* display: none; */
}
.page-template-subtraction-search-page-php #page-search #header-search-form {
  border-bottom: 1px solid #ededed;
  display: none;
}
.page-template-subtraction-search-page-php #page-search #s,
.page-template-subtraction-search-page-php #page-search #q {
  height: 52px;
  width: 830px;
  font-size: 18px;
  border: none;
  outline: none;
  -webkit-appearance: inherit;
}
.page-template-subtraction-search-page-php #page-search #s:focus,
.page-template-subtraction-search-page-php #page-search #q:focus,
.page-template-subtraction-search-page-php #page-search #s:active,
.page-template-subtraction-search-page-php #page-search #q:active {
  outline: none;
}
.page-template-subtraction-search-page-php #page-search #searchsubmit {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.page-template-subtraction-search-page-php #page-search .search-symbol {
  color: #000000;
  background: #ffffff;
  font-size: 12px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  width: 50px;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 12;
  position: absolute;
}
.js .page-template-subtraction-search-page-php #page-search .search-symbol {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .search-symbol:before {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  left: 0;
  top: 5px;
  padding: 13px 15px;
  line-height: 26px;
  border: 0;
  background-color: transparent;
}
.page-template-subtraction-search-page-php #page-search .search-symbol:link,
.page-template-subtraction-search-page-php #page-search .search-symbol:visited {
  color: #000000;
}
.page-template-subtraction-search-page-php #page-search .search-symbol:hover,
.page-template-subtraction-search-page-php #page-search .search-symbol:active {
  color: #f07834;
}
.page-template-subtraction-search-page-php #page-search .cancel {
  width: 75px;
}
.js .page-template-subtraction-search-page-php #page-search .cancel {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .cancel:before {
  content: "";
  font-size: 25px;
  padding: 12px 10px;
  margin-right: 10px;
  font-weight: normal;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.js .page-template-subtraction-search-page-php #page-search .cancel:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .cancel:link,
.page-template-subtraction-search-page-php #page-search .cancel:visited {
  color: #000000;
}
.page-template-subtraction-search-page-php #page-search .cancel:hover,
.page-template-subtraction-search-page-php #page-search .cancel:active {
  color: #f07834;
}
.page-template-subtraction-search-page-php #page-search .cancel:hover:before,
.page-template-subtraction-search-page-php #page-search .cancel:active:before {
  color: #f07834;
}
.js .page-template-subtraction-search-page-php #page-search .cancel:hover:before,
.js .page-template-subtraction-search-page-php #page-search .cancel:active:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .icon-close {
  width: 95px;
  /* width: (@gutter * 5); */
}
.js .page-template-subtraction-search-page-php #page-search .icon-close {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .icon-close:before {
  font-size: 25px;
  padding: 12px 10px;
  margin-right: 10px;
  font-weight: normal;
  color: #333333;
  border: 0;
  background-color: transparent;
}
.js .page-template-subtraction-search-page-php #page-search .icon-close:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-template-subtraction-search-page-php #page-search .icon-close:link,
.page-template-subtraction-search-page-php #page-search .icon-close:visited {
  color: #000000;
}
.page-template-subtraction-search-page-php #page-search .icon-close:hover,
.page-template-subtraction-search-page-php #page-search .icon-close:active {
  color: #f07834;
}
.page-template-subtraction-search-page-php #page-search .icon-close:hover:before,
.page-template-subtraction-search-page-php #page-search .icon-close:active:before {
  color: #f07834;
}
.js .page-template-subtraction-search-page-php #page-search .icon-close:hover:before,
.js .page-template-subtraction-search-page-php #page-search .icon-close:active:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* Google Search Results
-------------------------------------------------------------- */
#main .page-header-search {
  border-top: 1px solid #cccccc;
  margin-top: -1px;
  line-height: 52px;
}
#main .page-header-search .page-title .search-term {
  font-weight: bold;
  color: #000000;
  line-height: 52px;
}
#main #___gcse_0 .loading {
  display: block;
  min-height: 104px;
  background: transparent url(../img/loading.gif) center center no-repeat;
}
#main #___gcse_0 .cse .gsc-control-cse,
#main #___gcse_0 .gsc-control-cse {
  padding: 0;
  background: transparent;
}
#main #___gcse_0 .gsc-above-wrapper-area {
  border-top: 1px solid #ededed;
  padding: 0;
  margin: -1px 0;
}
#main #___gcse_0 .gsc-above-wrapper-area-container {
  margin-bottom: 0;
  border: none;
}
#main #___gcse_0 .gsc-above-wrapper-area-container .gsc-result-info-container {
  border: none;
  line-height: 52px;
}
#main #___gcse_0 .gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
  margin: 0;
  padding-left: 0;
}
#main #___gcse_0 .gs-result .gs-title,
#main #___gcse_0 .gs-result .gs-title a {
  color: #000000;
  font-weight: normal;
}
#main #___gcse_0 .gs-result .gs-title b,
#main #___gcse_0 .gs-result .gs-title a b {
  color: #000000;
  font-weight: bold;
}
#main #___gcse_0 .gs-result .gs-snippet {
  padding-right: 10px;
  line-height: 16px;
}
#main #___gcse_0 .gs-result a.gs-visibleUrl,
#main #___gcse_0 .gs-result .gs-visibleUrl {
  color: #333333;
  line-height: 16px;
}
#main #___gcse_0 .gsc-webResult .gsc-result {
  padding: 0 0 13px 0;
  border: none;
}
#main #___gcse_0 .gsc-results {
  width: 100%;
}
#main #___gcse_0 .gsc-control-cse div.gsc-results.gsc-webResult {
  padding: 0;
  margin: 0;
}
#main #___gcse_0 .gsc-wrapper .gsc-control-cse,
#main #___gcse_0 .gsc-wrapper .gsc-table-result {
  border: none;
  margin-bottom: 13px;
  padding-top: 13px;
  display: block;
}
#main #___gcse_0 .gsc-wrapper .gsc-control-cse tr td,
#main #___gcse_0 .gsc-wrapper .gsc-table-result tr td {
  border: none;
}
#main #___gcse_0 .gsc-control-cse .gsc-adBlock,
#main #___gcse_0 .gsc-control-cse .gsc-adBlockVertical {
  margin: 13px 0;
  border: none;
}
#main #___gcse_0 .gsc-tabData.gsc-tabdActive table {
  margin: 0;
  border: none;
}
#main #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #000000;
}
#main #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:link,
#main #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:visited {
  color: #000000;
}
#main #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
#main #___gcse_0 .gsc-results .gsc-cursor-box .gsc-cursor-page:active {
  color: #000000;
}
/* =Plugins
-------------------------------------------------------------- */
/* Mailchimp specific styles
-------------------------------------------------------------- */
/* Subscribe to email */
#page .mailchimp-subscribe-form .mc4wp-form {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  padding: 13px 0;
  margin: -26px 0 52px;
  position: relative;
  /* margin: -@baseline -(@gutter + @column) (@baseline * 3) 0; */
}
.single #page .mailchimp-subscribe-form .mc4wp-form {
  margin-top: 39px;
  margin-bottom: 26px;
}
#page .mailchimp-subscribe-form .mc4wp-form p {
  margin-bottom: 0;
}
#page .mailchimp-subscribe-form .mc4wp-form label {
  font-size: 19px;
  color: #f07834;
  padding: 0 5px;
  margin-bottom: 0;
}
#page .mailchimp-subscribe-form .mc4wp-form small {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 16px;
  /* max-width: 505px; */
  color: #999999;
  padding: 0 5px;
  margin-bottom: 26px;
  display: block;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap {
  margin-right: 315px;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-form {
  color: #cccccc;
  border-width: 0;
  padding: 0 5px;
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 39px;
  word-break: normal;
  word-wrap: normal;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-form:active,
#page .mailchimp-subscribe-form .mc4wp-form .email-form:focus,
#page .mailchimp-subscribe-form .mc4wp-form .email-form:hover {
  outline: none;
  color: #000000;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap {
  text-align: right;
  position: relative;
  height: 52px;
  border-top: 1px solid #cccccc;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit {
  font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000000;
  background-position: center center;
  color: #ffffff;
  border: none;
  position: absolute;
  top: -58.5px;
  right: 85px;
}
.js #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:active,
#page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:focus,
#page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:hover {
  background: #f07834;
  cursor: pointer;
  background-position: center center;
  outline: none;
}
.js #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:active,
.js #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:focus,
.js #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page .mailchimp-subscribe-form.has-mc-error .mc4wp-form label {
  color: #000000;
}
/* Default styles */
#mc4wp-checkbox {
  clear: both;
  display: block;
}
#mc4wp-checkbox input {
  position: relative;
  margin: 0 6px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block !important;
  max-width: 20px;
}
#mc4wp-checkbox label {
  display: block;
  cursor: pointer;
  width: auto;
}
#registerform #mc4wp-checkbox {
  margin-bottom: 10px;
}
.mc4wp-form {
  margin: 1em 0;
}
.mc4wp-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.mc4wp-form ul,
.mc4wp-form li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mc4wp-form label > span,
.mc4wp-form li > label {
  font-weight: normal;
}
.mc4wp-form p > label:nth-child(2) {
  margin-top: 10px;
}
.mc4wp-form input.placeholdersjs {
  color: #aaa !important;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form input[type="tel"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
.mc4wp-form textarea,
.mc4wp-form select {
  cursor: auto;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mc4wp-form input[type="text"]:focus,
.mc4wp-form input[type="email"]:focus,
.mc4wp-form input[type="tel"]:focus,
.mc4wp-form input[type="url"]:focus,
.mc4wp-form input[type="date"]:focus,
.mc4wp-form textarea:focus,
.mc4wp-form select:focus,
.mc4wp-form input[type="text"]:invalid,
.mc4wp-form input[type="email"]:invalid,
.mc4wp-form input[type="tel"]:invalid,
.mc4wp-form input[type="url"]:invalid,
.mc4wp-form input[type="date"]:invalid,
.mc4wp-form textarea:invalid,
.mc4wp-form select:invalid,
.mc4wp-form input[type="text"]:required,
.mc4wp-form input[type="email"]:required,
.mc4wp-form input[type="tel"]:required,
.mc4wp-form input[type="url"]:required,
.mc4wp-form input[type="date"]:required,
.mc4wp-form textarea:required,
.mc4wp-form select:required,
.mc4wp-form input[type="text"]:-moz-submit-invalid,
.mc4wp-form input[type="email"]:-moz-submit-invalid,
.mc4wp-form input[type="tel"]:-moz-submit-invalid,
.mc4wp-form input[type="url"]:-moz-submit-invalid,
.mc4wp-form input[type="date"]:-moz-submit-invalid,
.mc4wp-form textarea:-moz-submit-invalid,
.mc4wp-form select:-moz-submit-invalid {
  outline: none;
}
.mc4wp-form input[type="checkbox"],
.mc4wp-form input[type="radio"] {
  position: relative;
  margin: 0 6px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
  display: inline-block;
  border: 0;
}
.mc4wp-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.mc4wp-form input[type="radio"] {
  -webkit-appearance: radio;
}
.mc4wp-form input[type="submit"],
.mc4wp-form button,
.mc4wp-form input[type="button"] {
  cursor: pointer;
  display: inline-block;
}
/**
 * Alert
 */
.mc4wp-alert {
  margin: 0 0 26px;
  padding: 0;
  color: #333333;
  background-color: transparent;
  border: none;
  display: block;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mc4wp-alert strong {
  font-size: 19px;
  color: #f07834;
  padding: 0 5px;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}
.mc4wp-alert small {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 16px;
  color: #999999;
  margin-bottom: 26px;
  display: block;
}
.mc4wp-alert.mc4wp-error,
.mc4wp-alert.mc4wp-notice {
  color: #d0021a;
  background: #ffffff;
  width: 70%;
  position: absolute;
  top: 39px;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 16px;
  padding: 0 5px 26px;
  margin-bottom: 26px;
  display: block;
}
.mc4wp-alert.mc4wp-error:nth-of-type(even),
.mc4wp-alert.mc4wp-notice:nth-of-type(even) {
  display: none;
}
.mc4wp-alert.mc4wp-notice {
  color: #3a87ad;
}
/* Infinite Scroll
-------------------------------------------------------------- */
#infscr-loading {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding: 0;
  width: 100%;
  min-width: 100%;
  position: absolute;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #333333;
  background-color: #ffffff;
  z-index: 20;
  margin-top: -1px;
}
#infscr-loading img {
  padding: 22px 0 22px;
}
#infscr-loading div {
  display: none;
}
#infscr-loading strong {
  margin-top: 104px;
  display: block;
  margin-bottom: 13px;
}
#infscr-loading .spinner {
  display: none;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #nav-below {
  display: none;
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('plugins/flexslider/fonts/flexslider-icon.eot');
  src: url('plugins/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('plugins/flexslider/fonts/flexslider-icon.woff') format('woff'), url('plugins/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('plugins/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: auto;
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* JetPack specific styles
-------------------------------------------------------------- */
/* Subscribe to Comments */
#comments #respond form .comment-subscription-form {
  width: 410px;
  display: none;
  clear: both;
  margin-left: 105px;
}
#comments #respond form .comment-subscription-form input {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
#comments #respond form .comment-subscription-form label {
  width: 305px;
  font-weight: 200;
}
/* =Styles for when Javascript is turned off
-------------------------------------------------------------- */
.no-js .single #colophon #site-info {
  padding-bottom: 26px;
}
.no-js #nav-below {
  position: relative;
  width: 100%;
  left: 50%;
  bottom: 1px;
}
.no-js #comments .comment-form-ant-spm {
  display: none;
}
/*	Responsive Styles
-------------------------------------------------------------- */
/*	Grid Styles (Hashgrid)
-------------------------------------------------------------- */
/* Desktop or bigger 
-------------------------------------------------------------- */
@media screen and (min-width: 1911px) {
  #subtraction-grid {
    width: 1910px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -955px;
  }
  #subtraction-grid div.vert {
    width: 93px;
    border: 1px dotted turquoise;
    border-width: 0 1px;
    margin-right: 10px;
    background: rgba(255, 0, 0, 0.04);
  }
  #subtraction-grid div.vert.first-line {
    margin-left: 15px;
  }
  #subtraction-grid div.horiz {
    height: 25px;
    border-bottom: 1px dotted #d0021a;
    margin: 0;
    padding: 0;
  }
}
/* Desktop 
-------------------------------------------------------------- */
@media screen and (max-width: 1910px) {
  #subtraction-grid {
    width: 1910px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -955px;
  }
  #subtraction-grid div.vert {
    width: 93px;
    border: 1px dotted turquoise;
    border-width: 0 1px;
    margin-right: 10px;
    background: rgba(255, 0, 0, 0.04);
  }
  #subtraction-grid div.vert.first-line {
    margin-left: 15px;
  }
  #subtraction-grid div.horiz {
    height: 25px;
    border-bottom: 1px dotted #d0021a;
    margin: 0;
    padding: 0;
  }
}
/* iPhone or smaller
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #subtraction-grid {
    width: 767px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -383.5px;
  }
  #subtraction-grid div.vert {
    width: 63px;
    border: 1px dotted turquoise;
    border-width: 0 1px;
    margin-right: 10px;
    background: rgba(255, 0, 0, 0.04);
  }
  #subtraction-grid div.vert.first-line {
    margin-left: 15px;
  }
  #subtraction-grid div.horiz {
    height: 25px;
    border-bottom: 1px dotted #d0021a;
    margin: 0;
    padding: 0;
  }
}
/**
 * Responsive designs
 * - Device specific media queries: http://stephen.io/mediaqueries/
 */
/* Extended Desktop (iMac 27" and UP)
-------------------------------------------------------------- */
@media screen and (min-width: 1911px) {
  #page #masthead #masthead-wrap {
    width: 1880px;
  }
  #page #masthead .site-branding {
    margin-left: 315px;
  }
  #page #masthead .site-branding .site-title {
    width: 1250px;
  }
  #page #masthead .no-js-msg {
    width: 1250px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 1240px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 1250px;
    left: 315px;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 210px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 830px;
  }
  #page #masthead .navigation-main {
    width: 305px;
  }
  #page #main #primary {
    width: 1250px;
  }
  #page #main #primary #content {
    width: 1250px;
  }
  #page #main #primary #content .hentry {
    width: 1250px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 1250px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 1030px;
    padding: 0 5px;
    padding: 5px 110px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0 210px 0 0;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 1250px;
  }
  #page #main #primary #content .hentry .entry-content .gallery {
    width: 1250px;
    margin-right: 10px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item {
    width: 200px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon {
    width: 200px;
    height: 200px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4) {
    margin-right: 10px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(6n-6) {
    margin-right: 0;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 1250px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 200px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 200px;
    height: 200px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
    max-width: 420px;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    right: -205px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -940px;
  }
  #page #browse .site-description {
    width: 295px;
  }
  #page #browse #browse-posts {
    width: 305px;
  }
  #page #browse #browse-posts #scroller ul,
  #page #browse #browse-posts #scroller ul li {
    width: 305px;
  }
  #nav-below {
    margin-left: -625px;
  }
  #nav-below .nav-previous,
  #nav-below .attachment-previous,
  #nav-below .nav-next,
  #nav-below .attachment-next {
    margin-right: 0;
  }
  #comments {
    width: 1250px;
  }
  #comments .comments-title {
    width: 1030px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 1030px;
    padding: 0 5px;
  }
  #comments #respond {
    width: 1040px;
  }
  #comments #respond #reply-title {
    right: 167.5px;
  }
  #comments #respond #commentform p input {
    width: 925px;
    padding: 0 5px;
  }
  #comments #respond #commentform p textarea {
    width: 925px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #comments #respond #commentform .form-submit #submit {
    margin-right: 40px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 1250px;
  }
}
/* Large Desktop (iMac 21" and DOWN)
-------------------------------------------------------------- */
@media screen and (max-width: 1910px) {
  #page #masthead #masthead-wrap {
    width: 1460px;
  }
  #page #masthead .site-branding {
    margin-left: 315px;
  }
  #page #masthead .site-branding .site-title {
    width: 830px;
  }
  #page #masthead .no-js-msg {
    width: 830px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 820px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 830px;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 210px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 410px;
  }
  #page #masthead .navigation-main {
    width: 305px;
  }
  #page #main #primary {
    width: 830px;
  }
  #page #main #primary #content {
    width: 830px;
  }
  #page #main #primary #content .hentry {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 610px;
    padding: 0 5px;
    padding: 5px 110px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0 210px 0 0;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-content .gallery {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item {
    width: 200px;
    /* &:nth-of-type(5n-5) { margin-right: 0; } */
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4) {
    margin-right: 0;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 200px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 200px;
    height: 200px;
  }
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
    max-width: 315px;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    right: -205px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -730px;
  }
  #page #browse .site-description {
    width: 295px;
  }
  #page #browse #browse-posts {
    width: 305px;
  }
  #page #browse #browse-posts #scroller ul,
  #page #browse #browse-posts #scroller ul li {
    width: 305px;
  }
  #nav-below {
    margin-left: -415px;
  }
  #nav-below .nav-previous,
  #nav-below .attachment-previous,
  #nav-below .nav-next,
  #nav-below .attachment-next {
    margin-right: 0;
  }
  #comments {
    width: 830px;
  }
  #comments .comments-title {
    width: 610px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 610px;
    padding: 0 5px;
  }
  #comments #respond {
    width: 620px;
  }
  #comments #respond #reply-title {
    right: 167.5px;
  }
  #comments #respond #commentform p input {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform p textarea {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #comments #respond #commentform .form-submit #submit {
    margin-right: 40px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 830px;
  }
}
/* Typical Desktop
-------------------------------------------------------------- */
@media screen and (max-width: 1500px) {
  #page #masthead #masthead-wrap {
    width: 1250px;
  }
  #page #masthead .site-branding {
    margin-left: 210px;
  }
  #page #masthead .site-branding .site-title {
    width: 830px;
  }
  #page #masthead .no-js-msg {
    width: 830px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 820px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 830px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 410px;
  }
  #page #masthead .navigation-main {
    width: 200px;
  }
  #page #main #primary {
    width: 830px;
  }
  #page #main #primary #content {
    width: 830px;
  }
  #page #main #primary #content .hentry {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 610px;
    padding: 0 5px;
    padding: 5px 110px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 830px;
  }
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 830px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -625px;
  }
  #page #browse .site-description {
    width: 190px;
  }
  #page #browse #browse-posts {
    width: 200px;
  }
  #page #browse #browse-posts #scroller ul,
  #page #browse #browse-posts #scroller ul li {
    width: 200px;
  }
  #nav-below {
    margin-left: -415px;
  }
  #nav-below .nav-previous,
  #nav-below .attachment-previous,
  #nav-below .nav-next,
  #nav-below .attachment-next {
    margin-right: 0;
  }
  #comments {
    width: 830px;
  }
  #comments .comments-title {
    width: 610px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 610px;
    padding: 0 5px;
  }
  #comments #respond {
    width: 620px;
  }
  #comments #respond #commentform p input {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform p textarea {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 830px;
  }
}
/* Typical Laptop
 * @tabletwidth: 1280px;
-------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  #page #masthead #masthead-wrap {
    width: 1040px;
  }
  #page #masthead .site-branding .site-title {
    width: 620px;
  }
  #page #masthead .no-js-msg {
    width: 620px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 610px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 620px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 200px;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 105px;
  }
  #page #main #primary {
    width: 620px;
  }
  #page #main #primary #content {
    width: 620px;
  }
  #page #main #primary #content .hentry {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 400px;
    padding: 0 5px;
    padding: 5px 110px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0 105px 0 0;
  }
  #page #main #primary #content .hentry .entry-content .ratings {
    margin-right: -110px;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 147.5px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 147.5px;
    height: 150px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon img,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
    max-width: 315px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4),
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:nth-of-type(4n-4) {
    margin-right: 0;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    right: -100px;
  }
  #highlight-carousel .slide {
    width: 620px;
  }
  #highlight-carousel .slide .entry-header {
    width: 252.5px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form {
    margin-right: 0;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap {
    margin-right: 210px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap .email-submit {
    right: 25px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -520px;
  }
  #nav-below {
    margin-left: -310px;
  }
  #nav-below .nav-previous,
  #nav-below .attachment-previous,
  #nav-below .nav-next,
  #nav-below .attachment-next {
    margin-right: 0;
  }
  #comments {
    width: 620px;
  }
  #comments .comments-title {
    width: 400px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond {
    width: 620px;
  }
  #comments #respond #commentform p input {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform p textarea {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 620px;
  }
}
/* Small Laptop / Notebook
 * @tabletwidth: 1075px;
-------------------------------------------------------------- */
@media screen and (max-width: 1075px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px;
  }
  #page #masthead #masthead-wrap {
    width: 830px;
  }
  #page #masthead .site-branding {
    width: 410px;
  }
  #page #masthead .site-branding .site-title {
    width: 410px;
  }
  #page #masthead .no-js-msg {
    width: 410px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 400px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 410px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 100%;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 105px;
  }
  #page #main {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
  }
  #page #main #primary {
    width: 410px;
  }
  #page #main #primary #content {
    width: 410px;
  }
  #page #main #primary #content .hentry {
    width: 410px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 410px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title {
    width: 305px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 295px;
    padding: 0 5px;
    padding: 5px 5px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-header .edit-link {
    display: none;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0;
  }
  #page #main #primary #content .hentry .entry-content .ratings {
    margin-right: 0;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 410px;
  }
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 420.5px;
    margin-bottom: 16px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 200px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 200px;
    height: 200px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon img,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
    max-width: 305px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(5n-5),
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:nth-of-type(5n-5),
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4),
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:nth-of-type(4n-4) {
    margin-right: 10px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:last-child,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:last-child {
    margin-right: 0;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    display: none;
  }
  #highlight-carousel .slide {
    width: 100%;
  }
  #highlight-carousel .slide .entry-image {
    -webkit-border-radius: 270px;
    -moz-border-radius: 270px;
    border-radius: 270px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    position: relative;
    display: block;
    width: 270px;
    height: 270px;
  }
  #highlight-carousel .slide .entry-header {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #page .mailchimp-subscribe-form .mc4wp-form {
    margin-right: 0;
  }
  #page .mailchimp-subscribe-form .mc4wp-form label {
    font-size: 18px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap {
    margin-right: 105px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit {
    right: 10px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -415px;
  }
  #nav-below {
    margin-left: -205px;
  }
  #nav-below .nav-previous,
  #nav-below .attachment-previous,
  #nav-below .nav-next,
  #nav-below .attachment-next {
    width: 200px;
  }
  #nav-below a .nav-excerpt {
    display: none;
  }
  #comments {
    width: 410px;
  }
  #comments .comments-title {
    width: 295px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article {
    padding-right: 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 100%;
  }
  #comments .comment-list li.comment .comment-article .reply {
    position: relative;
    text-align: right;
    top: 0;
    width: 100%;
  }
  #comments .comment-list li.comment .comment-article .reply a {
    margin: 0;
  }
  #comments #respond {
    width: 410px;
  }
  #comments #respond #commentform p label {
    display: none;
  }
  #comments #respond #commentform p input {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond #commentform p textarea {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #comments #respond #commentform .comment-form-author:before {
    content: "Your remarks";
    font-size: 12px;
    font-weight: bold;
    display: block;
    clear: both;
    padding: 0 5px;
  }
  #comments #respond #commentform .comment-form-author input {
    border-top: 1px solid #333333;
  }
  #comments #respond #commentform .comment-subscription-form {
    margin-left: 5px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 410px;
  }
  #main .page-header-search .page-title {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #main .page-header-search .page-title .search-term {
    display: inline-block;
    line-height: 26px;
  }
}
/* Typical Tablet
 * width: 870px;
-------------------------------------------------------------- */
@media screen and (max-width: 870px) {
  #page #masthead #masthead-wrap {
    width: 725px;
  }
  #page #masthead .navigation-main {
    width: 95px;
  }
  #page {
    /*
    #highlight-carousel {
      .slide { width: 100%; }
  //	.slide .entry-image { width: 20%; }
  //	.slide .entry-header { width: 60%; }
  	}
*/
  }
  #page #main {
    width: 725px;
    margin: 0 auto;
  }
  #page #main #primary {
    margin: 0 0 0 210px;
  }
  #page #main #primary .hentry .entry-header .entry-title .entry-title-wrap {
    padding-right: 5px;
  }
  #page #main #primary #comments #respond form p textarea {
    width: 400px;
  }
  #page #main #primary #comments #respond .form-submit #submit {
    background-size: 15px 15px;
  }
  #page #main #right-adspace {
    right: 50%;
    margin-right: -390px;
  }
  #page #nav-below {
    margin-left: -150px;
  }
  #page #primary.archive-content-area.loading-archives,
  #page #main #google-cse .loading {
    background-size: 15px 15px;
  }
  #page #infscr-loading img {
    width: 15px;
    height: 15px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    margin-left: -360px;
  }
  #page #colophon {
    width: 725px;
    margin: 0 auto;
  }
  #page #colophon #footer-adspace,
  #page #colophon #site-info {
    width: 410px;
    margin-left: 210px;
  }
}
/* iPad Landscape
@media screen and ( max-width: 1024px ){
-------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #page {
    margin: 0 20px;
  }
  #page #masthead #masthead-wrap {
    width: 100%;
  }
  #page #masthead .site-branding {
    width: 830px;
    margin-left: 210px;
  }
  #page #masthead .site-branding .site-title {
    width: 620px;
  }
  #page #masthead .no-js-msg {
    width: 620px;
  }
  #page #masthead .navigation-main {
    width: 143px;
  }
  #page #masthead #site-navigation .menu li a {
    padding: 10px 5px;
  }
  #page #masthead #header-search {
    right: 153px;
  }
  #page #masthead #header-search #header-search-form #s {
    width: 610px;
    padding: 0 5px;
  }
  #page #masthead #header-about-page {
    width: 620px;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 200px;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 105px;
  }
  #page #main #primary {
    width: 620px;
    margin-left: 210px;
  }
  #page #main #primary #content {
    width: 620px;
  }
  #page #main #primary #content .hentry {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title {
    width: 515px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: 505px;
    padding: 0 5px;
    padding: 5px 5px 21px 5px;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0 105px 0 0;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: 620px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item,
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 147.5px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon,
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 147.5px;
    height: 150px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon img,
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon img,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon img {
    max-width: 315px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4),
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:nth-of-type(4n-4),
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:nth-of-type(4n-4) {
    margin-right: 10px;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    display: none;
  }
  #page #main #infscr-loading img {
    padding-top: 38px;
    padding-bottom: 37px;
  }
  #page #main #right-adspace.static {
    position: absolute;
    top: 202px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form {
    margin-right: 0;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap {
    margin-right: 105px;
  }
  #page .mailchimp-subscribe-form .mc4wp-form .email-submit-wrap .email-submit {
    right: 10px;
  }
  #page #browse .site-description,
  #page #browse #browse-posts {
    left: 0;
    margin-left: 20px;
  }
  #page #nav-below {
    display: block;
    position: relative;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 1px;
  }
  #page #nav-below .nav-previous,
  #page #nav-below .attachment-previous,
  #page #nav-below .nav-next,
  #page #nav-below .attachment-next {
    margin-right: 0;
  }
  #page #nav-below.show-nav {
    bottom: 0;
  }
  #comments {
    width: 620px;
  }
  #comments .comments-title {
    width: 400px;
    padding: 0 5px;
  }
  #comments .comment-list li.comment .comment-article .comment-content {
    width: 400px;
    padding: 0 5px;
  }
  #comments #respond {
    width: 620px;
  }
  #comments #respond #reply-title {
    right: 167.5px;
  }
  #comments #respond #commentform p input {
    width: 99%;
  }
  #comments #respond #commentform p textarea {
    width: 99%;
  }
  #comments #respond #commentform .logged-in-as .comment-author {
    width: 505px;
    padding: 0 5px;
  }
  #comments #respond #commentform .logged-in-as .logout-link {
    width: 85px;
    padding: 0 5px;
  }
  #comments #respond #commentform .form-submit #submit {
    margin-right: 40px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #footer-adspace .widget_text .authentic-jobs,
  #page #colophon #site-info {
    width: 620px;
  }
  #page #colophon #footer-adspace,
  #page #colophon #site-info {
    margin-left: 210px;
  }
}
/* iPad Portrait & iPhone
-------------------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), (max-width: 767px) {
  html {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #page {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    position: relative;
    /* min-height: 930px; */
  }
  #page #masthead {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 4px;
  }
  #page #masthead #masthead-wrap {
    width: 100%;
  }
  #page #masthead .site-branding {
    width: 100%;
    height: 100%;
    float: left;
    margin-left: 0;
  }
  #page #masthead .site-branding #branding-wrap {
    border-top: 1px solid #cccccc;
  }
  #page #masthead .site-branding .site-title {
    font-size: 20px;
    line-height: 12px;
    width: auto;
    height: 52px;
    margin-left: 0;
    border-top: none;
  }
  #page #masthead .site-branding .site-description {
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
    position: relative;
    top: -11px;
    background: transparent;
  }
  #page #masthead .site-branding .site-description a strong {
    display: inline-block;
  }
  #page #masthead .site-branding .site-description a:before {
    display: none;
  }
  #page #masthead .site-branding .site-description:before {
    display: none;
  }
  #page #masthead .site-branding .site-description.over {
    border-bottom: none;
  }
  #page #masthead .no-js-msg {
    width: auto;
    margin-left: 0;
    margin-right: 75px;
    font-size: 15px;
  }
  #page #masthead .navigation-main {
    width: 65px;
    min-height: 104px;
    position: absolute;
    z-index: 15;
    right: 5px;
    bottom: 0;
    border-top: none;
    margin-left: -100%;
    padding-top: 41px;
    padding-left: 10px;
    margin-bottom: 37px;
  }
  #page #masthead .navigation-main:before {
    display: none;
    border: none;
  }
  #page #masthead .navigation-main .menu-item:first-child a:before {
    font-family: 'subtraction-80-icons';
    content: "\e60f";
    position: absolute;
    border-top: none;
    left: 5px;
    top: -26px;
    font-size: 22px;
  }
  #page #masthead .navigation-main .menu-item:first-child a:before:hover,
  #page #masthead .navigation-main .menu-item:first-child a:before:active,
  #page #masthead .navigation-main .menu-item:first-child a:before:focus {
    color: #f07834;
  }
  #page #masthead .navigation-main .menu li > a {
    padding: 5px;
  }
  #page #masthead #header-about-page {
    left: 0;
    width: auto;
    margin: 0;
    border-top: 1px solid #cccccc;
  }
  #page #masthead #header-about-page .hentry {
    padding-top: 5px;
    margin-top: 42px;
    width: 100%;
  }
  #page #masthead #header-about-page .hentry .entry-content {
    margin-right: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta {
    padding-bottom: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link {
    width: 100%;
    margin-right: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link a:before {
    top: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link a strong {
    display: inline-block;
    font-weight: bold;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address {
    width: 100%;
    margin-right: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links li.social-link-address address:before {
    top: 0;
  }
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link-email,
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link-twitter,
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link-flickr,
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link-pinterest,
  #page #masthead #header-about-page .hentry .page-meta .social-links .social-link-instagram {
    margin-bottom: 26px;
    width: 140px;
    float: left;
  }
  #page #masthead #header-about-page .close-about {
    width: 80px;
  }
  #page #masthead #header-about-page .close-about:before {
    padding: 12px 20px 12px 35px;
    left: 15px;
  }
  #page #masthead #header-search {
    position: absolute;
    clear: both;
    right: 0;
    bottom: 0;
  }
  #page #masthead #header-search #header-search-form {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    height: 39px;
    width: 100%;
  }
  #page #masthead #header-search #header-search-form #s {
    font-size: 16px;
    height: 39px;
    width: 100%;
  }
  #page #masthead #header-search .search-symbol {
    line-height: 39px;
    height: 39px;
    width: 77px;
    margin-top: -37px;
    top: inherit;
    bottom: 0;
    right: 0;
    background: transparent;
  }
  #page #masthead #header-search .search-symbol:before {
    font-size: 15px;
    padding: 12px 2px 12px 6px;
  }
  #page #masthead #header-search .search-symbol.icon-search:before {
    padding-right: 65px;
  }
  #page #masthead #header-search .search-symbol.cancel {
    background: #ffffff;
    width: 95px;
  }
  #page #masthead #header-search .search-symbol.cancel:before {
    margin-right: 5px;
    padding: 0;
  }
  #page #main {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page #main #primary {
    width: auto;
    margin-left: 0;
  }
  #page #main #primary #content {
    width: auto;
    padding-top: 1px;
  }
  #page #main #primary #content .hentry {
    width: auto;
  }
  #page #main #primary #content .hentry:first-child {
    margin-top: 0;
  }
  #page #main #primary #content .hentry .entry-header {
    width: 100%;
  }
  #page #main #primary #content .hentry .entry-header .entry-title {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
  }
  #page #main #primary #content .hentry .entry-header .entry-title .entry-title-wrap {
    width: auto;
    padding: 7px 5px 11px 80px;
  }
  #page #main #primary #content .hentry .entry-header .entry-meta {
    width: 75px;
    position: absolute;
    left: 0;
    font-size: 12px;
  }
  #page #main #primary #content .hentry .entry-content {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
  }
  #page #main #primary #content .hentry .entry-content .post-image,
  #page #main #primary #content .hentry .entry-content .wp-caption,
  #page #main #primary #content .hentry .entry-content .wp-figure,
  #page #main #primary #content .hentry .entry-content .pic-mid,
  #page #main #primary #content .hentry .entry-content .pic-inline,
  #page #main #primary #content .hentry .entry-content .pic-full,
  #page #main #primary #content .hentry .entry-content .pic-medium,
  #page #main #primary #content .hentry .entry-content .pic-medium-float,
  #page #main #primary #content .hentry .entry-content .pic-wide-float,
  #page #main #primary #content .hentry .entry-content .bliptv,
  #page #main #primary #content .hentry .entry-content .entry-oembed {
    width: auto;
    margin-bottom: 24px;
  }
  #page #main #primary #content .hentry .entry-content .ratings {
    margin-right: -5px;
  }
  #page #main #primary #content .hentry .entry-content .ratings .ratings-title {
    width: 60px;
  }
  #page #main #primary #content .hentry .entry-content .gallery,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery {
    width: auto;
    margin: 0 -15px 24px -5px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item {
    width: 140px;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item .gallery-icon,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item .gallery-icon {
    width: 140px;
    height: 140px;
    overflow: hidden;
  }
  #page #main #primary #content .hentry .entry-content .gallery .gallery-item:last-child,
  #page #main #primary #content .hentry .entry-content .tumblr-gallery .gallery-item:last-child {
    margin-right: 10px;
  }
  #page #main #primary #content .hentry .entry-content ol,
  #page #main #primary #content .hentry .entry-content ul,
  #page #main #primary #content .hentry .entry-content blockquote {
    margin-left: 55px;
  }
  #page #main #primary #content .hentry .entry-content .terminator {
    right: 5px;
  }
  #page #main #primary #content .hentry .entry-content .sharedaddy {
    position: relative;
    width: 100%;
  }
  #page #main #primary #content .hentry .entry-content .sharedaddy .sd-content {
    width: 100%;
  }
  #page #main #primary #content .hentry.type-page .entry-header .entry-title .entry-title-wrap {
    padding-left: 5px;
  }
  #page #main #primary #content .hentry.error404 .entry-content {
    margin-left: 0 !important;
  }
  #page #main #infscr-loading img {
    padding-top: 38px;
    padding-bottom: 37px;
  }
  #page #main #right-adspace {
    display: none !important;
  }
  #page #browse {
    display: none !important;
  }
  /*
  // Highlight Carousel
  #highlight-carousel {
    @carouselImageSize: 110px;
	//	height: (@carouselImageSize + @baseline);
		.slide .entry-image {
      height: @carouselImageSize;
      width: @carouselImageSize;
		}
		.slide .entry-image { margin-right: 0; }
		.slide .entry-header { width: 50%;
  		.entry-title { font-size: @fontsize-big-mobile; line-height: 22px; }
		}
	}
*/
  #page .mailchimp-subscribe-form .mc4wp-form .email-form-wrap {
    margin-right: 0;
  }
  .home #page,
  .blog #page {
    padding-bottom: 0;
  }
  .page #page #main #primary #content .hentry .entry-header .entry-title a {
    padding-left: 5px;
  }
  .single #page #nav-below,
  .single #page #nav-below.show-nav {
    margin-left: 0;
    padding: 0;
    width: 100%;
    position: relative;
    right: inherit;
    left: inherit;
    bottom: inherit;
    display: block;
    border-bottom: 1px solid #ededed;
  }
  .single #page #nav-below .nav-previous,
  .single #page #nav-below.show-nav .nav-previous,
  .single #page #nav-below .nav-next,
  .single #page #nav-below.show-nav .nav-next {
    width: 50%;
    height: inherit;
    display: table;
  }
  .single #page #nav-below .nav-previous a,
  .single #page #nav-below.show-nav .nav-previous a,
  .single #page #nav-below .nav-next a,
  .single #page #nav-below.show-nav .nav-next a {
    padding: 13px 15px 39px 5px;
    min-height: inherit;
  }
  .single #page #nav-below .nav-next,
  .single #page #nav-below.show-nav .nav-next {
    margin-left: 0;
  }
  #page #nav-below {
    display: block;
    position: relative;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 1px;
    border-top: none;
  }
  #page #nav-below .nav-previous,
  #page #nav-below .nav-next {
    width: 50%;
  }
  #page #nav-below .infinite-handle {
    text-align: center;
    width: 100%;
    height: inherit;
    margin: 0 auto;
  }
  #page #nav-below .infinite-handle a {
    width: 100%;
    min-height: inherit;
    font-size: 14px;
    font-family: "Helvetica Neue", HelveticaNeue, "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-top: 1px solid #000000;
    padding: 26px 0;
    display: block;
  }
  .js #page #nav-below .infinite-handle a {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #page #nav-below .infinite-handle a span {
    display: block;
    font-weight: normal;
  }
  #page #nav-below .infinite-handle a:hover,
  #page #nav-below .infinite-handle a:active {
    background: #f07834;
    color: #ffffff;
  }
  #page #main #primary #comments {
    width: 100%;
  }
  #page #main #primary #comments .comments-title {
    width: 100%;
  }
  #page #main #primary #comments .comment-list li.comment .comment-article {
    padding-right: 0;
    padding-left: 0;
  }
  #page #main #primary #comments .comment-list li.comment .comment-article .comment-header .comment-author-avatar {
    display: none;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  #page #main #primary #comments .comment-list li.comment .comment-article .comment-header .remark-sent {
    margin-left: 0;
  }
  #page #main #primary #comments .comment-list li.comment .comment-article .comment-content {
    width: auto;
    margin-left: 0;
  }
  #page #main #primary #comments .comment-list li.comment .children li.comment {
    margin-left: 0;
  }
  #page #main #primary #comments .pings-list .trackback,
  #page #main #primary #comments .pings-list .pingback {
    padding-left: 5px;
  }
  #page #main #primary #comments #respond {
    width: 100%;
    padding-bottom: 0;
  }
  #page #main #primary #comments #respond #reply-title {
    right: inherit;
    bottom: 130px;
    left: 5px;
  }
  #page #main #primary #comments #respond #commentform .comment-notes input,
  #page #main #primary #comments #respond #commentform .comment-form-author input,
  #page #main #primary #comments #respond #commentform .comment-form-email input {
    width: 99%;
  }
  #page #main #primary #comments #respond #commentform .comment-form-comment input {
    width: 100%;
  }
  #page #main #primary #comments #respond #commentform .comment-form-comment textarea {
    width: 100%;
    font-size: 16px;
    padding: 0 5px;
    margin-right: 0;
  }
  #page #main #primary #comments #respond #commentform .logged-in-as .comment-author {
    width: 205px;
    padding: 0 5px;
    margin-left: 75px;
  }
  #page #main #primary #comments #respond #commentform .logged-in-as .comment-author .comment-author-avatar {
    left: 12px;
  }
  #page #main #primary #comments #respond #commentform .logged-in-as .logout-link {
    width: 55px;
    padding: 0 5px;
  }
  #page #main #primary #comments #respond #commentform .form-submit {
    margin-bottom: 26px;
  }
  #page #main #primary #comments #respond #commentform .form-submit #submit {
    margin-right: 0;
  }
  #page #main #primary #comments #respond #commentform .comment-subscription-form {
    margin-left: 0;
  }
  .page-template-date-php #page #main #mobile-archive-nav,
  .date #page #main #mobile-archive-nav {
    display: block;
    border-top: 1px solid #cccccc;
    height: 39px;
  }
  .page-template-date-php #page #main #mobile-archive-nav #current-year-toggle,
  .date #page #main #mobile-archive-nav #current-year-toggle {
    line-height: 39px;
    letter-spacing: normal;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    padding: 0 5px;
    display: block;
    position: relative;
  }
  .page-template-date-php #page #main #mobile-archive-nav #current-year-toggle:hover,
  .date #page #main #mobile-archive-nav #current-year-toggle:hover {
    cursor: pointer;
  }
  .page-template-date-php #page #main #mobile-archive-nav #current-year-toggle:after,
  .date #page #main #mobile-archive-nav #current-year-toggle:after {
    content: "\e612";
    font-family: "subtraction-80-icons";
    font-size: 30px;
    position: absolute;
    width: 65px;
    right: 0;
    text-align: left;
  }
  .page-template-date-php #page #main #mobile-archive-nav #current-year-toggle.archive-open:after,
  .date #page #main #mobile-archive-nav #current-year-toggle.archive-open:after {
    content: "\e613";
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list,
  .date #page #main #mobile-archive-nav #yearly-archive-list {
    list-style: none;
    margin: 0;
    color: #333333;
    background: #ffffff;
    position: absolute;
    left: 0;
    z-index: 20;
    width: 100%;
    display: none;
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list li,
  .date #page #main #mobile-archive-nav #yearly-archive-list li {
    list-style: none;
    border-bottom: 1px solid #ededed;
    margin: 0 15px -1px;
    padding: 0;
    width: auto;
    display: block;
    font-size: 15px;
    color: #000000;
  }
  .js .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list li,
  .js .date #page #main #mobile-archive-nav #yearly-archive-list li {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list li a,
  .date #page #main #mobile-archive-nav #yearly-archive-list li a {
    line-height: 39px;
    display: block;
    min-height: 39px;
    padding: 0 5px;
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list li:before,
  .date #page #main #mobile-archive-nav #yearly-archive-list li:before {
    display: none;
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list li:last-child,
  .date #page #main #mobile-archive-nav #yearly-archive-list li:last-child {
    border-bottom: 1px solid #ededed;
    margin-bottom: -1px;
  }
  .page-template-date-php #page #main #mobile-archive-nav #yearly-archive-list .selected a,
  .date #page #main #mobile-archive-nav #yearly-archive-list .selected a {
    color: #666;
    cursor: default;
  }
  .page-template-date-php #page #main #browse,
  .date #page #main #browse {
    display: none;
  }
  .page-template-date-php #page #main #primary.archive-content-area,
  .date #page #main #primary.archive-content-area {
    border-bottom: none;
  }
  .page-template-date-php #page #main #primary.archive-content-area #content.archive-content,
  .date #page #main #primary.archive-content-area #content.archive-content {
    padding-top: 0;
  }
  .page-template-date-php #page #main #primary.archive-content-area #archive-list h3:first-child,
  .date #page #main #primary.archive-content-area #archive-list h3:first-child {
    border-top: none;
  }
  .page-template-date-php #page #main #primary.archive-content-area #archive-list ul,
  .date #page #main #primary.archive-content-area #archive-list ul {
    padding-right: 75px;
  }
  #main #google-cse .gsc-webResult .gsc-result {
    padding-right: 2px;
  }
  #page #colophon {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page #colophon #footer-adspace {
    display: none;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  #page #colophon #footer-adspace .widget_text .authentic-jobs {
    width: 290px;
  }
  #page #colophon #site-info {
    width: 100%;
    margin-left: 0;
    padding-bottom: 26px;
  }
  #subtraction-grid {
    width: 920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -6px;
    margin-left: -460px;
  }
  #subtraction-grid div.vert {
    width: 63px;
    border: 1px dotted turquoise;
    border-width: 0 1px;
    margin-right: 10px;
    background: rgba(255, 0, 0, 0.04);
  }
  #subtraction-grid div.vert.first-line {
    margin-left: 15px;
  }
  #subtraction-grid div.horiz {
    height: 25px;
    border-bottom: 1px dotted #d0021a;
    margin: 0;
    padding: 0;
  }
}
/*	Plugins
--------------------------------------------------------------
@import url("../../../plugins/jetpack/modules/widgets/widgets.css");
@import url("../../../plugins/jetpack/modules/sharedaddy/sharing.css");
*/
