@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author: 

Stylesheet: Main Stylesheet

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

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
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.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
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.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
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.
 */
/* line 386, ../scss/partials/_normalize.scss */
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.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
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/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  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.
*/
/* OpenSans : Regular for used for Meta and Menu*/
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#opensans") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Raleway : Light (300) & Bold + Italic used for Headings */
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-light.eot");
  src: url("../fonts/raleway-light?#iefix") format("embedded-opentype"), url("../fonts/raleway-light.woff") format("woff"), url("../fonts/raleway-light.ttf") format("truetype"), url("../fonts/raleway-light.svg#raleway") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-lightitalic.eot");
  src: url("../fonts/raleway-lightitalic?#iefix") format("embedded-opentype"), url("../fonts/raleway-lightitalic.woff") format("woff"), url("../fonts/raleway-lightitalic.ttf") format("truetype"), url("../fonts/raleway-lightitalic.svg#raleway") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-bold.eot");
  src: url("../fonts/raleway-bold?#iefix") format("embedded-opentype"), url("../fonts/raleway-bold.woff") format("woff"), url("../fonts/raleway-bold.ttf") format("truetype"), url("../fonts/raleway-bold.svg#raleway") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/raleway-bolditalic.eot");
  src: url("../fonts/raleway-bolditalic?#iefix") format("embedded-opentype"), url("../fonts/raleway-bolditalic.woff") format("woff"), url("../fonts/raleway-bolditalic.ttf") format("truetype"), url("../fonts/raleway-bolditalic.svg#raleway") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* Raleway : Regular & Bold + Italic  used for Articles */
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/ptserif-regular.eot");
  src: url("../fonts/ptserif-regular?#iefix") format("embedded-opentype"), url("../fonts/ptserif-regular.ttf") format("truetype"), url("../fonts/ptserif-regular.svg#ptserif") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/ptserif-italic.eot");
  src: url("../fonts/ptserif-italic?#iefix") format("embedded-opentype"), url("../fonts/ptserif-italic.woff") format("woff"), url("../fonts/ptserif-italic.ttf") format("truetype"), url("../fonts/ptserif-italic.svg#ptserif") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/ptserif-bold.eot");
  src: url("../fonts/ptserif-bold?#iefix") format("embedded-opentype"), url("../fonts/ptserif-bold.woff") format("woff"), url("../fonts/ptserif-bold.ttf") format("truetype"), url("../fonts/ptserif-bold.svg#ptserif") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/ptserif-bolditalic.eot");
  src: url("../fonts/ptserif-bolditalic?#iefix") format("embedded-opentype"), url("../fonts/ptserif-bolditalic.woff") format("woff"), url("../fonts/ptserif-bolditalic.ttf") format("truetype"), url("../fonts/ptserif-bolditalic.svg#ptserif") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* Google Matriel Icons */
@font-face {
  font-family: 'Material Icons';
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons-Regular.svg#MaterialIcons") format("svg");
  font-style: normal;
  font-weight: 400;
}
/* line 147, ../scss/partials/_typography.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 172, ../scss/partials/_typography.scss */
.material-icons.blue {
  color: #419ace;
  padding-right: 0.5em;
  line-height: inherit;
  font-size: inherit;
}

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 198, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
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.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
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? */
/*********************
BORDER RADIUS
*********************/
/******************************************************************
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.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 49, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 55, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 60, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 70, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 75, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 86, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 92, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 97, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 102, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 112, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 117, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 122, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 127, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 132, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666%;
  }

  /* line 142, ../scss/partials/_grid.scss */
  .t-2of6 {
    float: left;
    padding-right: 0.75em;
    width: 33.3333%;
  }

  /* line 147, ../scss/partials/_grid.scss */
  .t-3of6 {
    float: left;
    padding-right: 0.75em;
    width: 49.9999%;
  }

  /* line 152, ../scss/partials/_grid.scss */
  .t-4of6 {
    float: left;
    padding-right: 0.75em;
    width: 66.6666%;
  }

  /* line 157, ../scss/partials/_grid.scss */
  .t-5of6 {
    float: left;
    padding-right: 0.75em;
    width: 83.3333%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 169, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 175, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 180, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 190, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 195, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 200, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
    min-height: 1px;
  }

  /* line 206, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 211, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 216, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 226, ../scss/partials/_grid.scss */
  .d-2of6 {
    float: left;
    padding-right: 0.75em;
    width: 33.3333%;
  }

  /* line 231, ../scss/partials/_grid.scss */
  .d-3of6 {
    float: left;
    padding-right: 0.75em;
    width: 49.9999%;
  }

  /* line 236, ../scss/partials/_grid.scss */
  .d-4of6 {
    float: left;
    padding-right: 0.75em;
    width: 66.6666%;
  }

  /* line 241, ../scss/partials/_grid.scss */
  .d-5of6 {
    float: left;
    padding-right: 0.75em;
    width: 83.3333%;
  }

  /* line 248, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 253, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 258, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 268, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 273, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 278, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 283, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 288, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 293, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 298, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../scss/partials/_ionicons-font.scss */
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 741, ../scss/partials/_ionicons-icons.scss */
.ion-alert:before {
  content: "";
}

/* line 742, ../scss/partials/_ionicons-icons.scss */
.ion-alert-circled:before {
  content: "";
}

/* line 743, ../scss/partials/_ionicons-icons.scss */
.ion-android-add:before {
  content: "";
}

/* line 744, ../scss/partials/_ionicons-icons.scss */
.ion-android-add-circle:before {
  content: "";
}

/* line 745, ../scss/partials/_ionicons-icons.scss */
.ion-android-alarm-clock:before {
  content: "";
}

/* line 746, ../scss/partials/_ionicons-icons.scss */
.ion-android-alert:before {
  content: "";
}

/* line 747, ../scss/partials/_ionicons-icons.scss */
.ion-android-apps:before {
  content: "";
}

/* line 748, ../scss/partials/_ionicons-icons.scss */
.ion-android-archive:before {
  content: "";
}

/* line 749, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-back:before {
  content: "";
}

/* line 750, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-down:before {
  content: "";
}

/* line 751, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropdown:before {
  content: "";
}

/* line 752, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "";
}

/* line 753, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropleft:before {
  content: "";
}

/* line 754, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "";
}

/* line 755, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropright:before {
  content: "";
}

/* line 756, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "";
}

/* line 757, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropup:before {
  content: "";
}

/* line 758, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "";
}

/* line 759, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-forward:before {
  content: "";
}

/* line 760, ../scss/partials/_ionicons-icons.scss */
.ion-android-arrow-up:before {
  content: "";
}

/* line 761, ../scss/partials/_ionicons-icons.scss */
.ion-android-attach:before {
  content: "";
}

/* line 762, ../scss/partials/_ionicons-icons.scss */
.ion-android-bar:before {
  content: "";
}

/* line 763, ../scss/partials/_ionicons-icons.scss */
.ion-android-bicycle:before {
  content: "";
}

/* line 764, ../scss/partials/_ionicons-icons.scss */
.ion-android-boat:before {
  content: "";
}

/* line 765, ../scss/partials/_ionicons-icons.scss */
.ion-android-bookmark:before {
  content: "";
}

/* line 766, ../scss/partials/_ionicons-icons.scss */
.ion-android-bulb:before {
  content: "";
}

/* line 767, ../scss/partials/_ionicons-icons.scss */
.ion-android-bus:before {
  content: "";
}

/* line 768, ../scss/partials/_ionicons-icons.scss */
.ion-android-calendar:before {
  content: "";
}

/* line 769, ../scss/partials/_ionicons-icons.scss */
.ion-android-call:before {
  content: "";
}

/* line 770, ../scss/partials/_ionicons-icons.scss */
.ion-android-camera:before {
  content: "";
}

/* line 771, ../scss/partials/_ionicons-icons.scss */
.ion-android-cancel:before {
  content: "";
}

/* line 772, ../scss/partials/_ionicons-icons.scss */
.ion-android-car:before {
  content: "";
}

/* line 773, ../scss/partials/_ionicons-icons.scss */
.ion-android-cart:before {
  content: "";
}

/* line 774, ../scss/partials/_ionicons-icons.scss */
.ion-android-chat:before {
  content: "";
}

/* line 775, ../scss/partials/_ionicons-icons.scss */
.ion-android-checkbox:before {
  content: "";
}

/* line 776, ../scss/partials/_ionicons-icons.scss */
.ion-android-checkbox-blank:before {
  content: "";
}

/* line 777, ../scss/partials/_ionicons-icons.scss */
.ion-android-checkbox-outline:before {
  content: "";
}

/* line 778, ../scss/partials/_ionicons-icons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "";
}

/* line 779, ../scss/partials/_ionicons-icons.scss */
.ion-android-checkmark-circle:before {
  content: "";
}

/* line 780, ../scss/partials/_ionicons-icons.scss */
.ion-android-clipboard:before {
  content: "";
}

/* line 781, ../scss/partials/_ionicons-icons.scss */
.ion-android-close:before {
  content: "";
}

/* line 782, ../scss/partials/_ionicons-icons.scss */
.ion-android-cloud:before {
  content: "";
}

/* line 783, ../scss/partials/_ionicons-icons.scss */
.ion-android-cloud-circle:before {
  content: "";
}

/* line 784, ../scss/partials/_ionicons-icons.scss */
.ion-android-cloud-done:before {
  content: "";
}

/* line 785, ../scss/partials/_ionicons-icons.scss */
.ion-android-cloud-outline:before {
  content: "";
}

/* line 786, ../scss/partials/_ionicons-icons.scss */
.ion-android-color-palette:before {
  content: "";
}

/* line 787, ../scss/partials/_ionicons-icons.scss */
.ion-android-compass:before {
  content: "";
}

/* line 788, ../scss/partials/_ionicons-icons.scss */
.ion-android-contact:before {
  content: "";
}

/* line 789, ../scss/partials/_ionicons-icons.scss */
.ion-android-contacts:before {
  content: "";
}

/* line 790, ../scss/partials/_ionicons-icons.scss */
.ion-android-contract:before {
  content: "";
}

/* line 791, ../scss/partials/_ionicons-icons.scss */
.ion-android-create:before {
  content: "";
}

/* line 792, ../scss/partials/_ionicons-icons.scss */
.ion-android-delete:before {
  content: "";
}

/* line 793, ../scss/partials/_ionicons-icons.scss */
.ion-android-desktop:before {
  content: "";
}

/* line 794, ../scss/partials/_ionicons-icons.scss */
.ion-android-document:before {
  content: "";
}

/* line 795, ../scss/partials/_ionicons-icons.scss */
.ion-android-done:before {
  content: "";
}

/* line 796, ../scss/partials/_ionicons-icons.scss */
.ion-android-done-all:before {
  content: "";
}

/* line 797, ../scss/partials/_ionicons-icons.scss */
.ion-android-download:before {
  content: "";
}

/* line 798, ../scss/partials/_ionicons-icons.scss */
.ion-android-drafts:before {
  content: "";
}

/* line 799, ../scss/partials/_ionicons-icons.scss */
.ion-android-exit:before {
  content: "";
}

/* line 800, ../scss/partials/_ionicons-icons.scss */
.ion-android-expand:before {
  content: "";
}

/* line 801, ../scss/partials/_ionicons-icons.scss */
.ion-android-favorite:before {
  content: "";
}

/* line 802, ../scss/partials/_ionicons-icons.scss */
.ion-android-favorite-outline:before {
  content: "";
}

/* line 803, ../scss/partials/_ionicons-icons.scss */
.ion-android-film:before {
  content: "";
}

/* line 804, ../scss/partials/_ionicons-icons.scss */
.ion-android-folder:before {
  content: "";
}

/* line 805, ../scss/partials/_ionicons-icons.scss */
.ion-android-folder-open:before {
  content: "";
}

/* line 806, ../scss/partials/_ionicons-icons.scss */
.ion-android-funnel:before {
  content: "";
}

/* line 807, ../scss/partials/_ionicons-icons.scss */
.ion-android-globe:before {
  content: "";
}

/* line 808, ../scss/partials/_ionicons-icons.scss */
.ion-android-hand:before {
  content: "";
}

/* line 809, ../scss/partials/_ionicons-icons.scss */
.ion-android-hangout:before {
  content: "";
}

/* line 810, ../scss/partials/_ionicons-icons.scss */
.ion-android-happy:before {
  content: "";
}

/* line 811, ../scss/partials/_ionicons-icons.scss */
.ion-android-home:before {
  content: "";
}

/* line 812, ../scss/partials/_ionicons-icons.scss */
.ion-android-image:before {
  content: "";
}

/* line 813, ../scss/partials/_ionicons-icons.scss */
.ion-android-laptop:before {
  content: "";
}

/* line 814, ../scss/partials/_ionicons-icons.scss */
.ion-android-list:before {
  content: "";
}

/* line 815, ../scss/partials/_ionicons-icons.scss */
.ion-android-locate:before {
  content: "";
}

/* line 816, ../scss/partials/_ionicons-icons.scss */
.ion-android-lock:before {
  content: "";
}

/* line 817, ../scss/partials/_ionicons-icons.scss */
.ion-android-mail:before {
  content: "";
}

/* line 818, ../scss/partials/_ionicons-icons.scss */
.ion-android-map:before {
  content: "";
}

/* line 819, ../scss/partials/_ionicons-icons.scss */
.ion-android-menu:before {
  content: "";
}

/* line 820, ../scss/partials/_ionicons-icons.scss */
.ion-android-microphone:before {
  content: "";
}

/* line 821, ../scss/partials/_ionicons-icons.scss */
.ion-android-microphone-off:before {
  content: "";
}

/* line 822, ../scss/partials/_ionicons-icons.scss */
.ion-android-more-horizontal:before {
  content: "";
}

/* line 823, ../scss/partials/_ionicons-icons.scss */
.ion-android-more-vertical:before {
  content: "";
}

/* line 824, ../scss/partials/_ionicons-icons.scss */
.ion-android-navigate:before {
  content: "";
}

/* line 825, ../scss/partials/_ionicons-icons.scss */
.ion-android-notifications:before {
  content: "";
}

/* line 826, ../scss/partials/_ionicons-icons.scss */
.ion-android-notifications-none:before {
  content: "";
}

/* line 827, ../scss/partials/_ionicons-icons.scss */
.ion-android-notifications-off:before {
  content: "";
}

/* line 828, ../scss/partials/_ionicons-icons.scss */
.ion-android-open:before {
  content: "";
}

/* line 829, ../scss/partials/_ionicons-icons.scss */
.ion-android-options:before {
  content: "";
}

/* line 830, ../scss/partials/_ionicons-icons.scss */
.ion-android-people:before {
  content: "";
}

/* line 831, ../scss/partials/_ionicons-icons.scss */
.ion-android-person:before {
  content: "";
}

/* line 832, ../scss/partials/_ionicons-icons.scss */
.ion-android-person-add:before {
  content: "";
}

/* line 833, ../scss/partials/_ionicons-icons.scss */
.ion-android-phone-landscape:before {
  content: "";
}

/* line 834, ../scss/partials/_ionicons-icons.scss */
.ion-android-phone-portrait:before {
  content: "";
}

/* line 835, ../scss/partials/_ionicons-icons.scss */
.ion-android-pin:before {
  content: "";
}

/* line 836, ../scss/partials/_ionicons-icons.scss */
.ion-android-plane:before {
  content: "";
}

/* line 837, ../scss/partials/_ionicons-icons.scss */
.ion-android-playstore:before {
  content: "";
}

/* line 838, ../scss/partials/_ionicons-icons.scss */
.ion-android-print:before {
  content: "";
}

/* line 839, ../scss/partials/_ionicons-icons.scss */
.ion-android-radio-button-off:before {
  content: "";
}

/* line 840, ../scss/partials/_ionicons-icons.scss */
.ion-android-radio-button-on:before {
  content: "";
}

/* line 841, ../scss/partials/_ionicons-icons.scss */
.ion-android-refresh:before {
  content: "";
}

/* line 842, ../scss/partials/_ionicons-icons.scss */
.ion-android-remove:before {
  content: "";
}

/* line 843, ../scss/partials/_ionicons-icons.scss */
.ion-android-remove-circle:before {
  content: "";
}

/* line 844, ../scss/partials/_ionicons-icons.scss */
.ion-android-restaurant:before {
  content: "";
}

/* line 845, ../scss/partials/_ionicons-icons.scss */
.ion-android-sad:before {
  content: "";
}

/* line 846, ../scss/partials/_ionicons-icons.scss */
.ion-android-search:before {
  content: "";
}

/* line 847, ../scss/partials/_ionicons-icons.scss */
.ion-android-send:before {
  content: "";
}

/* line 848, ../scss/partials/_ionicons-icons.scss */
.ion-android-settings:before {
  content: "";
}

/* line 849, ../scss/partials/_ionicons-icons.scss */
.ion-android-share:before {
  content: "";
}

/* line 850, ../scss/partials/_ionicons-icons.scss */
.ion-android-share-alt:before {
  content: "";
}

/* line 851, ../scss/partials/_ionicons-icons.scss */
.ion-android-star:before {
  content: "";
}

/* line 852, ../scss/partials/_ionicons-icons.scss */
.ion-android-star-half:before {
  content: "";
}

/* line 853, ../scss/partials/_ionicons-icons.scss */
.ion-android-star-outline:before {
  content: "";
}

/* line 854, ../scss/partials/_ionicons-icons.scss */
.ion-android-stopwatch:before {
  content: "";
}

/* line 855, ../scss/partials/_ionicons-icons.scss */
.ion-android-subway:before {
  content: "";
}

/* line 856, ../scss/partials/_ionicons-icons.scss */
.ion-android-sunny:before {
  content: "";
}

/* line 857, ../scss/partials/_ionicons-icons.scss */
.ion-android-sync:before {
  content: "";
}

/* line 858, ../scss/partials/_ionicons-icons.scss */
.ion-android-textsms:before {
  content: "";
}

/* line 859, ../scss/partials/_ionicons-icons.scss */
.ion-android-time:before {
  content: "";
}

/* line 860, ../scss/partials/_ionicons-icons.scss */
.ion-android-train:before {
  content: "";
}

/* line 861, ../scss/partials/_ionicons-icons.scss */
.ion-android-unlock:before {
  content: "";
}

/* line 862, ../scss/partials/_ionicons-icons.scss */
.ion-android-upload:before {
  content: "";
}

/* line 863, ../scss/partials/_ionicons-icons.scss */
.ion-android-volume-down:before {
  content: "";
}

/* line 864, ../scss/partials/_ionicons-icons.scss */
.ion-android-volume-mute:before {
  content: "";
}

/* line 865, ../scss/partials/_ionicons-icons.scss */
.ion-android-volume-off:before {
  content: "";
}

/* line 866, ../scss/partials/_ionicons-icons.scss */
.ion-android-volume-up:before {
  content: "";
}

/* line 867, ../scss/partials/_ionicons-icons.scss */
.ion-android-walk:before {
  content: "";
}

/* line 868, ../scss/partials/_ionicons-icons.scss */
.ion-android-warning:before {
  content: "";
}

/* line 869, ../scss/partials/_ionicons-icons.scss */
.ion-android-watch:before {
  content: "";
}

/* line 870, ../scss/partials/_ionicons-icons.scss */
.ion-android-wifi:before {
  content: "";
}

/* line 871, ../scss/partials/_ionicons-icons.scss */
.ion-aperture:before {
  content: "";
}

/* line 872, ../scss/partials/_ionicons-icons.scss */
.ion-archive:before {
  content: "";
}

/* line 873, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-down-a:before {
  content: "";
}

/* line 874, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-down-b:before {
  content: "";
}

/* line 875, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-down-c:before {
  content: "";
}

/* line 876, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-expand:before {
  content: "";
}

/* line 877, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-graph-down-left:before {
  content: "";
}

/* line 878, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-graph-down-right:before {
  content: "";
}

/* line 879, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-graph-up-left:before {
  content: "";
}

/* line 880, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-graph-up-right:before {
  content: "";
}

/* line 881, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-left-a:before {
  content: "";
}

/* line 882, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-left-b:before {
  content: "";
}

/* line 883, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-left-c:before {
  content: "";
}

/* line 884, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-move:before {
  content: "";
}

/* line 885, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-resize:before {
  content: "";
}

/* line 886, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-return-left:before {
  content: "";
}

/* line 887, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-return-right:before {
  content: "";
}

/* line 888, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-right-a:before {
  content: "";
}

/* line 889, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-right-b:before {
  content: "";
}

/* line 890, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-right-c:before {
  content: "";
}

/* line 891, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-shrink:before {
  content: "";
}

/* line 892, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-swap:before {
  content: "";
}

/* line 893, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-up-a:before {
  content: "";
}

/* line 894, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-up-b:before {
  content: "";
}

/* line 895, ../scss/partials/_ionicons-icons.scss */
.ion-arrow-up-c:before {
  content: "";
}

/* line 896, ../scss/partials/_ionicons-icons.scss */
.ion-asterisk:before {
  content: "";
}

/* line 897, ../scss/partials/_ionicons-icons.scss */
.ion-at:before {
  content: "";
}

/* line 898, ../scss/partials/_ionicons-icons.scss */
.ion-backspace:before {
  content: "";
}

/* line 899, ../scss/partials/_ionicons-icons.scss */
.ion-backspace-outline:before {
  content: "";
}

/* line 900, ../scss/partials/_ionicons-icons.scss */
.ion-bag:before {
  content: "";
}

/* line 901, ../scss/partials/_ionicons-icons.scss */
.ion-battery-charging:before {
  content: "";
}

/* line 902, ../scss/partials/_ionicons-icons.scss */
.ion-battery-empty:before {
  content: "";
}

/* line 903, ../scss/partials/_ionicons-icons.scss */
.ion-battery-full:before {
  content: "";
}

/* line 904, ../scss/partials/_ionicons-icons.scss */
.ion-battery-half:before {
  content: "";
}

/* line 905, ../scss/partials/_ionicons-icons.scss */
.ion-battery-low:before {
  content: "";
}

/* line 906, ../scss/partials/_ionicons-icons.scss */
.ion-beaker:before {
  content: "";
}

/* line 907, ../scss/partials/_ionicons-icons.scss */
.ion-beer:before {
  content: "";
}

/* line 908, ../scss/partials/_ionicons-icons.scss */
.ion-bluetooth:before {
  content: "";
}

/* line 909, ../scss/partials/_ionicons-icons.scss */
.ion-bonfire:before {
  content: "";
}

/* line 910, ../scss/partials/_ionicons-icons.scss */
.ion-bookmark:before {
  content: "";
}

/* line 911, ../scss/partials/_ionicons-icons.scss */
.ion-bowtie:before {
  content: "";
}

/* line 912, ../scss/partials/_ionicons-icons.scss */
.ion-briefcase:before {
  content: "";
}

/* line 913, ../scss/partials/_ionicons-icons.scss */
.ion-bug:before {
  content: "";
}

/* line 914, ../scss/partials/_ionicons-icons.scss */
.ion-calculator:before {
  content: "";
}

/* line 915, ../scss/partials/_ionicons-icons.scss */
.ion-calendar:before {
  content: "";
}

/* line 916, ../scss/partials/_ionicons-icons.scss */
.ion-camera:before {
  content: "";
}

/* line 917, ../scss/partials/_ionicons-icons.scss */
.ion-card:before {
  content: "";
}

/* line 918, ../scss/partials/_ionicons-icons.scss */
.ion-cash:before {
  content: "";
}

/* line 919, ../scss/partials/_ionicons-icons.scss */
.ion-chatbox:before {
  content: "";
}

/* line 920, ../scss/partials/_ionicons-icons.scss */
.ion-chatbox-working:before {
  content: "";
}

/* line 921, ../scss/partials/_ionicons-icons.scss */
.ion-chatboxes:before {
  content: "";
}

/* line 922, ../scss/partials/_ionicons-icons.scss */
.ion-chatbubble:before {
  content: "";
}

/* line 923, ../scss/partials/_ionicons-icons.scss */
.ion-chatbubble-working:before {
  content: "";
}

/* line 924, ../scss/partials/_ionicons-icons.scss */
.ion-chatbubbles:before {
  content: "";
}

/* line 925, ../scss/partials/_ionicons-icons.scss */
.ion-checkmark:before {
  content: "";
}

/* line 926, ../scss/partials/_ionicons-icons.scss */
.ion-checkmark-circled:before {
  content: "";
}

/* line 927, ../scss/partials/_ionicons-icons.scss */
.ion-checkmark-round:before {
  content: "";
}

/* line 928, ../scss/partials/_ionicons-icons.scss */
.ion-chevron-down:before {
  content: "";
}

/* line 929, ../scss/partials/_ionicons-icons.scss */
.ion-chevron-left:before {
  content: "";
}

/* line 930, ../scss/partials/_ionicons-icons.scss */
.ion-chevron-right:before {
  content: "";
}

/* line 931, ../scss/partials/_ionicons-icons.scss */
.ion-chevron-up:before {
  content: "";
}

/* line 932, ../scss/partials/_ionicons-icons.scss */
.ion-clipboard:before {
  content: "";
}

/* line 933, ../scss/partials/_ionicons-icons.scss */
.ion-clock:before {
  content: "";
}

/* line 934, ../scss/partials/_ionicons-icons.scss */
.ion-close:before {
  content: "";
}

/* line 935, ../scss/partials/_ionicons-icons.scss */
.ion-close-circled:before {
  content: "";
}

/* line 936, ../scss/partials/_ionicons-icons.scss */
.ion-close-round:before {
  content: "";
}

/* line 937, ../scss/partials/_ionicons-icons.scss */
.ion-closed-captioning:before {
  content: "";
}

/* line 938, ../scss/partials/_ionicons-icons.scss */
.ion-cloud:before {
  content: "";
}

/* line 939, ../scss/partials/_ionicons-icons.scss */
.ion-code:before {
  content: "";
}

/* line 940, ../scss/partials/_ionicons-icons.scss */
.ion-code-download:before {
  content: "";
}

/* line 941, ../scss/partials/_ionicons-icons.scss */
.ion-code-working:before {
  content: "";
}

/* line 942, ../scss/partials/_ionicons-icons.scss */
.ion-coffee:before {
  content: "";
}

/* line 943, ../scss/partials/_ionicons-icons.scss */
.ion-compass:before {
  content: "";
}

/* line 944, ../scss/partials/_ionicons-icons.scss */
.ion-compose:before {
  content: "";
}

/* line 945, ../scss/partials/_ionicons-icons.scss */
.ion-connection-bars:before {
  content: "";
}

/* line 946, ../scss/partials/_ionicons-icons.scss */
.ion-contrast:before {
  content: "";
}

/* line 947, ../scss/partials/_ionicons-icons.scss */
.ion-crop:before {
  content: "";
}

/* line 948, ../scss/partials/_ionicons-icons.scss */
.ion-cube:before {
  content: "";
}

/* line 949, ../scss/partials/_ionicons-icons.scss */
.ion-disc:before {
  content: "";
}

/* line 950, ../scss/partials/_ionicons-icons.scss */
.ion-document:before {
  content: "";
}

/* line 951, ../scss/partials/_ionicons-icons.scss */
.ion-document-text:before {
  content: "";
}

/* line 952, ../scss/partials/_ionicons-icons.scss */
.ion-drag:before {
  content: "";
}

/* line 953, ../scss/partials/_ionicons-icons.scss */
.ion-earth:before {
  content: "";
}

/* line 954, ../scss/partials/_ionicons-icons.scss */
.ion-easel:before {
  content: "";
}

/* line 955, ../scss/partials/_ionicons-icons.scss */
.ion-edit:before {
  content: "";
}

/* line 956, ../scss/partials/_ionicons-icons.scss */
.ion-egg:before {
  content: "";
}

/* line 957, ../scss/partials/_ionicons-icons.scss */
.ion-eject:before {
  content: "";
}

/* line 958, ../scss/partials/_ionicons-icons.scss */
.ion-email:before {
  content: "";
}

/* line 959, ../scss/partials/_ionicons-icons.scss */
.ion-email-unread:before {
  content: "";
}

/* line 960, ../scss/partials/_ionicons-icons.scss */
.ion-erlenmeyer-flask:before {
  content: "";
}

/* line 961, ../scss/partials/_ionicons-icons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

/* line 962, ../scss/partials/_ionicons-icons.scss */
.ion-eye:before {
  content: "";
}

/* line 963, ../scss/partials/_ionicons-icons.scss */
.ion-eye-disabled:before {
  content: "";
}

/* line 964, ../scss/partials/_ionicons-icons.scss */
.ion-female:before {
  content: "";
}

/* line 965, ../scss/partials/_ionicons-icons.scss */
.ion-filing:before {
  content: "";
}

/* line 966, ../scss/partials/_ionicons-icons.scss */
.ion-film-marker:before {
  content: "";
}

/* line 967, ../scss/partials/_ionicons-icons.scss */
.ion-fireball:before {
  content: "";
}

/* line 968, ../scss/partials/_ionicons-icons.scss */
.ion-flag:before {
  content: "";
}

/* line 969, ../scss/partials/_ionicons-icons.scss */
.ion-flame:before {
  content: "";
}

/* line 970, ../scss/partials/_ionicons-icons.scss */
.ion-flash:before {
  content: "";
}

/* line 971, ../scss/partials/_ionicons-icons.scss */
.ion-flash-off:before {
  content: "";
}

/* line 972, ../scss/partials/_ionicons-icons.scss */
.ion-folder:before {
  content: "";
}

/* line 973, ../scss/partials/_ionicons-icons.scss */
.ion-fork:before {
  content: "";
}

/* line 974, ../scss/partials/_ionicons-icons.scss */
.ion-fork-repo:before {
  content: "";
}

/* line 975, ../scss/partials/_ionicons-icons.scss */
.ion-forward:before {
  content: "";
}

/* line 976, ../scss/partials/_ionicons-icons.scss */
.ion-funnel:before {
  content: "";
}

/* line 977, ../scss/partials/_ionicons-icons.scss */
.ion-gear-a:before {
  content: "";
}

/* line 978, ../scss/partials/_ionicons-icons.scss */
.ion-gear-b:before {
  content: "";
}

/* line 979, ../scss/partials/_ionicons-icons.scss */
.ion-grid:before {
  content: "";
}

/* line 980, ../scss/partials/_ionicons-icons.scss */
.ion-hammer:before {
  content: "";
}

/* line 981, ../scss/partials/_ionicons-icons.scss */
.ion-happy:before {
  content: "";
}

/* line 982, ../scss/partials/_ionicons-icons.scss */
.ion-happy-outline:before {
  content: "";
}

/* line 983, ../scss/partials/_ionicons-icons.scss */
.ion-headphone:before {
  content: "";
}

/* line 984, ../scss/partials/_ionicons-icons.scss */
.ion-heart:before {
  content: "";
}

/* line 985, ../scss/partials/_ionicons-icons.scss */
.ion-heart-broken:before {
  content: "";
}

/* line 986, ../scss/partials/_ionicons-icons.scss */
.ion-help:before {
  content: "";
}

/* line 987, ../scss/partials/_ionicons-icons.scss */
.ion-help-buoy:before {
  content: "";
}

/* line 988, ../scss/partials/_ionicons-icons.scss */
.ion-help-circled:before {
  content: "";
}

/* line 989, ../scss/partials/_ionicons-icons.scss */
.ion-home:before {
  content: "";
}

/* line 990, ../scss/partials/_ionicons-icons.scss */
.ion-icecream:before {
  content: "";
}

/* line 991, ../scss/partials/_ionicons-icons.scss */
.ion-image:before {
  content: "";
}

/* line 992, ../scss/partials/_ionicons-icons.scss */
.ion-images:before {
  content: "";
}

/* line 993, ../scss/partials/_ionicons-icons.scss */
.ion-information:before {
  content: "";
}

/* line 994, ../scss/partials/_ionicons-icons.scss */
.ion-information-circled:before {
  content: "";
}

/* line 995, ../scss/partials/_ionicons-icons.scss */
.ion-ionic:before {
  content: "";
}

/* line 996, ../scss/partials/_ionicons-icons.scss */
.ion-ios-alarm:before {
  content: "";
}

/* line 997, ../scss/partials/_ionicons-icons.scss */
.ion-ios-alarm-outline:before {
  content: "";
}

/* line 998, ../scss/partials/_ionicons-icons.scss */
.ion-ios-albums:before {
  content: "";
}

/* line 999, ../scss/partials/_ionicons-icons.scss */
.ion-ios-albums-outline:before {
  content: "";
}

/* line 1000, ../scss/partials/_ionicons-icons.scss */
.ion-ios-americanfootball:before {
  content: "";
}

/* line 1001, ../scss/partials/_ionicons-icons.scss */
.ion-ios-americanfootball-outline:before {
  content: "";
}

/* line 1002, ../scss/partials/_ionicons-icons.scss */
.ion-ios-analytics:before {
  content: "";
}

/* line 1003, ../scss/partials/_ionicons-icons.scss */
.ion-ios-analytics-outline:before {
  content: "";
}

/* line 1004, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-back:before {
  content: "";
}

/* line 1005, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-down:before {
  content: "";
}

/* line 1006, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-forward:before {
  content: "";
}

/* line 1007, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-left:before {
  content: "";
}

/* line 1008, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-right:before {
  content: "";
}

/* line 1009, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-thin-down:before {
  content: "";
}

/* line 1010, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-thin-left:before {
  content: "";
}

/* line 1011, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-thin-right:before {
  content: "";
}

/* line 1012, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-thin-up:before {
  content: "";
}

/* line 1013, ../scss/partials/_ionicons-icons.scss */
.ion-ios-arrow-up:before {
  content: "";
}

/* line 1014, ../scss/partials/_ionicons-icons.scss */
.ion-ios-at:before {
  content: "";
}

/* line 1015, ../scss/partials/_ionicons-icons.scss */
.ion-ios-at-outline:before {
  content: "";
}

/* line 1016, ../scss/partials/_ionicons-icons.scss */
.ion-ios-barcode:before {
  content: "";
}

/* line 1017, ../scss/partials/_ionicons-icons.scss */
.ion-ios-barcode-outline:before {
  content: "";
}

/* line 1018, ../scss/partials/_ionicons-icons.scss */
.ion-ios-baseball:before {
  content: "";
}

/* line 1019, ../scss/partials/_ionicons-icons.scss */
.ion-ios-baseball-outline:before {
  content: "";
}

/* line 1020, ../scss/partials/_ionicons-icons.scss */
.ion-ios-basketball:before {
  content: "";
}

/* line 1021, ../scss/partials/_ionicons-icons.scss */
.ion-ios-basketball-outline:before {
  content: "";
}

/* line 1022, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bell:before {
  content: "";
}

/* line 1023, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bell-outline:before {
  content: "";
}

/* line 1024, ../scss/partials/_ionicons-icons.scss */
.ion-ios-body:before {
  content: "";
}

/* line 1025, ../scss/partials/_ionicons-icons.scss */
.ion-ios-body-outline:before {
  content: "";
}

/* line 1026, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bolt:before {
  content: "";
}

/* line 1027, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bolt-outline:before {
  content: "";
}

/* line 1028, ../scss/partials/_ionicons-icons.scss */
.ion-ios-book:before {
  content: "";
}

/* line 1029, ../scss/partials/_ionicons-icons.scss */
.ion-ios-book-outline:before {
  content: "";
}

/* line 1030, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bookmarks:before {
  content: "";
}

/* line 1031, ../scss/partials/_ionicons-icons.scss */
.ion-ios-bookmarks-outline:before {
  content: "";
}

/* line 1032, ../scss/partials/_ionicons-icons.scss */
.ion-ios-box:before {
  content: "";
}

/* line 1033, ../scss/partials/_ionicons-icons.scss */
.ion-ios-box-outline:before {
  content: "";
}

/* line 1034, ../scss/partials/_ionicons-icons.scss */
.ion-ios-briefcase:before {
  content: "";
}

/* line 1035, ../scss/partials/_ionicons-icons.scss */
.ion-ios-briefcase-outline:before {
  content: "";
}

/* line 1036, ../scss/partials/_ionicons-icons.scss */
.ion-ios-browsers:before {
  content: "";
}

/* line 1037, ../scss/partials/_ionicons-icons.scss */
.ion-ios-browsers-outline:before {
  content: "";
}

/* line 1038, ../scss/partials/_ionicons-icons.scss */
.ion-ios-calculator:before {
  content: "";
}

/* line 1039, ../scss/partials/_ionicons-icons.scss */
.ion-ios-calculator-outline:before {
  content: "";
}

/* line 1040, ../scss/partials/_ionicons-icons.scss */
.ion-ios-calendar:before {
  content: "";
}

/* line 1041, ../scss/partials/_ionicons-icons.scss */
.ion-ios-calendar-outline:before {
  content: "";
}

/* line 1042, ../scss/partials/_ionicons-icons.scss */
.ion-ios-camera:before {
  content: "";
}

/* line 1043, ../scss/partials/_ionicons-icons.scss */
.ion-ios-camera-outline:before {
  content: "";
}

/* line 1044, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cart:before {
  content: "";
}

/* line 1045, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cart-outline:before {
  content: "";
}

/* line 1046, ../scss/partials/_ionicons-icons.scss */
.ion-ios-chatboxes:before {
  content: "";
}

/* line 1047, ../scss/partials/_ionicons-icons.scss */
.ion-ios-chatboxes-outline:before {
  content: "";
}

/* line 1048, ../scss/partials/_ionicons-icons.scss */
.ion-ios-chatbubble:before {
  content: "";
}

/* line 1049, ../scss/partials/_ionicons-icons.scss */
.ion-ios-chatbubble-outline:before {
  content: "";
}

/* line 1050, ../scss/partials/_ionicons-icons.scss */
.ion-ios-checkmark:before {
  content: "";
}

/* line 1051, ../scss/partials/_ionicons-icons.scss */
.ion-ios-checkmark-empty:before {
  content: "";
}

/* line 1052, ../scss/partials/_ionicons-icons.scss */
.ion-ios-checkmark-outline:before {
  content: "";
}

/* line 1053, ../scss/partials/_ionicons-icons.scss */
.ion-ios-circle-filled:before {
  content: "";
}

/* line 1054, ../scss/partials/_ionicons-icons.scss */
.ion-ios-circle-outline:before {
  content: "";
}

/* line 1055, ../scss/partials/_ionicons-icons.scss */
.ion-ios-clock:before {
  content: "";
}

/* line 1056, ../scss/partials/_ionicons-icons.scss */
.ion-ios-clock-outline:before {
  content: "";
}

/* line 1057, ../scss/partials/_ionicons-icons.scss */
.ion-ios-close:before {
  content: "";
}

/* line 1058, ../scss/partials/_ionicons-icons.scss */
.ion-ios-close-empty:before {
  content: "";
}

/* line 1059, ../scss/partials/_ionicons-icons.scss */
.ion-ios-close-outline:before {
  content: "";
}

/* line 1060, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud:before {
  content: "";
}

/* line 1061, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud-download:before {
  content: "";
}

/* line 1062, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud-download-outline:before {
  content: "";
}

/* line 1063, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud-outline:before {
  content: "";
}

/* line 1064, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud-upload:before {
  content: "";
}

/* line 1065, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "";
}

/* line 1066, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloudy:before {
  content: "";
}

/* line 1067, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloudy-night:before {
  content: "";
}

/* line 1068, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "";
}

/* line 1069, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cloudy-outline:before {
  content: "";
}

/* line 1070, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cog:before {
  content: "";
}

/* line 1071, ../scss/partials/_ionicons-icons.scss */
.ion-ios-cog-outline:before {
  content: "";
}

/* line 1072, ../scss/partials/_ionicons-icons.scss */
.ion-ios-color-filter:before {
  content: "";
}

/* line 1073, ../scss/partials/_ionicons-icons.scss */
.ion-ios-color-filter-outline:before {
  content: "";
}

/* line 1074, ../scss/partials/_ionicons-icons.scss */
.ion-ios-color-wand:before {
  content: "";
}

/* line 1075, ../scss/partials/_ionicons-icons.scss */
.ion-ios-color-wand-outline:before {
  content: "";
}

/* line 1076, ../scss/partials/_ionicons-icons.scss */
.ion-ios-compose:before {
  content: "";
}

/* line 1077, ../scss/partials/_ionicons-icons.scss */
.ion-ios-compose-outline:before {
  content: "";
}

/* line 1078, ../scss/partials/_ionicons-icons.scss */
.ion-ios-contact:before {
  content: "";
}

/* line 1079, ../scss/partials/_ionicons-icons.scss */
.ion-ios-contact-outline:before {
  content: "";
}

/* line 1080, ../scss/partials/_ionicons-icons.scss */
.ion-ios-copy:before {
  content: "";
}

/* line 1081, ../scss/partials/_ionicons-icons.scss */
.ion-ios-copy-outline:before {
  content: "";
}

/* line 1082, ../scss/partials/_ionicons-icons.scss */
.ion-ios-crop:before {
  content: "";
}

/* line 1083, ../scss/partials/_ionicons-icons.scss */
.ion-ios-crop-strong:before {
  content: "";
}

/* line 1084, ../scss/partials/_ionicons-icons.scss */
.ion-ios-download:before {
  content: "";
}

/* line 1085, ../scss/partials/_ionicons-icons.scss */
.ion-ios-download-outline:before {
  content: "";
}

/* line 1086, ../scss/partials/_ionicons-icons.scss */
.ion-ios-drag:before {
  content: "";
}

/* line 1087, ../scss/partials/_ionicons-icons.scss */
.ion-ios-email:before {
  content: "";
}

/* line 1088, ../scss/partials/_ionicons-icons.scss */
.ion-ios-email-outline:before {
  content: "";
}

/* line 1089, ../scss/partials/_ionicons-icons.scss */
.ion-ios-eye:before {
  content: "";
}

/* line 1090, ../scss/partials/_ionicons-icons.scss */
.ion-ios-eye-outline:before {
  content: "";
}

/* line 1091, ../scss/partials/_ionicons-icons.scss */
.ion-ios-fastforward:before {
  content: "";
}

/* line 1092, ../scss/partials/_ionicons-icons.scss */
.ion-ios-fastforward-outline:before {
  content: "";
}

/* line 1093, ../scss/partials/_ionicons-icons.scss */
.ion-ios-filing:before {
  content: "";
}

/* line 1094, ../scss/partials/_ionicons-icons.scss */
.ion-ios-filing-outline:before {
  content: "";
}

/* line 1095, ../scss/partials/_ionicons-icons.scss */
.ion-ios-film:before {
  content: "";
}

/* line 1096, ../scss/partials/_ionicons-icons.scss */
.ion-ios-film-outline:before {
  content: "";
}

/* line 1097, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flag:before {
  content: "";
}

/* line 1098, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flag-outline:before {
  content: "";
}

/* line 1099, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flame:before {
  content: "";
}

/* line 1100, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flame-outline:before {
  content: "";
}

/* line 1101, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flask:before {
  content: "";
}

/* line 1102, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flask-outline:before {
  content: "";
}

/* line 1103, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flower:before {
  content: "";
}

/* line 1104, ../scss/partials/_ionicons-icons.scss */
.ion-ios-flower-outline:before {
  content: "";
}

/* line 1105, ../scss/partials/_ionicons-icons.scss */
.ion-ios-folder:before {
  content: "";
}

/* line 1106, ../scss/partials/_ionicons-icons.scss */
.ion-ios-folder-outline:before {
  content: "";
}

/* line 1107, ../scss/partials/_ionicons-icons.scss */
.ion-ios-football:before {
  content: "";
}

/* line 1108, ../scss/partials/_ionicons-icons.scss */
.ion-ios-football-outline:before {
  content: "";
}

/* line 1109, ../scss/partials/_ionicons-icons.scss */
.ion-ios-game-controller-a:before {
  content: "";
}

/* line 1110, ../scss/partials/_ionicons-icons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "";
}

/* line 1111, ../scss/partials/_ionicons-icons.scss */
.ion-ios-game-controller-b:before {
  content: "";
}

/* line 1112, ../scss/partials/_ionicons-icons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "";
}

/* line 1113, ../scss/partials/_ionicons-icons.scss */
.ion-ios-gear:before {
  content: "";
}

/* line 1114, ../scss/partials/_ionicons-icons.scss */
.ion-ios-gear-outline:before {
  content: "";
}

/* line 1115, ../scss/partials/_ionicons-icons.scss */
.ion-ios-glasses:before {
  content: "";
}

/* line 1116, ../scss/partials/_ionicons-icons.scss */
.ion-ios-glasses-outline:before {
  content: "";
}

/* line 1117, ../scss/partials/_ionicons-icons.scss */
.ion-ios-grid-view:before {
  content: "";
}

/* line 1118, ../scss/partials/_ionicons-icons.scss */
.ion-ios-grid-view-outline:before {
  content: "";
}

/* line 1119, ../scss/partials/_ionicons-icons.scss */
.ion-ios-heart:before {
  content: "";
}

/* line 1120, ../scss/partials/_ionicons-icons.scss */
.ion-ios-heart-outline:before {
  content: "";
}

/* line 1121, ../scss/partials/_ionicons-icons.scss */
.ion-ios-help:before {
  content: "";
}

/* line 1122, ../scss/partials/_ionicons-icons.scss */
.ion-ios-help-empty:before {
  content: "";
}

/* line 1123, ../scss/partials/_ionicons-icons.scss */
.ion-ios-help-outline:before {
  content: "";
}

/* line 1124, ../scss/partials/_ionicons-icons.scss */
.ion-ios-home:before {
  content: "";
}

/* line 1125, ../scss/partials/_ionicons-icons.scss */
.ion-ios-home-outline:before {
  content: "";
}

/* line 1126, ../scss/partials/_ionicons-icons.scss */
.ion-ios-infinite:before {
  content: "";
}

/* line 1127, ../scss/partials/_ionicons-icons.scss */
.ion-ios-infinite-outline:before {
  content: "";
}

/* line 1128, ../scss/partials/_ionicons-icons.scss */
.ion-ios-information:before {
  content: "";
}

/* line 1129, ../scss/partials/_ionicons-icons.scss */
.ion-ios-information-empty:before {
  content: "";
}

/* line 1130, ../scss/partials/_ionicons-icons.scss */
.ion-ios-information-outline:before {
  content: "";
}

/* line 1131, ../scss/partials/_ionicons-icons.scss */
.ion-ios-ionic-outline:before {
  content: "";
}

/* line 1132, ../scss/partials/_ionicons-icons.scss */
.ion-ios-keypad:before {
  content: "";
}

/* line 1133, ../scss/partials/_ionicons-icons.scss */
.ion-ios-keypad-outline:before {
  content: "";
}

/* line 1134, ../scss/partials/_ionicons-icons.scss */
.ion-ios-lightbulb:before {
  content: "";
}

/* line 1135, ../scss/partials/_ionicons-icons.scss */
.ion-ios-lightbulb-outline:before {
  content: "";
}

/* line 1136, ../scss/partials/_ionicons-icons.scss */
.ion-ios-list:before {
  content: "";
}

/* line 1137, ../scss/partials/_ionicons-icons.scss */
.ion-ios-list-outline:before {
  content: "";
}

/* line 1138, ../scss/partials/_ionicons-icons.scss */
.ion-ios-location:before {
  content: "";
}

/* line 1139, ../scss/partials/_ionicons-icons.scss */
.ion-ios-location-outline:before {
  content: "";
}

/* line 1140, ../scss/partials/_ionicons-icons.scss */
.ion-ios-locked:before {
  content: "";
}

/* line 1141, ../scss/partials/_ionicons-icons.scss */
.ion-ios-locked-outline:before {
  content: "";
}

/* line 1142, ../scss/partials/_ionicons-icons.scss */
.ion-ios-loop:before {
  content: "";
}

/* line 1143, ../scss/partials/_ionicons-icons.scss */
.ion-ios-loop-strong:before {
  content: "";
}

/* line 1144, ../scss/partials/_ionicons-icons.scss */
.ion-ios-medical:before {
  content: "";
}

/* line 1145, ../scss/partials/_ionicons-icons.scss */
.ion-ios-medical-outline:before {
  content: "";
}

/* line 1146, ../scss/partials/_ionicons-icons.scss */
.ion-ios-medkit:before {
  content: "";
}

/* line 1147, ../scss/partials/_ionicons-icons.scss */
.ion-ios-medkit-outline:before {
  content: "";
}

/* line 1148, ../scss/partials/_ionicons-icons.scss */
.ion-ios-mic:before {
  content: "";
}

/* line 1149, ../scss/partials/_ionicons-icons.scss */
.ion-ios-mic-off:before {
  content: "";
}

/* line 1150, ../scss/partials/_ionicons-icons.scss */
.ion-ios-mic-outline:before {
  content: "";
}

/* line 1151, ../scss/partials/_ionicons-icons.scss */
.ion-ios-minus:before {
  content: "";
}

/* line 1152, ../scss/partials/_ionicons-icons.scss */
.ion-ios-minus-empty:before {
  content: "";
}

/* line 1153, ../scss/partials/_ionicons-icons.scss */
.ion-ios-minus-outline:before {
  content: "";
}

/* line 1154, ../scss/partials/_ionicons-icons.scss */
.ion-ios-monitor:before {
  content: "";
}

/* line 1155, ../scss/partials/_ionicons-icons.scss */
.ion-ios-monitor-outline:before {
  content: "";
}

/* line 1156, ../scss/partials/_ionicons-icons.scss */
.ion-ios-moon:before {
  content: "";
}

/* line 1157, ../scss/partials/_ionicons-icons.scss */
.ion-ios-moon-outline:before {
  content: "";
}

/* line 1158, ../scss/partials/_ionicons-icons.scss */
.ion-ios-more:before {
  content: "";
}

/* line 1159, ../scss/partials/_ionicons-icons.scss */
.ion-ios-more-outline:before {
  content: "";
}

/* line 1160, ../scss/partials/_ionicons-icons.scss */
.ion-ios-musical-note:before {
  content: "";
}

/* line 1161, ../scss/partials/_ionicons-icons.scss */
.ion-ios-musical-notes:before {
  content: "";
}

/* line 1162, ../scss/partials/_ionicons-icons.scss */
.ion-ios-navigate:before {
  content: "";
}

/* line 1163, ../scss/partials/_ionicons-icons.scss */
.ion-ios-navigate-outline:before {
  content: "";
}

/* line 1164, ../scss/partials/_ionicons-icons.scss */
.ion-ios-nutrition:before {
  content: "";
}

/* line 1165, ../scss/partials/_ionicons-icons.scss */
.ion-ios-nutrition-outline:before {
  content: "";
}

/* line 1166, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paper:before {
  content: "";
}

/* line 1167, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paper-outline:before {
  content: "";
}

/* line 1168, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paperplane:before {
  content: "";
}

/* line 1169, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paperplane-outline:before {
  content: "";
}

/* line 1170, ../scss/partials/_ionicons-icons.scss */
.ion-ios-partlysunny:before {
  content: "";
}

/* line 1171, ../scss/partials/_ionicons-icons.scss */
.ion-ios-partlysunny-outline:before {
  content: "";
}

/* line 1172, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pause:before {
  content: "";
}

/* line 1173, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pause-outline:before {
  content: "";
}

/* line 1174, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paw:before {
  content: "";
}

/* line 1175, ../scss/partials/_ionicons-icons.scss */
.ion-ios-paw-outline:before {
  content: "";
}

/* line 1176, ../scss/partials/_ionicons-icons.scss */
.ion-ios-people:before {
  content: "";
}

/* line 1177, ../scss/partials/_ionicons-icons.scss */
.ion-ios-people-outline:before {
  content: "";
}

/* line 1178, ../scss/partials/_ionicons-icons.scss */
.ion-ios-person:before {
  content: "";
}

/* line 1179, ../scss/partials/_ionicons-icons.scss */
.ion-ios-person-outline:before {
  content: "";
}

/* line 1180, ../scss/partials/_ionicons-icons.scss */
.ion-ios-personadd:before {
  content: "";
}

/* line 1181, ../scss/partials/_ionicons-icons.scss */
.ion-ios-personadd-outline:before {
  content: "";
}

/* line 1182, ../scss/partials/_ionicons-icons.scss */
.ion-ios-photos:before {
  content: "";
}

/* line 1183, ../scss/partials/_ionicons-icons.scss */
.ion-ios-photos-outline:before {
  content: "";
}

/* line 1184, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pie:before {
  content: "";
}

/* line 1185, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pie-outline:before {
  content: "";
}

/* line 1186, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pint:before {
  content: "";
}

/* line 1187, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pint-outline:before {
  content: "";
}

/* line 1188, ../scss/partials/_ionicons-icons.scss */
.ion-ios-play:before {
  content: "";
}

/* line 1189, ../scss/partials/_ionicons-icons.scss */
.ion-ios-play-outline:before {
  content: "";
}

/* line 1190, ../scss/partials/_ionicons-icons.scss */
.ion-ios-plus:before {
  content: "";
}

/* line 1191, ../scss/partials/_ionicons-icons.scss */
.ion-ios-plus-empty:before {
  content: "";
}

/* line 1192, ../scss/partials/_ionicons-icons.scss */
.ion-ios-plus-outline:before {
  content: "";
}

/* line 1193, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pricetag:before {
  content: "";
}

/* line 1194, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pricetag-outline:before {
  content: "";
}

/* line 1195, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pricetags:before {
  content: "";
}

/* line 1196, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pricetags-outline:before {
  content: "";
}

/* line 1197, ../scss/partials/_ionicons-icons.scss */
.ion-ios-printer:before {
  content: "";
}

/* line 1198, ../scss/partials/_ionicons-icons.scss */
.ion-ios-printer-outline:before {
  content: "";
}

/* line 1199, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pulse:before {
  content: "";
}

/* line 1200, ../scss/partials/_ionicons-icons.scss */
.ion-ios-pulse-strong:before {
  content: "";
}

/* line 1201, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rainy:before {
  content: "";
}

/* line 1202, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rainy-outline:before {
  content: "";
}

/* line 1203, ../scss/partials/_ionicons-icons.scss */
.ion-ios-recording:before {
  content: "";
}

/* line 1204, ../scss/partials/_ionicons-icons.scss */
.ion-ios-recording-outline:before {
  content: "";
}

/* line 1205, ../scss/partials/_ionicons-icons.scss */
.ion-ios-redo:before {
  content: "";
}

/* line 1206, ../scss/partials/_ionicons-icons.scss */
.ion-ios-redo-outline:before {
  content: "";
}

/* line 1207, ../scss/partials/_ionicons-icons.scss */
.ion-ios-refresh:before {
  content: "";
}

/* line 1208, ../scss/partials/_ionicons-icons.scss */
.ion-ios-refresh-empty:before {
  content: "";
}

/* line 1209, ../scss/partials/_ionicons-icons.scss */
.ion-ios-refresh-outline:before {
  content: "";
}

/* line 1210, ../scss/partials/_ionicons-icons.scss */
.ion-ios-reload:before {
  content: "";
}

/* line 1211, ../scss/partials/_ionicons-icons.scss */
.ion-ios-reverse-camera:before {
  content: "";
}

/* line 1212, ../scss/partials/_ionicons-icons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "";
}

/* line 1213, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rewind:before {
  content: "";
}

/* line 1214, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rewind-outline:before {
  content: "";
}

/* line 1215, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rose:before {
  content: "";
}

/* line 1216, ../scss/partials/_ionicons-icons.scss */
.ion-ios-rose-outline:before {
  content: "";
}

/* line 1217, ../scss/partials/_ionicons-icons.scss */
.ion-ios-search:before {
  content: "";
}

/* line 1218, ../scss/partials/_ionicons-icons.scss */
.ion-ios-search-strong:before {
  content: "";
}

/* line 1219, ../scss/partials/_ionicons-icons.scss */
.ion-ios-settings:before {
  content: "";
}

/* line 1220, ../scss/partials/_ionicons-icons.scss */
.ion-ios-settings-strong:before {
  content: "";
}

/* line 1221, ../scss/partials/_ionicons-icons.scss */
.ion-ios-shuffle:before {
  content: "";
}

/* line 1222, ../scss/partials/_ionicons-icons.scss */
.ion-ios-shuffle-strong:before {
  content: "";
}

/* line 1223, ../scss/partials/_ionicons-icons.scss */
.ion-ios-skipbackward:before {
  content: "";
}

/* line 1224, ../scss/partials/_ionicons-icons.scss */
.ion-ios-skipbackward-outline:before {
  content: "";
}

/* line 1225, ../scss/partials/_ionicons-icons.scss */
.ion-ios-skipforward:before {
  content: "";
}

/* line 1226, ../scss/partials/_ionicons-icons.scss */
.ion-ios-skipforward-outline:before {
  content: "";
}

/* line 1227, ../scss/partials/_ionicons-icons.scss */
.ion-ios-snowy:before {
  content: "";
}

/* line 1228, ../scss/partials/_ionicons-icons.scss */
.ion-ios-speedometer:before {
  content: "";
}

/* line 1229, ../scss/partials/_ionicons-icons.scss */
.ion-ios-speedometer-outline:before {
  content: "";
}

/* line 1230, ../scss/partials/_ionicons-icons.scss */
.ion-ios-star:before {
  content: "";
}

/* line 1231, ../scss/partials/_ionicons-icons.scss */
.ion-ios-star-half:before {
  content: "";
}

/* line 1232, ../scss/partials/_ionicons-icons.scss */
.ion-ios-star-outline:before {
  content: "";
}

/* line 1233, ../scss/partials/_ionicons-icons.scss */
.ion-ios-stopwatch:before {
  content: "";
}

/* line 1234, ../scss/partials/_ionicons-icons.scss */
.ion-ios-stopwatch-outline:before {
  content: "";
}

/* line 1235, ../scss/partials/_ionicons-icons.scss */
.ion-ios-sunny:before {
  content: "";
}

/* line 1236, ../scss/partials/_ionicons-icons.scss */
.ion-ios-sunny-outline:before {
  content: "";
}

/* line 1237, ../scss/partials/_ionicons-icons.scss */
.ion-ios-telephone:before {
  content: "";
}

/* line 1238, ../scss/partials/_ionicons-icons.scss */
.ion-ios-telephone-outline:before {
  content: "";
}

/* line 1239, ../scss/partials/_ionicons-icons.scss */
.ion-ios-tennisball:before {
  content: "";
}

/* line 1240, ../scss/partials/_ionicons-icons.scss */
.ion-ios-tennisball-outline:before {
  content: "";
}

/* line 1241, ../scss/partials/_ionicons-icons.scss */
.ion-ios-thunderstorm:before {
  content: "";
}

/* line 1242, ../scss/partials/_ionicons-icons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "";
}

/* line 1243, ../scss/partials/_ionicons-icons.scss */
.ion-ios-time:before {
  content: "";
}

/* line 1244, ../scss/partials/_ionicons-icons.scss */
.ion-ios-time-outline:before {
  content: "";
}

/* line 1245, ../scss/partials/_ionicons-icons.scss */
.ion-ios-timer:before {
  content: "";
}

/* line 1246, ../scss/partials/_ionicons-icons.scss */
.ion-ios-timer-outline:before {
  content: "";
}

/* line 1247, ../scss/partials/_ionicons-icons.scss */
.ion-ios-toggle:before {
  content: "";
}

/* line 1248, ../scss/partials/_ionicons-icons.scss */
.ion-ios-toggle-outline:before {
  content: "";
}

/* line 1249, ../scss/partials/_ionicons-icons.scss */
.ion-ios-trash:before {
  content: "";
}

/* line 1250, ../scss/partials/_ionicons-icons.scss */
.ion-ios-trash-outline:before {
  content: "";
}

/* line 1251, ../scss/partials/_ionicons-icons.scss */
.ion-ios-undo:before {
  content: "";
}

/* line 1252, ../scss/partials/_ionicons-icons.scss */
.ion-ios-undo-outline:before {
  content: "";
}

/* line 1253, ../scss/partials/_ionicons-icons.scss */
.ion-ios-unlocked:before {
  content: "";
}

/* line 1254, ../scss/partials/_ionicons-icons.scss */
.ion-ios-unlocked-outline:before {
  content: "";
}

/* line 1255, ../scss/partials/_ionicons-icons.scss */
.ion-ios-upload:before {
  content: "";
}

/* line 1256, ../scss/partials/_ionicons-icons.scss */
.ion-ios-upload-outline:before {
  content: "";
}

/* line 1257, ../scss/partials/_ionicons-icons.scss */
.ion-ios-videocam:before {
  content: "";
}

/* line 1258, ../scss/partials/_ionicons-icons.scss */
.ion-ios-videocam-outline:before {
  content: "";
}

/* line 1259, ../scss/partials/_ionicons-icons.scss */
.ion-ios-volume-high:before {
  content: "";
}

/* line 1260, ../scss/partials/_ionicons-icons.scss */
.ion-ios-volume-low:before {
  content: "";
}

/* line 1261, ../scss/partials/_ionicons-icons.scss */
.ion-ios-wineglass:before {
  content: "";
}

/* line 1262, ../scss/partials/_ionicons-icons.scss */
.ion-ios-wineglass-outline:before {
  content: "";
}

/* line 1263, ../scss/partials/_ionicons-icons.scss */
.ion-ios-world:before {
  content: "";
}

/* line 1264, ../scss/partials/_ionicons-icons.scss */
.ion-ios-world-outline:before {
  content: "";
}

/* line 1265, ../scss/partials/_ionicons-icons.scss */
.ion-ipad:before {
  content: "";
}

/* line 1266, ../scss/partials/_ionicons-icons.scss */
.ion-iphone:before {
  content: "";
}

/* line 1267, ../scss/partials/_ionicons-icons.scss */
.ion-ipod:before {
  content: "";
}

/* line 1268, ../scss/partials/_ionicons-icons.scss */
.ion-jet:before {
  content: "";
}

/* line 1269, ../scss/partials/_ionicons-icons.scss */
.ion-key:before {
  content: "";
}

/* line 1270, ../scss/partials/_ionicons-icons.scss */
.ion-knife:before {
  content: "";
}

/* line 1271, ../scss/partials/_ionicons-icons.scss */
.ion-laptop:before {
  content: "";
}

/* line 1272, ../scss/partials/_ionicons-icons.scss */
.ion-leaf:before {
  content: "";
}

/* line 1273, ../scss/partials/_ionicons-icons.scss */
.ion-levels:before {
  content: "";
}

/* line 1274, ../scss/partials/_ionicons-icons.scss */
.ion-lightbulb:before {
  content: "";
}

/* line 1275, ../scss/partials/_ionicons-icons.scss */
.ion-link:before {
  content: "";
}

/* line 1276, ../scss/partials/_ionicons-icons.scss */
.ion-load-a:before {
  content: "";
}

/* line 1277, ../scss/partials/_ionicons-icons.scss */
.ion-load-b:before {
  content: "";
}

/* line 1278, ../scss/partials/_ionicons-icons.scss */
.ion-load-c:before {
  content: "";
}

/* line 1279, ../scss/partials/_ionicons-icons.scss */
.ion-load-d:before {
  content: "";
}

/* line 1280, ../scss/partials/_ionicons-icons.scss */
.ion-location:before {
  content: "";
}

/* line 1281, ../scss/partials/_ionicons-icons.scss */
.ion-lock-combination:before {
  content: "";
}

/* line 1282, ../scss/partials/_ionicons-icons.scss */
.ion-locked:before {
  content: "";
}

/* line 1283, ../scss/partials/_ionicons-icons.scss */
.ion-log-in:before {
  content: "";
}

/* line 1284, ../scss/partials/_ionicons-icons.scss */
.ion-log-out:before {
  content: "";
}

/* line 1285, ../scss/partials/_ionicons-icons.scss */
.ion-loop:before {
  content: "";
}

/* line 1286, ../scss/partials/_ionicons-icons.scss */
.ion-magnet:before {
  content: "";
}

/* line 1287, ../scss/partials/_ionicons-icons.scss */
.ion-male:before {
  content: "";
}

/* line 1288, ../scss/partials/_ionicons-icons.scss */
.ion-man:before {
  content: "";
}

/* line 1289, ../scss/partials/_ionicons-icons.scss */
.ion-map:before {
  content: "";
}

/* line 1290, ../scss/partials/_ionicons-icons.scss */
.ion-medkit:before {
  content: "";
}

/* line 1291, ../scss/partials/_ionicons-icons.scss */
.ion-merge:before {
  content: "";
}

/* line 1292, ../scss/partials/_ionicons-icons.scss */
.ion-mic-a:before {
  content: "";
}

/* line 1293, ../scss/partials/_ionicons-icons.scss */
.ion-mic-b:before {
  content: "";
}

/* line 1294, ../scss/partials/_ionicons-icons.scss */
.ion-mic-c:before {
  content: "";
}

/* line 1295, ../scss/partials/_ionicons-icons.scss */
.ion-minus:before {
  content: "";
}

/* line 1296, ../scss/partials/_ionicons-icons.scss */
.ion-minus-circled:before {
  content: "";
}

/* line 1297, ../scss/partials/_ionicons-icons.scss */
.ion-minus-round:before {
  content: "";
}

/* line 1298, ../scss/partials/_ionicons-icons.scss */
.ion-model-s:before {
  content: "";
}

/* line 1299, ../scss/partials/_ionicons-icons.scss */
.ion-monitor:before {
  content: "";
}

/* line 1300, ../scss/partials/_ionicons-icons.scss */
.ion-more:before {
  content: "";
}

/* line 1301, ../scss/partials/_ionicons-icons.scss */
.ion-mouse:before {
  content: "";
}

/* line 1302, ../scss/partials/_ionicons-icons.scss */
.ion-music-note:before {
  content: "";
}

/* line 1303, ../scss/partials/_ionicons-icons.scss */
.ion-navicon:before {
  content: "";
}

/* line 1304, ../scss/partials/_ionicons-icons.scss */
.ion-navicon-round:before {
  content: "";
}

/* line 1305, ../scss/partials/_ionicons-icons.scss */
.ion-navigate:before {
  content: "";
}

/* line 1306, ../scss/partials/_ionicons-icons.scss */
.ion-network:before {
  content: "";
}

/* line 1307, ../scss/partials/_ionicons-icons.scss */
.ion-no-smoking:before {
  content: "";
}

/* line 1308, ../scss/partials/_ionicons-icons.scss */
.ion-nuclear:before {
  content: "";
}

/* line 1309, ../scss/partials/_ionicons-icons.scss */
.ion-outlet:before {
  content: "";
}

/* line 1310, ../scss/partials/_ionicons-icons.scss */
.ion-paintbrush:before {
  content: "";
}

/* line 1311, ../scss/partials/_ionicons-icons.scss */
.ion-paintbucket:before {
  content: "";
}

/* line 1312, ../scss/partials/_ionicons-icons.scss */
.ion-paper-airplane:before {
  content: "";
}

/* line 1313, ../scss/partials/_ionicons-icons.scss */
.ion-paperclip:before {
  content: "";
}

/* line 1314, ../scss/partials/_ionicons-icons.scss */
.ion-pause:before {
  content: "";
}

/* line 1315, ../scss/partials/_ionicons-icons.scss */
.ion-person:before {
  content: "";
}

/* line 1316, ../scss/partials/_ionicons-icons.scss */
.ion-person-add:before {
  content: "";
}

/* line 1317, ../scss/partials/_ionicons-icons.scss */
.ion-person-stalker:before {
  content: "";
}

/* line 1318, ../scss/partials/_ionicons-icons.scss */
.ion-pie-graph:before {
  content: "";
}

/* line 1319, ../scss/partials/_ionicons-icons.scss */
.ion-pin:before {
  content: "";
}

/* line 1320, ../scss/partials/_ionicons-icons.scss */
.ion-pinpoint:before {
  content: "";
}

/* line 1321, ../scss/partials/_ionicons-icons.scss */
.ion-pizza:before {
  content: "";
}

/* line 1322, ../scss/partials/_ionicons-icons.scss */
.ion-plane:before {
  content: "";
}

/* line 1323, ../scss/partials/_ionicons-icons.scss */
.ion-planet:before {
  content: "";
}

/* line 1324, ../scss/partials/_ionicons-icons.scss */
.ion-play:before {
  content: "";
}

/* line 1325, ../scss/partials/_ionicons-icons.scss */
.ion-playstation:before {
  content: "";
}

/* line 1326, ../scss/partials/_ionicons-icons.scss */
.ion-plus:before {
  content: "";
}

/* line 1327, ../scss/partials/_ionicons-icons.scss */
.ion-plus-circled:before {
  content: "";
}

/* line 1328, ../scss/partials/_ionicons-icons.scss */
.ion-plus-round:before {
  content: "";
}

/* line 1329, ../scss/partials/_ionicons-icons.scss */
.ion-podium:before {
  content: "";
}

/* line 1330, ../scss/partials/_ionicons-icons.scss */
.ion-pound:before {
  content: "";
}

/* line 1331, ../scss/partials/_ionicons-icons.scss */
.ion-power:before {
  content: "";
}

/* line 1332, ../scss/partials/_ionicons-icons.scss */
.ion-pricetag:before {
  content: "";
}

/* line 1333, ../scss/partials/_ionicons-icons.scss */
.ion-pricetags:before {
  content: "";
}

/* line 1334, ../scss/partials/_ionicons-icons.scss */
.ion-printer:before {
  content: "";
}

/* line 1335, ../scss/partials/_ionicons-icons.scss */
.ion-pull-request:before {
  content: "";
}

/* line 1336, ../scss/partials/_ionicons-icons.scss */
.ion-qr-scanner:before {
  content: "";
}

/* line 1337, ../scss/partials/_ionicons-icons.scss */
.ion-quote:before {
  content: "";
}

/* line 1338, ../scss/partials/_ionicons-icons.scss */
.ion-radio-waves:before {
  content: "";
}

/* line 1339, ../scss/partials/_ionicons-icons.scss */
.ion-record:before {
  content: "";
}

/* line 1340, ../scss/partials/_ionicons-icons.scss */
.ion-refresh:before {
  content: "";
}

/* line 1341, ../scss/partials/_ionicons-icons.scss */
.ion-reply:before {
  content: "";
}

/* line 1342, ../scss/partials/_ionicons-icons.scss */
.ion-reply-all:before {
  content: "";
}

/* line 1343, ../scss/partials/_ionicons-icons.scss */
.ion-ribbon-a:before {
  content: "";
}

/* line 1344, ../scss/partials/_ionicons-icons.scss */
.ion-ribbon-b:before {
  content: "";
}

/* line 1345, ../scss/partials/_ionicons-icons.scss */
.ion-sad:before {
  content: "";
}

/* line 1346, ../scss/partials/_ionicons-icons.scss */
.ion-sad-outline:before {
  content: "";
}

/* line 1347, ../scss/partials/_ionicons-icons.scss */
.ion-scissors:before {
  content: "";
}

/* line 1348, ../scss/partials/_ionicons-icons.scss */
.ion-search:before {
  content: "";
}

/* line 1349, ../scss/partials/_ionicons-icons.scss */
.ion-settings:before {
  content: "";
}

/* line 1350, ../scss/partials/_ionicons-icons.scss */
.ion-share:before {
  content: "";
}

/* line 1351, ../scss/partials/_ionicons-icons.scss */
.ion-shuffle:before {
  content: "";
}

/* line 1352, ../scss/partials/_ionicons-icons.scss */
.ion-skip-backward:before {
  content: "";
}

/* line 1353, ../scss/partials/_ionicons-icons.scss */
.ion-skip-forward:before {
  content: "";
}

/* line 1354, ../scss/partials/_ionicons-icons.scss */
.ion-social-android:before {
  content: "";
}

/* line 1355, ../scss/partials/_ionicons-icons.scss */
.ion-social-android-outline:before {
  content: "";
}

/* line 1356, ../scss/partials/_ionicons-icons.scss */
.ion-social-angular:before {
  content: "";
}

/* line 1357, ../scss/partials/_ionicons-icons.scss */
.ion-social-angular-outline:before {
  content: "";
}

/* line 1358, ../scss/partials/_ionicons-icons.scss */
.ion-social-apple:before {
  content: "";
}

/* line 1359, ../scss/partials/_ionicons-icons.scss */
.ion-social-apple-outline:before {
  content: "";
}

/* line 1360, ../scss/partials/_ionicons-icons.scss */
.ion-social-bitcoin:before {
  content: "";
}

/* line 1361, ../scss/partials/_ionicons-icons.scss */
.ion-social-bitcoin-outline:before {
  content: "";
}

/* line 1362, ../scss/partials/_ionicons-icons.scss */
.ion-social-buffer:before {
  content: "";
}

/* line 1363, ../scss/partials/_ionicons-icons.scss */
.ion-social-buffer-outline:before {
  content: "";
}

/* line 1364, ../scss/partials/_ionicons-icons.scss */
.ion-social-chrome:before {
  content: "";
}

/* line 1365, ../scss/partials/_ionicons-icons.scss */
.ion-social-chrome-outline:before {
  content: "";
}

/* line 1366, ../scss/partials/_ionicons-icons.scss */
.ion-social-codepen:before {
  content: "";
}

/* line 1367, ../scss/partials/_ionicons-icons.scss */
.ion-social-codepen-outline:before {
  content: "";
}

/* line 1368, ../scss/partials/_ionicons-icons.scss */
.ion-social-css3:before {
  content: "";
}

/* line 1369, ../scss/partials/_ionicons-icons.scss */
.ion-social-css3-outline:before {
  content: "";
}

/* line 1370, ../scss/partials/_ionicons-icons.scss */
.ion-social-designernews:before {
  content: "";
}

/* line 1371, ../scss/partials/_ionicons-icons.scss */
.ion-social-designernews-outline:before {
  content: "";
}

/* line 1372, ../scss/partials/_ionicons-icons.scss */
.ion-social-dribbble:before {
  content: "";
}

/* line 1373, ../scss/partials/_ionicons-icons.scss */
.ion-social-dribbble-outline:before {
  content: "";
}

/* line 1374, ../scss/partials/_ionicons-icons.scss */
.ion-social-dropbox:before {
  content: "";
}

/* line 1375, ../scss/partials/_ionicons-icons.scss */
.ion-social-dropbox-outline:before {
  content: "";
}

/* line 1376, ../scss/partials/_ionicons-icons.scss */
.ion-social-euro:before {
  content: "";
}

/* line 1377, ../scss/partials/_ionicons-icons.scss */
.ion-social-euro-outline:before {
  content: "";
}

/* line 1378, ../scss/partials/_ionicons-icons.scss */
.ion-social-facebook:before {
  content: "";
}

/* line 1379, ../scss/partials/_ionicons-icons.scss */
.ion-social-facebook-outline:before {
  content: "";
}

/* line 1380, ../scss/partials/_ionicons-icons.scss */
.ion-social-foursquare:before {
  content: "";
}

/* line 1381, ../scss/partials/_ionicons-icons.scss */
.ion-social-foursquare-outline:before {
  content: "";
}

/* line 1382, ../scss/partials/_ionicons-icons.scss */
.ion-social-freebsd-devil:before {
  content: "";
}

/* line 1383, ../scss/partials/_ionicons-icons.scss */
.ion-social-github:before {
  content: "";
}

/* line 1384, ../scss/partials/_ionicons-icons.scss */
.ion-social-github-outline:before {
  content: "";
}

/* line 1385, ../scss/partials/_ionicons-icons.scss */
.ion-social-google:before {
  content: "";
}

/* line 1386, ../scss/partials/_ionicons-icons.scss */
.ion-social-google-outline:before {
  content: "";
}

/* line 1387, ../scss/partials/_ionicons-icons.scss */
.ion-social-googleplus:before {
  content: "";
}

/* line 1388, ../scss/partials/_ionicons-icons.scss */
.ion-social-googleplus-outline:before {
  content: "";
}

/* line 1389, ../scss/partials/_ionicons-icons.scss */
.ion-social-hackernews:before {
  content: "";
}

/* line 1390, ../scss/partials/_ionicons-icons.scss */
.ion-social-hackernews-outline:before {
  content: "";
}

/* line 1391, ../scss/partials/_ionicons-icons.scss */
.ion-social-html5:before {
  content: "";
}

/* line 1392, ../scss/partials/_ionicons-icons.scss */
.ion-social-html5-outline:before {
  content: "";
}

/* line 1393, ../scss/partials/_ionicons-icons.scss */
.ion-social-instagram:before {
  content: "";
}

/* line 1394, ../scss/partials/_ionicons-icons.scss */
.ion-social-instagram-outline:before {
  content: "";
}

/* line 1395, ../scss/partials/_ionicons-icons.scss */
.ion-social-javascript:before {
  content: "";
}

/* line 1396, ../scss/partials/_ionicons-icons.scss */
.ion-social-javascript-outline:before {
  content: "";
}

/* line 1397, ../scss/partials/_ionicons-icons.scss */
.ion-social-linkedin:before {
  content: "";
}

/* line 1398, ../scss/partials/_ionicons-icons.scss */
.ion-social-linkedin-outline:before {
  content: "";
}

/* line 1399, ../scss/partials/_ionicons-icons.scss */
.ion-social-markdown:before {
  content: "";
}

/* line 1400, ../scss/partials/_ionicons-icons.scss */
.ion-social-nodejs:before {
  content: "";
}

/* line 1401, ../scss/partials/_ionicons-icons.scss */
.ion-social-octocat:before {
  content: "";
}

/* line 1402, ../scss/partials/_ionicons-icons.scss */
.ion-social-pinterest:before {
  content: "";
}

/* line 1403, ../scss/partials/_ionicons-icons.scss */
.ion-social-pinterest-outline:before {
  content: "";
}

/* line 1404, ../scss/partials/_ionicons-icons.scss */
.ion-social-python:before {
  content: "";
}

/* line 1405, ../scss/partials/_ionicons-icons.scss */
.ion-social-reddit:before {
  content: "";
}

/* line 1406, ../scss/partials/_ionicons-icons.scss */
.ion-social-reddit-outline:before {
  content: "";
}

/* line 1407, ../scss/partials/_ionicons-icons.scss */
.ion-social-rss:before {
  content: "";
}

/* line 1408, ../scss/partials/_ionicons-icons.scss */
.ion-social-rss-outline:before {
  content: "";
}

/* line 1409, ../scss/partials/_ionicons-icons.scss */
.ion-social-sass:before {
  content: "";
}

/* line 1410, ../scss/partials/_ionicons-icons.scss */
.ion-social-skype:before {
  content: "";
}

/* line 1411, ../scss/partials/_ionicons-icons.scss */
.ion-social-skype-outline:before {
  content: "";
}

/* line 1412, ../scss/partials/_ionicons-icons.scss */
.ion-social-snapchat:before {
  content: "";
}

/* line 1413, ../scss/partials/_ionicons-icons.scss */
.ion-social-snapchat-outline:before {
  content: "";
}

/* line 1414, ../scss/partials/_ionicons-icons.scss */
.ion-social-tumblr:before {
  content: "";
}

/* line 1415, ../scss/partials/_ionicons-icons.scss */
.ion-social-tumblr-outline:before {
  content: "";
}

/* line 1416, ../scss/partials/_ionicons-icons.scss */
.ion-social-tux:before {
  content: "";
}

/* line 1417, ../scss/partials/_ionicons-icons.scss */
.ion-social-twitch:before {
  content: "";
}

/* line 1418, ../scss/partials/_ionicons-icons.scss */
.ion-social-twitch-outline:before {
  content: "";
}

/* line 1419, ../scss/partials/_ionicons-icons.scss */
.ion-social-twitter:before {
  content: "";
}

/* line 1420, ../scss/partials/_ionicons-icons.scss */
.ion-social-twitter-outline:before {
  content: "";
}

/* line 1421, ../scss/partials/_ionicons-icons.scss */
.ion-social-usd:before {
  content: "";
}

/* line 1422, ../scss/partials/_ionicons-icons.scss */
.ion-social-usd-outline:before {
  content: "";
}

/* line 1423, ../scss/partials/_ionicons-icons.scss */
.ion-social-vimeo:before {
  content: "";
}

/* line 1424, ../scss/partials/_ionicons-icons.scss */
.ion-social-vimeo-outline:before {
  content: "";
}

/* line 1425, ../scss/partials/_ionicons-icons.scss */
.ion-social-whatsapp:before {
  content: "";
}

/* line 1426, ../scss/partials/_ionicons-icons.scss */
.ion-social-whatsapp-outline:before {
  content: "";
}

/* line 1427, ../scss/partials/_ionicons-icons.scss */
.ion-social-windows:before {
  content: "";
}

/* line 1428, ../scss/partials/_ionicons-icons.scss */
.ion-social-windows-outline:before {
  content: "";
}

/* line 1429, ../scss/partials/_ionicons-icons.scss */
.ion-social-wordpress:before {
  content: "";
}

/* line 1430, ../scss/partials/_ionicons-icons.scss */
.ion-social-wordpress-outline:before {
  content: "";
}

/* line 1431, ../scss/partials/_ionicons-icons.scss */
.ion-social-yahoo:before {
  content: "";
}

/* line 1432, ../scss/partials/_ionicons-icons.scss */
.ion-social-yahoo-outline:before {
  content: "";
}

/* line 1433, ../scss/partials/_ionicons-icons.scss */
.ion-social-yen:before {
  content: "";
}

/* line 1434, ../scss/partials/_ionicons-icons.scss */
.ion-social-yen-outline:before {
  content: "";
}

/* line 1435, ../scss/partials/_ionicons-icons.scss */
.ion-social-youtube:before {
  content: "";
}

/* line 1436, ../scss/partials/_ionicons-icons.scss */
.ion-social-youtube-outline:before {
  content: "";
}

/* line 1437, ../scss/partials/_ionicons-icons.scss */
.ion-soup-can:before {
  content: "";
}

/* line 1438, ../scss/partials/_ionicons-icons.scss */
.ion-soup-can-outline:before {
  content: "";
}

/* line 1439, ../scss/partials/_ionicons-icons.scss */
.ion-speakerphone:before {
  content: "";
}

/* line 1440, ../scss/partials/_ionicons-icons.scss */
.ion-speedometer:before {
  content: "";
}

/* line 1441, ../scss/partials/_ionicons-icons.scss */
.ion-spoon:before {
  content: "";
}

/* line 1442, ../scss/partials/_ionicons-icons.scss */
.ion-star:before {
  content: "";
}

/* line 1443, ../scss/partials/_ionicons-icons.scss */
.ion-stats-bars:before {
  content: "";
}

/* line 1444, ../scss/partials/_ionicons-icons.scss */
.ion-steam:before {
  content: "";
}

/* line 1445, ../scss/partials/_ionicons-icons.scss */
.ion-stop:before {
  content: "";
}

/* line 1446, ../scss/partials/_ionicons-icons.scss */
.ion-thermometer:before {
  content: "";
}

/* line 1447, ../scss/partials/_ionicons-icons.scss */
.ion-thumbsdown:before {
  content: "";
}

/* line 1448, ../scss/partials/_ionicons-icons.scss */
.ion-thumbsup:before {
  content: "";
}

/* line 1449, ../scss/partials/_ionicons-icons.scss */
.ion-toggle:before {
  content: "";
}

/* line 1450, ../scss/partials/_ionicons-icons.scss */
.ion-toggle-filled:before {
  content: "";
}

/* line 1451, ../scss/partials/_ionicons-icons.scss */
.ion-transgender:before {
  content: "";
}

/* line 1452, ../scss/partials/_ionicons-icons.scss */
.ion-trash-a:before {
  content: "";
}

/* line 1453, ../scss/partials/_ionicons-icons.scss */
.ion-trash-b:before {
  content: "";
}

/* line 1454, ../scss/partials/_ionicons-icons.scss */
.ion-trophy:before {
  content: "";
}

/* line 1455, ../scss/partials/_ionicons-icons.scss */
.ion-tshirt:before {
  content: "";
}

/* line 1456, ../scss/partials/_ionicons-icons.scss */
.ion-tshirt-outline:before {
  content: "";
}

/* line 1457, ../scss/partials/_ionicons-icons.scss */
.ion-umbrella:before {
  content: "";
}

/* line 1458, ../scss/partials/_ionicons-icons.scss */
.ion-university:before {
  content: "";
}

/* line 1459, ../scss/partials/_ionicons-icons.scss */
.ion-unlocked:before {
  content: "";
}

/* line 1460, ../scss/partials/_ionicons-icons.scss */
.ion-upload:before {
  content: "";
}

/* line 1461, ../scss/partials/_ionicons-icons.scss */
.ion-usb:before {
  content: "";
}

/* line 1462, ../scss/partials/_ionicons-icons.scss */
.ion-videocamera:before {
  content: "";
}

/* line 1463, ../scss/partials/_ionicons-icons.scss */
.ion-volume-high:before {
  content: "";
}

/* line 1464, ../scss/partials/_ionicons-icons.scss */
.ion-volume-low:before {
  content: "";
}

/* line 1465, ../scss/partials/_ionicons-icons.scss */
.ion-volume-medium:before {
  content: "";
}

/* line 1466, ../scss/partials/_ionicons-icons.scss */
.ion-volume-mute:before {
  content: "";
}

/* line 1467, ../scss/partials/_ionicons-icons.scss */
.ion-wand:before {
  content: "";
}

/* line 1468, ../scss/partials/_ionicons-icons.scss */
.ion-waterdrop:before {
  content: "";
}

/* line 1469, ../scss/partials/_ionicons-icons.scss */
.ion-wifi:before {
  content: "";
}

/* line 1470, ../scss/partials/_ionicons-icons.scss */
.ion-wineglass:before {
  content: "";
}

/* line 1471, ../scss/partials/_ionicons-icons.scss */
.ion-woman:before {
  content: "";
}

/* line 1472, ../scss/partials/_ionicons-icons.scss */
.ion-wrench:before {
  content: "";
}

/* line 1473, ../scss/partials/_ionicons-icons.scss */
.ion-xbox:before {
  content: "";
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

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

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn, .comments-single .comment-reply-link,
.ipdigit-post .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 44, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comments-single .comment-reply-link:hover,
.ipdigit-post .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comments-single .comment-reply-link:focus,
.ipdigit-post .comment-reply-link:focus, #submit:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
/* line 51, ../scss/modules/_buttons.scss */
.blue-btn:active, .comments-single .comment-reply-link:active,
.ipdigit-post .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 62, ../scss/modules/_buttons.scss */
.blue-btn, .comments-single .comment-reply-link,
.ipdigit-post .comment-reply-link, #submit {
  background-color: #fff;
  color: #419ace;
  border: 1px solid #419ace;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 71, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comments-single .comment-reply-link:hover,
.ipdigit-post .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comments-single .comment-reply-link:focus,
.ipdigit-post .comment-reply-link:focus, #submit:focus {
  background-color: #3391c7;
}
/* line 76, ../scss/modules/_buttons.scss */
.blue-btn:active, .comments-single .comment-reply-link:active,
.ipdigit-post .comment-reply-link:active, #submit:active {
  background-color: #328ec3;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #555555;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 400px;
  font-family: "PTSerif", Cambria, Times New Roman, Times, serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 59, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
/* line 66, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 78, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 90, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 96, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 106, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 111, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 118, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
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:

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 stylesheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/breakpoints/_base.scss */
body {
  background-color: #fafafa;
  font-family: "PTSerif", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../scss/breakpoints/_base.scss */
.meta, .entry-meta {
  color: #999999;
  font-family: "OpenSans", "Raleway", Helvetica, Arial, sans-serif;
}
/* line 32, ../scss/breakpoints/_base.scss */
.meta a, .meta a:visited, .entry-meta a, .entry-meta a:visited {
  color: #999999;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 37, ../scss/breakpoints/_base.scss */
.meta a:hover, .meta a:focus, .meta a:visited:hover, .meta a:visited:focus, .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:visited:hover, .entry-meta a:visited:focus {
  color: #999999;
  text-decoration: underline;
}
/* line 46, ../scss/breakpoints/_base.scss */
.meta a:link, .meta a:visited:link, .entry-meta a:link, .entry-meta 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);
}

/* line 57, ../scss/breakpoints/_base.scss */
.meta {
  font-size: 0.75em;
}

/********************
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 177, ../scss/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 186, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #419ace;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 191, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
}
/* line 199, ../scss/breakpoints/_base.scss */
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 STYLES
******************************************************************/
/* line 214, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Raleway", Helvetica, Arial, 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 225, ../scss/breakpoints/_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 230, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 2.375em;
  line-height: 1.333em;
}

/* line 235, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.0476em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 242, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 246, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 251, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 262, ../scss/breakpoints/_base.scss */
.header {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #419ace;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
/* line 267, ../scss/breakpoints/_base.scss */
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

/* line 279, ../scss/breakpoints/_base.scss */
#logo {
  padding-top: 8px;
}
/* line 282, ../scss/breakpoints/_base.scss */
#logo a {
  display: inline;
  float: left;
  padding: 5px 0 0;
}
/* line 288, ../scss/breakpoints/_base.scss */
#logo p {
  color: #999999;
  display: inline-block;
  font-size: 1.375em;
  margin: 0;
  padding: 10px 0 0 15px;
}

/*********************
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 309, ../scss/breakpoints/_base.scss */
.nav {
  font-family: "OpenSans", "Raleway", Helvetica, Arial, sans-serif;
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 314, ../scss/breakpoints/_base.scss */
.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/
  */
}
/* line 315, ../scss/breakpoints/_base.scss */
.nav li a {
  display: block;
  color: #383838;
  text-decoration: none;
  padding: 0.75em;
  /*
  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!
  */
}
/* line 344, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*******************************************************
NAVIGATION TOGGLE STYLES - HAMBURGER MENU
********************************************************/
/* line 378, ../scss/breakpoints/_base.scss */
#shiftnav-toggle-main {
  /*background: #fff none repeat scroll 0 0;*/
  background: #fff url("../images/logo.png") no-repeat center;
  box-shadow: inset 0 -1px 0 0 #419ace;
  color: #888888;
  font-family: "OpenSans", "Raleway", Helvetica, Arial, sans-serif;
  font-size: 21px;
}

/* line 387, ../scss/breakpoints/_base.scss */
#shiftnav-main {
  font-family: "OpenSans", "Raleway", Helvetica, Arial, sans-serif;
}

/* line 391, ../scss/breakpoints/_base.scss */
.shiftnav-main-toggle-content {
  display: none;
}

/* line 395, ../scss/breakpoints/_base.scss */
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #419ace none repeat scroll 0 0;
}

/*******************************************************
SEARCH FORM searchform.php
********************************************************/
/* line 405, ../scss/breakpoints/_base.scss */
#searchform i {
  color: #419ace;
  font-size: 1.4em;
}
/* line 410, ../scss/breakpoints/_base.scss */
#searchform button {
  background: none;
  border: none;
  float: left;
  padding: 7px 20px 6px 20px;
}
/* line 417, ../scss/breakpoints/_base.scss */
#searchform input[type="search"] {
  float: left;
}

/*********************
HOME & ARCHIVES STYLES
*********************/
/* line 431, ../scss/breakpoints/_base.scss */
.home .welcome h1 {
  margin: 0 0 0.67em 0;
}

/* line 440, ../scss/breakpoints/_base.scss */
.archive .view_more_link .read_more,
.home .view_more_link .read_more,
.search-results .view_more_link .read_more {
  text-transform: none;
  color: #999999;
  float: right;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  padding-left: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
}
/* line 451, ../scss/breakpoints/_base.scss */
.archive .view_more_link .read_more a,
.home .view_more_link .read_more a,
.search-results .view_more_link .read_more a {
  color: #999999;
}
/* line 454, ../scss/breakpoints/_base.scss */
.archive .view_more_link .read_more a:hover, .archive .view_more_link .read_more a:focus, .archive .view_more_link .read_more a:visited:hover, .archive .view_more_link .read_more a:visited:focus,
.home .view_more_link .read_more a:hover,
.home .view_more_link .read_more a:focus,
.home .view_more_link .read_more a:visited:hover,
.home .view_more_link .read_more a:visited:focus,
.search-results .view_more_link .read_more a:hover,
.search-results .view_more_link .read_more a:focus,
.search-results .view_more_link .read_more a:visited:hover,
.search-results .view_more_link .read_more a:visited:focus {
  text-decoration: underline;
}
/* line 463, ../scss/breakpoints/_base.scss */
.archive .author-link,
.home .author-link,
.search-results .author-link {
  display: inline-block;
  font-size: 2em;
  padding: 10px 20px 0 0;
}
/* line 469, ../scss/breakpoints/_base.scss */
.archive #main a.article-link:hover, .archive #main a.article-link:focus,
.home #main a.article-link:hover,
.home #main a.article-link:focus,
.search-results #main a.article-link:hover,
.search-results #main a.article-link:focus {
  text-decoration: none;
}
/* line 477, ../scss/breakpoints/_base.scss */
.archive #main .article-link,
.home #main .article-link,
.search-results #main .article-link {
  color: inherit;
}
/* line 484, ../scss/breakpoints/_base.scss */
.archive #main article:hover,
.home #main article:hover,
.search-results #main article:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
/* line 489, ../scss/breakpoints/_base.scss */
.archive #main a article,
.home #main a article,
.search-results #main a article {
  color: #383838;
  text-decoration: none;
}
/* line 497, ../scss/breakpoints/_base.scss */
.archive .welcome-main,
.home .welcome-main,
.search-results .welcome-main {
  display: none;
}
/* line 503, ../scss/breakpoints/_base.scss */
.archive .welcome p,
.home .welcome p,
.search-results .welcome p {
  font-size: 0.875em;
}
/* line 506, ../scss/breakpoints/_base.scss */
.archive .welcome p a,
.home .welcome p a,
.search-results .welcome p a {
  color: #555555;
  font-family: "OpenSans", "Raleway", Helvetica, Arial, sans-serif;
}
/* line 517, ../scss/breakpoints/_base.scss */
.archive #welcome,
.home #welcome,
.search-results #welcome {
  float: right;
}
/* line 519, ../scss/breakpoints/_base.scss */
.archive #welcome p a,
.home #welcome p a,
.search-results #welcome p a {
  color: #555555;
}
/* line 522, ../scss/breakpoints/_base.scss */
.archive #welcome p a:hover,
.home #welcome p a:hover,
.search-results #welcome p a:hover {
  text-decoration: none;
}
/* line 528, ../scss/breakpoints/_base.scss */
.archive .home-title h1,
.home .home-title h1,
.search-results .home-title h1 {
  color: #999999;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  padding: 20px 0 10px 10px;
  text-transform: uppercase;
  margin: 0;
}
/* line 537, ../scss/breakpoints/_base.scss */
.archive .home-title h1 .read_more,
.home .home-title h1 .read_more,
.search-results .home-title h1 .read_more {
  text-transform: none;
  color: #999999;
  float: right;
  font-weight: normal;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  padding-left: 40px;
  padding-right: 10px;
}
/* line 545, ../scss/breakpoints/_base.scss */
.archive .home-title h1 .read_more a,
.home .home-title h1 .read_more a,
.search-results .home-title h1 .read_more a {
  color: #999999;
}
/* line 547, ../scss/breakpoints/_base.scss */
.archive .home-title h1 .read_more a:hover, .archive .home-title h1 .read_more a:focus, .archive .home-title h1 .read_more a:visited:hover, .archive .home-title h1 .read_more a:visited:focus,
.home .home-title h1 .read_more a:hover,
.home .home-title h1 .read_more a:focus,
.home .home-title h1 .read_more a:visited:hover,
.home .home-title h1 .read_more a:visited:focus,
.search-results .home-title h1 .read_more a:hover,
.search-results .home-title h1 .read_more a:focus,
.search-results .home-title h1 .read_more a:visited:hover,
.search-results .home-title h1 .read_more a:visited:focus {
  text-decoration: underline;
}
/* line 554, ../scss/breakpoints/_base.scss */
.archive #main,
.home #main,
.search-results #main {
  float: right;
}
/* line 557, ../scss/breakpoints/_base.scss */
.archive #main img,
.home #main img,
.search-results #main img {
  max-width: 100%;
  height: auto;
}
/* line 562, ../scss/breakpoints/_base.scss */
.archive #main .attachment-bones-home-220,
.home #main .attachment-bones-home-220,
.search-results #main .attachment-bones-home-220 {
  display: none;
}
/* line 566, ../scss/breakpoints/_base.scss */
.archive #main article,
.home #main article,
.search-results #main article {
  background-color: #fff;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 574, ../scss/breakpoints/_base.scss */
.archive .entry-content,
.home .entry-content,
.search-results .entry-content {
  font-family: "PTSerif", Cambria, Times New Roman, Times, serif;
  font-size: 0.9em;
  padding: 0;
}
/* line 582, ../scss/breakpoints/_base.scss */
.archive .hentry header,
.home .hentry header,
.search-results .hentry header {
  padding: 1.3em 0 0 0;
}
/* line 586, ../scss/breakpoints/_base.scss */
.archive h1.entry-title,
.home h1.entry-title,
.search-results h1.entry-title {
  font-size: 1.4em;
  line-height: 1.2em;
  padding-bottom: 10px;
}
/* line 591, ../scss/breakpoints/_base.scss */
.archive h1.entry-title a,
.home h1.entry-title a,
.search-results h1.entry-title a {
  color: #383838;
}
/* line 594, ../scss/breakpoints/_base.scss */
.archive h1.entry-title a:hover,
.home h1.entry-title a:hover,
.search-results h1.entry-title a:hover {
  text-decoration: underline;
}
/* line 600, ../scss/breakpoints/_base.scss */
.archive .byline,
.home .byline,
.search-results .byline {
  font-size: 0.9em;
}
/* line 604, ../scss/breakpoints/_base.scss */
.archive span.entry-author,
.home span.entry-author,
.search-results span.entry-author {
  color: #999999;
  font-size: 1em;
}
/* line 612, ../scss/breakpoints/_base.scss */
.archive footer.article-footer p,
.home footer.article-footer p,
.search-results footer.article-footer p {
  display: inline;
}
/* line 616, ../scss/breakpoints/_base.scss */
.archive footer.article-footer p.footer-comment-count,
.home footer.article-footer p.footer-comment-count,
.search-results footer.article-footer p.footer-comment-count {
  float: right;
  padding-right: 20px;
}
/* line 628, ../scss/breakpoints/_base.scss */
.archive .footer-comment-count i,
.home .footer-comment-count i,
.search-results .footer-comment-count i {
  color: #419ace;
  font-size: 1.5em;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 639, ../scss/breakpoints/_base.scss */
#content {
  margin-top: 1.5em;
  padding-top: 0.875em;
}

/* line 654, ../scss/breakpoints/_base.scss */
.hentry header {
  padding: 1.5em 0;
}
/* line 659, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 667, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* line 678, ../scss/breakpoints/_base.scss */
.entry-meta img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* 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) */
/* line 713, ../scss/breakpoints/_base.scss */
.entry-content .tags {
  font-size: 0.666em;
}

/* post meta */
/* line 719, ../scss/breakpoints/_base.scss */
.fullwidth {
  display: none;
}

/* line 722, ../scss/breakpoints/_base.scss */
.entry-meta {
  display: none;
}

/* line 725, ../scss/breakpoints/_base.scss */
.entry-time,
.s-byline {
  color: #999999;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}
/* line 730, ../scss/breakpoints/_base.scss */
.entry-time a, .entry-time a:visited,
.s-byline a,
.s-byline a:visited {
  color: #383838;
  text-decoration: none;
  /* on hover */
}
/* line 735, ../scss/breakpoints/_base.scss */
.entry-time a:hover, .entry-time a:focus, .entry-time a:visited:hover, .entry-time a:visited:focus,
.s-byline a:hover,
.s-byline a:focus,
.s-byline a:visited:hover,
.s-byline a:visited:focus {
  color: #383838;
  text-decoration: underline;
}

/* E-BOOK */
/* line 746, ../scss/breakpoints/_base.scss */
.e-book h1 {
  margin: 0.67em 0;
}
/* line 749, ../scss/breakpoints/_base.scss */
.e-book h1.page-title {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 754, ../scss/breakpoints/_base.scss */
.e-book h1 span {
  font-size: 0.5em;
  display: block;
  clear: both;
  line-height: 1;
}
/* line 761, ../scss/breakpoints/_base.scss */
.e-book h1.entry-title {
  font-size: 1.7em;
  font-weight: 600;
}
/* line 769, ../scss/breakpoints/_base.scss */
.e-book section.entry-content {
  padding-top: 0;
}
/* line 773, ../scss/breakpoints/_base.scss */
.e-book .ebook-author {
  color: #999999;
  text-align: center;
  font-size: 0.875em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}
/* line 783, ../scss/breakpoints/_base.scss */
.e-book img.avatar {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px;
  transform: none !important;
  border-radius: 50%;
}
/* line 791, ../scss/breakpoints/_base.scss */
.e-book li.trail-item:nth-of-type(2) {
  display: none;
}
/* line 795, ../scss/breakpoints/_base.scss */
.e-book nav.breadcrumb-trail {
  display: inline;
}
/* line 798, ../scss/breakpoints/_base.scss */
.e-book nav.breadcrumb-trail ul {
  display: inline;
}
/* line 803, ../scss/breakpoints/_base.scss */
.e-book .trail-begin {
  display: none;
}
/* line 807, ../scss/breakpoints/_base.scss */
.e-book span.entry-comments {
  float: right;
}
/* line 810, ../scss/breakpoints/_base.scss */
.e-book span.entry-comments .material-icons {
  font-size: 1em;
}
/* line 815, ../scss/breakpoints/_base.scss */
.e-book .article-footer ul li a {
  color: #555555;
}
/* line 817, ../scss/breakpoints/_base.scss */
.e-book .article-footer ul li a:hover {
  color: #419ace;
}

/* post related articles */
/* line 826, ../scss/breakpoints/_base.scss */
aside {
  padding: 2em 0;
}
/* line 828, ../scss/breakpoints/_base.scss */
aside#related {
  display: none;
}
/* line 834, ../scss/breakpoints/_base.scss */
aside img {
  max-width: 100%;
}
/* line 838, ../scss/breakpoints/_base.scss */
aside article {
  background-color: #fff;
  box-shadow: 1px 2px 0 0 #ccc;
  float: left;
}
/* line 844, ../scss/breakpoints/_base.scss */
aside header {
  padding: 0 !important;
}
/* line 848, ../scss/breakpoints/_base.scss */
aside h1 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 1em;
  word-wrap: break-word;
}
/* line 856, ../scss/breakpoints/_base.scss */
aside a, aside a:visited {
  color: #383838;
}
/* line 860, ../scss/breakpoints/_base.scss */
aside .entry-meta {
  padding: 0 1em 1em;
}
/* line 864, ../scss/breakpoints/_base.scss */
aside .entry-author {
  display: block;
  font-size: 1em;
}
/* line 869, ../scss/breakpoints/_base.scss */
aside .entry-time {
  display: inline-block;
  font-size: 0.875em;
}
/* line 874, ../scss/breakpoints/_base.scss */
aside .entry-comments {
  text-align: right;
  font-size: 0.875em;
  display: inline-block;
  float: right;
}

/* line 884, ../scss/breakpoints/_base.scss */
footer.article-footer {
  color: #555555;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}
/* line 890, ../scss/breakpoints/_base.scss */
footer.article-footer ul li, footer.article-footer ol li {
  margin-left: 1em;
  padding: 0  0 1.3em 1.3em;
}
/* line 896, ../scss/breakpoints/_base.scss */
footer.article-footer ul {
  list-style-type: disc;
}
/* line 900, ../scss/breakpoints/_base.scss */
footer.article-footer ol {
  list-style-position: inside;
  list-style-type: decimal;
}
/* line 905, ../scss/breakpoints/_base.scss */
footer.article-footer h3 {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 1.571em;
  font-weight: bold;
  padding-bottom: 0.75em;
  vertical-align: middle;
  width: 100%;
}
/* line 916, ../scss/breakpoints/_base.scss */
footer.article-footer h3 .ion, footer.article-footer h3 .ionicons,
footer.article-footer h3 .ion-alert:before,
footer.article-footer h3 .ion-alert-circled:before,
footer.article-footer h3 .ion-android-add:before,
footer.article-footer h3 .ion-android-add-circle:before,
footer.article-footer h3 .ion-android-alarm-clock:before,
footer.article-footer h3 .ion-android-alert:before,
footer.article-footer h3 .ion-android-apps:before,
footer.article-footer h3 .ion-android-archive:before,
footer.article-footer h3 .ion-android-arrow-back:before,
footer.article-footer h3 .ion-android-arrow-down:before,
footer.article-footer h3 .ion-android-arrow-dropdown:before,
footer.article-footer h3 .ion-android-arrow-dropdown-circle:before,
footer.article-footer h3 .ion-android-arrow-dropleft:before,
footer.article-footer h3 .ion-android-arrow-dropleft-circle:before,
footer.article-footer h3 .ion-android-arrow-dropright:before,
footer.article-footer h3 .ion-android-arrow-dropright-circle:before,
footer.article-footer h3 .ion-android-arrow-dropup:before,
footer.article-footer h3 .ion-android-arrow-dropup-circle:before,
footer.article-footer h3 .ion-android-arrow-forward:before,
footer.article-footer h3 .ion-android-arrow-up:before,
footer.article-footer h3 .ion-android-attach:before,
footer.article-footer h3 .ion-android-bar:before,
footer.article-footer h3 .ion-android-bicycle:before,
footer.article-footer h3 .ion-android-boat:before,
footer.article-footer h3 .ion-android-bookmark:before,
footer.article-footer h3 .ion-android-bulb:before,
footer.article-footer h3 .ion-android-bus:before,
footer.article-footer h3 .ion-android-calendar:before,
footer.article-footer h3 .ion-android-call:before,
footer.article-footer h3 .ion-android-camera:before,
footer.article-footer h3 .ion-android-cancel:before,
footer.article-footer h3 .ion-android-car:before,
footer.article-footer h3 .ion-android-cart:before,
footer.article-footer h3 .ion-android-chat:before,
footer.article-footer h3 .ion-android-checkbox:before,
footer.article-footer h3 .ion-android-checkbox-blank:before,
footer.article-footer h3 .ion-android-checkbox-outline:before,
footer.article-footer h3 .ion-android-checkbox-outline-blank:before,
footer.article-footer h3 .ion-android-checkmark-circle:before,
footer.article-footer h3 .ion-android-clipboard:before,
footer.article-footer h3 .ion-android-close:before,
footer.article-footer h3 .ion-android-cloud:before,
footer.article-footer h3 .ion-android-cloud-circle:before,
footer.article-footer h3 .ion-android-cloud-done:before,
footer.article-footer h3 .ion-android-cloud-outline:before,
footer.article-footer h3 .ion-android-color-palette:before,
footer.article-footer h3 .ion-android-compass:before,
footer.article-footer h3 .ion-android-contact:before,
footer.article-footer h3 .ion-android-contacts:before,
footer.article-footer h3 .ion-android-contract:before,
footer.article-footer h3 .ion-android-create:before,
footer.article-footer h3 .ion-android-delete:before,
footer.article-footer h3 .ion-android-desktop:before,
footer.article-footer h3 .ion-android-document:before,
footer.article-footer h3 .ion-android-done:before,
footer.article-footer h3 .ion-android-done-all:before,
footer.article-footer h3 .ion-android-download:before,
footer.article-footer h3 .ion-android-drafts:before,
footer.article-footer h3 .ion-android-exit:before,
footer.article-footer h3 .ion-android-expand:before,
footer.article-footer h3 .ion-android-favorite:before,
footer.article-footer h3 .ion-android-favorite-outline:before,
footer.article-footer h3 .ion-android-film:before,
footer.article-footer h3 .ion-android-folder:before,
footer.article-footer h3 .ion-android-folder-open:before,
footer.article-footer h3 .ion-android-funnel:before,
footer.article-footer h3 .ion-android-globe:before,
footer.article-footer h3 .ion-android-hand:before,
footer.article-footer h3 .ion-android-hangout:before,
footer.article-footer h3 .ion-android-happy:before,
footer.article-footer h3 .ion-android-home:before,
footer.article-footer h3 .ion-android-image:before,
footer.article-footer h3 .ion-android-laptop:before,
footer.article-footer h3 .ion-android-list:before,
footer.article-footer h3 .ion-android-locate:before,
footer.article-footer h3 .ion-android-lock:before,
footer.article-footer h3 .ion-android-mail:before,
footer.article-footer h3 .ion-android-map:before,
footer.article-footer h3 .ion-android-menu:before,
footer.article-footer h3 .ion-android-microphone:before,
footer.article-footer h3 .ion-android-microphone-off:before,
footer.article-footer h3 .ion-android-more-horizontal:before,
footer.article-footer h3 .ion-android-more-vertical:before,
footer.article-footer h3 .ion-android-navigate:before,
footer.article-footer h3 .ion-android-notifications:before,
footer.article-footer h3 .ion-android-notifications-none:before,
footer.article-footer h3 .ion-android-notifications-off:before,
footer.article-footer h3 .ion-android-open:before,
footer.article-footer h3 .ion-android-options:before,
footer.article-footer h3 .ion-android-people:before,
footer.article-footer h3 .ion-android-person:before,
footer.article-footer h3 .ion-android-person-add:before,
footer.article-footer h3 .ion-android-phone-landscape:before,
footer.article-footer h3 .ion-android-phone-portrait:before,
footer.article-footer h3 .ion-android-pin:before,
footer.article-footer h3 .ion-android-plane:before,
footer.article-footer h3 .ion-android-playstore:before,
footer.article-footer h3 .ion-android-print:before,
footer.article-footer h3 .ion-android-radio-button-off:before,
footer.article-footer h3 .ion-android-radio-button-on:before,
footer.article-footer h3 .ion-android-refresh:before,
footer.article-footer h3 .ion-android-remove:before,
footer.article-footer h3 .ion-android-remove-circle:before,
footer.article-footer h3 .ion-android-restaurant:before,
footer.article-footer h3 .ion-android-sad:before,
footer.article-footer h3 .ion-android-search:before,
footer.article-footer h3 .ion-android-send:before,
footer.article-footer h3 .ion-android-settings:before,
footer.article-footer h3 .ion-android-share:before,
footer.article-footer h3 .ion-android-share-alt:before,
footer.article-footer h3 .ion-android-star:before,
footer.article-footer h3 .ion-android-star-half:before,
footer.article-footer h3 .ion-android-star-outline:before,
footer.article-footer h3 .ion-android-stopwatch:before,
footer.article-footer h3 .ion-android-subway:before,
footer.article-footer h3 .ion-android-sunny:before,
footer.article-footer h3 .ion-android-sync:before,
footer.article-footer h3 .ion-android-textsms:before,
footer.article-footer h3 .ion-android-time:before,
footer.article-footer h3 .ion-android-train:before,
footer.article-footer h3 .ion-android-unlock:before,
footer.article-footer h3 .ion-android-upload:before,
footer.article-footer h3 .ion-android-volume-down:before,
footer.article-footer h3 .ion-android-volume-mute:before,
footer.article-footer h3 .ion-android-volume-off:before,
footer.article-footer h3 .ion-android-volume-up:before,
footer.article-footer h3 .ion-android-walk:before,
footer.article-footer h3 .ion-android-warning:before,
footer.article-footer h3 .ion-android-watch:before,
footer.article-footer h3 .ion-android-wifi:before,
footer.article-footer h3 .ion-aperture:before,
footer.article-footer h3 .ion-archive:before,
footer.article-footer h3 .ion-arrow-down-a:before,
footer.article-footer h3 .ion-arrow-down-b:before,
footer.article-footer h3 .ion-arrow-down-c:before,
footer.article-footer h3 .ion-arrow-expand:before,
footer.article-footer h3 .ion-arrow-graph-down-left:before,
footer.article-footer h3 .ion-arrow-graph-down-right:before,
footer.article-footer h3 .ion-arrow-graph-up-left:before,
footer.article-footer h3 .ion-arrow-graph-up-right:before,
footer.article-footer h3 .ion-arrow-left-a:before,
footer.article-footer h3 .ion-arrow-left-b:before,
footer.article-footer h3 .ion-arrow-left-c:before,
footer.article-footer h3 .ion-arrow-move:before,
footer.article-footer h3 .ion-arrow-resize:before,
footer.article-footer h3 .ion-arrow-return-left:before,
footer.article-footer h3 .ion-arrow-return-right:before,
footer.article-footer h3 .ion-arrow-right-a:before,
footer.article-footer h3 .ion-arrow-right-b:before,
footer.article-footer h3 .ion-arrow-right-c:before,
footer.article-footer h3 .ion-arrow-shrink:before,
footer.article-footer h3 .ion-arrow-swap:before,
footer.article-footer h3 .ion-arrow-up-a:before,
footer.article-footer h3 .ion-arrow-up-b:before,
footer.article-footer h3 .ion-arrow-up-c:before,
footer.article-footer h3 .ion-asterisk:before,
footer.article-footer h3 .ion-at:before,
footer.article-footer h3 .ion-backspace:before,
footer.article-footer h3 .ion-backspace-outline:before,
footer.article-footer h3 .ion-bag:before,
footer.article-footer h3 .ion-battery-charging:before,
footer.article-footer h3 .ion-battery-empty:before,
footer.article-footer h3 .ion-battery-full:before,
footer.article-footer h3 .ion-battery-half:before,
footer.article-footer h3 .ion-battery-low:before,
footer.article-footer h3 .ion-beaker:before,
footer.article-footer h3 .ion-beer:before,
footer.article-footer h3 .ion-bluetooth:before,
footer.article-footer h3 .ion-bonfire:before,
footer.article-footer h3 .ion-bookmark:before,
footer.article-footer h3 .ion-bowtie:before,
footer.article-footer h3 .ion-briefcase:before,
footer.article-footer h3 .ion-bug:before,
footer.article-footer h3 .ion-calculator:before,
footer.article-footer h3 .ion-calendar:before,
footer.article-footer h3 .ion-camera:before,
footer.article-footer h3 .ion-card:before,
footer.article-footer h3 .ion-cash:before,
footer.article-footer h3 .ion-chatbox:before,
footer.article-footer h3 .ion-chatbox-working:before,
footer.article-footer h3 .ion-chatboxes:before,
footer.article-footer h3 .ion-chatbubble:before,
footer.article-footer h3 .ion-chatbubble-working:before,
footer.article-footer h3 .ion-chatbubbles:before,
footer.article-footer h3 .ion-checkmark:before,
footer.article-footer h3 .ion-checkmark-circled:before,
footer.article-footer h3 .ion-checkmark-round:before,
footer.article-footer h3 .ion-chevron-down:before,
footer.article-footer h3 .ion-chevron-left:before,
footer.article-footer h3 .ion-chevron-right:before,
footer.article-footer h3 .ion-chevron-up:before,
footer.article-footer h3 .ion-clipboard:before,
footer.article-footer h3 .ion-clock:before,
footer.article-footer h3 .ion-close:before,
footer.article-footer h3 .ion-close-circled:before,
footer.article-footer h3 .ion-close-round:before,
footer.article-footer h3 .ion-closed-captioning:before,
footer.article-footer h3 .ion-cloud:before,
footer.article-footer h3 .ion-code:before,
footer.article-footer h3 .ion-code-download:before,
footer.article-footer h3 .ion-code-working:before,
footer.article-footer h3 .ion-coffee:before,
footer.article-footer h3 .ion-compass:before,
footer.article-footer h3 .ion-compose:before,
footer.article-footer h3 .ion-connection-bars:before,
footer.article-footer h3 .ion-contrast:before,
footer.article-footer h3 .ion-crop:before,
footer.article-footer h3 .ion-cube:before,
footer.article-footer h3 .ion-disc:before,
footer.article-footer h3 .ion-document:before,
footer.article-footer h3 .ion-document-text:before,
footer.article-footer h3 .ion-drag:before,
footer.article-footer h3 .ion-earth:before,
footer.article-footer h3 .ion-easel:before,
footer.article-footer h3 .ion-edit:before,
footer.article-footer h3 .ion-egg:before,
footer.article-footer h3 .ion-eject:before,
footer.article-footer h3 .ion-email:before,
footer.article-footer h3 .ion-email-unread:before,
footer.article-footer h3 .ion-erlenmeyer-flask:before,
footer.article-footer h3 .ion-erlenmeyer-flask-bubbles:before,
footer.article-footer h3 .ion-eye:before,
footer.article-footer h3 .ion-eye-disabled:before,
footer.article-footer h3 .ion-female:before,
footer.article-footer h3 .ion-filing:before,
footer.article-footer h3 .ion-film-marker:before,
footer.article-footer h3 .ion-fireball:before,
footer.article-footer h3 .ion-flag:before,
footer.article-footer h3 .ion-flame:before,
footer.article-footer h3 .ion-flash:before,
footer.article-footer h3 .ion-flash-off:before,
footer.article-footer h3 .ion-folder:before,
footer.article-footer h3 .ion-fork:before,
footer.article-footer h3 .ion-fork-repo:before,
footer.article-footer h3 .ion-forward:before,
footer.article-footer h3 .ion-funnel:before,
footer.article-footer h3 .ion-gear-a:before,
footer.article-footer h3 .ion-gear-b:before,
footer.article-footer h3 .ion-grid:before,
footer.article-footer h3 .ion-hammer:before,
footer.article-footer h3 .ion-happy:before,
footer.article-footer h3 .ion-happy-outline:before,
footer.article-footer h3 .ion-headphone:before,
footer.article-footer h3 .ion-heart:before,
footer.article-footer h3 .ion-heart-broken:before,
footer.article-footer h3 .ion-help:before,
footer.article-footer h3 .ion-help-buoy:before,
footer.article-footer h3 .ion-help-circled:before,
footer.article-footer h3 .ion-home:before,
footer.article-footer h3 .ion-icecream:before,
footer.article-footer h3 .ion-image:before,
footer.article-footer h3 .ion-images:before,
footer.article-footer h3 .ion-information:before,
footer.article-footer h3 .ion-information-circled:before,
footer.article-footer h3 .ion-ionic:before,
footer.article-footer h3 .ion-ios-alarm:before,
footer.article-footer h3 .ion-ios-alarm-outline:before,
footer.article-footer h3 .ion-ios-albums:before,
footer.article-footer h3 .ion-ios-albums-outline:before,
footer.article-footer h3 .ion-ios-americanfootball:before,
footer.article-footer h3 .ion-ios-americanfootball-outline:before,
footer.article-footer h3 .ion-ios-analytics:before,
footer.article-footer h3 .ion-ios-analytics-outline:before,
footer.article-footer h3 .ion-ios-arrow-back:before,
footer.article-footer h3 .ion-ios-arrow-down:before,
footer.article-footer h3 .ion-ios-arrow-forward:before,
footer.article-footer h3 .ion-ios-arrow-left:before,
footer.article-footer h3 .ion-ios-arrow-right:before,
footer.article-footer h3 .ion-ios-arrow-thin-down:before,
footer.article-footer h3 .ion-ios-arrow-thin-left:before,
footer.article-footer h3 .ion-ios-arrow-thin-right:before,
footer.article-footer h3 .ion-ios-arrow-thin-up:before,
footer.article-footer h3 .ion-ios-arrow-up:before,
footer.article-footer h3 .ion-ios-at:before,
footer.article-footer h3 .ion-ios-at-outline:before,
footer.article-footer h3 .ion-ios-barcode:before,
footer.article-footer h3 .ion-ios-barcode-outline:before,
footer.article-footer h3 .ion-ios-baseball:before,
footer.article-footer h3 .ion-ios-baseball-outline:before,
footer.article-footer h3 .ion-ios-basketball:before,
footer.article-footer h3 .ion-ios-basketball-outline:before,
footer.article-footer h3 .ion-ios-bell:before,
footer.article-footer h3 .ion-ios-bell-outline:before,
footer.article-footer h3 .ion-ios-body:before,
footer.article-footer h3 .ion-ios-body-outline:before,
footer.article-footer h3 .ion-ios-bolt:before,
footer.article-footer h3 .ion-ios-bolt-outline:before,
footer.article-footer h3 .ion-ios-book:before,
footer.article-footer h3 .ion-ios-book-outline:before,
footer.article-footer h3 .ion-ios-bookmarks:before,
footer.article-footer h3 .ion-ios-bookmarks-outline:before,
footer.article-footer h3 .ion-ios-box:before,
footer.article-footer h3 .ion-ios-box-outline:before,
footer.article-footer h3 .ion-ios-briefcase:before,
footer.article-footer h3 .ion-ios-briefcase-outline:before,
footer.article-footer h3 .ion-ios-browsers:before,
footer.article-footer h3 .ion-ios-browsers-outline:before,
footer.article-footer h3 .ion-ios-calculator:before,
footer.article-footer h3 .ion-ios-calculator-outline:before,
footer.article-footer h3 .ion-ios-calendar:before,
footer.article-footer h3 .ion-ios-calendar-outline:before,
footer.article-footer h3 .ion-ios-camera:before,
footer.article-footer h3 .ion-ios-camera-outline:before,
footer.article-footer h3 .ion-ios-cart:before,
footer.article-footer h3 .ion-ios-cart-outline:before,
footer.article-footer h3 .ion-ios-chatboxes:before,
footer.article-footer h3 .ion-ios-chatboxes-outline:before,
footer.article-footer h3 .ion-ios-chatbubble:before,
footer.article-footer h3 .ion-ios-chatbubble-outline:before,
footer.article-footer h3 .ion-ios-checkmark:before,
footer.article-footer h3 .ion-ios-checkmark-empty:before,
footer.article-footer h3 .ion-ios-checkmark-outline:before,
footer.article-footer h3 .ion-ios-circle-filled:before,
footer.article-footer h3 .ion-ios-circle-outline:before,
footer.article-footer h3 .ion-ios-clock:before,
footer.article-footer h3 .ion-ios-clock-outline:before,
footer.article-footer h3 .ion-ios-close:before,
footer.article-footer h3 .ion-ios-close-empty:before,
footer.article-footer h3 .ion-ios-close-outline:before,
footer.article-footer h3 .ion-ios-cloud:before,
footer.article-footer h3 .ion-ios-cloud-download:before,
footer.article-footer h3 .ion-ios-cloud-download-outline:before,
footer.article-footer h3 .ion-ios-cloud-outline:before,
footer.article-footer h3 .ion-ios-cloud-upload:before,
footer.article-footer h3 .ion-ios-cloud-upload-outline:before,
footer.article-footer h3 .ion-ios-cloudy:before,
footer.article-footer h3 .ion-ios-cloudy-night:before,
footer.article-footer h3 .ion-ios-cloudy-night-outline:before,
footer.article-footer h3 .ion-ios-cloudy-outline:before,
footer.article-footer h3 .ion-ios-cog:before,
footer.article-footer h3 .ion-ios-cog-outline:before,
footer.article-footer h3 .ion-ios-color-filter:before,
footer.article-footer h3 .ion-ios-color-filter-outline:before,
footer.article-footer h3 .ion-ios-color-wand:before,
footer.article-footer h3 .ion-ios-color-wand-outline:before,
footer.article-footer h3 .ion-ios-compose:before,
footer.article-footer h3 .ion-ios-compose-outline:before,
footer.article-footer h3 .ion-ios-contact:before,
footer.article-footer h3 .ion-ios-contact-outline:before,
footer.article-footer h3 .ion-ios-copy:before,
footer.article-footer h3 .ion-ios-copy-outline:before,
footer.article-footer h3 .ion-ios-crop:before,
footer.article-footer h3 .ion-ios-crop-strong:before,
footer.article-footer h3 .ion-ios-download:before,
footer.article-footer h3 .ion-ios-download-outline:before,
footer.article-footer h3 .ion-ios-drag:before,
footer.article-footer h3 .ion-ios-email:before,
footer.article-footer h3 .ion-ios-email-outline:before,
footer.article-footer h3 .ion-ios-eye:before,
footer.article-footer h3 .ion-ios-eye-outline:before,
footer.article-footer h3 .ion-ios-fastforward:before,
footer.article-footer h3 .ion-ios-fastforward-outline:before,
footer.article-footer h3 .ion-ios-filing:before,
footer.article-footer h3 .ion-ios-filing-outline:before,
footer.article-footer h3 .ion-ios-film:before,
footer.article-footer h3 .ion-ios-film-outline:before,
footer.article-footer h3 .ion-ios-flag:before,
footer.article-footer h3 .ion-ios-flag-outline:before,
footer.article-footer h3 .ion-ios-flame:before,
footer.article-footer h3 .ion-ios-flame-outline:before,
footer.article-footer h3 .ion-ios-flask:before,
footer.article-footer h3 .ion-ios-flask-outline:before,
footer.article-footer h3 .ion-ios-flower:before,
footer.article-footer h3 .ion-ios-flower-outline:before,
footer.article-footer h3 .ion-ios-folder:before,
footer.article-footer h3 .ion-ios-folder-outline:before,
footer.article-footer h3 .ion-ios-football:before,
footer.article-footer h3 .ion-ios-football-outline:before,
footer.article-footer h3 .ion-ios-game-controller-a:before,
footer.article-footer h3 .ion-ios-game-controller-a-outline:before,
footer.article-footer h3 .ion-ios-game-controller-b:before,
footer.article-footer h3 .ion-ios-game-controller-b-outline:before,
footer.article-footer h3 .ion-ios-gear:before,
footer.article-footer h3 .ion-ios-gear-outline:before,
footer.article-footer h3 .ion-ios-glasses:before,
footer.article-footer h3 .ion-ios-glasses-outline:before,
footer.article-footer h3 .ion-ios-grid-view:before,
footer.article-footer h3 .ion-ios-grid-view-outline:before,
footer.article-footer h3 .ion-ios-heart:before,
footer.article-footer h3 .ion-ios-heart-outline:before,
footer.article-footer h3 .ion-ios-help:before,
footer.article-footer h3 .ion-ios-help-empty:before,
footer.article-footer h3 .ion-ios-help-outline:before,
footer.article-footer h3 .ion-ios-home:before,
footer.article-footer h3 .ion-ios-home-outline:before,
footer.article-footer h3 .ion-ios-infinite:before,
footer.article-footer h3 .ion-ios-infinite-outline:before,
footer.article-footer h3 .ion-ios-information:before,
footer.article-footer h3 .ion-ios-information-empty:before,
footer.article-footer h3 .ion-ios-information-outline:before,
footer.article-footer h3 .ion-ios-ionic-outline:before,
footer.article-footer h3 .ion-ios-keypad:before,
footer.article-footer h3 .ion-ios-keypad-outline:before,
footer.article-footer h3 .ion-ios-lightbulb:before,
footer.article-footer h3 .ion-ios-lightbulb-outline:before,
footer.article-footer h3 .ion-ios-list:before,
footer.article-footer h3 .ion-ios-list-outline:before,
footer.article-footer h3 .ion-ios-location:before,
footer.article-footer h3 .ion-ios-location-outline:before,
footer.article-footer h3 .ion-ios-locked:before,
footer.article-footer h3 .ion-ios-locked-outline:before,
footer.article-footer h3 .ion-ios-loop:before,
footer.article-footer h3 .ion-ios-loop-strong:before,
footer.article-footer h3 .ion-ios-medical:before,
footer.article-footer h3 .ion-ios-medical-outline:before,
footer.article-footer h3 .ion-ios-medkit:before,
footer.article-footer h3 .ion-ios-medkit-outline:before,
footer.article-footer h3 .ion-ios-mic:before,
footer.article-footer h3 .ion-ios-mic-off:before,
footer.article-footer h3 .ion-ios-mic-outline:before,
footer.article-footer h3 .ion-ios-minus:before,
footer.article-footer h3 .ion-ios-minus-empty:before,
footer.article-footer h3 .ion-ios-minus-outline:before,
footer.article-footer h3 .ion-ios-monitor:before,
footer.article-footer h3 .ion-ios-monitor-outline:before,
footer.article-footer h3 .ion-ios-moon:before,
footer.article-footer h3 .ion-ios-moon-outline:before,
footer.article-footer h3 .ion-ios-more:before,
footer.article-footer h3 .ion-ios-more-outline:before,
footer.article-footer h3 .ion-ios-musical-note:before,
footer.article-footer h3 .ion-ios-musical-notes:before,
footer.article-footer h3 .ion-ios-navigate:before,
footer.article-footer h3 .ion-ios-navigate-outline:before,
footer.article-footer h3 .ion-ios-nutrition:before,
footer.article-footer h3 .ion-ios-nutrition-outline:before,
footer.article-footer h3 .ion-ios-paper:before,
footer.article-footer h3 .ion-ios-paper-outline:before,
footer.article-footer h3 .ion-ios-paperplane:before,
footer.article-footer h3 .ion-ios-paperplane-outline:before,
footer.article-footer h3 .ion-ios-partlysunny:before,
footer.article-footer h3 .ion-ios-partlysunny-outline:before,
footer.article-footer h3 .ion-ios-pause:before,
footer.article-footer h3 .ion-ios-pause-outline:before,
footer.article-footer h3 .ion-ios-paw:before,
footer.article-footer h3 .ion-ios-paw-outline:before,
footer.article-footer h3 .ion-ios-people:before,
footer.article-footer h3 .ion-ios-people-outline:before,
footer.article-footer h3 .ion-ios-person:before,
footer.article-footer h3 .ion-ios-person-outline:before,
footer.article-footer h3 .ion-ios-personadd:before,
footer.article-footer h3 .ion-ios-personadd-outline:before,
footer.article-footer h3 .ion-ios-photos:before,
footer.article-footer h3 .ion-ios-photos-outline:before,
footer.article-footer h3 .ion-ios-pie:before,
footer.article-footer h3 .ion-ios-pie-outline:before,
footer.article-footer h3 .ion-ios-pint:before,
footer.article-footer h3 .ion-ios-pint-outline:before,
footer.article-footer h3 .ion-ios-play:before,
footer.article-footer h3 .ion-ios-play-outline:before,
footer.article-footer h3 .ion-ios-plus:before,
footer.article-footer h3 .ion-ios-plus-empty:before,
footer.article-footer h3 .ion-ios-plus-outline:before,
footer.article-footer h3 .ion-ios-pricetag:before,
footer.article-footer h3 .ion-ios-pricetag-outline:before,
footer.article-footer h3 .ion-ios-pricetags:before,
footer.article-footer h3 .ion-ios-pricetags-outline:before,
footer.article-footer h3 .ion-ios-printer:before,
footer.article-footer h3 .ion-ios-printer-outline:before,
footer.article-footer h3 .ion-ios-pulse:before,
footer.article-footer h3 .ion-ios-pulse-strong:before,
footer.article-footer h3 .ion-ios-rainy:before,
footer.article-footer h3 .ion-ios-rainy-outline:before,
footer.article-footer h3 .ion-ios-recording:before,
footer.article-footer h3 .ion-ios-recording-outline:before,
footer.article-footer h3 .ion-ios-redo:before,
footer.article-footer h3 .ion-ios-redo-outline:before,
footer.article-footer h3 .ion-ios-refresh:before,
footer.article-footer h3 .ion-ios-refresh-empty:before,
footer.article-footer h3 .ion-ios-refresh-outline:before,
footer.article-footer h3 .ion-ios-reload:before,
footer.article-footer h3 .ion-ios-reverse-camera:before,
footer.article-footer h3 .ion-ios-reverse-camera-outline:before,
footer.article-footer h3 .ion-ios-rewind:before,
footer.article-footer h3 .ion-ios-rewind-outline:before,
footer.article-footer h3 .ion-ios-rose:before,
footer.article-footer h3 .ion-ios-rose-outline:before,
footer.article-footer h3 .ion-ios-search:before,
footer.article-footer h3 .ion-ios-search-strong:before,
footer.article-footer h3 .ion-ios-settings:before,
footer.article-footer h3 .ion-ios-settings-strong:before,
footer.article-footer h3 .ion-ios-shuffle:before,
footer.article-footer h3 .ion-ios-shuffle-strong:before,
footer.article-footer h3 .ion-ios-skipbackward:before,
footer.article-footer h3 .ion-ios-skipbackward-outline:before,
footer.article-footer h3 .ion-ios-skipforward:before,
footer.article-footer h3 .ion-ios-skipforward-outline:before,
footer.article-footer h3 .ion-ios-snowy:before,
footer.article-footer h3 .ion-ios-speedometer:before,
footer.article-footer h3 .ion-ios-speedometer-outline:before,
footer.article-footer h3 .ion-ios-star:before,
footer.article-footer h3 .ion-ios-star-half:before,
footer.article-footer h3 .ion-ios-star-outline:before,
footer.article-footer h3 .ion-ios-stopwatch:before,
footer.article-footer h3 .ion-ios-stopwatch-outline:before,
footer.article-footer h3 .ion-ios-sunny:before,
footer.article-footer h3 .ion-ios-sunny-outline:before,
footer.article-footer h3 .ion-ios-telephone:before,
footer.article-footer h3 .ion-ios-telephone-outline:before,
footer.article-footer h3 .ion-ios-tennisball:before,
footer.article-footer h3 .ion-ios-tennisball-outline:before,
footer.article-footer h3 .ion-ios-thunderstorm:before,
footer.article-footer h3 .ion-ios-thunderstorm-outline:before,
footer.article-footer h3 .ion-ios-time:before,
footer.article-footer h3 .ion-ios-time-outline:before,
footer.article-footer h3 .ion-ios-timer:before,
footer.article-footer h3 .ion-ios-timer-outline:before,
footer.article-footer h3 .ion-ios-toggle:before,
footer.article-footer h3 .ion-ios-toggle-outline:before,
footer.article-footer h3 .ion-ios-trash:before,
footer.article-footer h3 .ion-ios-trash-outline:before,
footer.article-footer h3 .ion-ios-undo:before,
footer.article-footer h3 .ion-ios-undo-outline:before,
footer.article-footer h3 .ion-ios-unlocked:before,
footer.article-footer h3 .ion-ios-unlocked-outline:before,
footer.article-footer h3 .ion-ios-upload:before,
footer.article-footer h3 .ion-ios-upload-outline:before,
footer.article-footer h3 .ion-ios-videocam:before,
footer.article-footer h3 .ion-ios-videocam-outline:before,
footer.article-footer h3 .ion-ios-volume-high:before,
footer.article-footer h3 .ion-ios-volume-low:before,
footer.article-footer h3 .ion-ios-wineglass:before,
footer.article-footer h3 .ion-ios-wineglass-outline:before,
footer.article-footer h3 .ion-ios-world:before,
footer.article-footer h3 .ion-ios-world-outline:before,
footer.article-footer h3 .ion-ipad:before,
footer.article-footer h3 .ion-iphone:before,
footer.article-footer h3 .ion-ipod:before,
footer.article-footer h3 .ion-jet:before,
footer.article-footer h3 .ion-key:before,
footer.article-footer h3 .ion-knife:before,
footer.article-footer h3 .ion-laptop:before,
footer.article-footer h3 .ion-leaf:before,
footer.article-footer h3 .ion-levels:before,
footer.article-footer h3 .ion-lightbulb:before,
footer.article-footer h3 .ion-link:before,
footer.article-footer h3 .ion-load-a:before,
footer.article-footer h3 .ion-load-b:before,
footer.article-footer h3 .ion-load-c:before,
footer.article-footer h3 .ion-load-d:before,
footer.article-footer h3 .ion-location:before,
footer.article-footer h3 .ion-lock-combination:before,
footer.article-footer h3 .ion-locked:before,
footer.article-footer h3 .ion-log-in:before,
footer.article-footer h3 .ion-log-out:before,
footer.article-footer h3 .ion-loop:before,
footer.article-footer h3 .ion-magnet:before,
footer.article-footer h3 .ion-male:before,
footer.article-footer h3 .ion-man:before,
footer.article-footer h3 .ion-map:before,
footer.article-footer h3 .ion-medkit:before,
footer.article-footer h3 .ion-merge:before,
footer.article-footer h3 .ion-mic-a:before,
footer.article-footer h3 .ion-mic-b:before,
footer.article-footer h3 .ion-mic-c:before,
footer.article-footer h3 .ion-minus:before,
footer.article-footer h3 .ion-minus-circled:before,
footer.article-footer h3 .ion-minus-round:before,
footer.article-footer h3 .ion-model-s:before,
footer.article-footer h3 .ion-monitor:before,
footer.article-footer h3 .ion-more:before,
footer.article-footer h3 .ion-mouse:before,
footer.article-footer h3 .ion-music-note:before,
footer.article-footer h3 .ion-navicon:before,
footer.article-footer h3 .ion-navicon-round:before,
footer.article-footer h3 .ion-navigate:before,
footer.article-footer h3 .ion-network:before,
footer.article-footer h3 .ion-no-smoking:before,
footer.article-footer h3 .ion-nuclear:before,
footer.article-footer h3 .ion-outlet:before,
footer.article-footer h3 .ion-paintbrush:before,
footer.article-footer h3 .ion-paintbucket:before,
footer.article-footer h3 .ion-paper-airplane:before,
footer.article-footer h3 .ion-paperclip:before,
footer.article-footer h3 .ion-pause:before,
footer.article-footer h3 .ion-person:before,
footer.article-footer h3 .ion-person-add:before,
footer.article-footer h3 .ion-person-stalker:before,
footer.article-footer h3 .ion-pie-graph:before,
footer.article-footer h3 .ion-pin:before,
footer.article-footer h3 .ion-pinpoint:before,
footer.article-footer h3 .ion-pizza:before,
footer.article-footer h3 .ion-plane:before,
footer.article-footer h3 .ion-planet:before,
footer.article-footer h3 .ion-play:before,
footer.article-footer h3 .ion-playstation:before,
footer.article-footer h3 .ion-plus:before,
footer.article-footer h3 .ion-plus-circled:before,
footer.article-footer h3 .ion-plus-round:before,
footer.article-footer h3 .ion-podium:before,
footer.article-footer h3 .ion-pound:before,
footer.article-footer h3 .ion-power:before,
footer.article-footer h3 .ion-pricetag:before,
footer.article-footer h3 .ion-pricetags:before,
footer.article-footer h3 .ion-printer:before,
footer.article-footer h3 .ion-pull-request:before,
footer.article-footer h3 .ion-qr-scanner:before,
footer.article-footer h3 .ion-quote:before,
footer.article-footer h3 .ion-radio-waves:before,
footer.article-footer h3 .ion-record:before,
footer.article-footer h3 .ion-refresh:before,
footer.article-footer h3 .ion-reply:before,
footer.article-footer h3 .ion-reply-all:before,
footer.article-footer h3 .ion-ribbon-a:before,
footer.article-footer h3 .ion-ribbon-b:before,
footer.article-footer h3 .ion-sad:before,
footer.article-footer h3 .ion-sad-outline:before,
footer.article-footer h3 .ion-scissors:before,
footer.article-footer h3 .ion-search:before,
footer.article-footer h3 .ion-settings:before,
footer.article-footer h3 .ion-share:before,
footer.article-footer h3 .ion-shuffle:before,
footer.article-footer h3 .ion-skip-backward:before,
footer.article-footer h3 .ion-skip-forward:before,
footer.article-footer h3 .ion-social-android:before,
footer.article-footer h3 .ion-social-android-outline:before,
footer.article-footer h3 .ion-social-angular:before,
footer.article-footer h3 .ion-social-angular-outline:before,
footer.article-footer h3 .ion-social-apple:before,
footer.article-footer h3 .ion-social-apple-outline:before,
footer.article-footer h3 .ion-social-bitcoin:before,
footer.article-footer h3 .ion-social-bitcoin-outline:before,
footer.article-footer h3 .ion-social-buffer:before,
footer.article-footer h3 .ion-social-buffer-outline:before,
footer.article-footer h3 .ion-social-chrome:before,
footer.article-footer h3 .ion-social-chrome-outline:before,
footer.article-footer h3 .ion-social-codepen:before,
footer.article-footer h3 .ion-social-codepen-outline:before,
footer.article-footer h3 .ion-social-css3:before,
footer.article-footer h3 .ion-social-css3-outline:before,
footer.article-footer h3 .ion-social-designernews:before,
footer.article-footer h3 .ion-social-designernews-outline:before,
footer.article-footer h3 .ion-social-dribbble:before,
footer.article-footer h3 .ion-social-dribbble-outline:before,
footer.article-footer h3 .ion-social-dropbox:before,
footer.article-footer h3 .ion-social-dropbox-outline:before,
footer.article-footer h3 .ion-social-euro:before,
footer.article-footer h3 .ion-social-euro-outline:before,
footer.article-footer h3 .ion-social-facebook:before,
footer.article-footer h3 .ion-social-facebook-outline:before,
footer.article-footer h3 .ion-social-foursquare:before,
footer.article-footer h3 .ion-social-foursquare-outline:before,
footer.article-footer h3 .ion-social-freebsd-devil:before,
footer.article-footer h3 .ion-social-github:before,
footer.article-footer h3 .ion-social-github-outline:before,
footer.article-footer h3 .ion-social-google:before,
footer.article-footer h3 .ion-social-google-outline:before,
footer.article-footer h3 .ion-social-googleplus:before,
footer.article-footer h3 .ion-social-googleplus-outline:before,
footer.article-footer h3 .ion-social-hackernews:before,
footer.article-footer h3 .ion-social-hackernews-outline:before,
footer.article-footer h3 .ion-social-html5:before,
footer.article-footer h3 .ion-social-html5-outline:before,
footer.article-footer h3 .ion-social-instagram:before,
footer.article-footer h3 .ion-social-instagram-outline:before,
footer.article-footer h3 .ion-social-javascript:before,
footer.article-footer h3 .ion-social-javascript-outline:before,
footer.article-footer h3 .ion-social-linkedin:before,
footer.article-footer h3 .ion-social-linkedin-outline:before,
footer.article-footer h3 .ion-social-markdown:before,
footer.article-footer h3 .ion-social-nodejs:before,
footer.article-footer h3 .ion-social-octocat:before,
footer.article-footer h3 .ion-social-pinterest:before,
footer.article-footer h3 .ion-social-pinterest-outline:before,
footer.article-footer h3 .ion-social-python:before,
footer.article-footer h3 .ion-social-reddit:before,
footer.article-footer h3 .ion-social-reddit-outline:before,
footer.article-footer h3 .ion-social-rss:before,
footer.article-footer h3 .ion-social-rss-outline:before,
footer.article-footer h3 .ion-social-sass:before,
footer.article-footer h3 .ion-social-skype:before,
footer.article-footer h3 .ion-social-skype-outline:before,
footer.article-footer h3 .ion-social-snapchat:before,
footer.article-footer h3 .ion-social-snapchat-outline:before,
footer.article-footer h3 .ion-social-tumblr:before,
footer.article-footer h3 .ion-social-tumblr-outline:before,
footer.article-footer h3 .ion-social-tux:before,
footer.article-footer h3 .ion-social-twitch:before,
footer.article-footer h3 .ion-social-twitch-outline:before,
footer.article-footer h3 .ion-social-twitter:before,
footer.article-footer h3 .ion-social-twitter-outline:before,
footer.article-footer h3 .ion-social-usd:before,
footer.article-footer h3 .ion-social-usd-outline:before,
footer.article-footer h3 .ion-social-vimeo:before,
footer.article-footer h3 .ion-social-vimeo-outline:before,
footer.article-footer h3 .ion-social-whatsapp:before,
footer.article-footer h3 .ion-social-whatsapp-outline:before,
footer.article-footer h3 .ion-social-windows:before,
footer.article-footer h3 .ion-social-windows-outline:before,
footer.article-footer h3 .ion-social-wordpress:before,
footer.article-footer h3 .ion-social-wordpress-outline:before,
footer.article-footer h3 .ion-social-yahoo:before,
footer.article-footer h3 .ion-social-yahoo-outline:before,
footer.article-footer h3 .ion-social-yen:before,
footer.article-footer h3 .ion-social-yen-outline:before,
footer.article-footer h3 .ion-social-youtube:before,
footer.article-footer h3 .ion-social-youtube-outline:before,
footer.article-footer h3 .ion-soup-can:before,
footer.article-footer h3 .ion-soup-can-outline:before,
footer.article-footer h3 .ion-speakerphone:before,
footer.article-footer h3 .ion-speedometer:before,
footer.article-footer h3 .ion-spoon:before,
footer.article-footer h3 .ion-star:before,
footer.article-footer h3 .ion-stats-bars:before,
footer.article-footer h3 .ion-steam:before,
footer.article-footer h3 .ion-stop:before,
footer.article-footer h3 .ion-thermometer:before,
footer.article-footer h3 .ion-thumbsdown:before,
footer.article-footer h3 .ion-thumbsup:before,
footer.article-footer h3 .ion-toggle:before,
footer.article-footer h3 .ion-toggle-filled:before,
footer.article-footer h3 .ion-transgender:before,
footer.article-footer h3 .ion-trash-a:before,
footer.article-footer h3 .ion-trash-b:before,
footer.article-footer h3 .ion-trophy:before,
footer.article-footer h3 .ion-tshirt:before,
footer.article-footer h3 .ion-tshirt-outline:before,
footer.article-footer h3 .ion-umbrella:before,
footer.article-footer h3 .ion-university:before,
footer.article-footer h3 .ion-unlocked:before,
footer.article-footer h3 .ion-upload:before,
footer.article-footer h3 .ion-usb:before,
footer.article-footer h3 .ion-videocamera:before,
footer.article-footer h3 .ion-volume-high:before,
footer.article-footer h3 .ion-volume-low:before,
footer.article-footer h3 .ion-volume-medium:before,
footer.article-footer h3 .ion-volume-mute:before,
footer.article-footer h3 .ion-wand:before,
footer.article-footer h3 .ion-waterdrop:before,
footer.article-footer h3 .ion-wifi:before,
footer.article-footer h3 .ion-wineglass:before,
footer.article-footer h3 .ion-woman:before,
footer.article-footer h3 .ion-wrench:before,
footer.article-footer h3 .ion-xbox:before {
  color: #419ace;
  padding-right: 10px;
}

/* entry content */
/* line 926, ../scss/breakpoints/_base.scss */
.page .entry-content,
.error404 .entry-content,
.ipdigit-post .entry-content {
  font-size: 1.125em;
  padding: 1.5em 1.5em 0 0;
  /*
  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 932, ../scss/breakpoints/_base.scss */
.page .entry-content p,
.error404 .entry-content p,
.ipdigit-post .entry-content p {
  margin: 0 0 1.5em;
}
/* line 936, ../scss/breakpoints/_base.scss */
.page .entry-content ul, .page .entry-content ol, .page .entry-content table, .page .entry-content dl,
.error404 .entry-content ul,
.error404 .entry-content ol,
.error404 .entry-content table,
.error404 .entry-content dl,
.ipdigit-post .entry-content ul,
.ipdigit-post .entry-content ol,
.ipdigit-post .entry-content table,
.ipdigit-post .entry-content dl {
  margin: 30px 0 30px;
}
/* line 941, ../scss/breakpoints/_base.scss */
.page .entry-content ul li, .page .entry-content ol li,
.error404 .entry-content ul li,
.error404 .entry-content ol li,
.ipdigit-post .entry-content ul li,
.ipdigit-post .entry-content ol li {
  margin-bottom: 30px;
}
/* line 946, ../scss/breakpoints/_base.scss */
.page .entry-content ul,
.error404 .entry-content ul,
.ipdigit-post .entry-content ul {
  margin-left: 1.5em;
}
/* line 951, ../scss/breakpoints/_base.scss */
.page .entry-content ul li:before,
.error404 .entry-content ul li:before,
.ipdigit-post .entry-content ul li:before {
  content: "•";
  color: #419ace;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
/* line 964, ../scss/breakpoints/_base.scss */
.page .entry-content table,
.error404 .entry-content table,
.ipdigit-post .entry-content table {
  width: 100%;
  border: 1px solid #555555;
  margin-bottom: 1.5em;
}
/* line 969, ../scss/breakpoints/_base.scss */
.page .entry-content table caption,
.error404 .entry-content table caption,
.ipdigit-post .entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 978, ../scss/breakpoints/_base.scss */
.page .entry-content tr,
.error404 .entry-content tr,
.ipdigit-post .entry-content tr {
  border-bottom: 1px solid #555555;
}
/* line 981, ../scss/breakpoints/_base.scss */
.page .entry-content tr:nth-child(even),
.error404 .entry-content tr:nth-child(even),
.ipdigit-post .entry-content tr:nth-child(even) {
  background-color: #eeeeee;
}
/* line 986, ../scss/breakpoints/_base.scss */
.page .entry-content td,
.error404 .entry-content td,
.ipdigit-post .entry-content td {
  padding: 7px;
  border-right: 1px solid #555555;
}
/* line 990, ../scss/breakpoints/_base.scss */
.page .entry-content td:last-child,
.error404 .entry-content td:last-child,
.ipdigit-post .entry-content td:last-child {
  border-right: 0;
}
/* line 995, ../scss/breakpoints/_base.scss */
.page .entry-content th,
.error404 .entry-content th,
.ipdigit-post .entry-content th {
  background-color: #eeeeee;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
}
/* line 1000, ../scss/breakpoints/_base.scss */
.page .entry-content th:last-child,
.error404 .entry-content th:last-child,
.ipdigit-post .entry-content th:last-child {
  border-right: 0;
}
/* line 1005, ../scss/breakpoints/_base.scss */
.page .entry-content blockquote,
.error404 .entry-content blockquote,
.ipdigit-post .entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  font-style: italic;
  color: #999999;
}
/* line 1018, ../scss/breakpoints/_base.scss */
.page .entry-content dd,
.error404 .entry-content dd,
.ipdigit-post .entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1025, ../scss/breakpoints/_base.scss */
.page .entry-content img,
.error404 .entry-content img,
.ipdigit-post .entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 1043, ../scss/breakpoints/_base.scss */
.page .entry-content .size-auto,
.page .entry-content .size-full,
.page .entry-content .size-large,
.page .entry-content .size-medium,
.page .entry-content .size-thumbnail,
.error404 .entry-content .size-auto,
.error404 .entry-content .size-full,
.error404 .entry-content .size-large,
.error404 .entry-content .size-medium,
.error404 .entry-content .size-thumbnail,
.ipdigit-post .entry-content .size-auto,
.ipdigit-post .entry-content .size-full,
.ipdigit-post .entry-content .size-large,
.ipdigit-post .entry-content .size-medium,
.ipdigit-post .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 1052, ../scss/breakpoints/_base.scss */
.page .entry-content pre,
.error404 .entry-content pre,
.ipdigit-post .entry-content pre {
  background: #323944;
  color: #eeeeee;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
/* line 1061, ../scss/breakpoints/_base.scss */
.page .entry-content h3#footnotes,
.error404 .entry-content h3#footnotes,
.ipdigit-post .entry-content h3#footnotes {
  font-size: 1.050em;
  font-weight: 700;
}

/* end .entry-content */
/* line 1069, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
  /* images inside wp-caption */
}
/* line 1074, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1080, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  color: #999999;
  font-size: 0.6666em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1117, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1128, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1133, ../scss/breakpoints/_base.scss */
.pagination {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-align: center;
}
/* line 1138, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
}
/* line 1145, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 1163, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #999999;
}
/* line 1175, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  text-decoration: underline;
}
/* line 1183, ../scss/breakpoints/_base.scss */
.pagination .prev i {
  padding-right: 20px;
}
/* line 1191, ../scss/breakpoints/_base.scss */
.pagination .next i {
  padding-left: 20px;
}
/* line 1197, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #383838;
}
/* line 1201, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  text-decoration: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1214, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1218, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1230, ../scss/breakpoints/_base.scss */
.comments-single,
.ipdigit-post {
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
  /* edit comment link */
}
/* line 1233, ../scss/breakpoints/_base.scss */
.comments-single .comment-respond,
.ipdigit-post .comment-respond {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}
/* line 1237, ../scss/breakpoints/_base.scss */
.comments-single .comment-respond .comment-form-comment label,
.ipdigit-post .comment-respond .comment-form-comment label {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  padding: 0 0 10px 0;
}
/* line 1248, ../scss/breakpoints/_base.scss */
.comments-single #comments-title,
.ipdigit-post #comments-title {
  color: #383838;
  padding: 0.75em 0;
  margin: 0 0 20px 0;
  /* number of comments span */
}
/* line 1256, ../scss/breakpoints/_base.scss */
.comments-single #comments-title .ion-ios-arrow-right,
.ipdigit-post #comments-title .ion-ios-arrow-right {
  color: #999999 !important;
  font-size: 1.3em;
  margin-left: 3px;
  padding-right: 0;
  vertical-align: middle;
}
/* line 1266, ../scss/breakpoints/_base.scss */
.comments-single .leave-a-comment .ion-ios-arrow-right,
.ipdigit-post .leave-a-comment .ion-ios-arrow-right {
  color: #999999;
  font-size: 1.3em;
  margin-left: 3px;
  vertical-align: middle;
}
/* line 1280, ../scss/breakpoints/_base.scss */
.comments-single .commentlist,
.ipdigit-post .commentlist {
  margin: 0;
  list-style-type: none;
}
/* line 1289, ../scss/breakpoints/_base.scss */
.comments-single .article-footer div#respond,
.ipdigit-post .article-footer div#respond {
  display: none;
}
/* line 1294, ../scss/breakpoints/_base.scss */
.comments-single .comment,
.ipdigit-post .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.3em;
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 30px 15px;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 1303, ../scss/breakpoints/_base.scss */
.comments-single .comment .ion-ios-arrow-right,
.ipdigit-post .comment .ion-ios-arrow-right {
  color: #999999;
  font-size: 1.3em;
  vertical-align: middle;
}
/* line 1308, ../scss/breakpoints/_base.scss */
.comments-single .comment .ion-chatboxes,
.ipdigit-post .comment .ion-chatboxes {
  color: #419ace;
}
/* line 1312, ../scss/breakpoints/_base.scss */
.comments-single .comment .comment-author,
.ipdigit-post .comment .comment-author {
  padding: 0;
}
/* line 1316, ../scss/breakpoints/_base.scss */
.comments-single .comment time,
.ipdigit-post .comment time {
  color: #999999;
  float: right;
}
/* line 1322, ../scss/breakpoints/_base.scss */
.comments-single .comment .comment_content span,
.ipdigit-post .comment .comment_content span {
  color: #419ace;
}
/* line 1327, ../scss/breakpoints/_base.scss */
.comments-single .comment .comment-excerpt,
.ipdigit-post .comment .comment-excerpt {
  color: #999999;
  padding-right: 40px;
  position: relative;
}
/* line 1332, ../scss/breakpoints/_base.scss */
.comments-single .comment .comment-excerpt i,
.ipdigit-post .comment .comment-excerpt i {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 1340, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard,
.ipdigit-post .comment .vcard {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  padding-bottom: 10px;
}
/* line 1346, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard cite.fn,
.ipdigit-post .comment .vcard cite.fn {
  font-style: normal;
  color: #383838;
  display: inline-block;
}
/* line 1355, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard time,
.ipdigit-post .comment .vcard time {
  display: block;
  float: right;
}
/* line 1359, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard time a,
.ipdigit-post .comment .vcard time a {
  color: #999999;
  text-decoration: none;
}
/* line 1363, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard time a:hover,
.ipdigit-post .comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 1371, ../scss/breakpoints/_base.scss */
.comments-single .comment .vcard .avatar,
.ipdigit-post .comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 1380, ../scss/breakpoints/_base.scss */
.comments-single .comment:last-child,
.ipdigit-post .comment:last-child {
  margin-bottom: 0;
}
/* line 1384, ../scss/breakpoints/_base.scss */
.comments-single .comment .children,
.ipdigit-post .comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1410, ../scss/breakpoints/_base.scss */
.comments-single .comment[class*=depth-],
.ipdigit-post .comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1414, ../scss/breakpoints/_base.scss */
.comments-single .comment.depth-1,
.ipdigit-post .comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1419, ../scss/breakpoints/_base.scss */
.comments-single .comment:not(.depth-1),
.ipdigit-post .comment:not(.depth-1) {
  padding-right: 0;
  border-bottom: none;
}
/* line 1428, ../scss/breakpoints/_base.scss */
.comments-single .comment.depth-2,
.ipdigit-post .comment.depth-2 {
  padding-left: 30px !important;
  display: none;
}
/* line 1478, ../scss/breakpoints/_base.scss */
.comments-single .comment_content p,
.ipdigit-post .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 1488, ../scss/breakpoints/_base.scss */
.comments-single .comment-reply-link,
.ipdigit-post .comment-reply-link {
  font-size: 0.6em;
  float: right;
}
/* line 1501, ../scss/breakpoints/_base.scss */
.comments-single .comment-edit-link,
.ipdigit-post .comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  float: right;
  font-size: 0.9em;
}
/* line 1511, ../scss/breakpoints/_base.scss */
.comments-single #comments-title .read_more,
.ipdigit-post #comments-title .read_more {
  font-size: 0.636em;
}
/* line 1516, ../scss/breakpoints/_base.scss */
.comments-single span.read_more,
.ipdigit-post span.read_more {
  float: right;
  font-weight: normal;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  color: #999999;
  padding-left: 40px;
  padding-right: 10px;
}
/* line 1524, ../scss/breakpoints/_base.scss */
.comments-single span.read_more a,
.ipdigit-post span.read_more a {
  color: #999999;
}
/* line 1527, ../scss/breakpoints/_base.scss */
.comments-single span.read_more a:hover, .comments-single span.read_more a:focus, .comments-single span.read_more a:visited:hover, .comments-single span.read_more a:visited:focus,
.ipdigit-post span.read_more a:hover,
.ipdigit-post span.read_more a:focus,
.ipdigit-post span.read_more a:visited:hover,
.ipdigit-post span.read_more a:visited:focus {
  text-decoration: underline;
}

/******************************************************************
COMMENTS SINGLE STYLES
******************************************************************/
/* line 1543, ../scss/breakpoints/_base.scss */
.comments-single .comments {
  /* variations */
  /* change number for different depth */
  /* general comment classes */
}
/* line 1545, ../scss/breakpoints/_base.scss */
.comments-single .comments ul li {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 1604, ../scss/breakpoints/_base.scss */
.comments-single .comment_content.comment_full_content {
  display: none;
}
/* line 1608, ../scss/breakpoints/_base.scss */
.comments-single .comment_content.comment_excerpt:hover {
  cursor: default;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 1618, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em 0;
}

/* line 1624, ../scss/breakpoints/_base.scss */
#reply-title {
  display: none;
  margin: 0;
}

/* line 1629, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #999999;
  font-style: italic;
  margin: 0;
  padding-left: 12px;
}
/* line 1635, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #555555;
}

/* line 1640, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 1644, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #eeeeee;
  font-size: 0.9em;
}

/* line 1650, ../scss/breakpoints/_base.scss */
p.comment-form-comment label {
  padding-left: 12px;
}

/* comment submit button */
/* line 1655, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
/* line 1663, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 1676, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 1681, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/* line 1685, ../scss/breakpoints/_base.scss */
.leave-a-comment {
  padding: 25px 0;
}
/* line 1688, ../scss/breakpoints/_base.scss */
.leave-a-comment .accordion-header {
  color: #999999;
  font-size: 1em;
  text-align: right;
}
/* line 1693, ../scss/breakpoints/_base.scss */
.leave-a-comment .accordion-header:hover {
  text-decoration: underline;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 1703, ../scss/breakpoints/_base.scss */
#sidebar-footer {
  display: none;
}

/* line 1708, ../scss/breakpoints/_base.scss */
#sidebarhome a, #sidebarhome a:visited {
  color: #419ace;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 1713, ../scss/breakpoints/_base.scss */
#sidebarhome a:hover, #sidebarhome a:focus, #sidebarhome a:visited:hover, #sidebarhome a:visited:focus {
  color: #419ace;
  text-decoration: underline;
}
/* line 1722, ../scss/breakpoints/_base.scss */
#sidebarhome a:link, #sidebarhome 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);
}
/* line 1747, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_categories li:hover {
  background-color: #fafafa;
  cursor: pointer;
}
/* line 1753, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_categories ul.children {
  margin-left: 10px;
}
/* line 1757, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_categories span {
  z-index: 1;
}
/* line 1765, ../scss/breakpoints/_base.scss */
#sidebarhome .widgettitle {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #999999;
  font-size: 0.857em;
  padding: 13px 10px 10px;
  text-transform: uppercase;
  margin: 0;
}
/* line 1775, ../scss/breakpoints/_base.scss */
#sidebarhome #text-5 {
  display: none;
}
/* line 1781, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 .widgettitle {
  margin-bottom: 10px;
}
/* line 1785, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 p {
  display: inline;
  padding: 0;
  margin-top: 10px;
}
/* line 1791, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 img {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 1796, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 a {
  color: #555 !important;
}
/* line 1798, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 a:hover {
  color: #419ace !important;
}
/* line 1801, ../scss/breakpoints/_base.scss */
#sidebarhome #text-25 .byline {
  color: #999;
  display: inline-block;
  font-size: inherit;
  padding-right: 0;
}
/* line 1811, ../scss/breakpoints/_base.scss */
#sidebarhome div.widget_categories {
  position: relative;
}
/* line 1814, ../scss/breakpoints/_base.scss */
#sidebarhome div.widget_categories span.nav_arrow {
  display: inline-block;
  padding: 13px 10px 10px;
  position: absolute;
  right: 0;
}
/* line 1822, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_nav_menu,
#sidebarhome .widget_categories {
  position: relative;
}
/* line 1828, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_nav_menu ul.sub-menu li a,
#sidebarhome .widget_categories ul.sub-menu li a {
  padding-left: 30px;
}
/* line 1834, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_nav_menu span,
#sidebarhome .widget_categories span {
  z-index: 1;
}
/* line 1837, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_nav_menu span.nav_arrow,
#sidebarhome .widget_categories span.nav_arrow {
  display: inline-block;
  padding: 13px 10px 10px;
  position: absolute;
  right: 0;
}
/* line 1843, ../scss/breakpoints/_base.scss */
#sidebarhome .widget_nav_menu span.nav_arrow:hover, #sidebarhome .widget_nav_menu span.nav_arrow:active,
#sidebarhome .widget_categories span.nav_arrow:hover,
#sidebarhome .widget_categories span.nav_arrow:active {
  cursor: pointer;
  color: #419ace;
}
/* line 1852, ../scss/breakpoints/_base.scss */
#sidebarhome .widget {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  margin: 0 0 30px 0;
  font-size: 0.875em;
}
/* line 1857, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul {
  display: none;
  margin: 0;
  position: relative;
  height: 100%;
}
/* line 1863, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul .current-menu-ancestor ul.sub-menu {
  display: block;
}
/* line 1865, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li {
  margin: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  /* deep nesting */
}
/* line 1873, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li span.nav_arrow {
  display: inline-block;
  padding: 13px 10px 10px;
  position: absolute;
  right: 0;
}
/* line 1880, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li span.post_count {
  display: inline-block;
  padding: 13px 10px 10px;
  position: absolute;
  right: 30px;
}
/* line 1887, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li a {
  display: inline-block;
  width: 100%;
  color: #555555;
  padding: 13px 50px 10px 10px;
  height: 100%;
  max-width: 75%;
}
/* line 1897, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li.current-menu-item, #sidebarhome .widget ul li.current-cat {
  background-color: #ffffff;
}
/* line 1899, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li.current-menu-item li, #sidebarhome .widget ul li.current-cat li {
  background-color: #f7f7f7;
}
/* line 1908, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li .sub-menu li:last-of-type {
  border-bottom: none;
}
/* line 1909, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li .sub-menu li:first-of-type {
  border-top: 1px solid #ccc;
}
/* line 1922, ../scss/breakpoints/_base.scss */
#sidebarhome .widget ul li ul {
  display: none;
}

/* line 1930, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
/* line 1943, ../scss/breakpoints/_base.scss */
.footer {
  background-color: #fff;
  clear: both;
}
/* line 1949, ../scss/breakpoints/_base.scss */
.footer a:link, .footer a:visited:link {
  color: #999999;
}

/* line 1956, ../scss/breakpoints/_base.scss */
#inner-footer {
  border-top: 1px solid #ccc;
  text-align: center;
}

/*
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.
*/
/* line 1974, ../scss/breakpoints/_base.scss */
.footer-links ul li {
  float: left;
}

/* line 1981, ../scss/breakpoints/_base.scss */
ul#menu-footer-links {
  color: #999999;
  font-size: 0.6875em;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  list-style-type: none;
  display: inline;
}
/* line 1989, ../scss/breakpoints/_base.scss */
ul#menu-footer-links li {
  display: inline;
  padding-left: 10px;
}
/* line 1993, ../scss/breakpoints/_base.scss */
ul#menu-footer-links li a {
  color: #999999;
}

/* end .footer-links */
/* line 2003, ../scss/breakpoints/_base.scss */
.copyright {
  color: #999999;
  font-size: 0.6875em;
  text-align: center;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}

/* line 2010, ../scss/breakpoints/_base.scss */
.footer-links {
  float: right;
}

/* line 2014, ../scss/breakpoints/_base.scss */
.footer-links + li {
  display: none;
}

/* line 2018, ../scss/breakpoints/_base.scss */
#footnotescroll {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #419ace;
  font-size: 1.7em;
  display: none;
}

/* line 2030, ../scss/breakpoints/_base.scss */
#scroll {
  position: fixed;
  bottom: 0;
  box-shadow: inset 0 1px 0 0 #419ace;
  font-size: 1.7em;
  right: 0;
  background-color: white;
  width: 100%;
  display: none;
}
/* line 2040, ../scss/breakpoints/_base.scss */
#scroll .pdf-hidden {
  display: none;
}
/* line 2044, ../scss/breakpoints/_base.scss */
#scroll #inner-scroll {
  color: #419ace;
  display: inline-block;
}
/* line 2048, ../scss/breakpoints/_base.scss */
#scroll #inner-scroll a {
  color: #419ace;
  display: block;
  padding: 10px 15px 0 15px;
}
/* line 2053, ../scss/breakpoints/_base.scss */
#scroll #inner-scroll a:hover {
  background: transparent none repeat scroll 0 0;
}

/******************************************************************
AUTHORS TEMPLATE PAGE
******************************************************************/
/* line 2070, ../scss/breakpoints/_base.scss */
.page-template-page-authors header.article-header .intro {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  padding-bottom: 20px;
}
/* line 2077, ../scss/breakpoints/_base.scss */
.page-template-page-authors h2 {
  color: #999999;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 10px 10px;
  text-transform: uppercase;
}
/* line 2090, ../scss/breakpoints/_base.scss */
.page-template-page-authors .author-link {
  display: inline-block;
  font-size: 2em;
  padding: 10px 20px 0 0;
}
/* line 2097, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section {
  border-top: 1px solid #ccc;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  padding: 20px 0 30px 0;
  width: 100%;
}
/* line 2105, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .author-avatar {
  float: left;
}
/* line 2109, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .author-avatar,
.page-template-page-authors .authors section .author-meta {
  vertical-align: top;
}
/* line 2116, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .author-avatar {
  max-width: 240px;
}
/* line 2122, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .display-name a {
  color: #383838;
  text-decoration: none;
}
/* line 2129, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .author-links {
  float: right;
}
/* line 2133, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section .author-description {
  clear: both;
  display: block;
  font-family: "PTSerif", Cambria, Times New Roman, Times, serif;
  font-size: 1.4em;
  padding-top: 20px;
}
/* line 2142, ../scss/breakpoints/_base.scss */
.page-template-page-authors .authors section img {
  border-radius: 50%;
  display: block;
  margin-left: 0 !important;
  margin-right: 20px;
  transform: none !important;
}

/*********************
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:
  
  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.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_481up.scss */
  .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 STYLES
  *********************/
  /* entry content */
  /* line 81, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 85, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 90, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 95, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  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:
  
  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 STYLES
  *********************/
  /* line 18, ../scss/breakpoints/_768up.scss */
  html {
    overflow-x: hidden;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 28, ../scss/breakpoints/_768up.scss */
  .wrap {
    width: 760px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 38, ../scss/breakpoints/_768up.scss */
  .header #inner-header {
    overflow: hidden;
  }
  /* line 48, ../scss/breakpoints/_768up.scss */
  .header .ion-search {
    color: #419ace;
    float: right;
    font-size: 1.3em;
    font-weight: 300;
  }
  /* line 56, ../scss/breakpoints/_768up.scss */
  .header .standalone {
    padding: 19px 15px 0 15px;
  }
  /* line 60, ../scss/breakpoints/_768up.scss */
  .header #search {
    display: none;
    float: right;
    padding-top: 9px;
  }
  /* line 68, ../scss/breakpoints/_768up.scss */
  .header input#s {
    width: 65%;
    margin-bottom: 0;
  }
  /* line 83, ../scss/breakpoints/_768up.scss */
  .header .screen-reader-text {
    display: none;
  }

  /* line 102, ../scss/breakpoints/_768up.scss */
  #logo {
    float: left;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 111, ../scss/breakpoints/_768up.scss */
  .header nav {
    display: inline;
    float: right;
  }

  /* line 118, ../scss/breakpoints/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 121, ../scss/breakpoints/_768up.scss */
  .nav ul {
    background-color: #fff;
    margin: 0 31px 0 0;
  }
  /* line 126, ../scss/breakpoints/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 130, ../scss/breakpoints/_768up.scss */
  .nav li a {
    border-bottom: 0;
    color: #383838;
    padding: 18px 15px;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 139, ../scss/breakpoints/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background-color: #eeeeee;
    color: #383838;
  }
  /* line 152, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 161, ../scss/breakpoints/_768up.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 162, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding: 10px 0 10px 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 178, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 188, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }

  /* end .nav */
  /*********************
  HOME STYLES
  *********************/
  /* line 229, ../scss/breakpoints/_768up.scss */
  .home .home-title h1 {
    border-top: 1px solid #ccc;
  }
  /* line 235, ../scss/breakpoints/_768up.scss */
  .home .blog-articles .page-title {
    margin: 0;
  }
  /* line 240, ../scss/breakpoints/_768up.scss */
  .home .blog-articles .home-title {
    margin: 0;
  }
  /* line 244, ../scss/breakpoints/_768up.scss */
  .home .blog-articles h1 {
    border-top: none;
  }

  /* line 263, ../scss/breakpoints/_768up.scss */
  .blog-articles .welcome,
  .archive .welcome,
  .home .welcome,
  .search-results .welcome,
  .e-book .welcome {
    display: none;
  }
  /* line 264, ../scss/breakpoints/_768up.scss */
  .blog-articles .welcome-main,
  .archive .welcome-main,
  .home .welcome-main,
  .search-results .welcome-main,
  .e-book .welcome-main {
    display: block;
  }
  /* line 273, ../scss/breakpoints/_768up.scss */
  .blog-articles .home-title:first-of-type,
  .archive .home-title:first-of-type,
  .home .home-title:first-of-type,
  .search-results .home-title:first-of-type,
  .e-book .home-title:first-of-type {
    margin-top: 10px;
  }
  /* line 282, ../scss/breakpoints/_768up.scss */
  .blog-articles .hentry header,
  .archive .hentry header,
  .home .hentry header,
  .search-results .hentry header,
  .e-book .hentry header {
    padding: 0;
  }
  /* line 289, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-photo,
  .blog-articles #main .article-content,
  .archive #main .article-photo,
  .archive #main .article-content,
  .home #main .article-photo,
  .home #main .article-content,
  .search-results #main .article-photo,
  .search-results #main .article-content,
  .e-book #main .article-photo,
  .e-book #main .article-content {
    display: inline-block;
    vertical-align: top;
    min-height: 150px;
  }
  /* line 294, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-photo h1,
  .blog-articles #main .article-content h1,
  .archive #main .article-photo h1,
  .archive #main .article-content h1,
  .home #main .article-photo h1,
  .home #main .article-content h1,
  .search-results #main .article-photo h1,
  .search-results #main .article-content h1,
  .e-book #main .article-photo h1,
  .e-book #main .article-content h1 {
    padding-bottom: 0;
    padding-top: 5px;
  }
  /* line 298, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-photo header,
  .blog-articles #main .article-photo section,
  .blog-articles #main .article-photo footer,
  .blog-articles #main .article-content header,
  .blog-articles #main .article-content section,
  .blog-articles #main .article-content footer,
  .archive #main .article-photo header,
  .archive #main .article-photo section,
  .archive #main .article-photo footer,
  .archive #main .article-content header,
  .archive #main .article-content section,
  .archive #main .article-content footer,
  .home #main .article-photo header,
  .home #main .article-photo section,
  .home #main .article-photo footer,
  .home #main .article-content header,
  .home #main .article-content section,
  .home #main .article-content footer,
  .search-results #main .article-photo header,
  .search-results #main .article-photo section,
  .search-results #main .article-photo footer,
  .search-results #main .article-content header,
  .search-results #main .article-content section,
  .search-results #main .article-content footer,
  .e-book #main .article-photo header,
  .e-book #main .article-photo section,
  .e-book #main .article-photo footer,
  .e-book #main .article-content header,
  .e-book #main .article-content section,
  .e-book #main .article-content footer {
    display: block;
  }
  /* line 303, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-photo section,
  .blog-articles #main .article-content section,
  .archive #main .article-photo section,
  .archive #main .article-content section,
  .home #main .article-photo section,
  .home #main .article-content section,
  .search-results #main .article-photo section,
  .search-results #main .article-content section,
  .e-book #main .article-photo section,
  .e-book #main .article-content section {
    margin-bottom: 30px;
  }
  /* line 309, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-photo,
  .archive #main .article-photo,
  .home #main .article-photo,
  .search-results #main .article-photo,
  .e-book #main .article-photo {
    width: 165px;
  }
  /* line 313, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-content,
  .archive #main .article-content,
  .home #main .article-content,
  .search-results #main .article-content,
  .e-book #main .article-content {
    width: 280px;
    margin-left: 15px;
  }
  /* line 316, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .article-content .byline,
  .archive #main .article-content .byline,
  .home #main .article-content .byline,
  .search-results #main .article-content .byline,
  .e-book #main .article-content .byline {
    left: 183px;
  }
  /* line 322, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .nice-container,
  .archive #main .nice-container,
  .home #main .nice-container,
  .search-results #main .nice-container,
  .e-book #main .nice-container {
    border-left: 1px solid #ccc;
    padding-left: 20px;
  }
  /* line 328, ../scss/breakpoints/_768up.scss */
  .blog-articles #main img,
  .archive #main img,
  .home #main img,
  .search-results #main img,
  .e-book #main img {
    float: left;
    margin-right: 15px;
  }
  /* line 333, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .attachment-bones-home-375,
  .archive #main .attachment-bones-home-375,
  .home #main .attachment-bones-home-375,
  .search-results #main .attachment-bones-home-375,
  .e-book #main .attachment-bones-home-375 {
    display: none;
  }
  /* line 337, ../scss/breakpoints/_768up.scss */
  .blog-articles #main .attachment-bones-home-220,
  .archive #main .attachment-bones-home-220,
  .home #main .attachment-bones-home-220,
  .search-results #main .attachment-bones-home-220,
  .e-book #main .attachment-bones-home-220 {
    display: block !important;
  }
  /* line 341, ../scss/breakpoints/_768up.scss */
  .blog-articles #main article,
  .archive #main article,
  .home #main article,
  .search-results #main article,
  .e-book #main article {
    box-shadow: 1px 2px 0 0 #ccc;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
  }
  /* line 347, ../scss/breakpoints/_768up.scss */
  .blog-articles #main article.ebook,
  .archive #main article.ebook,
  .home #main article.ebook,
  .search-results #main article.ebook,
  .e-book #main article.ebook {
    box-shadow: none;
  }
  /* line 349, ../scss/breakpoints/_768up.scss */
  .blog-articles #main article.ebook:hover,
  .archive #main article.ebook:hover,
  .home #main article.ebook:hover,
  .search-results #main article.ebook:hover,
  .e-book #main article.ebook:hover {
    box-shadow: none;
  }
  /* line 352, ../scss/breakpoints/_768up.scss */
  .blog-articles #main article:hover,
  .archive #main article:hover,
  .home #main article:hover,
  .search-results #main article:hover,
  .e-book #main article:hover {
    box-shadow: 1px 2px 0 0 #419ace;
  }
  /* line 355, ../scss/breakpoints/_768up.scss */
  .blog-articles #main article:hover img,
  .archive #main article:hover img,
  .home #main article:hover img,
  .search-results #main article:hover img,
  .e-book #main article:hover img {
    opacity: 70%;
  }
  /* line 361, ../scss/breakpoints/_768up.scss */
  .blog-articles #main p.footer-comment-count,
  .archive #main p.footer-comment-count,
  .home #main p.footer-comment-count,
  .search-results #main p.footer-comment-count,
  .e-book #main p.footer-comment-count {
    bottom: 10px;
    position: absolute;
    right: 10px;
  }
  /* line 367, ../scss/breakpoints/_768up.scss */
  .blog-articles #main p.byline,
  .archive #main p.byline,
  .home #main p.byline,
  .search-results #main p.byline,
  .e-book #main p.byline {
    bottom: 10px;
    position: absolute;
    left: 238px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 381, ../scss/breakpoints/_768up.scss */
  .ipdigit-post img {
    max-width: 100% !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 392, ../scss/breakpoints/_768up.scss */
  .single {
    /* post meta */
  }
  /* line 394, ../scss/breakpoints/_768up.scss */
  .single .entry-content {
    font-size: 1.25em;
    line-height: 1.6;
  }
  /* line 404, ../scss/breakpoints/_768up.scss */
  .single .fullwidth {
    display: block;
    margin: 0px -2000px;
    padding: 0px 2000px;
    background-color: #eeeeee;
  }
  /* line 410, ../scss/breakpoints/_768up.scss */
  .single .s-byline {
    display: none;
  }
  /* line 414, ../scss/breakpoints/_768up.scss */
  .single .entry-meta {
    display: block;
    font-size: 0.9em;
  }
  /* line 417, ../scss/breakpoints/_768up.scss */
  .single .entry-meta.footer {
    font-size: 0.7em;
    background-color: #eeeeee;
  }
  /* line 421, ../scss/breakpoints/_768up.scss */
  .single .entry-meta.byline {
    color: #999999;
    margin: 30px 0;
  }
  /* line 425, ../scss/breakpoints/_768up.scss */
  .single .entry-meta.byline img {
    float: left;
    margin-right: 20px;
    margin-left: 0 !important;
    transform: none !important;
  }
  /* line 432, ../scss/breakpoints/_768up.scss */
  .single .entry-meta.byline a, .single .entry-meta.byline a:visited {
    color: #383838;
    text-decoration: none;
    /* on hover */
  }
  /* line 437, ../scss/breakpoints/_768up.scss */
  .single .entry-meta.byline a:hover, .single .entry-meta.byline a:focus, .single .entry-meta.byline a:visited:hover, .single .entry-meta.byline a:visited:focus {
    color: #383838;
    text-decoration: underline;
  }
  /* line 444, ../scss/breakpoints/_768up.scss */
  .single .entry-meta span.entry-author {
    font-size: 1.143em;
    color: #383838;
  }
  /* line 448, ../scss/breakpoints/_768up.scss */
  .single .entry-meta span.entry-author a, .single .entry-meta span.entry-author a:visited {
    color: #383838;
    text-decoration: none;
    /* on hover */
  }
  /* line 453, ../scss/breakpoints/_768up.scss */
  .single .entry-meta span.entry-author a:hover, .single .entry-meta span.entry-author a:focus, .single .entry-meta span.entry-author a:visited:hover, .single .entry-meta span.entry-author a:visited:focus {
    color: #383838;
    text-decoration: underline;
  }
  /* line 465, ../scss/breakpoints/_768up.scss */
  .single .article-footer.byline, .single #related {
    background-color: #eeeeee;
  }
  /* line 469, ../scss/breakpoints/_768up.scss */
  .single .byline .inner-content {
    padding: 1.5em;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 479, ../scss/breakpoints/_768up.scss */
  #sidebarhome {
    padding-right: 1.25em;
  }
  /* line 486, ../scss/breakpoints/_768up.scss */
  #sidebarhome .widget ul {
    display: block;
  }
  /* line 491, ../scss/breakpoints/_768up.scss */
  #sidebarhome .widgettitle {
    border-top: none;
  }
  /* line 497, ../scss/breakpoints/_768up.scss */
  #sidebarhome .widget_categories span.nav_arrow.h4title {
    display: none;
  }
  /* line 501, ../scss/breakpoints/_768up.scss */
  #sidebarhome .widget_categories ul:first-of-type {
    display: block;
  }
  /* line 505, ../scss/breakpoints/_768up.scss */
  #sidebarhome .widget_categories ul.children {
    display: none;
  }
  /* line 511, ../scss/breakpoints/_768up.scss */
  #sidebarhome #text-5 {
    display: block;
  }
  /* line 516, ../scss/breakpoints/_768up.scss */
  #sidebarhome .textwidget span {
    display: inline-block;
    font-size: 32px;
    color: #419ace;
    padding-right: 30px;
  }

  /* line 525, ../scss/breakpoints/_768up.scss */
  #sidebar-footer {
    display: block !important;
    border-top: 1px solid #419ace;
    padding-bottom: 20px;
    background-color: #fff;
    margin-top: 30px;
  }
  /* line 532, ../scss/breakpoints/_768up.scss */
  #sidebar-footer img {
    margin: 2.2em 0 0 0;
    float: left;
    clear: both;
  }
  /* line 538, ../scss/breakpoints/_768up.scss */
  #sidebar-footer div.last-col img {
    float: right;
  }
  /* line 542, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widgettitle {
    display: none;
  }
  /* line 547, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    margin: 0;
  }
  /* line 551, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 0 0 2%;
    /* deep nesting */
  }
  /* line 559, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li:first-child {
    margin-left: 0;
  }
  /* line 565, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li a {
    color: #383838;
    font-size: 0.875em;
  }
  /* line 571, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul {
    margin: 1em 0;
    padding-left: 0;
  }
  /* line 575, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 580, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li a {
    color: #999999;
  }
  /* line 583, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li a:hover, #sidebar-footer .widget ul li ul li a:focus {
    color: #999999;
  }
  /* line 588, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li a:link {
    color: #999999;
  }
  /* line 592, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li a:visited {
    color: #999999;
  }
  /* line 597, ../scss/breakpoints/_768up.scss */
  #sidebar-footer .widget ul li ul li .cat-item-1 {
    display: none;
  }

  /* line 614, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 619, ../scss/breakpoints/_768up.scss */
  .widget {
    margin: 2.2em 0 0 0;
  }
  /* line 624, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    /* deep nesting */
  }

  /* line 640, ../scss/breakpoints/_768up.scss */
  aside#related {
    display: block;
  }
  /* line 643, ../scss/breakpoints/_768up.scss */
  aside#related article:hover {
    box-shadow: 1px 2px 0 0 #419ace;
    background-color: #fafafa;
  }
  /* line 649, ../scss/breakpoints/_768up.scss */
  aside#related a.article-link:hover {
    text-decoration: none;
  }
  /* line 651, ../scss/breakpoints/_768up.scss */
  aside#related a.article-link:hover img {
    opacity: 70%;
  }
  /* line 659, ../scss/breakpoints/_768up.scss */
  aside .d-1of3 {
    width: 31.333%;
    margin-right: 2%;
    padding-right: 0;
  }
  /* line 664, ../scss/breakpoints/_768up.scss */
  aside .d-1of3:nth-child(3) {
    margin-right: 0;
  }

  /* 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 */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 830, ../scss/breakpoints/_768up.scss */
  .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:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1030up.scss */
  .wrap {
    width: 1040px;
  }

  /* line 20, ../scss/breakpoints/_1030up.scss */
  .entry-content {
    padding: 1.5em 0 0;
  }

  /* line 29, ../scss/breakpoints/_1030up.scss */
  .blog-articles #main .article-photo,
  .archive #main .article-photo,
  .home #main .article-photo,
  .search-results #main .article-photo {
    width: 235px;
  }
  /* line 30, ../scss/breakpoints/_1030up.scss */
  .blog-articles #main .article-content,
  .archive #main .article-content,
  .home #main .article-content,
  .search-results #main .article-content {
    width: 470px;
    margin-left: 0;
  }
  /* line 34, ../scss/breakpoints/_1030up.scss */
  .blog-articles #main .article-content .byline,
  .archive #main .article-content .byline,
  .home #main .article-content .byline,
  .search-results #main .article-content .byline {
    left: 238px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
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.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
