/******************************************************************
Developed by:
URL:

Stylesheet: Main Stylesheet

Load stylesheets!
******************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/******************************************************************
Site Name:
Author:
=======
Developed by:
URL:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.
******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.center {
  text-align: center; }

/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	lib/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('lib/fonts/font-name.eot');
    	src: url('lib/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('lib/fonts/font-name.woff') format('woff'),
             url('lib/fonts/font-name.ttf') format('truetype'),
             url('lib/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

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

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

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

/*********************
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); */
/* Uncomment and set these variables to customize the grid. */
.wrap-sm {
  max-width: 930px;
  width: 94%;
  margin: 0 auto; }

/* Globally change grid width here */
.wrap-md {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto; }

/* Globally change grid width here */
.wrap {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto; }

/* Globally change grid width here */
.wrap-full {
  width: 94%;
  margin: 0 auto;
  clear: both; }

/* Globally change grid width here */
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

[class*='col-'] {
  padding: 0 1rem 2rem 1rem;
  flex-direction: column; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/*
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
*/
/*------------------------------------------------------------------
Developed by:
URL:

Stylesheet: Base Mobile Stylesheet
Keep it simple, this loads on phones :)


------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links & Buttons
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Navigation
4.0 - Pages
	4.1 - Homepage
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer
10.0 - Visual Composer
11.0 - Woocommerce


/*------------------------------------------------------------------
1.0 - General Style
------------------------------------------------------------------*/
html {
  font-size: 62.5%; }
  html {
    font-size: 8px; }
    @media screen and (min-width: 320px) {
      html {
        font-size: calc( 8px + 2 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      html {
        font-size: 10px; } }

html,
body {
  font-family: "EurostileCondensed-Regular", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #565656;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  background-color: #fff; }

body {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column; }

*:focus {
  outline: none; }

p,
ul,
ol,
select {
  font-size: 1.8rem;
  line-height: 1.4; }

p {
  margin: 0 0 30px 0;
  font-family: "EurostileCondensed-Regular", Arial, sans-serif; }

strong {
  font-family: "EurostileCondensed-Bold", Arial, sans-serif; }

ul {
  margin: 0 0 20px 10px;
  list-style: circle; }
  ul li {
    padding: 0 0 15px 0;
    color: #36AD0E; }

ol {
  margin: 0 0 20px 0;
  list-style: decimal; }
  ol li {
    padding: 0 0 15px 0; }

ul.clearfix {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }

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

.center {
  text-align: center; }

select {
  cursor: pointer;
  font-family: "EurostileCondensed-Regular", Arial, sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  appearance: none;
  padding: 5px 28px 5px 5px; }
  select option {
    background-color: transparent !important;
    appearance: none; }

.select-wrap {
  margin-right: 10px; }

@media only screen and (max-width: 480px) {
  .select-wrap,
  .woocommerce-ordering {
    width: 100%;
    clear: both; }
    .select-wrap select,
    .woocommerce-ordering select {
      width: 100%;
      vertical-align: middle; } }

.select-wrap,
.woocommerce-ordering {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  float: left;
  zoom: 1;
  *display: inline;
  border: 1px solid #eee;
  margin-bottom: 10px; }
  .select-wrap:after,
  .woocommerce-ordering:after {
    content: '\F107';
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
    padding: 3px 5px;
    text-align: center;
    width: auto;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box; }

/*------------------------------------------------------------------
1.1 - Links & Buttons
------------------------------------------------------------------*/
a {
  color: #36AD0E;
  font-weight: normal;
  text-decoration: none;
  font-family: "EurostileCondensed-Regular", Arial, sans-serif;
  outline: 0;
  transition: 0.2s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:after {
    display: inline-block;
    margin-left: 5px;
    font-size: 85%; }
  a:before {
    display: inline-block;
    margin-right: 5px;
    font-size: 85%; }
  a:hover, a:focus {
    color: #000;
    outline: 0; }
  a:active {
    color: #000; }

button {
  font-size: 1.8rem;
  border: 1px solid #36AD0E;
  color: #36AD0E;
  text-align: center;
  padding: 20px 25px;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-family: "EurostileCondensed-Bold", Arial, sans-serif;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-in-out; }
  button:after {
    transition: 0.2s ease-in-out; }
  button:hover {
    color: #000;
    border: 1px solid #000; }
  button span {
    margin-left: 3px;
    font-size: 85%; }

.close-btn {
  content: '\F00D';
  font-family: FontAwesome;
  font-size: 3rem;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #000;
  padding: 7px 12px;
  cursor: pointer;
  z-index: 600; }
  .close-btn:hover {
    color: #36AD0E; }

/*------------------------------------------------------------------
1.2 - Headings
------------------------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0 0 15px 0;
  color: #000;
  line-height: 1.2; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
    color: #36AD0E; }
    h1 a:hover,
    .h1 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover {
      color: #000; }

h1,
.h1 {
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #36AD0E;
  padding: 0 0;
  margin: 0 0 15px 0; }

h2,
.h2 {
  font-size: 4.8rem;
  text-transform: capitalize; }

h3,
.h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  margin: 0 0 15px 0; }

h4,
.h4 {
  font-size: 2.2rem; }

h5,
.h5 {
  font-size: 2rem; }

h6,
.h6 {
  font-size: 2rem; }

/*------------------------------------------------------------------
2.0 - Layout & Grid
------------------------------------------------------------------*/
.mobile {
  display: block; }

.desktop {
  display: none; }

.page {
  width: auto;
  /*prevents text from overflowing screen width*/
  flex: 1 0 auto;
  background-size: cover;
  background-repeat: no-repeat; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex {
  display: flex !important; }

.popup-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
  width: 100%;
  display: none; }
  .popup-video .video-wrapper {
    width: 100%; }
  .popup-video iframe {
    width: 100%;
    height: 100%;
    z-index: 101; }

/*------------------------------------------------------------------
3.0 - Header
------------------------------------------------------------------*/
header ul {
  list-style: none; }
  header ul li {
    padding: 0; }

header img {
  width: 100%; }

.header {
  width: 100%;
  z-index: 400;
  position: relative;
  background: transparent; }
  .header #header-1 {
    padding: 2rem 0; }
    .header #header-1 [class*='col-'] {
      padding-bottom: 0; }
  .header #header-2 {
    padding: 2rem 0 1.2rem; }
    .header #header-2 [class*='col-'] {
      padding-bottom: 0; }
  .header img {
    width: auto; }
  .header .header--left, .header .header--right {
    flex-basis: auto !important;
    justify-content: space-between;
    padding: 0 1rem !important; }
  .header .logo {
    min-width: 106px;
    max-width: 275px;
    height: auto;
    display: inline-block;
    margin: auto;
    transition: 0.2s linear;
    position: relative;
    padding: 2px 0 8px 0; }
    .header .logo a {
      display: inline-block;
      width: 100%; }
  .header .mobile-logo {
    width: 150px; }
    .header .mobile-logo img {
      width: 150px !important; }

/*------------------------------------------------------------------
3.1 - Login
------------------------------------------------------------------*/
.login-container form p {
  display: inline-block;
  margin: 0 0 10px 10px; }
  .login-container form p input {
    width: 120px;
    padding: 5px;
    color: #555; }
  .login-container form p input[type='submit'] {
    margin: 0;
    padding: 8px 15px;
    width: auto; }

.welcome-text {
  color: #444;
  line-height: 1 !important;
  float: left;
  margin-top: 10px;
  margin-right: 12px; }

#logged-in-user-container {
  float: right; }
  #logged-in-user-container #logged-in-user-avatar {
    float: right;
    display: inline-block;
    margin-right: 5px; }
    #logged-in-user-container #logged-in-user-avatar img {
      border-radius: 50%; }
  #logged-in-user-container .logged-in-user-menu-btn {
    color: #444;
    font-size: 4rem;
    display: block;
    float: right;
    line-height: 0.9;
    cursor: pointer;
    margin-right: 0; }
    #logged-in-user-container .logged-in-user-menu-btn:before {
      content: '+'; }
  #logged-in-user-container .active:before {
    content: 'x';
    font-size: 4rem;
    line-height: 0.25 !important; }

.login-btn {
  display: block;
  padding: 5px 10px;
  color: #36AD0E;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 1.6rem; }
  .login-btn:hover {
    background-color: #000;
    color: #fff !important;
    border: solid 1px transparent; }

#logged-in-user-menu-container {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 300px;
  background-color: #444;
  color: #fff;
  padding: 20px 30px;
  z-index: -1;
  height: 100vh;
  margin-right: -300px;
  text-align: left; }
  #logged-in-user-menu-container .welcome-text {
    border-bottom: 1px solid #333;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0; }
  #logged-in-user-menu-container .log-out-container {
    clear: both; }

/*------------------------------------------------------------------
3.2 - Navigation
------------------------------------------------------------------*/
.hide {
  transform: translateX(100%) !important;
  transition: 0.2s transform; }

.main-menu-container {
  transition: 0.2s linear; }
  .main-menu-container a {
    font-size: 1.6rem; }

@media only screen and (max-width: 768px) {
  .main-menu-container {
    display: none !important; } }

.menu-btn-container {
  padding: 8px 0;
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 100; }
  .menu-btn-container button {
    float: right;
    color: #999;
    line-height: 0;
    width: 35px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0; }
    .menu-btn-container button:hover #nav-icon span {
      background: #36AD0E; }

#nav-icon {
  width: 32px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  #nav-icon:hover span {
    background: #36AD0E; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

#nav-icon.open span {
  background: #fff; }

#nav-icon.open:hover span {
  background: #36AD0E; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 9px; }

#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.flyout-menu-container {
  text-align: center;
  background-color: #333;
  margin-left: 0px;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100vh;
  border-left: #111 1px solid;
  padding-top: 100px;
  max-width: 100%;
  width: 100%;
  transform: translateX(0);
  transition: 0.2s transform;
  z-index: 10;
  overflow-y: auto; }
  .flyout-menu-container button {
    background: transparent;
    float: right;
    padding: 20px;
    font-size: 2.8rem;
    color: #777; }
  .flyout-menu-container ul {
    padding: 0 15px !important;
    margin: 0; }
    .flyout-menu-container ul li {
      width: 100%;
      float: left; }
      .flyout-menu-container ul li a {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 25px;
        color: #777;
        font-size: 20px;
        text-transform: uppercase; }
        .flyout-menu-container ul li a:hover {
          color: #fff; }

.main-menu-container {
  position: relative;
  background-color: #fff; }

.main-menu-container > ul > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background-color: #fff;
  padding: 1.5rem .5rem;
  width: 35rem;
  border-radius: 3px;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.45);
  border: 1px solid #eee;
  z-index: -1;
  transform: translateY(-1rem);
  transition: 0.2s; }
  .main-menu-container > ul > li > .sub-menu li {
    display: block !important;
    text-align: left;
    padding: 0 1.5rem 1.5rem 1.5rem;
    width: 100%;
    clear: both; }
  .main-menu-container > ul > li > .sub-menu .sub-menu {
    padding: 0 0 1rem 1rem;
    float: left; }
    .main-menu-container > ul > li > .sub-menu .sub-menu li {
      padding-bottom: .5rem; }
      .main-menu-container > ul > li > .sub-menu .sub-menu li a {
        padding: .5rem 0;
        text-transform: capitalize !important; }

#main-menu li.menu-item-has-children:hover ul {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition: 0.3s; }

/*------------------------------------------------------------------
4.0 - Pages
------------------------------------------------------------------*/
[class*='card-'] {
  border: 1px solid #dadada;
  padding: 30px;
  margin-bottom: 30px; }

/*------------------------------------------------------------------
5.0 - Blog
------------------------------------------------------------------*/
#blog-page-container {
  background-color: #fff;
  margin-top: -25px; }

.blog-content-container {
  background-color: #fff;
  padding: 20px 0 0 0; }

section {
  margin: 0 0 20px 0; }

.blog-title-container {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10; }
  .blog-title-container .blog-line {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    color: #dadada;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
    z-index: -1; }
  .blog-title-container .blog-title {
    padding: 0 30px;
    margin: 0;
    background-color: #fff;
    width: auto;
    display: inline-block; }

.category-links {
  margin: 10px 0;
  list-style: none; }
  .category-links a {
    color: #36AD0E;
    text-transform: uppercase;
    font-size: 16px; }
    .category-links a:hover {
      color: #000; }

.avatar {
  margin-bottom: 20px; }

.author-link {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 400; }

.article-footer ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px 0 !important; }
  .article-footer ul li {
    display: inline-block; }

.excerpt-read-more {
  clear: both;
  display: block;
  margin: 20px 0;
  color: #36AD0E;
  font-family: "EurostileCondensed-Bold", Arial, sans-serif;
  text-transform: uppercase;
  width: max-content; }
  .excerpt-read-more:after {
    content: '\F138';
    font-family: 'FontAwesome'; }

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

.addthis_button_compact i {
  color: #474747; }

.post-categories a {
  color: #999; }

.post-excerpt-container {
  padding: 3rem;
  position: relative; }
  .post-excerpt-container h2 {
    font-size: 5.6rem; }
  .post-excerpt-container h2,
  .post-excerpt-container h2 a {
    margin: 0 0 5px 0;
    color: #000;
    font-family: "EurostileCondensed-Bold", Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase; }
    .post-excerpt-container h2:hover,
    .post-excerpt-container h2 a:hover {
      color: #555; }
  .post-excerpt-container section,
  .post-excerpt-container a {
    margin-bottom: 0; }
  .post-excerpt-container p {
    margin: 0; }

.thumbnail-link {
  display: block;
  line-height: 0;
  max-height: 550px;
  overflow: hidden;
  position: relative; }
  .thumbnail-link .overlay {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    transition: 0.3s linear;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center; }
    .thumbnail-link .overlay button {
      color: #fff;
      border: 1px solid #fff;
      margin: 0 auto;
      width: 85%;
      height: 80%;
      text-align: center; }
  .thumbnail-link img {
    width: 100%; }
  .thumbnail-link:hover .overlay {
    opacity: 0.8; }

.share-container {
  text-align: right;
  float: right;
  margin: 0 0 10px 0;
  position: absolute;
  right: 30px; }
  .share-container .share-title {
    text-transform: uppercase;
    color: #dadada;
    font-size: 2.4rem;
    font-family: "EurostileCondensed-Bold", Arial, sans-serif;
    margin-right: 5px; }
  .share-container .icons {
    font-size: 2rem;
    color: #dadada; }
    .share-container .icons:hover {
      color: #36AD0E; }

.date-container {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #dadada;
  font-size: 2rem; }

/*------------------------------------------------------------------
5.1 - Single Posts
------------------------------------------------------------------*/
.entry-content img {
  margin: 0 0 1.5em 0; }

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

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

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

#masthead-single-post {
  text-align: center;
  margin: 0 0 4rem 0; }
  #masthead-single-post h1 {
    margin: auto; }

.page--single .entry--header img {
  margin-bottom: 2rem; }

.date {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  color: #999; }

.single-post h1 {
  font-size: 6rem; }

.single-post h2 {
  font-size: 3.6rem;
  text-transform: capitalize; }

.single-post .article-header:after {
  content: '';
  display: block;
  width: 85px;
  bottom: -5px;
  left: 0px;
  border: 1px solid #a3a3a3;
  margin: 15px 0 10px 0; }

.single-featured-image-container {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 30px 0;
  background-size: cover; }
  .single-featured-image-container img {
    width: 100%;
    height: auto; }
  .single-featured-image-container h1 {
    padding: 150px;
    color: #fff;
    text-align: center;
    text-shadow: -1px 1px 0 rgba(100, 100, 100, 0.5); }

p.tags {
  margin-bottom: 75px;
  font-size: 1.6rem;
  font-style: italic; }

#content {
  margin: 0; }

/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content dd {
  margin-left: 0;
  color: #787878; }

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

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

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

.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 0; }
  .entry-content ul li,
  .entry-content ol li {
    color: #000;
    font-size: 1.6rem; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/*------------------------------------------------------------------
5.2 - Pagination
------------------------------------------------------------------*/
.single-pagination {
  padding: 40px 0;
  border-top: 1px dotted #ccc;
  width: 70%; }

.pagination {
  margin: 0 0 50px 0;
  font-size: 1.8rem;
  clear: both;
  text-transform: uppercase;
  text-align: center; }
  .pagination a:hover {
    color: #000 !important; }
  .pagination .next,
  .pagination .prev {
    font-family: "EurostileCondensed-Bold", Arial, sans-serif; }
    .pagination .next i,
    .pagination .prev i {
      font-family: FontAwesome;
      font-style: normal;
      line-height: 1; }
  .pagination .next:after {
    content: '\F138';
    font-family: 'FontAwesome';
    font-style: normal;
    display: block;
    float: right;
    margin-left: 5px; }
  .pagination .prev:before {
    content: '\F137';
    font-family: 'FontAwesome';
    font-style: normal;
    display: block;
    float: left;
    margin-right: 5px; }
  .pagination a {
    color: #36AD0E;
    display: inline-block;
    font-weight: 400; }
  .pagination a.current {
    color: #474747; }
  .pagination .page-numbers {
    display: inline-block;
    margin-top: 20px;
    padding: 5px; }
  .pagination .screen-reader-text {
    display: none; }

.next-post span {
  color: #555;
  font-size: 1.8rem;
  float: right;
  margin-top: 0 !important; }
  .next-post span:after {
    font-family: 'FontAwesome';
    content: '\F0DA';
    color: #555;
    display: inline-block;
    margin-left: 15px; }

.prev-post span {
  color: #555;
  font-size: 1.8rem;
  float: left;
  margin-top: 0 !important; }
  .prev-post span:before {
    font-family: 'FontAwesome';
    content: '\F0D9';
    color: #555;
    display: inline-block;
    margin-right: 15px; }

.next,
.prev-post,
.next-post {
  text-align: center;
  display: inline-block; }
  .next a,
  .prev-post a,
  .next-post a {
    background-color: #474747;
    color: #fff;
    padding: 15px 20px; }
  .next:hover a,
  .prev-post:hover a,
  .next-post:hover a {
    color: #fff;
    background-color: #36AD0E; }

.prev-post {
  float: left; }
  .prev-post i {
    margin-right: 10px; }

.next-post {
  float: right; }
  .next-post i {
    margin-left: 10px; }

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

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

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

/* end .wp-prev-next */
/*------------------------------------------------------------------
6.0 - Forms
------------------------------------------------------------------*/
form {
  padding: 0 !important; }
  form li {
    padding: 0; }
  form label {
    color: #555;
    text-shadow: none;
    font-weight: normal; }
  form input[type='text'],
  form input[type='email'],
  form input[type='url'],
  form textarea {
    padding: 10px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    width: 100% !important;
    display: block;
    font-size: 1.8rem !important; }

input[type='submit'] {
  background-color: #36AD0E;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px; }

input[type='search'] {
  box-sizing: border-box; }

.widget_search label {
  display: none; }

.gform_wrapper {
  margin: 0;
  padding-bottom: 30px; }
  .gform_wrapper form textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555; }
  .gform_wrapper ul {
    list-style: none;
    margin-left: 20px; }
  .gform_wrapper button.gform_button {
    margin: 0 auto; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important; }

.search-form {
  display: flex;
  flex-direction: row; }
  .search-form label {
    display: none; }
  .search-form input {
    overflow: hidden;
    /* Tell the input to use all the available space */
    flex-grow: 2;
    /* And hide the input's outline, so the form looks like the outline */
    border: 1px solid #ddd;
    border-right: 0;
    padding: 10px 15px; }
  .search-form button {
    background: #555;
    color: white;
    margin: 0;
    transition: 0.2s ease-in-out;
    border: none;
    padding: 1rem 1.25rem;
    line-height: 0; }
    .search-form button [class*='icon-'] {
      font-size: 1.8rem; }
    .search-form button:hover {
      background: #36AD0E;
      border: none; }

/*------------------------------------------------------------------
7.0 - Comments
------------------------------------------------------------------*/
h3#comments {
  margin-top: 30px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0; }
  .commentlist li[class*='depth-'] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff;
      width: auto; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #36AD0E;
    padding: 3px 5px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
.respond-form {
  background-color: #fff; }
  .respond-form .alert-info {
    display: none; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type='text'],
    .respond-form form input[type='email'],
    .respond-form form input[type='url'],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #fff;
      border: 1px solid #ddd;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type='text']:focus,
      .respond-form form input[type='email']:focus,
      .respond-form form input[type='url']:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type='text']::placeholder,
      .respond-form form input[type='email']::placeholder,
      .respond-form form input[type='url']::placeholder,
      .respond-form form textarea::placeholder {
        color: #bbb; }
      .respond-form form input[type='text']:invalid,
      .respond-form form input[type='email']:invalid,
      .respond-form form input[type='url']:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type='text'],
    .respond-form form input[type='email'],
    .respond-form form input[type='url'] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment form title */
#comment-form-title {
  margin-top: 0; }

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

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

/*------------------------------------------------------------------
8.0 - Sidebars
------------------------------------------------------------------*/
.widget ul {
  margin: 0;
  padding: 0 0 0 15px; }

.widget_search {
  margin-bottom: 20px; }
  .widget_search input {
    padding: 10px;
    max-width: 100%; }

/*------------------------------------------------------------------
9.0 - Footer
------------------------------------------------------------------*/
.footer {
  clear: both;
  z-index: 200;
  background-color: #444;
  color: #fff;
  text-align: center; }
  .footer span {
    color: #fff;
    font-size: 1.6rem;
    font-family: "EurostileCondensed-Regular", Arial, sans-serif;
    text-align: center; }
  .footer .row {
    margin-bottom: 0 !important; }
  .footer a {
    color: #fff;
    outline: 0; }
    .footer a:hover {
      color: #fff; }
  .footer .footer-meta-data {
    padding: 15px 0; }
    .footer .footer-meta-data .footer-title {
      text-transform: uppercase;
      text-align: center;
      display: block;
      width: 100%; }
  .footer .menu-container {
    margin: 0 0 20px 0;
    background-color: #333; }
    .footer .menu-container span {
      color: #aaa !important; }
    .footer .menu-container li {
      padding: 0 0 0 20px; }
      .footer .menu-container li a {
        color: #ccc;
        font-size: 1.4rem;
        padding: 15px 0;
        display: inline-block; }
  .footer ul.footer-menu {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0 !important; }
    .footer ul.footer-menu li {
      display: inline-block;
      text-align: center;
      padding: 0; }
      .footer ul.footer-menu li a {
        padding: 0 10px;
        border-top: none; }
        .footer ul.footer-menu li a:hover {
          border-top: none; }
  .footer .copyright {
    text-transform: capitalize;
    font-family: "EurostileCondensed-Regular", Arial, sans-serif;
    text-align: center;
    display: block; }

#footer-1 {
  background-color: #606060;
  color: #fff;
  padding: 4rem 0 2rem;
  text-align: left; }
  #footer-1 h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 2rem; }
  #footer-1 ul {
    padding: 0;
    margin: 0; }
    #footer-1 ul li {
      color: #fff;
      list-style: none; }

#footer-2 {
  background-color: #444;
  padding: 1rem 0; }

/*
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) {
  /******************************************************************
Developed by:
URL:

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.


------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Main Navigation
4.0 - Pages
	4.1 - Homepage
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer
10.0 - Visual Composer

******************************************************************/ }

/*
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) {
  /*------------------------------------------------------------------
Developed by:
URL:

Stylesheet: Tablet & Small Desktop Stylesheet
(Screens Sizes 768px and Up)


------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Navigation
4.0 - Banners
	4.1 - Homepage
	4.2 - Portfolio
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer
10.0 - Visual Composer
11.0 - Woocommerce



/*------------------------------------------------------------------
1.0 - General Styles
------------------------------------------------------------------*/
  body {
    padding-top: 0; }
  ul {
    line-height: 1.5; }
    ul li {
      padding: 0 0 15px 0; }
  ol {
    line-height: 1.5;
    margin: 0 0 20px 20px; }
    ol li {
      padding: 0 0 15px 0; }
  /*------------------------------------------------------------------
1.1 - Links
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
1.2 - Headings
------------------------------------------------------------------*/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    margin: 0 0 15px 0;
    line-height: 1; }
  h1,
  .h1 {
    margin: 0 0 10px 0; }
  /*------------------------------------------------------------------
2.0 - Layout
------------------------------------------------------------------*/
  .mobile {
    display: none !important; }
  .desktop {
    display: inherit;
    line-height: 0; }
  .container {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    display: inline; }
  #page-container {
    width: auto;
    /*prevents text from overflowing screen width*/ }
  #inner-content .row {
    margin-bottom: 50px; }
  /*------------------------------------------------------------------
3.0 - Header
------------------------------------------------------------------*/
  .header {
    z-index: 300;
    color: #333;
    background: transparent; }
    .header img {
      width: auto;
      max-width: 100%; }
    .header .logo {
      width: auto; }
    .header .dropdown-menu ul {
      text-align: center; }
  /*------------------------------------------------------------------
3.1 - Login
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
3.2 - Navigation
------------------------------------------------------------------*/
  .fixed {
    right: 4.3%; }
  .flyout-menu-container {
    width: 100%; }
  .main-menu-container {
    width: auto;
    display: inline-block; }
    .main-menu-container ul {
      float: right;
      margin: 0; }
    .main-menu-container li {
      padding: 0 0 0 25px;
      text-align: right;
      display: inline-block; }
      .main-menu-container li a {
        padding: 8px 0;
        display: block;
        text-transform: uppercase;
        color: #333; }
        .main-menu-container li a:hover {
          color: #36AD0E; }
  nav {
    border: 0; }
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      position: relative;
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
      .nav li .sub-menu::after {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: -4px;
        width: 15px;
        height: 15px;
        border-color: #fff;
        border-width: 1px;
        border-style: none none solid solid;
        background-color: #fff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: -1; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        z-index: 8999;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
        z-index: 11;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          margin: 0; }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc;
            padding: 10px 10px 10px 20px;
            color: #222; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:focus {
              color: #000; }
      .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible; }
  /* end .nav */
  /*------------------------------------------------------------------
4.0 - Pages
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
5.0 - Blog
------------------------------------------------------------------*/
  .category-links a {
    font-size: 24px; }
  /*------------------------------------------------------------------
5.1 - Single Posts
------------------------------------------------------------------*/
  .entry-content h2 {
    margin: 40px 0 30px 0; }
  /*------------------------------------------------------------------
5.2 - Pagination
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
6.0 - Forms
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
7.0 - Comments
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
8.0 - Sidebars
------------------------------------------------------------------*/
  .sidebar {
    padding-left: 30px; }
  .single-post #sidebar1, .single-faqs #sidebar1, .post-type-archive-faqs #sidebar1 {
    border-left: 1px solid #ddd;
    padding: 2rem 0 2rem 4rem;
    margin: 2rem 0 2rem 2rem; }
  .widgettitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.75em;
    padding: 0 0 1rem 0; }
  .widget {
    padding: 0 0 30px 0; }
    .widget ul li {
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
  /*------------------------------------------------------------------
9.0 - Footer
------------------------------------------------------------------*/
  .footer .footer-title {
    text-align: left !important;
    width: auto !important; }
  .footer ul.footer-menu {
    float: right;
    text-align: right;
    padding: 10px 0 !important; }
  /*------------------------------------------------------------------
10.0 - Visual Composer
------------------------------------------------------------------*/
  /*------------------------------------------------------------------
11.0 - Woocommerce
------------------------------------------------------------------*/ }

/*
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) {
  /******************************************************************
Developed by:
URL:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Main Navigation
4.0 - Pages
	4.1 - Homepage
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer
10.0 - Visual Composer

******************************************************************/ }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Developed by:
URL:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

------------------------------------------------------------------
- TABLE OF CONTENTS
------------------------------------------------------------------

1.0 - General Styles
    1.1 - Links
    1.2 - Headings
2.0 - Layout & Grid
3.0 - Header
	3.1 - Login
    3.2 - Main Navigation
4.0 - Pages
	4.1 - Homepage
5.0 - Blog
	5.1 - Single Posts
	5.2 - Pagination
6.0 - Forms
7.0 - Comments
8.0 - Sidebars
9.0 - Footer
10.0 - Visual Composer

******************************************************************/ }

/*
RETINA (2x RESOLUTION DEVICES)
*/
@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) {
  /******************************************************************
Developed by:
URL:

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 {
  /******************************************************************
Developed by:
URL:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after,
    a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after,
    a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

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