@charset "UTF-8";

/*!
Crafted by DMSQD
dmsqd.com
 */
/******************************************************************
Site Name:
Author: DMSQD

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 v3.0.0 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 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.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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"] {
  -moz-box-sizing: border-box;
  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;
  /* 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;
}

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

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

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

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

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

dd {
  margin: 0;
}

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

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

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 like box shadow and
border-radius.

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
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;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}

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

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

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

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

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

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

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

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

/*********************
BORDER RADIUS
*********************/
/*
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 border-radius(4px 4px 0 0);
*/
/*********************
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);
*/
/*********************
BOX SHADOWS
*********************/
/*
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 box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue 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
*********************/
.button,
.button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}

.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #fff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}

.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */
}

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.grid__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}

/**
 * Create our modifier classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive modifier classes.
 */
/**
     * Reversed grids allow you to structure your source in the opposite order to
     * how your rendered layout will appear. Extends `.grid`.
     */
.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev>.grid__item {
  direction: ltr;
  text-align: left;
}

/**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     * Extends `.grid`.
     */
.grid--full {
  margin-left: 0;
}

.grid--full>.grid__item {
  padding-left: 0;
}

/**
     * Align the entire grid to the right. Extends `.grid`.
     */
.grid--right {
  text-align: right;
}

.grid--right>.grid__item {
  text-align: left;
}

/**
     * Centered grids align grid items centrally without needing to use push or pull
     * classes. Extends `.grid`.
     */
.grid--center {
  text-align: center;
}

.grid--center>.grid__item {
  text-align: left;
}

/**
     * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
     * `.grid`.
     */
.grid--middle>.grid__item {
  vertical-align: middle;
}

.grid--bottom>.grid__item {
  vertical-align: bottom;
}

/**
     * Create grids with narrower gutters. Extends `.grid`.
     */
.grid--narrow {
  margin-left: -12px;
}

.grid--narrow>.grid__item {
  padding-left: 12px;
}

/**
     * Create grids with wider gutters. Extends `.grid`.
     */
.grid--wide {
  margin-left: -48px;
}

.grid--wide>.grid__item {
  padding-left: 48px;
}

/**
 * Our responsive modifier classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {

  /**
     * Reversed grids allow you to structure your source in the opposite order to
     * how your rendered layout will appear. Extends `.grid`.
     */
  .palm--grid--rev {
    direction: rtl;
    text-align: left;
  }

  .palm--grid--rev>.palm--grid__item {
    direction: ltr;
    text-align: left;
  }

  /**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     * Extends `.grid`.
     */
  .palm--grid--full {
    margin-left: 0;
  }

  .palm--grid--full>.palm--grid__item {
    padding-left: 0;
  }

  /**
     * Align the entire grid to the right. Extends `.grid`.
     */
  .palm--grid--right {
    text-align: right;
  }

  .palm--grid--right>.palm--grid__item {
    text-align: left;
  }

  /**
     * Centered grids align grid items centrally without needing to use push or pull
     * classes. Extends `.grid`.
     */
  .palm--grid--center {
    text-align: center;
  }

  .palm--grid--center>.palm--grid__item {
    text-align: left;
  }

  /**
     * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
     * `.grid`.
     */
  .palm--grid--middle>.palm--grid__item {
    vertical-align: middle;
  }

  .palm--grid--bottom>.palm--grid__item {
    vertical-align: bottom;
  }

  /**
     * Create grids with narrower gutters. Extends `.grid`.
     */
  .palm--grid--narrow {
    margin-left: -12px;
  }

  .palm--grid--narrow>.palm--grid__item {
    padding-left: 12px;
  }

  /**
     * Create grids with wider gutters. Extends `.grid`.
     */
  .palm--grid--wide {
    margin-left: -48px;
  }

  .palm--grid--wide>.palm--grid__item {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {

  /**
     * Reversed grids allow you to structure your source in the opposite order to
     * how your rendered layout will appear. Extends `.grid`.
     */
  .lap--grid--rev {
    direction: rtl;
    text-align: left;
  }

  .lap--grid--rev>.lap--grid__item {
    direction: ltr;
    text-align: left;
  }

  /**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     * Extends `.grid`.
     */
  .lap--grid--full {
    margin-left: 0;
  }

  .lap--grid--full>.lap--grid__item {
    padding-left: 0;
  }

  /**
     * Align the entire grid to the right. Extends `.grid`.
     */
  .lap--grid--right {
    text-align: right;
  }

  .lap--grid--right>.lap--grid__item {
    text-align: left;
  }

  /**
     * Centered grids align grid items centrally without needing to use push or pull
     * classes. Extends `.grid`.
     */
  .lap--grid--center {
    text-align: center;
  }

  .lap--grid--center>.lap--grid__item {
    text-align: left;
  }

  /**
     * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
     * `.grid`.
     */
  .lap--grid--middle>.lap--grid__item {
    vertical-align: middle;
  }

  .lap--grid--bottom>.lap--grid__item {
    vertical-align: bottom;
  }

  /**
     * Create grids with narrower gutters. Extends `.grid`.
     */
  .lap--grid--narrow {
    margin-left: -12px;
  }

  .lap--grid--narrow>.lap--grid__item {
    padding-left: 12px;
  }

  /**
     * Create grids with wider gutters. Extends `.grid`.
     */
  .lap--grid--wide {
    margin-left: -48px;
  }

  .lap--grid--wide>.lap--grid__item {
    padding-left: 48px;
  }
}

@media only screen and (max-width: 1023px) {

  /**
     * Reversed grids allow you to structure your source in the opposite order to
     * how your rendered layout will appear. Extends `.grid`.
     */
  .portable--grid--rev {
    direction: rtl;
    text-align: left;
  }

  .portable--grid--rev>.portable--grid__item {
    direction: ltr;
    text-align: left;
  }

  /**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     * Extends `.grid`.
     */
  .portable--grid--full {
    margin-left: 0;
  }

  .portable--grid--full>.portable--grid__item {
    padding-left: 0;
  }

  /**
     * Align the entire grid to the right. Extends `.grid`.
     */
  .portable--grid--right {
    text-align: right;
  }

  .portable--grid--right>.portable--grid__item {
    text-align: left;
  }

  /**
     * Centered grids align grid items centrally without needing to use push or pull
     * classes. Extends `.grid`.
     */
  .portable--grid--center {
    text-align: center;
  }

  .portable--grid--center>.portable--grid__item {
    text-align: left;
  }

  /**
     * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
     * `.grid`.
     */
  .portable--grid--middle>.portable--grid__item {
    vertical-align: middle;
  }

  .portable--grid--bottom>.portable--grid__item {
    vertical-align: bottom;
  }

  /**
     * Create grids with narrower gutters. Extends `.grid`.
     */
  .portable--grid--narrow {
    margin-left: -12px;
  }

  .portable--grid--narrow>.portable--grid__item {
    padding-left: 12px;
  }

  /**
     * Create grids with wider gutters. Extends `.grid`.
     */
  .portable--grid--wide {
    margin-left: -48px;
  }

  .portable--grid--wide>.portable--grid__item {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 1024px) {

  /**
     * Reversed grids allow you to structure your source in the opposite order to
     * how your rendered layout will appear. Extends `.grid`.
     */
  .desk--grid--rev {
    direction: rtl;
    text-align: left;
  }

  .desk--grid--rev>.desk--grid__item {
    direction: ltr;
    text-align: left;
  }

  /**
     * Gutterless grids have all the properties of regular grids, minus any spacing.
     * Extends `.grid`.
     */
  .desk--grid--full {
    margin-left: 0;
  }

  .desk--grid--full>.desk--grid__item {
    padding-left: 0;
  }

  /**
     * Align the entire grid to the right. Extends `.grid`.
     */
  .desk--grid--right {
    text-align: right;
  }

  .desk--grid--right>.desk--grid__item {
    text-align: left;
  }

  /**
     * Centered grids align grid items centrally without needing to use push or pull
     * classes. Extends `.grid`.
     */
  .desk--grid--center {
    text-align: center;
  }

  .desk--grid--center>.desk--grid__item {
    text-align: left;
  }

  /**
     * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
     * `.grid`.
     */
  .desk--grid--middle>.desk--grid__item {
    vertical-align: middle;
  }

  .desk--grid--bottom>.desk--grid__item {
    vertical-align: bottom;
  }

  /**
     * Create grids with narrower gutters. Extends `.grid`.
     */
  .desk--grid--narrow {
    margin-left: -12px;
  }

  .desk--grid--narrow>.desk--grid__item {
    padding-left: 12px;
  }

  /**
     * Create grids with wider gutters. Extends `.grid`.
     */
  .desk--grid--wide {
    margin-left: -48px;
  }

  .desk--grid--wide>.desk--grid__item {
    padding-left: 48px;
  }
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
.one-whole {
  width: 100%;
}

/**
     * Halves
     */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50%;
}

/**
     * Thirds
     */
.one-third,
.two-sixths,
.four-twelfths {
  width: 33.333%;
}

.two-thirds,
.four-sixths,
.eight-twelfths {
  width: 66.666%;
}

/**
     * Quarters
     */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25%;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75%;
}

/**
     * Fifths
     */
.one-fifth,
.two-tenths {
  width: 20%;
}

.two-fifths,
.four-tenths {
  width: 40%;
}

.three-fifths,
.six-tenths {
  width: 60%;
}

.four-fifths,
.eight-tenths {
  width: 80%;
}

/**
     * Sixths
     */
.one-sixth,
.two-twelfths {
  width: 16.666%;
}

.five-sixths,
.ten-twelfths {
  width: 83.333%;
}

/**
     * Eighths
     */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
     * Tenths
     */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
     * Twelfths
     */
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {

  /**
     * Whole
     */
  .palm--one-whole {
    width: 100%;
  }

  /**
     * Halves
     */
  .palm--one-half,
  .palm--two-quarters,
  .palm--three-sixths,
  .palm--four-eighths,
  .palm--five-tenths,
  .palm--six-twelfths {
    width: 50%;
  }

  /**
     * Thirds
     */
  .palm--one-third,
  .palm--two-sixths,
  .palm--four-twelfths {
    width: 33.333%;
  }

  .palm--two-thirds,
  .palm--four-sixths,
  .palm--eight-twelfths {
    width: 66.666%;
  }

  /**
     * Quarters
     */
  .palm--one-quarter,
  .palm--two-eighths,
  .palm--three-twelfths {
    width: 25%;
  }

  .palm--three-quarters,
  .palm--six-eighths,
  .palm--nine-twelfths {
    width: 75%;
  }

  /**
     * Fifths
     */
  .palm--one-fifth,
  .palm--two-tenths {
    width: 20%;
  }

  .palm--two-fifths,
  .palm--four-tenths {
    width: 40%;
  }

  .palm--three-fifths,
  .palm--six-tenths {
    width: 60%;
  }

  .palm--four-fifths,
  .palm--eight-tenths {
    width: 80%;
  }

  /**
     * Sixths
     */
  .palm--one-sixth,
  .palm--two-twelfths {
    width: 16.666%;
  }

  .palm--five-sixths,
  .palm--ten-twelfths {
    width: 83.333%;
  }

  /**
     * Eighths
     */
  .palm--one-eighth {
    width: 12.5%;
  }

  .palm--three-eighths {
    width: 37.5%;
  }

  .palm--five-eighths {
    width: 62.5%;
  }

  .palm--seven-eighths {
    width: 87.5%;
  }

  /**
     * Tenths
     */
  .palm--one-tenth {
    width: 10%;
  }

  .palm--three-tenths {
    width: 30%;
  }

  .palm--seven-tenths {
    width: 70%;
  }

  .palm--nine-tenths {
    width: 90%;
  }

  /**
     * Twelfths
     */
  .palm--one-twelfth {
    width: 8.333%;
  }

  .palm--five-twelfths {
    width: 41.666%;
  }

  .palm--seven-twelfths {
    width: 58.333%;
  }

  .palm--eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {

  /**
     * Whole
     */
  .lap--one-whole {
    width: 100%;
  }

  /**
     * Halves
     */
  .lap--one-half,
  .lap--two-quarters,
  .lap--three-sixths,
  .lap--four-eighths,
  .lap--five-tenths,
  .lap--six-twelfths {
    width: 50%;
  }

  /**
     * Thirds
     */
  .lap--one-third,
  .lap--two-sixths,
  .lap--four-twelfths {
    width: 33.333%;
  }

  .lap--two-thirds,
  .lap--four-sixths,
  .lap--eight-twelfths {
    width: 66.666%;
  }

  /**
     * Quarters
     */
  .lap--one-quarter,
  .lap--two-eighths,
  .lap--three-twelfths {
    width: 25%;
  }

  .lap--three-quarters,
  .lap--six-eighths,
  .lap--nine-twelfths {
    width: 75%;
  }

  /**
     * Fifths
     */
  .lap--one-fifth,
  .lap--two-tenths {
    width: 20%;
  }

  .lap--two-fifths,
  .lap--four-tenths {
    width: 40%;
  }

  .lap--three-fifths,
  .lap--six-tenths {
    width: 60%;
  }

  .lap--four-fifths,
  .lap--eight-tenths {
    width: 80%;
  }

  /**
     * Sixths
     */
  .lap--one-sixth,
  .lap--two-twelfths {
    width: 16.666%;
  }

  .lap--five-sixths,
  .lap--ten-twelfths {
    width: 83.333%;
  }

  /**
     * Eighths
     */
  .lap--one-eighth {
    width: 12.5%;
  }

  .lap--three-eighths {
    width: 37.5%;
  }

  .lap--five-eighths {
    width: 62.5%;
  }

  .lap--seven-eighths {
    width: 87.5%;
  }

  /**
     * Tenths
     */
  .lap--one-tenth {
    width: 10%;
  }

  .lap--three-tenths {
    width: 30%;
  }

  .lap--seven-tenths {
    width: 70%;
  }

  .lap--nine-tenths {
    width: 90%;
  }

  /**
     * Twelfths
     */
  .lap--one-twelfth {
    width: 8.333%;
  }

  .lap--five-twelfths {
    width: 41.666%;
  }

  .lap--seven-twelfths {
    width: 58.333%;
  }

  .lap--eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {

  /**
     * Whole
     */
  .portable--one-whole {
    width: 100%;
  }

  /**
     * Halves
     */
  .portable--one-half,
  .portable--two-quarters,
  .portable--three-sixths,
  .portable--four-eighths,
  .portable--five-tenths,
  .portable--six-twelfths {
    width: 50%;
  }

  /**
     * Thirds
     */
  .portable--one-third,
  .portable--two-sixths,
  .portable--four-twelfths {
    width: 33.333%;
  }

  .portable--two-thirds,
  .portable--four-sixths,
  .portable--eight-twelfths {
    width: 66.666%;
  }

  /**
     * Quarters
     */
  .portable--one-quarter,
  .portable--two-eighths,
  .portable--three-twelfths {
    width: 25%;
  }

  .portable--three-quarters,
  .portable--six-eighths,
  .portable--nine-twelfths {
    width: 75%;
  }

  /**
     * Fifths
     */
  .portable--one-fifth,
  .portable--two-tenths {
    width: 20%;
  }

  .portable--two-fifths,
  .portable--four-tenths {
    width: 40%;
  }

  .portable--three-fifths,
  .portable--six-tenths {
    width: 60%;
  }

  .portable--four-fifths,
  .portable--eight-tenths {
    width: 80%;
  }

  /**
     * Sixths
     */
  .portable--one-sixth,
  .portable--two-twelfths {
    width: 16.666%;
  }

  .portable--five-sixths,
  .portable--ten-twelfths {
    width: 83.333%;
  }

  /**
     * Eighths
     */
  .portable--one-eighth {
    width: 12.5%;
  }

  .portable--three-eighths {
    width: 37.5%;
  }

  .portable--five-eighths {
    width: 62.5%;
  }

  .portable--seven-eighths {
    width: 87.5%;
  }

  /**
     * Tenths
     */
  .portable--one-tenth {
    width: 10%;
  }

  .portable--three-tenths {
    width: 30%;
  }

  .portable--seven-tenths {
    width: 70%;
  }

  .portable--nine-tenths {
    width: 90%;
  }

  /**
     * Twelfths
     */
  .portable--one-twelfth {
    width: 8.333%;
  }

  .portable--five-twelfths {
    width: 41.666%;
  }

  .portable--seven-twelfths {
    width: 58.333%;
  }

  .portable--eleven-twelfths {
    width: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {

  /**
     * Whole
     */
  .desk--one-whole {
    width: 100%;
  }

  /**
     * Halves
     */
  .desk--one-half,
  .desk--two-quarters,
  .desk--three-sixths,
  .desk--four-eighths,
  .desk--five-tenths,
  .desk--six-twelfths {
    width: 50%;
  }

  /**
     * Thirds
     */
  .desk--one-third,
  .desk--two-sixths,
  .desk--four-twelfths {
    width: 33.333%;
  }

  .desk--two-thirds,
  .desk--four-sixths,
  .desk--eight-twelfths {
    width: 66.666%;
  }

  /**
     * Quarters
     */
  .desk--one-quarter,
  .desk--two-eighths,
  .desk--three-twelfths {
    width: 25%;
  }

  .desk--three-quarters,
  .desk--six-eighths,
  .desk--nine-twelfths {
    width: 75%;
  }

  /**
     * Fifths
     */
  .desk--one-fifth,
  .desk--two-tenths {
    width: 20%;
  }

  .desk--two-fifths,
  .desk--four-tenths {
    width: 40%;
  }

  .desk--three-fifths,
  .desk--six-tenths {
    width: 60%;
  }

  .desk--four-fifths,
  .desk--eight-tenths {
    width: 80%;
  }

  /**
     * Sixths
     */
  .desk--one-sixth,
  .desk--two-twelfths {
    width: 16.666%;
  }

  .desk--five-sixths,
  .desk--ten-twelfths {
    width: 83.333%;
  }

  /**
     * Eighths
     */
  .desk--one-eighth {
    width: 12.5%;
  }

  .desk--three-eighths {
    width: 37.5%;
  }

  .desk--five-eighths {
    width: 62.5%;
  }

  .desk--seven-eighths {
    width: 87.5%;
  }

  /**
     * Tenths
     */
  .desk--one-tenth {
    width: 10%;
  }

  .desk--three-tenths {
    width: 30%;
  }

  .desk--seven-tenths {
    width: 70%;
  }

  .desk--nine-tenths {
    width: 90%;
  }

  /**
     * Twelfths
     */
  .desk--one-twelfth {
    width: 8.333%;
  }

  .desk--five-twelfths {
    width: 41.666%;
  }

  .desk--seven-twelfths {
    width: 58.333%;
  }

  .desk--eleven-twelfths {
    width: 91.666%;
  }
}

/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
     * Not a particularly great selector, but the DRYest way to do things.
     */
[class*="push--"] {
  position: relative;
}

/**
     * Whole
     */
.push--one-whole {
  left: 100%;
}

/**
     * Halves
     */
.push--one-half,
.push--two-quarters,
.push--three-sixths,
.push--four-eighths,
.push--five-tenths,
.push--six-twelfths {
  left: 50%;
}

/**
     * Thirds
     */
.push--one-third,
.push--two-sixths,
.push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds,
.push--four-sixths,
.push--eight-twelfths {
  left: 66.666%;
}

/**
     * Quarters
     */
.push--one-quarter,
.push--two-eighths,
.push--three-twelfths {
  left: 25%;
}

.push--three-quarters,
.push--six-eighths,
.push--nine-twelfths {
  left: 75%;
}

/**
     * Fifths
     */
.push--one-fifth,
.push--two-tenths {
  left: 20%;
}

.push--two-fifths,
.push--four-tenths {
  left: 40%;
}

.push--three-fifths,
.push--six-tenths {
  left: 60%;
}

.push--four-fifths,
.push--eight-tenths {
  left: 80%;
}

/**
     * Sixths
     */
.push--one-sixth,
.push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths,
.push--ten-twelfths {
  left: 83.333%;
}

/**
     * Eighths
     */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
     * Tenths
     */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
     * Twelfths
     */
.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (max-width: 480px) {

  /**
     * Whole
     */
  .push--palm--one-whole {
    left: 100%;
  }

  /**
     * Halves
     */
  .push--palm--one-half,
  .push--palm--two-quarters,
  .push--palm--three-sixths,
  .push--palm--four-eighths,
  .push--palm--five-tenths,
  .push--palm--six-twelfths {
    left: 50%;
  }

  /**
     * Thirds
     */
  .push--palm--one-third,
  .push--palm--two-sixths,
  .push--palm--four-twelfths {
    left: 33.333%;
  }

  .push--palm--two-thirds,
  .push--palm--four-sixths,
  .push--palm--eight-twelfths {
    left: 66.666%;
  }

  /**
     * Quarters
     */
  .push--palm--one-quarter,
  .push--palm--two-eighths,
  .push--palm--three-twelfths {
    left: 25%;
  }

  .push--palm--three-quarters,
  .push--palm--six-eighths,
  .push--palm--nine-twelfths {
    left: 75%;
  }

  /**
     * Fifths
     */
  .push--palm--one-fifth,
  .push--palm--two-tenths {
    left: 20%;
  }

  .push--palm--two-fifths,
  .push--palm--four-tenths {
    left: 40%;
  }

  .push--palm--three-fifths,
  .push--palm--six-tenths {
    left: 60%;
  }

  .push--palm--four-fifths,
  .push--palm--eight-tenths {
    left: 80%;
  }

  /**
     * Sixths
     */
  .push--palm--one-sixth,
  .push--palm--two-twelfths {
    left: 16.666%;
  }

  .push--palm--five-sixths,
  .push--palm--ten-twelfths {
    left: 83.333%;
  }

  /**
     * Eighths
     */
  .push--palm--one-eighth {
    left: 12.5%;
  }

  .push--palm--three-eighths {
    left: 37.5%;
  }

  .push--palm--five-eighths {
    left: 62.5%;
  }

  .push--palm--seven-eighths {
    left: 87.5%;
  }

  /**
     * Tenths
     */
  .push--palm--one-tenth {
    left: 10%;
  }

  .push--palm--three-tenths {
    left: 30%;
  }

  .push--palm--seven-tenths {
    left: 70%;
  }

  .push--palm--nine-tenths {
    left: 90%;
  }

  /**
     * Twelfths
     */
  .push--palm--one-twelfth {
    left: 8.333%;
  }

  .push--palm--five-twelfths {
    left: 41.666%;
  }

  .push--palm--seven-twelfths {
    left: 58.333%;
  }

  .push--palm--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {

  /**
     * Whole
     */
  .push--lap--one-whole {
    left: 100%;
  }

  /**
     * Halves
     */
  .push--lap--one-half,
  .push--lap--two-quarters,
  .push--lap--three-sixths,
  .push--lap--four-eighths,
  .push--lap--five-tenths,
  .push--lap--six-twelfths {
    left: 50%;
  }

  /**
     * Thirds
     */
  .push--lap--one-third,
  .push--lap--two-sixths,
  .push--lap--four-twelfths {
    left: 33.333%;
  }

  .push--lap--two-thirds,
  .push--lap--four-sixths,
  .push--lap--eight-twelfths {
    left: 66.666%;
  }

  /**
     * Quarters
     */
  .push--lap--one-quarter,
  .push--lap--two-eighths,
  .push--lap--three-twelfths {
    left: 25%;
  }

  .push--lap--three-quarters,
  .push--lap--six-eighths,
  .push--lap--nine-twelfths {
    left: 75%;
  }

  /**
     * Fifths
     */
  .push--lap--one-fifth,
  .push--lap--two-tenths {
    left: 20%;
  }

  .push--lap--two-fifths,
  .push--lap--four-tenths {
    left: 40%;
  }

  .push--lap--three-fifths,
  .push--lap--six-tenths {
    left: 60%;
  }

  .push--lap--four-fifths,
  .push--lap--eight-tenths {
    left: 80%;
  }

  /**
     * Sixths
     */
  .push--lap--one-sixth,
  .push--lap--two-twelfths {
    left: 16.666%;
  }

  .push--lap--five-sixths,
  .push--lap--ten-twelfths {
    left: 83.333%;
  }

  /**
     * Eighths
     */
  .push--lap--one-eighth {
    left: 12.5%;
  }

  .push--lap--three-eighths {
    left: 37.5%;
  }

  .push--lap--five-eighths {
    left: 62.5%;
  }

  .push--lap--seven-eighths {
    left: 87.5%;
  }

  /**
     * Tenths
     */
  .push--lap--one-tenth {
    left: 10%;
  }

  .push--lap--three-tenths {
    left: 30%;
  }

  .push--lap--seven-tenths {
    left: 70%;
  }

  .push--lap--nine-tenths {
    left: 90%;
  }

  /**
     * Twelfths
     */
  .push--lap--one-twelfth {
    left: 8.333%;
  }

  .push--lap--five-twelfths {
    left: 41.666%;
  }

  .push--lap--seven-twelfths {
    left: 58.333%;
  }

  .push--lap--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {

  /**
     * Whole
     */
  .push--portable--one-whole {
    left: 100%;
  }

  /**
     * Halves
     */
  .push--portable--one-half,
  .push--portable--two-quarters,
  .push--portable--three-sixths,
  .push--portable--four-eighths,
  .push--portable--five-tenths,
  .push--portable--six-twelfths {
    left: 50%;
  }

  /**
     * Thirds
     */
  .push--portable--one-third,
  .push--portable--two-sixths,
  .push--portable--four-twelfths {
    left: 33.333%;
  }

  .push--portable--two-thirds,
  .push--portable--four-sixths,
  .push--portable--eight-twelfths {
    left: 66.666%;
  }

  /**
     * Quarters
     */
  .push--portable--one-quarter,
  .push--portable--two-eighths,
  .push--portable--three-twelfths {
    left: 25%;
  }

  .push--portable--three-quarters,
  .push--portable--six-eighths,
  .push--portable--nine-twelfths {
    left: 75%;
  }

  /**
     * Fifths
     */
  .push--portable--one-fifth,
  .push--portable--two-tenths {
    left: 20%;
  }

  .push--portable--two-fifths,
  .push--portable--four-tenths {
    left: 40%;
  }

  .push--portable--three-fifths,
  .push--portable--six-tenths {
    left: 60%;
  }

  .push--portable--four-fifths,
  .push--portable--eight-tenths {
    left: 80%;
  }

  /**
     * Sixths
     */
  .push--portable--one-sixth,
  .push--portable--two-twelfths {
    left: 16.666%;
  }

  .push--portable--five-sixths,
  .push--portable--ten-twelfths {
    left: 83.333%;
  }

  /**
     * Eighths
     */
  .push--portable--one-eighth {
    left: 12.5%;
  }

  .push--portable--three-eighths {
    left: 37.5%;
  }

  .push--portable--five-eighths {
    left: 62.5%;
  }

  .push--portable--seven-eighths {
    left: 87.5%;
  }

  /**
     * Tenths
     */
  .push--portable--one-tenth {
    left: 10%;
  }

  .push--portable--three-tenths {
    left: 30%;
  }

  .push--portable--seven-tenths {
    left: 70%;
  }

  .push--portable--nine-tenths {
    left: 90%;
  }

  /**
     * Twelfths
     */
  .push--portable--one-twelfth {
    left: 8.333%;
  }

  .push--portable--five-twelfths {
    left: 41.666%;
  }

  .push--portable--seven-twelfths {
    left: 58.333%;
  }

  .push--portable--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {

  /**
     * Whole
     */
  .push--desk--one-whole {
    left: 100%;
  }

  /**
     * Halves
     */
  .push--desk--one-half,
  .push--desk--two-quarters,
  .push--desk--three-sixths,
  .push--desk--four-eighths,
  .push--desk--five-tenths,
  .push--desk--six-twelfths {
    left: 50%;
  }

  /**
     * Thirds
     */
  .push--desk--one-third,
  .push--desk--two-sixths,
  .push--desk--four-twelfths {
    left: 33.333%;
  }

  .push--desk--two-thirds,
  .push--desk--four-sixths,
  .push--desk--eight-twelfths {
    left: 66.666%;
  }

  /**
     * Quarters
     */
  .push--desk--one-quarter,
  .push--desk--two-eighths,
  .push--desk--three-twelfths {
    left: 25%;
  }

  .push--desk--three-quarters,
  .push--desk--six-eighths,
  .push--desk--nine-twelfths {
    left: 75%;
  }

  /**
     * Fifths
     */
  .push--desk--one-fifth,
  .push--desk--two-tenths {
    left: 20%;
  }

  .push--desk--two-fifths,
  .push--desk--four-tenths {
    left: 40%;
  }

  .push--desk--three-fifths,
  .push--desk--six-tenths {
    left: 60%;
  }

  .push--desk--four-fifths,
  .push--desk--eight-tenths {
    left: 80%;
  }

  /**
     * Sixths
     */
  .push--desk--one-sixth,
  .push--desk--two-twelfths {
    left: 16.666%;
  }

  .push--desk--five-sixths,
  .push--desk--ten-twelfths {
    left: 83.333%;
  }

  /**
     * Eighths
     */
  .push--desk--one-eighth {
    left: 12.5%;
  }

  .push--desk--three-eighths {
    left: 37.5%;
  }

  .push--desk--five-eighths {
    left: 62.5%;
  }

  .push--desk--seven-eighths {
    left: 87.5%;
  }

  /**
     * Tenths
     */
  .push--desk--one-tenth {
    left: 10%;
  }

  .push--desk--three-tenths {
    left: 30%;
  }

  .push--desk--seven-tenths {
    left: 70%;
  }

  .push--desk--nine-tenths {
    left: 90%;
  }

  /**
     * Twelfths
     */
  .push--desk--one-twelfth {
    left: 8.333%;
  }

  .push--desk--five-twelfths {
    left: 41.666%;
  }

  .push--desk--seven-twelfths {
    left: 58.333%;
  }

  .push--desk--eleven-twelfths {
    left: 91.666%;
  }
}

/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
     * Not a particularly great selector, but the DRYest way to do things.
     */
[class*="pull--"] {
  position: relative;
}

/**
     * Whole
     */
.pull--one-whole {
  right: 100%;
}

/**
     * Halves
     */
.pull--one-half,
.pull--two-quarters,
.pull--three-sixths,
.pull--four-eighths,
.pull--five-tenths,
.pull--six-twelfths {
  right: 50%;
}

/**
     * Thirds
     */
.pull--one-third,
.pull--two-sixths,
.pull--four-twelfths {
  right: 33.333%;
}

.pull--two-thirds,
.pull--four-sixths,
.pull--eight-twelfths {
  right: 66.666%;
}

/**
     * Quarters
     */
.pull--one-quarter,
.pull--two-eighths,
.pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters,
.pull--six-eighths,
.pull--nine-twelfths {
  right: 75%;
}

/**
     * Fifths
     */
.pull--one-fifth,
.pull--two-tenths {
  right: 20%;
}

.pull--two-fifths,
.pull--four-tenths {
  right: 40%;
}

.pull--three-fifths,
.pull--six-tenths {
  right: 60%;
}

.pull--four-fifths,
.pull--eight-tenths {
  right: 80%;
}

/**
     * Sixths
     */
.pull--one-sixth,
.pull--two-twelfths {
  right: 16.666%;
}

.pull--five-sixths,
.pull--ten-twelfths {
  right: 83.333%;
}

/**
     * Eighths
     */
.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
     * Tenths
     */
.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
     * Twelfths
     */
.pull--one-twelfth {
  right: 8.333%;
}

.pull--five-twelfths {
  right: 41.666%;
}

.pull--seven-twelfths {
  right: 58.333%;
}

.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (max-width: 480px) {

  /**
     * Whole
     */
  .pull--palm--one-whole {
    right: 100%;
  }

  /**
     * Halves
     */
  .pull--palm--one-half,
  .pull--palm--two-quarters,
  .pull--palm--three-sixths,
  .pull--palm--four-eighths,
  .pull--palm--five-tenths,
  .pull--palm--six-twelfths {
    right: 50%;
  }

  /**
     * Thirds
     */
  .pull--palm--one-third,
  .pull--palm--two-sixths,
  .pull--palm--four-twelfths {
    right: 33.333%;
  }

  .pull--palm--two-thirds,
  .pull--palm--four-sixths,
  .pull--palm--eight-twelfths {
    right: 66.666%;
  }

  /**
     * Quarters
     */
  .pull--palm--one-quarter,
  .pull--palm--two-eighths,
  .pull--palm--three-twelfths {
    right: 25%;
  }

  .pull--palm--three-quarters,
  .pull--palm--six-eighths,
  .pull--palm--nine-twelfths {
    right: 75%;
  }

  /**
     * Fifths
     */
  .pull--palm--one-fifth,
  .pull--palm--two-tenths {
    right: 20%;
  }

  .pull--palm--two-fifths,
  .pull--palm--four-tenths {
    right: 40%;
  }

  .pull--palm--three-fifths,
  .pull--palm--six-tenths {
    right: 60%;
  }

  .pull--palm--four-fifths,
  .pull--palm--eight-tenths {
    right: 80%;
  }

  /**
     * Sixths
     */
  .pull--palm--one-sixth,
  .pull--palm--two-twelfths {
    right: 16.666%;
  }

  .pull--palm--five-sixths,
  .pull--palm--ten-twelfths {
    right: 83.333%;
  }

  /**
     * Eighths
     */
  .pull--palm--one-eighth {
    right: 12.5%;
  }

  .pull--palm--three-eighths {
    right: 37.5%;
  }

  .pull--palm--five-eighths {
    right: 62.5%;
  }

  .pull--palm--seven-eighths {
    right: 87.5%;
  }

  /**
     * Tenths
     */
  .pull--palm--one-tenth {
    right: 10%;
  }

  .pull--palm--three-tenths {
    right: 30%;
  }

  .pull--palm--seven-tenths {
    right: 70%;
  }

  .pull--palm--nine-tenths {
    right: 90%;
  }

  /**
     * Twelfths
     */
  .pull--palm--one-twelfth {
    right: 8.333%;
  }

  .pull--palm--five-twelfths {
    right: 41.666%;
  }

  .pull--palm--seven-twelfths {
    right: 58.333%;
  }

  .pull--palm--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1023px) {

  /**
     * Whole
     */
  .pull--lap--one-whole {
    right: 100%;
  }

  /**
     * Halves
     */
  .pull--lap--one-half,
  .pull--lap--two-quarters,
  .pull--lap--three-sixths,
  .pull--lap--four-eighths,
  .pull--lap--five-tenths,
  .pull--lap--six-twelfths {
    right: 50%;
  }

  /**
     * Thirds
     */
  .pull--lap--one-third,
  .pull--lap--two-sixths,
  .pull--lap--four-twelfths {
    right: 33.333%;
  }

  .pull--lap--two-thirds,
  .pull--lap--four-sixths,
  .pull--lap--eight-twelfths {
    right: 66.666%;
  }

  /**
     * Quarters
     */
  .pull--lap--one-quarter,
  .pull--lap--two-eighths,
  .pull--lap--three-twelfths {
    right: 25%;
  }

  .pull--lap--three-quarters,
  .pull--lap--six-eighths,
  .pull--lap--nine-twelfths {
    right: 75%;
  }

  /**
     * Fifths
     */
  .pull--lap--one-fifth,
  .pull--lap--two-tenths {
    right: 20%;
  }

  .pull--lap--two-fifths,
  .pull--lap--four-tenths {
    right: 40%;
  }

  .pull--lap--three-fifths,
  .pull--lap--six-tenths {
    right: 60%;
  }

  .pull--lap--four-fifths,
  .pull--lap--eight-tenths {
    right: 80%;
  }

  /**
     * Sixths
     */
  .pull--lap--one-sixth,
  .pull--lap--two-twelfths {
    right: 16.666%;
  }

  .pull--lap--five-sixths,
  .pull--lap--ten-twelfths {
    right: 83.333%;
  }

  /**
     * Eighths
     */
  .pull--lap--one-eighth {
    right: 12.5%;
  }

  .pull--lap--three-eighths {
    right: 37.5%;
  }

  .pull--lap--five-eighths {
    right: 62.5%;
  }

  .pull--lap--seven-eighths {
    right: 87.5%;
  }

  /**
     * Tenths
     */
  .pull--lap--one-tenth {
    right: 10%;
  }

  .pull--lap--three-tenths {
    right: 30%;
  }

  .pull--lap--seven-tenths {
    right: 70%;
  }

  .pull--lap--nine-tenths {
    right: 90%;
  }

  /**
     * Twelfths
     */
  .pull--lap--one-twelfth {
    right: 8.333%;
  }

  .pull--lap--five-twelfths {
    right: 41.666%;
  }

  .pull--lap--seven-twelfths {
    right: 58.333%;
  }

  .pull--lap--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (max-width: 1023px) {

  /**
     * Whole
     */
  .pull--portable--one-whole {
    right: 100%;
  }

  /**
     * Halves
     */
  .pull--portable--one-half,
  .pull--portable--two-quarters,
  .pull--portable--three-sixths,
  .pull--portable--four-eighths,
  .pull--portable--five-tenths,
  .pull--portable--six-twelfths {
    right: 50%;
  }

  /**
     * Thirds
     */
  .pull--portable--one-third,
  .pull--portable--two-sixths,
  .pull--portable--four-twelfths {
    right: 33.333%;
  }

  .pull--portable--two-thirds,
  .pull--portable--four-sixths,
  .pull--portable--eight-twelfths {
    right: 66.666%;
  }

  /**
     * Quarters
     */
  .pull--portable--one-quarter,
  .pull--portable--two-eighths,
  .pull--portable--three-twelfths {
    right: 25%;
  }

  .pull--portable--three-quarters,
  .pull--portable--six-eighths,
  .pull--portable--nine-twelfths {
    right: 75%;
  }

  /**
     * Fifths
     */
  .pull--portable--one-fifth,
  .pull--portable--two-tenths {
    right: 20%;
  }

  .pull--portable--two-fifths,
  .pull--portable--four-tenths {
    right: 40%;
  }

  .pull--portable--three-fifths,
  .pull--portable--six-tenths {
    right: 60%;
  }

  .pull--portable--four-fifths,
  .pull--portable--eight-tenths {
    right: 80%;
  }

  /**
     * Sixths
     */
  .pull--portable--one-sixth,
  .pull--portable--two-twelfths {
    right: 16.666%;
  }

  .pull--portable--five-sixths,
  .pull--portable--ten-twelfths {
    right: 83.333%;
  }

  /**
     * Eighths
     */
  .pull--portable--one-eighth {
    right: 12.5%;
  }

  .pull--portable--three-eighths {
    right: 37.5%;
  }

  .pull--portable--five-eighths {
    right: 62.5%;
  }

  .pull--portable--seven-eighths {
    right: 87.5%;
  }

  /**
     * Tenths
     */
  .pull--portable--one-tenth {
    right: 10%;
  }

  .pull--portable--three-tenths {
    right: 30%;
  }

  .pull--portable--seven-tenths {
    right: 70%;
  }

  .pull--portable--nine-tenths {
    right: 90%;
  }

  /**
     * Twelfths
     */
  .pull--portable--one-twelfth {
    right: 8.333%;
  }

  .pull--portable--five-twelfths {
    right: 41.666%;
  }

  .pull--portable--seven-twelfths {
    right: 58.333%;
  }

  .pull--portable--eleven-twelfths {
    right: 91.666%;
  }
}

@media only screen and (min-width: 1024px) {

  /**
     * Whole
     */
  .pull--desk--one-whole {
    right: 100%;
  }

  /**
     * Halves
     */
  .pull--desk--one-half,
  .pull--desk--two-quarters,
  .pull--desk--three-sixths,
  .pull--desk--four-eighths,
  .pull--desk--five-tenths,
  .pull--desk--six-twelfths {
    right: 50%;
  }

  /**
     * Thirds
     */
  .pull--desk--one-third,
  .pull--desk--two-sixths,
  .pull--desk--four-twelfths {
    right: 33.333%;
  }

  .pull--desk--two-thirds,
  .pull--desk--four-sixths,
  .pull--desk--eight-twelfths {
    right: 66.666%;
  }

  /**
     * Quarters
     */
  .pull--desk--one-quarter,
  .pull--desk--two-eighths,
  .pull--desk--three-twelfths {
    right: 25%;
  }

  .pull--desk--three-quarters,
  .pull--desk--six-eighths,
  .pull--desk--nine-twelfths {
    right: 75%;
  }

  /**
     * Fifths
     */
  .pull--desk--one-fifth,
  .pull--desk--two-tenths {
    right: 20%;
  }

  .pull--desk--two-fifths,
  .pull--desk--four-tenths {
    right: 40%;
  }

  .pull--desk--three-fifths,
  .pull--desk--six-tenths {
    right: 60%;
  }

  .pull--desk--four-fifths,
  .pull--desk--eight-tenths {
    right: 80%;
  }

  /**
     * Sixths
     */
  .pull--desk--one-sixth,
  .pull--desk--two-twelfths {
    right: 16.666%;
  }

  .pull--desk--five-sixths,
  .pull--desk--ten-twelfths {
    right: 83.333%;
  }

  /**
     * Eighths
     */
  .pull--desk--one-eighth {
    right: 12.5%;
  }

  .pull--desk--three-eighths {
    right: 37.5%;
  }

  .pull--desk--five-eighths {
    right: 62.5%;
  }

  .pull--desk--seven-eighths {
    right: 87.5%;
  }

  /**
     * Tenths
     */
  .pull--desk--one-tenth {
    right: 10%;
  }

  .pull--desk--three-tenths {
    right: 30%;
  }

  .pull--desk--seven-tenths {
    right: 70%;
  }

  .pull--desk--nine-tenths {
    right: 90%;
  }

  /**
     * Twelfths
     */
  .pull--desk--one-twelfth {
    right: 8.333%;
  }

  .pull--desk--five-twelfths {
    right: 41.666%;
  }

  .pull--desk--seven-twelfths {
    right: 58.333%;
  }

  .pull--desk--eleven-twelfths {
    right: 91.666%;
  }
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author: DMSQD

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
*********************/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

/********************
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
*********************/
.wrap {
  width: 80%;
  margin: 0 auto;
}

/*********************
LINKS
*********************/
a,
a:visited {
  color: #f01d4f;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #d10e3c;
}

a:link,
a:visited: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
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	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 */
}

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

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

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

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

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

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

/*********************
HEADER
*********************/
.inner-header {
  padding-bottom: 20px;
}

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

.nav-toggle {
  display: none;
}

.header--menu {
  background-color: #FFF;
}

/*********************
NAVIGATION
*********************/
/*
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.
*/
#menu-main {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 0;
  margin: 0px;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}

#menu-main ul {
  margin: 0;
}

#menu-main li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}

#menu-main li a {
  display: block;
  text-decoration: none;
  /* padding: 10px 10px; */
  color: #040064;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}

#menu-main li ul.sub-menu,
#menu-main li ul.children {
  margin: 0;
  padding: 0;
}

#menu-main li ul.sub-menu li a,
#menu-main li ul.children li a {
  padding-left: 30px;
}

.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}

.nav ul {
  margin: 0;
}

.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
}

.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
}

.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0;
  padding: 0;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/**
	 * Individual navs/overrides
	 */
/*********************
POSTS & CONTENT
*********************/
.content {
  margin-top: 2.2em;
}

#main ul li {
  list-style-type: disc !important;
  list-style-position: inside;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* 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 */
.byline {
  color: #999;
}

/* entry content */
.entry-content {
  /*
			Allow inline ol or uls. Adds in the bullet or counter using pseudo 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.
			*/
}

.entry-content ul,
.entry-content ol {
  margin-left: 1.1em;
}

.entry-content ul.inline,
.entry-content ol.inline {
  margin: 1em 0;
  counter-reset: li;
  /* Initiate a counter */
}

.entry-content ul.inline li,
.entry-content ol.inline li {
  display: inline;
  margin: 0 0.5em 0 0;
}

.entry-content ol.inline li:before {
  content: counter(li) ': ';
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
}

.entry-content ul.inline li:before {
  content: '• ';
}

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

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

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

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

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

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

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

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

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

/* end .wp-caption */
/* image gallery styles */
.gallery {
  margin: 0 auto 18px;
  margin-top: 40px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
  margin: 0;
}

.gallery dt {
  margin: 0;
  padding: 4px;
}

.gallery br+br {
  display: none;
}

/* gallery caption styles */
/******************************************************************
PAGE NAVI
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}

.bones_page_navi li {
  float: left;
  margin-left: 10px;
}

.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}

.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}

.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}

.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}

.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}

.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}

.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}

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

/* end .wp-prev-next */
/******************************************************************
COMMENTS
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}

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

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

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

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

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

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

.commentlist .odd {
  background: #eee;
}

.commentlist .even {
  background: #fefefe;
}

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

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

.commentlist .vcard time {
  float: right;
}

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

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

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

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

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

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

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

/* end .commentlist */
/******************************************************************
COMMENT FORM
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

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

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

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

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

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

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

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

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

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER
*********************/
.footer {
  clear: both;
}

/*
	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.
	*/
.footernav ul li {
  padding: 0 30px 0 0 !important;
}

.footernav ul li a {
  background-color: #f2f2f2;
}

/* end .footer-links */
.child-pages {
  text-align: center;
  margin-top: 30px;
}

.child-pages h3 {
  text-align: center;
}

.child-pages p {
  text-align: left;
  width: 90%;
  margin: 34px auto;
}

.child-pages a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #040064;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

#quote_widget a {
  text-decoration: none;
  display: block;
}

/*
MAX PORTABLE
*/
@media only screen and (max-width: 768px) {

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

Stylesheet: Max portable sheet

******************************************************************/
  /*********************
NAV
*********************/
  .header--menu .wrap {
    width: 100%;
  }

  .header--menu .menu-item .sub-menu-wrap {
    display: none;
  }

  #menu-main {
    border: 0px;
  }

  #menu-main li {
    border-bottom: 1px solid #ccc;
  }

  #menu-main .menu-item>a {
    padding: 15px;
    display: inline-block;
    width: 80%;
    border-bottom: 0px;
  }

  div.mobile-anchor {
    background: url(../images/mobile-anchor.png) no-repeat 0px 0px;
    width: 20%;
    background-position: center;
    height: 58px;
    float: right;
    display: inline-block;
  }

  /* no more images */
  .sub-menu-wrap li img {
    display: none;
  }

  .sub-menu-wrap a {
    width: 100%;
  }

  .sub-menu-wrap .mobile-anchor {
    display: none;
  }

  /*********************
YOUR CART
*********************/
  .floating-widgets {
    border-top: 0px;
  }
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {

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

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
NAVIGATION
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }

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

  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }

  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }

  /* end .menu */
  /*********************
POSTS & CONTENT
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }

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

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

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

  /* end .entry-content */
  /*********************
FOOTER
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
}

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

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

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL
*********************/
  /*********************
LAYOUT & GRID
*********************/
  .wrap {
    width: 85%;
    max-width: 1140px;
  }

  /*********************
HEADER
*********************/
  .nav-toggle {
    display: none !important;
  }

  /*********************
NAVIGATION
*********************/
  .header--menu {
    position: relative;
    border-bottom: 1px solid #efefef;
    display: block !important;
  }

  #menu-main {
    border: 0;
    margin: 0px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }

  #menu-main .menu-item-has-children {
    background: url(../images/nav-arrowblue.png) no-repeat right center;
    padding-right: 20px;
  }

  #menu-main li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 1px solid #efefef;
    padding: 0 10px;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }

  #menu-main li a {
    border-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }

  #menu-main li:hover,
  #menu-main li:focus {
    background-color: #efefef;
  }

  #menu-main li:last-child {
    border-right: none;
  }

  #menu-main li ul.sub-menu {
    margin: 0 auto;
  }

  #menu-main li div.sub-menu-wrap {
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    width: 100%;
    left: 0px;
    background: #EEEEEE;
    top: 58px;
    /* highlight sub-menu current page */
  }

  #menu-main li div.sub-menu-wrap li {
    display: inline-block;
    width: 24%;
    /*
				Third plus level menus - go as deep as you like,
				I got your back bro
				*/
  }

  #menu-main li div.sub-menu-wrap li a {
    padding-left: 10px;
    display: block;
    width: 180px;
  }

  #menu-main li div.sub-menu-wrap li a:after {
    content: none;
  }

  #menu-main li div.sub-menu-wrap li:last-child a {
    border-bottom: 0;
  }

  #menu-main li div.sub-menu-wrap li ul {
    display: none;
    margin-left: 100%;
    top: 5px;
  }

  #menu-main li div.sub-menu-wrap li:hover>ul {
    left: auto;
    display: block;
  }

  #menu-main li:hover div.sub-menu-wrap {
    top: auto;
    display: block;
  }

  /* end .nav */
  .nav {
    display: block !important;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }

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

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

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

  .nav li ul.sub-menu,
  .nav li ul.children {
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }

  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				Third plus level menus - go as deep as you like,
				I got your back bro
				*/
  }

  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }

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

  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    display: none;
    margin-left: 100%;
    top: 5px;
  }

  .nav li ul.sub-menu li:hover>ul,
  .nav li ul.children li:hover>ul {
    left: auto;
    display: block;
  }

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

  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }

  .widgettitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.75em;
  }

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

  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }

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

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
SIDE BLOCKS
*********************/
  .side-block-container {
    margin-top: 40px;
  }

  .side-block-container .side-block {
    margin-bottom: 20px;
  }

  .side-block-container .side-block .bg {
    background-color: #f2f2f2;
    padding-bottom: 10px;
  }

  .side-block-container .side-block .bg p {
    padding: 0 10px;
  }

  .side-block-container .side-block img {
    width: 100%;
    height: auto;
  }

  /*********************
FOOTER
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }

  /* end .footer-links */
}

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

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

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .wrap {
    width: 96%;
  }
}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
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 print {

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

Stylesheet: Print Stylesheet

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }

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

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

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