/******************************************************************
Site Name: makingcomics.com
Author: luetkemj

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

/* line 11, ../scss/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

/* line 29, ../scss/_normalize.scss */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */

/* line 42, ../scss/_normalize.scss */

audio:not([controls]) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */

/* line 52, ../scss/_normalize.scss */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* line 67, ../scss/_normalize.scss */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

/* line 78, ../scss/_normalize.scss */

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */

/* line 90, ../scss/_normalize.scss */

body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

/* line 102, ../scss/_normalize.scss */

a:focus {
	outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */

/* line 111, ../scss/_normalize.scss */

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */

/* line 125, ../scss/_normalize.scss */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */

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

/* line 135, ../scss/_normalize.scss */

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

/* line 140, ../scss/_normalize.scss */

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

/* line 145, ../scss/_normalize.scss */

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

/* line 150, ../scss/_normalize.scss */

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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */

/* line 159, ../scss/_normalize.scss */

abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */

/* line 167, ../scss/_normalize.scss */

b,
strong {
	font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */

blockquote {
	margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */

/* line 180, ../scss/_normalize.scss */

dfn {
	font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */

/* line 188, ../scss/_normalize.scss */

mark {
	background: #ff0;
	color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */

/* line 197, ../scss/_normalize.scss */

p,
pre {
	margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

/* line 207, ../scss/_normalize.scss */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

/* line 220, ../scss/_normalize.scss */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */

/* line 230, ../scss/_normalize.scss */

q {
	quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */

/* line 238, ../scss/_normalize.scss */

q:before,
q:after {
	content: '';
	content: none;
}

/* line 244, ../scss/_normalize.scss */

small {
	font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */

/* line 253, ../scss/_normalize.scss */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */

sup {
	top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7.
 */

/* line 277, ../scss/_normalize.scss */

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */

dd {
	margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */

/* line 292, ../scss/_normalize.scss */

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */

/* line 302, ../scss/_normalize.scss */

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

/* line 318, ../scss/_normalize.scss */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */

/* line 327, ../scss/_normalize.scss */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */

/* line 339, ../scss/_normalize.scss */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7.
 */

/* line 351, ../scss/_normalize.scss */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

/* line 359, ../scss/_normalize.scss */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */

/* line 371, ../scss/_normalize.scss */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

/* line 384, ../scss/_normalize.scss */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */

/* line 399, ../scss/_normalize.scss */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

/* line 414, ../scss/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

/* line 427, ../scss/_normalize.scss */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

/* line 439, ../scss/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */

/* line 453, ../scss/_normalize.scss */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */

/* line 464, ../scss/_normalize.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */

/* line 473, ../scss/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

/* line 484, ../scss/_normalize.scss */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

/* line 497, ../scss/_normalize.scss */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/

/* line 510, ../scss/_normalize.scss */

p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */

b,
strong,
.strong {
	font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */

dfn,
em,
.em {
	font-style: italic;
}

/* line 521, ../scss/_normalize.scss */

small,
.small {
	font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */

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

/* line 528, ../scss/_normalize.scss */

dd {
	margin: 0;
}

/* line 532, ../scss/_normalize.scss */

.sidebar ul,
.sidebar ol,
.commentlist {
	list-style: none;
}

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

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/

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

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/

/*********************
CLEARFIXIN'
*********************/

/* line 23, ../scss/_mixins.scss */

.clearfix {
	zoom: 1;
}

/* line 25, ../scss/_mixins.scss */

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

/* line 26, ../scss/_mixins.scss */

.clearfix:after {
	clear: both;
}

/* line 29, ../scss/_mixins.scss */

.clear {
	clear: both;
}

/*********************
TOOLS
*********************/

/* line 38, ../scss/_mixins.scss */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* line 45, ../scss/_mixins.scss */

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/

/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/

/*********************
TYPOGRAPHY
*********************/

/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/

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

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

/* line 128, ../scss/_mixins.scss */

.lsf,
.lsf-icon:before {
	font-family: 'LigatureSymbols';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* line 142, ../scss/_mixins.scss */

.lsf-icon:before {
	content: attr(title);
	margin-right: 0.3em;
	font-size: 130%;
}

/* line 148, ../scss/_mixins.scss */

.lsf-icon.amazon:before {
	content: '\E007';
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/

/* line 159, ../scss/_mixins.scss */

span.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic;
}

/* line 165, ../scss/_mixins.scss */

.text-left {
	text-align: left;
}

/* line 166, ../scss/_mixins.scss */

.text-center {
	text-align: center;
}

/* line 167, ../scss/_mixins.scss */

.text-right {
	text-align: right;
}

/* line 171, ../scss/_mixins.scss */

.alert-help,
.alert-info,
.alert-error,
.alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}

/* line 177, ../scss/_mixins.scss */

.alert-help {
	border-color: #e8dc59;
	background: #ebe16f;
}

/* line 183, ../scss/_mixins.scss */

.alert-info {
	border-color: #bfe4f4;
	background: #d5edf8;
}

/* line 189, ../scss/_mixins.scss */

.alert-error {
	border-color: #f8cdce;
	background: #fbe3e4;
}

/* line 195, ../scss/_mixins.scss */

.alert-success {
	border-color: #deeaae;
	background: #e6efc2;
}

/*********************
TRANSITION
*********************/

/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/

/* @include css-gradient(#dfdfdf,#f8f8f8); */

/*********************
BOX SIZING
*********************/

/* @include box-sizing(border-box); */

/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */

/*********************
BUTTONS
*********************/

/* line 288, ../scss/_mixins.scss */

.button,
.button:visited {
	font-family: "Lato", sans-serif;
	border: 1px solid #8c340b;
	border-top-color: #a83f0d;
	border-left-color: #a83f0d;
	padding: 4px 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	border-radius: 4px;
	background-color: #b1420e;
	background-image: linear-gradient(to bottom, #c94b10, #b1420e);
}

/* line 307, ../scss/_mixins.scss */

.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
	color: #ffffff;
	border: 1px solid #8c340b;
	border-top-color: #6b2808;
	border-left-color: #6b2808;
	background-color: #9a390c;
	background-image: linear-gradient(to bottom, #b1420e, #9a390c);
}

/* line 315, ../scss/_mixins.scss */

.button:active,
.button:visited:active {
	background-color: #c94b10;
	background-image: linear-gradient(to bottom, #b1420e, #c94b10);
}

/* line 320, ../scss/_mixins.scss */

.blue-button,
.blue-button:visited {
	border-color: #1472ad;
	text-shadow: 0 1px 1px #1472ad;
	background-color: #1681c4;
	background-image: linear-gradient(to bottom, #1990db, #1681c4);
	box-shadow: inset 0 0 3px #59b3ec;
}

/* line 326, ../scss/_mixins.scss */

.blue-button:hover,
.blue-button:focus,
.blue-button:visited:hover,
.blue-button:visited:focus {
	border-color: #116396;
	background-color: #1472ad;
	background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}

/* line 330, ../scss/_mixins.scss */

.blue-button:active,
.blue-button:visited:active {
	background-color: #1990db;
	background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*********************
RETINA
*********************/

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */

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

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/

/*********************
GENERAL STYLES
*********************/

/* line 18, ../scss/_base.scss */

body {
	font-family: "Lato", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #3f3f3f;
	background-color: transparent;
	background: url(https://placekitten.com/1200/1300) no-repeat center center fixed;
	background-size: cover;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/

/* for sites that are read right to left (i.e. hebrew) */

/* home page */

/* blog template page */

/* archive page */

/* date archive page */

/* replace the number to the corresponding page number */

/* search page */

/* search result page */

/* no results search page */

/* individual paged search (i.e. body.search-paged-3) */

/* 404 page */

/* single post page */

/* individual post page by id (i.e. body.postid-73) */

/* individual paged single (i.e. body.single-paged-3) */

/* attatchment page */

/* individual attatchment page (i.e. body.attachmentid-763) */

/* style mime type pages */

/* author page */

/* user nicename (i.e. body.author-samueladams) */

/* paged author archives (i.e. body.author-paged-4) for page 4 */

/* category page */

/* individual category page (i.e. body.category-6) */

/* replace the number to the corresponding page number */

/* tag page */

/* individual tag page (i.e. body.tag-news) */

/* replace the number to the corresponding page number */

/* custom page template page */

/* individual page template (i.e. body.page-template-contact-php */

/* replace the number to the corresponding page number */

/* parent page template */

/* child page template */

/* replace the number to the corresponding page number */

/* if user is logged in */

/* paged items like search results or archives */

/* individual paged (i.e. body.paged-3) */

/*********************
LAYOUT & GRID STYLES
*********************/

/* line 73, ../scss/_base.scss */

.wrap {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/* line 12, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */

.wrap:after {
	content: " ";
	display: block;
	clear: both;
}

/*********************
LINK STYLES
*********************/

/* line 82, ../scss/_base.scss */

a {
	color: #c94b10;
	text-decoration: none;
	transition: color .3s ease; /* on hover */ /* on click */ /* mobile tap color */
}

/* line 88, ../scss/_base.scss */

a:hover,
a:focus {
	color: #9e3b0d;
}

/* line 98, ../scss/_base.scss */

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

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

/* line 112, ../scss/_base.scss */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Lato", sans-serif;
	text-rendering: optimizelegibility;
	font-weight: 500; /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */ /* removing text decoration from all headline links */
}

/* line 122, ../scss/_base.scss */

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

/* line 127, ../scss/_base.scss */

h1,
.h1 {
	font-size: 2.5em;
	line-height: 1.333em;
}

/* line 132, ../scss/_base.scss */

h2,
.h2 {
	font-size: 1.75em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}

/* line 138, ../scss/_base.scss */

h3,
.h3 {
	font-size: 1.125em;
}

/* line 142, ../scss/_base.scss */

h4,
.h4 {
	font-size: 1.1em;
	font-weight: 700;
}

/* line 147, ../scss/_base.scss */

h5,
.h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/

/* line 161, ../scss/_base.scss */

.header {
	position: relative;
}

/* line 165, ../scss/_base.scss */

.header .inner-header {
	padding: 25px 0;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

/* line 174, ../scss/_base.scss */

.header .inner-inner-header {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/* line 12, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */

.header .inner-inner-header:after {
	content: " ";
	display: block;
	clear: both;
}

/* line 177, ../scss/_base.scss */

.header .inner-inner-header a {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 46px;
	width: 239px;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

/* line 185, ../scss/_base.scss */

.header .inner-inner-header .logo {
	text-align: center;
}

/* line 196, ../scss/_base.scss */

.header .inner-inner-header .logo .tagline {
	font-family: 'Reenie Beanie', cursive;
	color: #c94b10;
	font-size: 1.5em;
	text-align: center;
	display: block;
}

/*********************
NAVIGATION STYLES
*********************/

/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/

/* line 277, ../scss/_base.scss */

nav {
	position: relative;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-rendering: optimizelegibility;
}

/* line 287, ../scss/_base.scss */

nav.topnav li a,
nav.mainnav li a,
nav a {
	display: block;
	text-decoration: none;
	color: #3f3f3f;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

/* line 298, ../scss/_base.scss */

nav .topnavbtn,
nav .mainnavbtn {
	background: transparent;
	border: none;
	color: #3f3f3f;
	font-size: 1.5em;
	position: relative;
	top: 5px;
	left: 5px;
}

/* line 308, ../scss/_base.scss */

nav .topnavbtn:focus,
nav .mainnavbtn:focus {
	outline-color: transparent;
	outline-style: none;
}

/* line 314, ../scss/_base.scss */

nav.topnav {
	margin-bottom: 0px;
	min-height: 43px;
	background: white; /* fallback */
	background: rgba(255, 255, 255, 0.7);
}

/* line 321, ../scss/_base.scss */

nav.topnav ul {
	display: none;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 1em;
}

/* line 327, ../scss/_base.scss */

nav.topnav li a {
	font-size: 1em;
}

/* line 330, ../scss/_base.scss */

nav.topnav li a:hover {
	color: #c94b10;
}

/* line 336, ../scss/_base.scss */

nav.mainnav {
	font-weight: 700;
	min-height: 43px;
	position: relative;
	background: #330000;
}

/* line 344, ../scss/_base.scss */

nav.mainnav > ul {
	display: none;
	padding: 1em 0;
}

/* line 349, ../scss/_base.scss */

nav.mainnav li a {
	padding: 0 0 0 0;
}

/* line 353, ../scss/_base.scss */

nav.mainnav .sub-menu {
	margin: 0 0 .5em 1em;
}

/* line 358, ../scss/_base.scss */

nav li a {
	font-size: 1.25em;
}

/* line 362, ../scss/_base.scss */

nav ul.social {
	margin: 0 0 0 0;
	position: absolute;
	top: -.2em;
	top: -1em;
	right: 10px;
	display: block;
}

/* line 372, ../scss/_base.scss */

nav ul.social .lsf {
	text-transform: lowercase;
	font-weight: normal;
	margin: 0 0 0 0;
	float: left;
}

/* line 378, ../scss/_base.scss */

nav ul.social .lsf a {
	margin: 0 .5em 0 0;
	padding: 0 0 0 0;
	font-size: 1.8em;
}

/*********************
POSTS & CONTENT STYLES
*********************/

/* line 572, ../scss/_base.scss */

.indexbanner {
	display: none;
}

/* line 582, ../scss/_base.scss */

#content {
	padding-top: 2em;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

/* line 591, ../scss/_base.scss */

#main {
	padding: 2em 2% 4.6875em 2%;
	margin-top: 0em;
}

/* line 598, ../scss/_base.scss */

.featured-image {
	background-color: #ffffff;
	margin-bottom: 2%;
	box-shadow: #3f3f3f 0px 3px 5px;
	line-height: 0;
}

/* line 605, ../scss/_base.scss */

.featured-image img {
	max-width: 100%;
	height: auto;
}

/* line 637, ../scss/_base.scss */

.hentry .comments {
	font-size: .75em;
	font-family: "Lato", sans-serif;
	font-style: italic;
	text-transform: none;
}

/* line 647, ../scss/_base.scss */

.hentry .article-footer p {
	margin: 0 0 0 0;
	font-size: .875em;
}

/* line 651, ../scss/_base.scss */

.hentry .article-footer p.comments {
	font-size: .75em;
	font-style: italic;
}

/* end .hentry */

/* line 666, ../scss/_base.scss */

.categories {
	font-family: "Lato", sans-serif;
	font-size: .875em;
	text-transform: uppercase;
	margin: 0 0 0 3px;
}

/* line 673, ../scss/_base.scss */

.single-title,
.page-title,
.post-title {
	font-family: "Lato", sans-serif;
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 0 0;
	line-height: 1;
}

/* line 683, ../scss/_base.scss */

.single-title a,
.page-title a,
.post-title a {
	color: #3f3f3f;
}

/* line 688, ../scss/_base.scss */

.single-resource .post-title a {
	color: #c94b10;
}

/* line 691, ../scss/_base.scss */

.single-resource .post-title a:hover {
	text-decoration: underline;
}

/* want to style individual post classes? Booya! */

/* post by id (i.e. post-3) */

/* line 704, ../scss/_base.scss */

.post {
	border-bottom: 5px solid #3f3f3f;
	margin-bottom: 5em;
}

/* general post style */

/* general article on a page style */

/* general style on an attatchment */

/* sticky post style */

/* hentry class */

/* style by category (i.e. category-videos) */

/* style by tag (i.e. tag-news) */

/* post meta */

/* line 716, ../scss/_base.scss */

.byline {
	font-size: .825em;
	font-style: italic;
	margin: .25em 0 2em 0;
}

/* entry content */

/* line 725, ../scss/_base.scss */

.entry-content { /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}

/* line 727, ../scss/_base.scss */

.entry-content p {
	margin: 0 0 1.5em 0;
}

/* line 734, ../scss/_base.scss */

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 1.5em;
}

/* line 738, ../scss/_base.scss */

.entry-content ul li,
.entry-content ol li {
	margin-bottom: .5em;
}

/* line 744, ../scss/_base.scss */

.entry-content ul {
	list-style-type: square;
}

/* line 750, ../scss/_base.scss */

.entry-content ol {
	list-style-type: decimal;
}

/* line 766, ../scss/_base.scss */

.entry-content dd {
	margin-left: 0;
	font-size: 0.9em;
	color: #787878;
	margin-bottom: 1.5em;
}

/* line 773, ../scss/_base.scss */

.entry-content img {
	margin: 0 0 1.5em 0;
	max-width: 100%;
	height: auto;
}

/* line 808, ../scss/_base.scss */

.entry-content video,
.entry-content object {
	max-width: 100%;
	height: auto;
}

/* line 813, ../scss/_base.scss */

.entry-content pre {
	background: #eee;
	border: 1px solid #cecece;
	padding: 10px;
}

/* end .entry-content */

/* line 823, ../scss/_base.scss */

.archive.category .list {
	margin: 3em 0 0 2.5em;
}

/* line 827, ../scss/_base.scss */

.archive.category h3.cat {
	margin-bottom: 0;
}

/* line 831, ../scss/_base.scss */

.archive.category .kittens {
	margin: 0 0 0 0;
}

/* line 835, ../scss/_base.scss */

.archive.category h3.cat,
.archive.category .kittens {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

/* line 841, ../scss/_base.scss */

.archive.category .kittens {
	margin-left: 1em;
}

/* line 845, ../scss/_base.scss */

.archive.category .cat,
.archive.category .kitten {
	font-size: .875em;
	position: relative;
}

/* line 851, ../scss/_base.scss */

.archive.category .litter {
	font-family: "Lato", sans-serif;
	position: absolute;
	left: -2.5em;
	top: -2px;
}

/* line 869, ../scss/_base.scss */

nav.mainnav li.current-menu-item a,
nav.mainnav li.current-category-ancestor a {
	color: #c94b10;
}

/* line 878, ../scss/_base.scss */

.wp-caption {
	max-width: 100%;
	background: #eee;
	padding: 5px; /* images inside wp-caption */
}

/* line 884, ../scss/_base.scss */

.wp-caption img {
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

/* line 890, ../scss/_base.scss */

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	margin: 4px 0 7px;
	text-align: center;
}

/* end .wp-caption */

/* image gallery styles */

/* end .gallery */

/* gallery caption styles */

/* line 924, ../scss/_base.scss */

.endsign {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -462px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 29px;
	width: 29px;
	margin: 0 0 2em 0;
	float: right;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/

/* line 936, ../scss/_base.scss */

.pagination,
.wp-prev-next {
	margin: 1.1em 0 2.2em;
}

/* line 940, ../scss/_base.scss */

.pagination {
	text-align: center;
	background: #444444;
}

/* line 944, ../scss/_base.scss */

.pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	margin: .5em 0 0 0;
}

/* line 950, ../scss/_base.scss */

.pagination ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

/* line 956, ../scss/_base.scss */

.pagination ul li a,
.pagination ul li span {
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: .4em;
	font-size: 1em;
	font-weight: normal;
	padding: .5em;
	min-width: 1em;
	display: block;
}

/* line 968, ../scss/_base.scss */

.pagination ul li span.current {
	font-weight: bold;
	border-radius: 100px;
	background-color: #c94b10;
	color: #444444;
}

/* line 975, ../scss/_base.scss */

.pagination ul li a:hover,
.pagination ul li a:focus {
	color: #c94b10;
}

/* end .bones_page_navi */

/* fallback previous & next links */

/* line 987, ../scss/_base.scss */

.wp-prev-next .prev-link {
	float: left;
}

/* line 991, ../scss/_base.scss */

.wp-prev-next .next-link {
	float: right;
}

/* end .wp-prev-next */

/******************************************************************
COMMENT STYLES
******************************************************************/

/* h3 comment title */

/* line 1002, ../scss/_base.scss */

#comments { /* number of comments span */
}

/* line 1019, ../scss/_base.scss */

.commentlist {
	background: #ffffff;
	padding: 1%; /* general comment classes */ /* vcard */ /* end .commentlist .vcard */ /* comment meta */ /* comment content */ /* end .commentlist .comment_content */ /* comment reply link */ /* end .commentlist .comment-reply-link */
}

/* line 1023, ../scss/_base.scss */

.commentlist li {
	position: relative;
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0.7335em 10px;
	background-color: #e8e8e8; /* end .commentlist li ul.children */
}

/* line 1032, ../scss/_base.scss */

.commentlist li:last-child {
	margin-bottom: 0;
}

/* line 1036, ../scss/_base.scss */

.commentlist li ul.children {
	margin: 0 0 0 .5em; /* variations */ /* change number for different depth */
}

/* line 1040, ../scss/_base.scss */

.commentlist li ul.children li {
	background-color: #ffffff;
}

/* line 1045, ../scss/_base.scss */

.commentlist li ul.children .odd {
	background-color: #f7f7f7;
}

/* line 1055, ../scss/_base.scss */

.commentlist li[class*=depth-] {
	margin-top: 1.1em;
}

/* line 1059, ../scss/_base.scss */

.commentlist li.depth-1 {
	margin-left: 0;
	margin-top: 0;
	padding-left: 1em;
}

/* line 1066, ../scss/_base.scss */

.commentlist li:not(.depth-1) {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 0;
	padding-bottom: 0;
}

/* line 1098, ../scss/_base.scss */

.commentlist .vcard {
	margin-left: 50px;
}

/* line 1101, ../scss/_base.scss */

.commentlist .vcard cite.fn {
	font-weight: 700;
	font-style: normal;
}

/* line 1109, ../scss/_base.scss */

.commentlist .vcard time {
	float: right;
}

/* line 1112, ../scss/_base.scss */

.commentlist .vcard time a {
	color: #999;
	text-decoration: none;
}

/* line 1116, ../scss/_base.scss */

.commentlist .vcard time a:hover {
	text-decoration: underline;
}

/* line 1126, ../scss/_base.scss */

.commentlist .vcard img.avatar {
	position: absolute;
	left: 10px;
	padding: 2px;
	border: 1px solid #cecece;
	background: #fff;
}

/* line 1151, ../scss/_base.scss */

.commentlist .comment_content {
	margin-left: 50px;
}

/* line 1154, ../scss/_base.scss */

.commentlist .comment_content p {
	margin: 0.7335em 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

/* line 1163, ../scss/_base.scss */

.commentlist .comment-reply-link {
	text-decoration: none;
	float: right;
	background: #c94b10;
	padding: 3px 5px;
	color: #fff;
	opacity: 0.65;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}

/* line 1174, ../scss/_base.scss */

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
	opacity: 1;
}

/* end .commentlist */

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

/* line 1187, ../scss/_base.scss */

.respond-form {
	margin: 1.5em 10px;
	padding-bottom: 2.2em;
	font-family: "Lato", sans-serif;
}

/* line 1192, ../scss/_base.scss */

.respond-form form {
	margin: 0.75em 0;
}

/* line 1195, ../scss/_base.scss */

.respond-form form li {
	list-style-type: none;
	clear: both;
	margin-bottom: 0.7335em;
}

/* line 1200, ../scss/_base.scss */

.respond-form form li label,
.respond-form form li small {
	display: none;
}

/* line 1206, ../scss/_base.scss */

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
	padding: 3px 6px;
	background: #efefef;
	border: 2px solid #cecece;
	line-height: 1.5em; /* form validation */
}

/* line 1215, ../scss/_base.scss */

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
	background: #fff;
}

/* line 1220, ../scss/_base.scss */

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
	outline: none;
	border-color: #fbc2c4;
	background-color: #f6e7eb;
	-ms-box-shadow: none;
	box-shadow: none;
}

/* line 1231, ../scss/_base.scss */

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
	max-width: 400px;
	min-width: 250px;
}

/* line 1238, ../scss/_base.scss */

.respond-form form textarea {
	resize: none;
	width: 97.3%;
	height: 150px;
}

/* comment submit button */

/* comment form title */

/* line 1251, ../scss/_base.scss */

#comment-form-title {
	margin: 0 0 1.1em;
}

/* cancel comment reply link */

/* logged in comments */

/* allowed tags */

/* line 1264, ../scss/_base.scss */

#allowed_tags {
	margin: 1.5em 10px 0.7335em 0;
}

/* no comments */

/* line 1269, ../scss/_base.scss */

.nocomments {
	margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/

/* line 1283, ../scss/_base.scss */

.widgettitle {
	text-transform: none;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0 0;
	color: #3f3f3f;
	padding: 0;
}

/* line 1295, ../scss/_base.scss */

.widgettitle .lsf {
	font-size: 2em;
	text-transform: none;
	position: absolute;
	top: 2px;
	left: 22px;
}

/* line 1306, ../scss/_base.scss */

.widget {
	text-align: left;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}

/* line 1315, ../scss/_base.scss */

.widget ul {
	margin-left: 0em;
	padding-left: 0;
}

/* line 1322, ../scss/_base.scss */

.widget ul ul {
	margin-left: 0;
	padding-left: 0;
}

/* line 1327, ../scss/_base.scss */

.widget ul li {
	margin-left: 0em; /* deep nesting */
}

/* line 1336, ../scss/_base.scss */

.widget ul li a {
	color: #3f3f3f;
}

/* line 1339, ../scss/_base.scss */

.widget ul li a:hover {
	color: #9e3b0d;
}

/*********************
FOOTER STYLES
*********************/

/* line 1364, ../scss/_base.scss */

.footer {
	clear: both;
	text-align: center;
	padding: 2em 1em;
	background: white; /* fallback */
	background: rgba(255, 255, 255, 0.7);
}

/* line 1383, ../scss/_base.scss */

#inner-footer .sidebar h4 {
	margin-top: .5em;
}

/* line 1387, ../scss/_base.scss */

#inner-footer .sidebar .widget {
	margin-bottom: 1em;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/

/* end .footer-links */

/* line 1435, ../scss/_base.scss */

.royalSlider a .rsMainSlideImage {
	transition-property: opacity;
	transition-duration: 0.2s;
}

/* line 1440, ../scss/_base.scss */

.royalSlider a .rsMainSlideImage:hover {
	opacity: .5;
}

/* line 1444, ../scss/_base.scss */

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
	max-width: 100%;
}

/* line 2, ../scss/_features.scss */

.page-template-page-t-features-php #main {
	margin-top: 0;
	clear: both;
}

/* line 14, ../scss/_features.scss */

.page-template-page-t-features-php .sidebar.feature {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #d9d9d9;
	border-radius: 10px;
}

/* line 28, ../scss/_features.scss */

.page-template-page-t-features-php .sidebar.feature img {
	max-width: 100%;
	height: auto;
}

/* line 35, ../scss/_features.scss */

.feature-banners {
	background-color: #d9d9d9;
	border-radius: 10px;
	line-height: 0;
}

/* line 41, ../scss/_features.scss */

.feature-banners img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}

/* line 47, ../scss/_features.scss */

.feature-banners .primary {
	padding: 20px;
}

/* line 55, ../scss/_features.scss */

.feature-banners .secondary {
	padding: 20px;
	padding-top: 0;
	line-height: 1.5;
}

/* line 60, ../scss/_features.scss */

.feature-banners .secondary img {
	width: 22.85714%;
	float: left;
	margin-right: 2.85714%;
}

/* line 65, ../scss/_features.scss */

.feature-banners .secondary.solo img {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

/* line 78, ../scss/_features.scss */

.feature-banners .secondary p {
	margin-top: 0;
}

/* line 3, ../scss/_home.scss */

.page-template-page-t-home-php #content {
	margin-top: 0;
	padding-top: 0;
}

/* line 8, ../scss/_home.scss */

.page-template-page-t-home-php .home-features {
	padding: 0;
	margin: 0;
	text-align: center;
}

/* line 15, ../scss/_home.scss */

.page-template-page-t-home-php .home-features li {
	display: inline-block;
	width: 15%;
	margin-left: 2%;
}

/* line 19, ../scss/_home.scss */

.page-template-page-t-home-php .home-features li img {
	max-width: 100%;
	height: auto;
	transition: opacity .3s ease;
}

/* line 24, ../scss/_home.scss */

.page-template-page-t-home-php .home-features li img:hover {
	opacity: .75;
}

/* line 29, ../scss/_home.scss */

.page-template-page-t-home-php .home-features li:first-child {
	margin-left: 0;
}

/* line 48, ../scss/_home.scss */

.page-template-page-t-home-php .module li {
	margin-bottom: .75em;
	font-size: 22px;
}

/* line 52, ../scss/_home.scss */

.page-template-page-t-home-php .module li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; /* align vertical */
	color: #3f3f3f;
	transition: color .3s ease;
}

/* line 58, ../scss/_home.scss */

.page-template-page-t-home-php .module li a:hover {
	color: #c94b10;
}

/* line 61, ../scss/_home.scss */

.page-template-page-t-home-php .module li a:hover img {
	opacity: .75;
}

/* line 67, ../scss/_home.scss */

.page-template-page-t-home-php .module li img {
	max-width: 45px;
	height: auto;
	margin-right: .75em;
	transition: color .3s ease;
}

/* line 2, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header {
	color: #3f3f3f;
	transition: color .3s ease;
	margin-bottom: 2em;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/* line 12, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/output/support/_clearfix.scss */

.page-template-page-t-module-php .module-header:after {
	content: " ";
	display: block;
	clear: both;
}

/* line 13, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .post-title {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5;
}

/* line 22, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .description {
	font-size: .45em;
	text-transform: none;
}

/* line 27, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .icon {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

/* line 35, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .icon img {
	max-height: 72px;
	width: auto;
}

/* line 48, ../scss/_modules.scss */

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
	transition: all linear 0.5s;
}

/* line 55, ../scss/_modules.scss */

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
	opacity: 0;
	max-height: 0;
}

/* line 62, ../scss/_modules.scss */

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
	opacity: 1;
	max-height: 40px;
}

/* line 75, ../scss/_modules.scss */

.maincontroller div.colthree img {
	display: block;
}

/* line 88, ../scss/_modules.scss */

.spinner-wrap {
	width: 74.28571%;
	float: left;
	margin-right: 2.85714%;
	position: relative;
}

/* line 92, ../scss/_modules.scss */

.spinner-wrap .spinner {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 75px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* line 103, ../scss/_modules.scss */

.spinner-wrap .spinner .ball {
	width: 20px;
	height: 20px;
	background-color: #c94b10;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

/* line 174, ../scss/_modules.scss */

.maincontroller .resource {
	display: block;
	margin-bottom: 1em;
}

/* line 179, ../scss/_modules.scss */

.maincontroller .sortables {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
}

/* line 182, ../scss/_modules.scss */

.maincontroller .sortables input,
.maincontroller .sortables span {
	border: none;
	background-color: transparent;
	padding: 0 0 0 0;
	display: inline-block;
	text-transform: uppercase;
	color: #3f3f3f;
	text-align: left;
}

/* line 193, ../scss/_modules.scss */

.maincontroller .sortables span {
	transition: all .3s ease;
}

/* line 197, ../scss/_modules.scss */

.maincontroller .sortables span {
	margin-right: 10px;
}

/* line 198, ../scss/_modules.scss */

.maincontroller .sortables span.active,
.maincontroller .sortables span:hover {
	color: #c94b10;
}

/* line 205, ../scss/_modules.scss */

.maincontroller .sortables input {
	width: 40%;
	padding: 7px;
	background: #cccccc;
	color: #ffffff;
	font-size: .8em;
	text-transform: lowercase;
	font-style: italic;
	font-style: italic;
	position: relative;
	top: -2px;
}

/* line 225, ../scss/_modules.scss */

.maincontroller ::-webkit-input-placeholder {
	color: #ffffff;
	position: relative;
	text-transform: lowercase;
	font-style: italic;
	top: 2px;
}

/* line 233, ../scss/_modules.scss */

.maincontroller :-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
	position: relative;
	text-transform: lowercase;
	font-style: italic;
	top: 2px;
}

/* line 241, ../scss/_modules.scss */

.maincontroller ::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
	position: relative;
	text-transform: lowercase;
	font-style: italic;
	top: 2px;
}

/* line 249, ../scss/_modules.scss */

.maincontroller :-ms-input-placeholder {
	color: #ffffff;
	position: relative;
	text-transform: lowercase;
	font-style: italic;
	top: 2px;
}

/* line 1, ../scss/_legend.scss */

.key {
	display: inline-block !important;
	margin: 0 2px;
}

/* line 5, ../scss/_legend.scss */

.key.key-1 {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -318px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 8, ../scss/_legend.scss */

.key.key-2 {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -334px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 11, ../scss/_legend.scss */

.key.key-3 {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -350px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 14, ../scss/_legend.scss */

.key.key-4 {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -366px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 17, ../scss/_legend.scss */

.key.key-a {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -382px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 20, ../scss/_legend.scss */

.key.key-d {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -398px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 23, ../scss/_legend.scss */

.key.key-mc {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -414px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 26, ../scss/_legend.scss */

.key.key-s {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -430px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 29, ../scss/_legend.scss */

.key.key-t {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -302px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 32, ../scss/_legend.scss */

.key.key-v {
	background-image: url('../images/sprites-se731bfa117.png');
	background-position: -446px -200px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	height: 16px;
	width: 16px;
}

/* line 17, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li {
	margin-bottom: 1.25em;
	font-size: 22px;
}

/* line 21, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; /* align vertical */
	color: #3f3f3f;
	transition: color .3s ease;
}

/* line 27, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li a:hover {
	color: #c94b10;
}

/* line 30, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li a:hover img {
	opacity: .75;
}

/* line 36, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li p {
	font-size: .5em;
}

/* line 40, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module li img {
	max-width: 45px;
	height: auto;
	margin-right: .75em;
	transition: color .3s ease;
}

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/

/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {

/* line 177, ../scss/_base.scss */

.header .inner-inner-header a {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: 0 0;
	height: 46px;
	width: 239px;
}

/* line 924, ../scss/_base.scss */

.endsign {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -463px -200px;
	height: 29.5px;
	width: 29.5px;
}

/* line 5, ../scss/_legend.scss */

.key.key-1 {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -319px -200px;
	height: 16px;
	width: 16px;
}

/* line 8, ../scss/_legend.scss */

.key.key-2 {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -335px -200px;
	height: 16px;
	width: 16px;
}

/* line 11, ../scss/_legend.scss */

.key.key-3 {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -351px -200px;
	height: 16px;
	width: 16px;
}

/* line 14, ../scss/_legend.scss */

.key.key-4 {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -367px -200px;
	height: 16px;
	width: 16px;
}

/* line 17, ../scss/_legend.scss */

.key.key-a {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -383px -200px;
	height: 16px;
	width: 16px;
}

/* line 20, ../scss/_legend.scss */

.key.key-d {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -399px -200px;
	height: 16px;
	width: 16px;
}

/* line 23, ../scss/_legend.scss */

.key.key-mc {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -415px -200px;
	height: 16px;
	width: 16px;
}

/* line 26, ../scss/_legend.scss */

.key.key-s {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -431px -200px;
	height: 16px;
	width: 16px;
}

/* line 29, ../scss/_legend.scss */

.key.key-t {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -303px -200px;
	height: 16px;
	width: 16px;
}

/* line 32, ../scss/_legend.scss */

.key.key-v {
	background-image: url('../images/sprites-2x-s89db79d354.png');
	background-size: 606px 643px;
	background-position: -447px -200px;
	height: 16px;
	width: 16px;
}

}

@media (min-width: 430px) {

/* line 1374, ../scss/_base.scss */

#inner-footer .sidebar {
	width: 48.57143%;
	float: left;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(2n + 1) {
	margin-left: 0;
	margin-right: -100%;
	clear: both;
	margin-left: 0;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(2n + 2) {
	margin-left: 51.42857%;
	margin-right: -100%;
	clear: none;
}

}

@media (min-width: 481px) {

/* line 785, ../scss/_base.scss */

.entry-content .alignleft,
.entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

/* line 792, ../scss/_base.scss */

.entry-content .alignright,
.entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

/* line 799, ../scss/_base.scss */

.entry-content .aligncenter,
.entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

/* line 2, ../scss/_features.scss */

.page-template-page-t-features-php #main {
	width: 57.14286%;
	float: left;
	margin-right: 2.85714%;
}

/* line 14, ../scss/_features.scss */

.page-template-page-t-features-php .sidebar.feature {
	width: 31.42857%;
	float: right;
	margin-right: 0;
}

}

@media (min-width: 530px) {

/* line 188, ../scss/_base.scss */

.header .inner-inner-header .logo a {
	display: inline-block;
	top: 3px;
	margin-left: 10px;
}

/* line 196, ../scss/_base.scss */

.header .inner-inner-header .logo .tagline {
	position: relative;
	top: -14px;
	left: 12px;
	display: inline;
}

}

@media (min-width: 550px) {

/* line 612, ../scss/_base.scss */

.colone {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 619, ../scss/_base.scss */

.coltwo {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 625, ../scss/_base.scss */

.colthree {
	width: 31.42857%;
	float: right;
	margin-right: 0;
}

/* line 70, ../scss/_modules.scss */

.maincontroller div.colthree {
	text-align: right;
}

}

@media (min-width: 600px) {

/* line 2, ../scss/_features.scss */

.page-template-page-t-features-php #main {
	width: 74.28571%;
	float: left;
	margin-right: 2.85714%;
}

/* line 14, ../scss/_features.scss */

.page-template-page-t-features-php .sidebar.feature {
	width: 22.85714%;
	float: right;
	margin-right: 0;
}

/* line 47, ../scss/_features.scss */

.feature-banners .primary {
	width: 57.14286%;
	float: left;
	margin-right: 2.85714%;
	padding-right: 0;
}

/* line 55, ../scss/_features.scss */

.feature-banners .secondary {
	width: 40%;
	float: right;
	margin-right: 0;
	padding-left: 0;
	padding-top: 20px;
}

}

@media (min-width: 630px) {

/* line 1374, ../scss/_base.scss */

#inner-footer .sidebar {
	width: 22.85714%;
	float: left;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(4n + 1) {
	margin-left: 0;
	margin-right: -100%;
	clear: both;
	margin-left: 0;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(4n + 2) {
	margin-left: 25.71429%;
	margin-right: -100%;
	clear: none;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(4n + 3) {
	margin-left: 51.42857%;
	margin-right: -100%;
	clear: none;
}

/* line 66, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.5/sass/susy/language/susy/_gallery.scss */

#inner-footer .sidebar:nth-child(4n + 4) {
	margin-left: 77.14286%;
	margin-right: -100%;
	clear: none;
}

/* line 35, ../scss/_home.scss */

.page-template-page-t-home-php .module {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 39, ../scss/_home.scss */

.page-template-page-t-home-php .module:first-child {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 42, ../scss/_home.scss */

.page-template-page-t-home-php .module:last-child {
	width: 31.42857%;
	float: right;
	margin-right: 0;
}

/* line 4, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 8, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module:first-child {
	width: 31.42857%;
	float: left;
	margin-right: 2.85714%;
}

/* line 11, ../scss/_cguide.scss */

.page-template-page-t-content-guide-php .module:last-child {
	width: 31.42857%;
	float: right;
	margin-right: 0;
}

}

@media (min-width: 768px) {

/* line 277, ../scss/_base.scss */

nav { /* end .menu ul li */ /* highlight current page */ /* end current highlighters */
}

/* line 392, ../scss/_base.scss */

nav .topnavbtn,
nav .mainnavbtn {
	display: none;
}

/* line 397, ../scss/_base.scss */

nav.topnav {
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 0px;
	margin-top: -4px;
}

/* line 404, ../scss/_base.scss */

nav.topnav ul {
	display: block;
	margin-top: 0em;
	position: relative;
	top: 0px;
	text-align: center;
	padding-bottom: 0;
}

/* line 413, ../scss/_base.scss */

nav.topnav li {
	display: inline-block;
}

/* line 417, ../scss/_base.scss */

nav.topnav li a {
	font-size: .625em;
	margin-right: 2em;
}

/* line 422, ../scss/_base.scss */

nav.topnav li:last-child a {
	margin-right: 0;
}

/* line 427, ../scss/_base.scss */

nav.mainnav {
	font-weight: 700;
	min-height: inherit;
}

/* line 431, ../scss/_base.scss */

nav.mainnav > ul {
	display: block;
	padding: 0 0;
	text-align: center;
}

/* line 437, ../scss/_base.scss */

nav.mainnav li a {
	padding: 0px 30px 1px 0;
	margin-right: 1em;
}

/* line 442, ../scss/_base.scss */

nav.mainnav li:last-child a {
	margin-right: 0;
	padding-right: 0;
}

/* line 447, ../scss/_base.scss */

nav.mainnav .sub-menu {
	margin: 0 0 0 0;
}

/* line 452, ../scss/_base.scss */

nav li a {
	font-size: 1.5em;
}

/* line 458, ../scss/_base.scss */

nav ul.social {
	top: -.2em;
}

/* line 466, ../scss/_base.scss */

nav li {
	position: relative;
	display: inline-block; /*
    plan your menus and drop-downs wisely.
    */ /* showing sub-menus */
}

/* line 471, ../scss/_base.scss */

nav li a {
	border-bottom: 0; /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
}

/* line 478, ../scss/_base.scss */

nav li a:hover,
nav li a:focus {
	color: #e8e8e8;
}

/* line 489, ../scss/_base.scss */

nav li ul.sub-menu,
nav li ul.children {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	display: none;
	z-index: 8999;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px rgba(63, 63, 63, 0.2); /* highlight sub-menu current page */
}

/* line 499, ../scss/_base.scss */

nav li ul.sub-menu li,
nav li ul.children li { /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
}

/* line 501, ../scss/_base.scss */

nav li ul.sub-menu li a,
nav li ul.children li a {
	padding: .625em;
	margin: 0 0 0 0;
	border-right: 0;
	display: block;
	width: 180px;
	text-transform: lowercase;
	color: #3f3f3f;
	font-size: 1.125em;
}

/* line 511, ../scss/_base.scss */

nav li ul.sub-menu li a:hover,
nav li ul.sub-menu li a:focus,
nav li ul.children li a:hover,
nav li ul.children li a:focus {
	color: #ffffff;
	background-color: #3f3f3f;
}

/* line 517, ../scss/_base.scss */

nav li ul.sub-menu li a:link,
nav li ul.children li a:link {
	color: #3f3f3f;
}

/* line 526, ../scss/_base.scss */

nav li ul.sub-menu li:last-child a,
nav li ul.children li:last-child a {
	border-bottom: 0;
}

/* line 548, ../scss/_base.scss */

nav li:hover ul {
	top: auto;
	display: block;
}

/* line 572, ../scss/_base.scss */

.indexbanner {
	display: block;
	width: 100%;
	height: auto;
	margin: -1em 0 3em 0;
}

/* line 1277, ../scss/_base.scss */

.sidebar {
	margin-top: 0em;
}

/* line 1283, ../scss/_base.scss */

.widgettitle {
	margin: 0 0 0 0;
}

/* line 1306, ../scss/_base.scss */

.widget {
	padding: 0 10px;
	margin: 0 0 2.2em 0;
}

/* line 1315, ../scss/_base.scss */

.widget ul {
	margin: 0 0 .75em 0;
}

/* line 1327, ../scss/_base.scss */

.widget ul li {
	margin-bottom: 0em;
}

/* line 1345, ../scss/_base.scss */

.widget ul li ul {
	margin-bottom: 0.75em;
	padding-left: 1em;
}

/* line 2, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; /* align vertical */
}

/* line 13, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .post-title {
	width: 65.71429%;
	float: left;
	margin-right: 2.85714%;
}

/* line 27, ../scss/_modules.scss */

.page-template-page-t-module-php .module-header .icon {
	width: 6.89655%;
	float: left;
	margin-right: 3.44828%;
}

}

@media print {

/******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/

/* line 15, ../scss/_print.scss */

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

/* line 23, ../scss/_print.scss */

a,
a:visited {
	color: #444 !important;
	text-decoration: underline;
}

/* line 28, ../scss/_print.scss */

a:after,
a:visited:after {
	content: " (" attr(href) ")";
}

/* line 33, ../scss/_print.scss */

a abbr[title]:after,
a:visited abbr[title]:after {
	content: " (" attr(title) ")";
}

/* line 38, ../scss/_print.scss */

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

/* line 44, ../scss/_print.scss */

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

/* line 49, ../scss/_print.scss */

thead {
	display: table-header-group;
}

/* line 53, ../scss/_print.scss */

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

/* line 57, ../scss/_print.scss */

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

/* line 65, ../scss/_print.scss */

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

/* line 70, ../scss/_print.scss */

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

/* line 76, ../scss/_print.scss */

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

}

@-webkit-keyframes motion {

0% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

25% {
	-webkit-transform: translateX(-50px) scale(0.3);
	transform: translateX(-50px) scale(0.3);
}

50% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

75% {
	-webkit-transform: translateX(50px) scale(0.3);
	transform: translateX(50px) scale(0.3);
}

100% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

}

@keyframes motion {

0% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

25% {
	-webkit-transform: translateX(-50px) scale(0.3);
	transform: translateX(-50px) scale(0.3);
}

50% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

75% {
	-webkit-transform: translateX(50px) scale(0.3);
	transform: translateX(50px) scale(0.3);
}

100% {
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

}

