/*! 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

******************************************************************/
/* line 18, ../scss/partials/_typography.scss */
.text-left {
  text-align: left !important;
}

/* line 19, ../scss/partials/_typography.scss */
.text-center {
  text-align: center !important;
}

/* line 20, ../scss/partials/_typography.scss */
.text-right {
  text-align: right !important;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensansregular.eot");
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensansregular.eot") format("embedded-opentype"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensansregular.woff") format("woff"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensansregular.ttf") format("truetype"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensansregular.svg#OpenSansRegular") format("svg");
}
@font-face {
  font-family: 'OpenSansBold';
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensans700.eot");
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensans700.eot") format("embedded-opentype"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensans700.woff") format("woff"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensans700.ttf") format("truetype"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/opensans700.svg#OpenSansBold") format("svg");
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/614379883-Open-Sans-600.eot");
  src: url("/wp-content/themes/ClarkeMobileCrane/library/fonts/614379883-Open-Sans-600.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/614379883-Open-Sans-600.svg#Open Sans Semibold") format("svg"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/614379883-Open-Sans-600.woff") format("woff"), url("/wp-content/themes/ClarkeMobileCrane/library/fonts/614379883-Open-Sans-600.ttf") format("truetype");
}
/* line 52, ../scss/partials/_typography.scss */
.sr-only, div.wpcf7 .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 67, ../scss/partials/_typography.scss */
.break-word {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 89, ../scss/partials/_typography.scss */
p {
  -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/

******************************************************************/
/*********************
IMPORTS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

This stylesheet explicitly controls the column widths for all grid
types. It utilizes gridpak mixins and bootstrap style visibility
classes.

To make use of the column widths dictated in this file, this theme
supports four different grid types with varying advantages and
limitations.

// column widths and gutter size
"partials/grid/grid";

// the table grid
"partials/grid/tablegrid";

// the justify grid
"partials/grid/justifygrid";

// the inline grid
"partials/grid/inlinegrid";

// the float grid
"partials/grid/floatgrid";

******************************************************************/
@media (max-width: 480px) {
  /* line 60, ../scss/partials/grid/_grid.scss */
  .visible-m {
    display: block !important;
  }

  /* line 61, ../scss/partials/grid/_grid.scss */
  .hidden-m {
    display: none !important;
  }

  /* line 63, ../scss/partials/grid/_grid.scss */
  .grid-inline .visible-m {
    display: inline-block !important;
  }

  /* line 64, ../scss/partials/grid/_grid.scss */
  .grid-inline .hidden-m {
    display: none !important;
  }

  /* line 65, ../scss/partials/grid/_grid.scss */
  .grid-table .visible-m {
    display: table-cell !important;
  }

  /* line 66, ../scss/partials/grid/_grid.scss */
  .grid-table .hidden-m {
    display: none !important;
  }

  /* line 67, ../scss/partials/grid/_grid.scss */
  .grid-float .visible-m {
    display: block !important;
  }

  /* line 68, ../scss/partials/grid/_grid.scss */
  .grid-float .hidden-m {
    display: none !important;
  }

  /* line 72, ../scss/partials/grid/_grid.scss */
  .grid > .m-1, .grid.m-1 > * {
    width: 8.33333% !important;
  }
  /* line 76, ../scss/partials/grid/_grid.scss */
  .grid > .m-2, .grid.m-2 > * {
    width: 16.66667% !important;
  }
  /* line 80, ../scss/partials/grid/_grid.scss */
  .grid > .m-3, .grid.m-3 > * {
    width: 25% !important;
  }
  /* line 84, ../scss/partials/grid/_grid.scss */
  .grid > .m-4, .grid.m-4 > * {
    width: 33.33333% !important;
  }
  /* line 88, ../scss/partials/grid/_grid.scss */
  .grid > .m-5, .grid.m-5 > * {
    width: 41.66667% !important;
  }
  /* line 92, ../scss/partials/grid/_grid.scss */
  .grid > .m-6, .grid.m-6 > * {
    width: 50% !important;
  }
  /* line 96, ../scss/partials/grid/_grid.scss */
  .grid > .m-7, .grid.m-7 > * {
    width: 58.33333% !important;
  }
  /* line 100, ../scss/partials/grid/_grid.scss */
  .grid > .m-8, .grid.m-8 > * {
    width: 66.66667% !important;
  }
  /* line 104, ../scss/partials/grid/_grid.scss */
  .grid > .m-9, .grid.m-9 > * {
    width: 75% !important;
  }
  /* line 108, ../scss/partials/grid/_grid.scss */
  .grid > .m-10, .grid.m-10 > * {
    width: 83.33333% !important;
  }
  /* line 112, ../scss/partials/grid/_grid.scss */
  .grid > .m-11, .grid.m-11 > * {
    width: 91.66667% !important;
  }
  /* line 116, ../scss/partials/grid/_grid.scss */
  .grid > .m-12, .grid.m-12 > * {
    width: 100% !important;
  }
  /* line 124, ../scss/partials/grid/_grid.scss */
  .grid.grid-table > .m-12, .grid.grid-table.m-12 > * {
    display: block;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 139, ../scss/partials/grid/_grid.scss */
  .visible-t {
    display: block !important;
  }

  /* line 140, ../scss/partials/grid/_grid.scss */
  .hidden-t {
    display: none !important;
  }

  /* line 142, ../scss/partials/grid/_grid.scss */
  .grid-inline .visible-t {
    display: inline-block !important;
  }

  /* line 143, ../scss/partials/grid/_grid.scss */
  .grid-inline .hidden-t {
    display: none !important;
  }

  /* line 144, ../scss/partials/grid/_grid.scss */
  .grid-table .visible-t {
    display: table-cell !important;
  }

  /* line 145, ../scss/partials/grid/_grid.scss */
  .grid-table .hidden-t {
    display: none !important;
  }

  /* line 146, ../scss/partials/grid/_grid.scss */
  .grid-float .visible-t {
    display: block !important;
  }

  /* line 147, ../scss/partials/grid/_grid.scss */
  .grid-float .hidden-t {
    display: none !important;
  }

  /* line 151, ../scss/partials/grid/_grid.scss */
  .grid > .t-1, .grid.t-1 > * {
    width: 8.33333% !important;
  }
  /* line 155, ../scss/partials/grid/_grid.scss */
  .grid > .t-2, .grid.t-2 > * {
    width: 16.66667% !important;
  }
  /* line 159, ../scss/partials/grid/_grid.scss */
  .grid > .t-3, .grid.t-3 > * {
    width: 25% !important;
  }
  /* line 163, ../scss/partials/grid/_grid.scss */
  .grid > .t-4, .grid.t-4 > * {
    width: 33.33333% !important;
  }
  /* line 167, ../scss/partials/grid/_grid.scss */
  .grid > .t-5, .grid.t-5 > * {
    width: 41.66667% !important;
  }
  /* line 171, ../scss/partials/grid/_grid.scss */
  .grid > .t-6, .grid.t-6 > * {
    width: 50% !important;
  }
  /* line 175, ../scss/partials/grid/_grid.scss */
  .grid > .t-7, .grid.t-7 > * {
    width: 58.33333% !important;
  }
  /* line 179, ../scss/partials/grid/_grid.scss */
  .grid > .t-8, .grid.t-8 > * {
    width: 66.66667% !important;
  }
  /* line 183, ../scss/partials/grid/_grid.scss */
  .grid > .t-9, .grid.t-9 > * {
    width: 75% !important;
  }
  /* line 187, ../scss/partials/grid/_grid.scss */
  .grid > .t-10, .grid.t-10 > * {
    width: 83.33333% !important;
  }
  /* line 191, ../scss/partials/grid/_grid.scss */
  .grid > .t-11, .grid.t-11 > * {
    width: 91.66667% !important;
  }
  /* line 195, ../scss/partials/grid/_grid.scss */
  .grid > .t-12, .grid.t-12 > * {
    width: 100% !important;
  }
  /* line 203, ../scss/partials/grid/_grid.scss */
  .grid.grid-table > .t-12, .grid.grid-table.t-12 > * {
    display: block;
    height: auto;
  }
}
@media (min-width: 768px) {
  /* line 217, ../scss/partials/grid/_grid.scss */
  .visible-d {
    display: block !important;
  }

  /* line 218, ../scss/partials/grid/_grid.scss */
  .hidden-d {
    display: none !important;
  }

  /* line 220, ../scss/partials/grid/_grid.scss */
  .grid-inline .visible-d {
    display: inline-block !important;
  }

  /* line 221, ../scss/partials/grid/_grid.scss */
  .grid-inline .hidden-d {
    display: none !important;
  }

  /* line 222, ../scss/partials/grid/_grid.scss */
  .grid-table .visible-d {
    display: table-cell !important;
  }

  /* line 223, ../scss/partials/grid/_grid.scss */
  .grid-table .hidden-d {
    display: none !important;
  }

  /* line 224, ../scss/partials/grid/_grid.scss */
  .grid-float .visible-d {
    display: block !important;
  }

  /* line 225, ../scss/partials/grid/_grid.scss */
  .grid-float .hidden-d {
    display: none !important;
  }

  /* line 229, ../scss/partials/grid/_grid.scss */
  .grid > .d-1, .grid.d-1 > * {
    width: 8.33333% !important;
  }
  /* line 233, ../scss/partials/grid/_grid.scss */
  .grid > .d-2, .grid.d-2 > * {
    width: 16.66667% !important;
  }
  /* line 237, ../scss/partials/grid/_grid.scss */
  .grid > .d-3, .grid.d-3 > * {
    width: 25% !important;
  }
  /* line 241, ../scss/partials/grid/_grid.scss */
  .grid > .d-4, .grid.d-4 > * {
    width: 33.33333% !important;
  }
  /* line 245, ../scss/partials/grid/_grid.scss */
  .grid > .d-5, .grid.d-5 > * {
    width: 41.66667% !important;
  }
  /* line 249, ../scss/partials/grid/_grid.scss */
  .grid > .d-6, .grid.d-6 > * {
    width: 50% !important;
  }
  /* line 253, ../scss/partials/grid/_grid.scss */
  .grid > .d-7, .grid.d-7 > * {
    width: 58.33333% !important;
  }
  /* line 257, ../scss/partials/grid/_grid.scss */
  .grid > .d-8, .grid.d-8 > * {
    width: 66.66667% !important;
  }
  /* line 261, ../scss/partials/grid/_grid.scss */
  .grid > .d-9, .grid.d-9 > * {
    width: 75% !important;
  }
  /* line 265, ../scss/partials/grid/_grid.scss */
  .grid > .d-10, .grid.d-10 > * {
    width: 83.33333% !important;
  }
  /* line 269, ../scss/partials/grid/_grid.scss */
  .grid > .d-11, .grid.d-11 > * {
    width: 91.66667% !important;
  }
  /* line 273, ../scss/partials/grid/_grid.scss */
  .grid > .d-12, .grid.d-12 > * {
    width: 100% !important;
  }
  /* line 281, ../scss/partials/grid/_grid.scss */
  .grid.grid-table > .d-12, .grid.grid-table.d-12 > * {
    display: block;
    height: auto;
  }
}
/* line 106, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.625em;
}

/* line 11, ../scss/partials/grid/_grid-vertical.scss */
body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2Y3ZDNkMyIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmN2QzZDMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, #f7d3d3), color-stop(5%, rgba(247, 211, 211, 0)));
  background-image: -moz-linear-gradient(bottom, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  background-image: -webkit-linear-gradient(bottom, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  background-image: linear-gradient(to top, #f7d3d3 5%, rgba(247, 211, 211, 0) 5%);
  -moz-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  -webkit-background-size: 100% 26px;
  background-size: 100% 26px;
  background-position: left top;
}

/* line 16, ../scss/partials/grid/_grid-placeholder.scss */
#home-services .service, #home-testimonials .testimonial, #home-posts, #home-gallery {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding-left: 2%;
  padding-right: 2%;
}

/* line 29, ../scss/partials/grid/_grid-placeholder.scss */
main, aside, .header #inner-header .col, #inner-footer .col {
  display: table-cell;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
}

/* line 35, ../scss/partials/grid/_grid-placeholder.scss */
#inner-content.wrap, .header #inner-header .wrap {
  display: table;
  width: 96%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66667%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

/* line 43, ../scss/partials/grid/_grid-placeholder.scss */
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111%;
}

/* line 53, ../scss/partials/grid/_grid-placeholder.scss */
.header #inner-header .col {
  width: 50%;
}

/* line 65, ../scss/partials/grid/_grid-placeholder.scss */
.header #inner-header .col {
  padding-left: 1%;
  padding-right: 1%;
}
/* line 68, ../scss/partials/grid/_grid-placeholder.scss */
.header #inner-header .col:nth-of-type(2n+1) {
  padding-left: 0;
  padding-right: 2%;
}
/* line 72, ../scss/partials/grid/_grid-placeholder.scss */
.header #inner-header .col:nth-of-type(2n) {
  padding-left: 2%;
  padding-right: 0;
}

@media (max-width: 480px) {
  /* line 83, ../scss/partials/grid/_grid-placeholder.scss */
  aside {
    display: none;
  }

  /* line 88, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main, main, #inner-footer .col, #home-services .service, #home-testimonials .testimonial, #home-posts, #home-gallery {
    width: 100%;
  }

  /* line 110, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main, main, #inner-footer .col, #home-services .service, #home-testimonials .testimonial, #home-posts, #home-gallery {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 122, ../scss/partials/grid/_grid-placeholder.scss */
  aside {
    display: none;
  }

  /* line 127, ../scss/partials/grid/_grid-placeholder.scss */
  #home-services .service {
    width: 50%;
  }

  /* line 127, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main, main, #inner-footer .col, #home-testimonials .testimonial, #home-posts, #home-gallery {
    width: 100%;
  }

  /* line 135, ../scss/partials/grid/_grid-placeholder.scss */
  #home-services .service {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 138, ../scss/partials/grid/_grid-placeholder.scss */
  #home-services .service:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 2%;
  }
  /* line 142, ../scss/partials/grid/_grid-placeholder.scss */
  #home-services .service:nth-of-type(2n) {
    padding-left: 2%;
    padding-right: 0;
  }

  /* line 149, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main, main, #inner-footer .col, #home-testimonials .testimonial, #home-posts, #home-gallery {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 166, ../scss/partials/grid/_grid-placeholder.scss */
  aside, #inner-footer .col, #home-services .service {
    width: 33.33333%;
  }

  /* line 166, ../scss/partials/grid/_grid-placeholder.scss */
  #home-testimonials .testimonial, #home-posts, #home-gallery {
    width: 50%;
  }

  /* line 166, ../scss/partials/grid/_grid-placeholder.scss */
  main {
    width: 66.66667%;
  }

  /* line 166, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main {
    width: 100%;
  }

  /* line 174, ../scss/partials/grid/_grid-placeholder.scss */
  #home-testimonials .testimonial, #home-posts, #home-gallery {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 177, ../scss/partials/grid/_grid-placeholder.scss */
  #home-testimonials .testimonial:nth-of-type(2n+1), #home-posts:nth-of-type(2n+1), #home-gallery:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 2%;
  }
  /* line 181, ../scss/partials/grid/_grid-placeholder.scss */
  #home-testimonials .testimonial:nth-of-type(2n), #home-posts:nth-of-type(2n), #home-gallery:nth-of-type(2n) {
    padding-left: 2%;
    padding-right: 0;
  }

  /* line 174, ../scss/partials/grid/_grid-placeholder.scss */
  #inner-footer .col, #home-services .service {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 177, ../scss/partials/grid/_grid-placeholder.scss */
  #inner-footer .col:nth-of-type(3n+1), #home-services .service:nth-of-type(3n+1) {
    padding-left: 0;
    padding-right: 2%;
  }
  /* line 181, ../scss/partials/grid/_grid-placeholder.scss */
  #inner-footer .col:nth-of-type(3n), #home-services .service:nth-of-type(3n) {
    padding-left: 2%;
    padding-right: 0;
  }

  /* line 188, ../scss/partials/grid/_grid-placeholder.scss */
  .home main, .error404 main {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Table Grid Stylesheet

table-grid (http://mdo.github.io/table-grid)
Released under MIT, (c) 2014 Mark Otto

******************************************************************/
/* line 20, ../scss/partials/grid/_grid-table.scss */
.grid-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
/* line 27, ../scss/partials/grid/_grid-table.scss */
.grid-table > .col, .grid-table > * {
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  height: 100%;
  padding: 0 2%;
}

/* line 32, ../scss/partials/grid/_grid-table.scss */
.grid-table-gutters {
  margin: 0 -2%;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Justify Grid Stylesheet

justify-grid (http://justifygrid.com/)
Released under Unlicense, 2014 Dillon de Voor

******************************************************************/
/* line 21, ../scss/partials/grid/_grid-justify.scss */
.grid-justify {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0px !important;
  margin: 0 -2%;
}
/* line 27, ../scss/partials/grid/_grid-justify.scss */
.grid-justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
/* line 34, ../scss/partials/grid/_grid-justify.scss */
.grid-justify > .col, .grid-justify > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 1rem;
  padding: 0 2%;
}

/* line 39, ../scss/partials/grid/_grid-justify.scss */
.lt-ie8 .grid-justify {
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("col") ).style.fontSize="0");
}

/* line 43, ../scss/partials/grid/_grid-justify.scss */
.lt-ie8 .grid-justify > * {
  display: inline;
  zoom: 1;
}

/******************************************************************
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/_grid-inline.scss */
.grid-inline {
  font-size: 0px !important;
  margin: 0 -2%;
}
/* line 39, ../scss/partials/grid/_grid-inline.scss */
.grid-inline:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 48, ../scss/partials/grid/_grid-inline.scss */
.grid-inline > .col, .grid-inline > * {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 2%;
}

/******************************************************************
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 33, ../scss/partials/grid/_grid-float.scss */
.grid-float {
  margin: 0 -2%;
  overflow: hidden;
  *zoom: 1;
}
/* line 38, ../scss/partials/grid/_grid-float.scss */
.grid-float > .col, .grid-float > * {
  float: left;
  padding: 0 2%;
}

/*********************
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 {
  padding: 1.5625em;
  border: 1px solid;
}
/* line 19, ../scss/modules/_alerts.scss */
.alert-help p, .alert-info p, .alert-error p, .alert-success p {
  margin: 0;
}

/* line 24, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #fff580;
  background: #fff799;
}

/* line 30, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 36, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 42, ../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 */
.button, form input[type="submit"], .green-button, .yellow-button, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  padding: 3px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.625em;
  text-decoration: none;
  font-weight: normal;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 41, ../scss/modules/_buttons.scss */
.button:hover, form input[type="submit"]:hover, .green-button:hover, .yellow-button:hover, .comment-reply-link:hover, #submit:hover, .button:focus, form input[type="submit"]:focus, .green-button:focus, .yellow-button:focus, .comment-reply-link:focus, #submit:focus {
  text-decoration: none;
}
/* line 46, ../scss/modules/_buttons.scss */
.button:active, form input[type="submit"]:active, .green-button:active, .yellow-button:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/* line 52, ../scss/modules/_buttons.scss */
.button, form input[type="submit"] {
  color: #fff;
  background-color: #0095dd;
}
/* line 57, ../scss/modules/_buttons.scss */
.button:hover, form input[type="submit"]:hover, .button:focus, form input[type="submit"]:focus {
  color: #fff;
  background-color: #0087c9;
}
/* line 63, ../scss/modules/_buttons.scss */
.button:active, form input[type="submit"]:active {
  color: #fff;
  background-color: #0084c4;
}

/* line 70, ../scss/modules/_buttons.scss */
.green-button {
  color: #4d9f4b !important;
  background-color: #fff;
  font-family: opensansbold;
  -moz-box-shadow: 0 0 4px 0 #000;
  -webkit-box-shadow: 0 0 4px 0 #000;
  background-color: #fff;
  border: 1px solid #4d9f4b;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #000;
  font-size: 15px;
}
/* line 82, ../scss/modules/_buttons.scss */
.green-button:hover, .green-button:focus {
  color: #6ec56d !important;
}
/* line 87, ../scss/modules/_buttons.scss */
.green-button:active {
  color: #fff;
  background-color: #0084c4;
}

/* line 95, ../scss/modules/_buttons.scss */
.yellow-button {
  color: #4d9f4b !important;
  background-color: #ffd101;
  font-family: opensansbold;
  -moz-box-shadow: 0 0 2px 0 #000;
  -webkit-box-shadow: 0 0 2px 0 #000;
  border: 1px solid #4d9f4b;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #000;
  font-size: 15px;
  padding: 3px 15px;
}
/* line 107, ../scss/modules/_buttons.scss */
.yellow-button:hover, .yellow-button:focus {
  color: #6ec56d !important;
}
/* line 112, ../scss/modules/_buttons.scss */
.yellow-button:active {
  color: #fff;
  background-color: #0084c4;
}

/*
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.
*/
/******************************************************************
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/_labels.scss */
.label {
  display: inline-block;
  padding: 0.8125em;
  line-height: 0.8125em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: capitalize;
  color: #0095dd;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.14s ease-in-out;
  -o-transition: background-color 0.14s ease-in-out;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 42, ../scss/modules/_labels.scss */
.label:hover, .label:focus {
  text-decoration: none;
}
/* line 47, ../scss/modules/_labels.scss */
.label:active {
  top: 1px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Tables

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/

******************************************************************/
/*********************
TABLE
*********************/
/* line 23, ../scss/modules/_tables.scss */
table {
  width: 100%;
  border: 1px solid #999999;
}
/* line 27, ../scss/modules/_tables.scss */
table tbody tr, table thead tr, table tfoot tr {
  border-bottom: 1px solid #999999;
}
/* line 30, ../scss/modules/_tables.scss */
table tbody tr:nth-child(even), table thead tr:nth-child(even), table tfoot tr:nth-child(even) {
  background-color: #eeeeee;
}
/* line 34, ../scss/modules/_tables.scss */
table tbody tr th, table tbody tr td, table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  padding: 0.8125em;
  border-right: 1px dashed #999999;
  text-align: left;
}
/* line 39, ../scss/modules/_tables.scss */
table tbody tr th:last-child, table tbody tr td:last-child, table thead tr th:last-child, table thead tr td:last-child, table tfoot tr th:last-child, table tfoot tr td:last-child {
  border: 0;
}
/* line 44, ../scss/modules/_tables.scss */
table tbody tr th, table thead tr th, table tfoot tr th {
  background-color: #eeeeee;
}

/******************************************************************
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 25, ../scss/modules/_forms.scss */
form p {
  margin: 0 0 0.8125em 0;
}
/* line 30, ../scss/modules/_forms.scss */
form > p:last-child {
  margin: 0 !important;
}
/* line 36, ../scss/modules/_forms.scss */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea,
form .field {
  display: block;
  width: 100%;
  min-height: 3.25em;
  margin: 0 0 0.8125em 0;
  padding: 0.75em;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -moz-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 65, ../scss/modules/_forms.scss */
form input[type="text"]:focus, form input[type="text"]:active,
form input[type="password"]:focus,
form input[type="password"]:active,
form input[type="datetime"]:focus,
form input[type="datetime"]:active,
form input[type="datetime-local"]:focus,
form input[type="datetime-local"]:active,
form input[type="date"]:focus,
form input[type="date"]:active,
form input[type="month"]:focus,
form input[type="month"]:active,
form input[type="time"]:focus,
form input[type="time"]:active,
form input[type="week"]:focus,
form input[type="week"]:active,
form input[type="number"]:focus,
form input[type="number"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="url"]:focus,
form input[type="url"]:active,
form input[type="search"]:focus,
form input[type="search"]:active,
form input[type="tel"]:focus,
form input[type="tel"]:active,
form input[type="color"]:focus,
form input[type="color"]:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active,
form .field:focus,
form .field:active {
  background-color: #fafafa;
}
/* line 71, ../scss/modules/_forms.scss */
form input[type="text"].error, form input[type="text"].is-invalid,
form input[type="password"].error,
form input[type="password"].is-invalid,
form input[type="datetime"].error,
form input[type="datetime"].is-invalid,
form input[type="datetime-local"].error,
form input[type="datetime-local"].is-invalid,
form input[type="date"].error,
form input[type="date"].is-invalid,
form input[type="month"].error,
form input[type="month"].is-invalid,
form input[type="time"].error,
form input[type="time"].is-invalid,
form input[type="week"].error,
form input[type="week"].is-invalid,
form input[type="number"].error,
form input[type="number"].is-invalid,
form input[type="email"].error,
form input[type="email"].is-invalid,
form input[type="url"].error,
form input[type="url"].is-invalid,
form input[type="search"].error,
form input[type="search"].is-invalid,
form input[type="tel"].error,
form input[type="tel"].is-invalid,
form input[type="color"].error,
form input[type="color"].is-invalid,
form select.error,
form select.is-invalid,
form textarea.error,
form textarea.is-invalid,
form .field.error,
form .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 83, ../scss/modules/_forms.scss */
form input[type="text"].success, form input[type="text"].is-valid,
form input[type="password"].success,
form input[type="password"].is-valid,
form input[type="datetime"].success,
form input[type="datetime"].is-valid,
form input[type="datetime-local"].success,
form input[type="datetime-local"].is-valid,
form input[type="date"].success,
form input[type="date"].is-valid,
form input[type="month"].success,
form input[type="month"].is-valid,
form input[type="time"].success,
form input[type="time"].is-valid,
form input[type="week"].success,
form input[type="week"].is-valid,
form input[type="number"].success,
form input[type="number"].is-valid,
form input[type="email"].success,
form input[type="email"].is-valid,
form input[type="url"].success,
form input[type="url"].is-valid,
form input[type="search"].success,
form input[type="search"].is-valid,
form input[type="tel"].success,
form input[type="tel"].is-valid,
form input[type="color"].success,
form input[type="color"].is-valid,
form select.success,
form select.is-valid,
form textarea.success,
form textarea.is-valid,
form .field.success,
form .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 95, ../scss/modules/_forms.scss */
form input[type="text"][disabled], form input[type="text"].is-disabled,
form input[type="password"][disabled],
form input[type="password"].is-disabled,
form input[type="datetime"][disabled],
form input[type="datetime"].is-disabled,
form input[type="datetime-local"][disabled],
form input[type="datetime-local"].is-disabled,
form input[type="date"][disabled],
form input[type="date"].is-disabled,
form input[type="month"][disabled],
form input[type="month"].is-disabled,
form input[type="time"][disabled],
form input[type="time"].is-disabled,
form input[type="week"][disabled],
form input[type="week"].is-disabled,
form input[type="number"][disabled],
form input[type="number"].is-disabled,
form input[type="email"][disabled],
form input[type="email"].is-disabled,
form input[type="url"][disabled],
form input[type="url"].is-disabled,
form input[type="search"][disabled],
form input[type="search"].is-disabled,
form input[type="tel"][disabled],
form input[type="tel"].is-disabled,
form input[type="color"][disabled],
form input[type="color"].is-disabled,
form select[disabled],
form select.is-disabled,
form textarea[disabled],
form textarea.is-disabled,
form .field[disabled],
form .field.is-disabled {
  cursor: not-allowed;
  border-color: #999999;
  opacity: 0.6;
}
/* line 101, ../scss/modules/_forms.scss */
form input[type="text"][disabled]:focus, form input[type="text"][disabled]:active, form input[type="text"].is-disabled:focus, form input[type="text"].is-disabled:active,
form input[type="password"][disabled]:focus,
form input[type="password"][disabled]:active,
form input[type="password"].is-disabled:focus,
form input[type="password"].is-disabled:active,
form input[type="datetime"][disabled]:focus,
form input[type="datetime"][disabled]:active,
form input[type="datetime"].is-disabled:focus,
form input[type="datetime"].is-disabled:active,
form input[type="datetime-local"][disabled]:focus,
form input[type="datetime-local"][disabled]:active,
form input[type="datetime-local"].is-disabled:focus,
form input[type="datetime-local"].is-disabled:active,
form input[type="date"][disabled]:focus,
form input[type="date"][disabled]:active,
form input[type="date"].is-disabled:focus,
form input[type="date"].is-disabled:active,
form input[type="month"][disabled]:focus,
form input[type="month"][disabled]:active,
form input[type="month"].is-disabled:focus,
form input[type="month"].is-disabled:active,
form input[type="time"][disabled]:focus,
form input[type="time"][disabled]:active,
form input[type="time"].is-disabled:focus,
form input[type="time"].is-disabled:active,
form input[type="week"][disabled]:focus,
form input[type="week"][disabled]:active,
form input[type="week"].is-disabled:focus,
form input[type="week"].is-disabled:active,
form input[type="number"][disabled]:focus,
form input[type="number"][disabled]:active,
form input[type="number"].is-disabled:focus,
form input[type="number"].is-disabled:active,
form input[type="email"][disabled]:focus,
form input[type="email"][disabled]:active,
form input[type="email"].is-disabled:focus,
form input[type="email"].is-disabled:active,
form input[type="url"][disabled]:focus,
form input[type="url"][disabled]:active,
form input[type="url"].is-disabled:focus,
form input[type="url"].is-disabled:active,
form input[type="search"][disabled]:focus,
form input[type="search"][disabled]:active,
form input[type="search"].is-disabled:focus,
form input[type="search"].is-disabled:active,
form input[type="tel"][disabled]:focus,
form input[type="tel"][disabled]:active,
form input[type="tel"].is-disabled:focus,
form input[type="tel"].is-disabled:active,
form input[type="color"][disabled]:focus,
form input[type="color"][disabled]:active,
form input[type="color"].is-disabled:focus,
form input[type="color"].is-disabled:active,
form select[disabled]:focus,
form select[disabled]:active,
form select.is-disabled:focus,
form select.is-disabled:active,
form textarea[disabled]:focus,
form textarea[disabled]:active,
form textarea.is-disabled:focus,
form textarea.is-disabled:active,
form .field[disabled]:focus,
form .field[disabled]:active,
form .field.is-disabled:focus,
form .field.is-disabled:active {
  background-color: #d5edf8;
}
/* line 113, ../scss/modules/_forms.scss */
form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 120, ../scss/modules/_forms.scss */
form textarea {
  max-width: 100%;
}
/* line 125, ../scss/modules/_forms.scss */
form select {
  -webkit-appearance: none;
  /* 1 */
  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;
}
/* line 137, ../scss/modules/_forms.scss */
form .ajax-loader {
  display: none !important;
}
/* line 141, ../scss/modules/_forms.scss */
form .form-validation {
  position: relative;
}
/* line 143, ../scss/modules/_forms.scss */
form .form-validation img.wpcf7-captchac {
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 1px;
}
/* line 154, ../scss/modules/_forms.scss */
form span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.8125em;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Comment Styles

Since comments are not necessarily enabled for every website, it's
better to set them aside instead of occupying scrolling space in a
main stylesheet. These styles will still be compiled as part of
the final stylesheet as fallback styling in the event that comments 
are enabled. They are imported as a separate file.

******************************************************************/
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 19, ../scss/modules/_comments.scss */
#comments-title {
  /* number of comments span */
}

/* line 36, ../scss/modules/_comments.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 41, ../scss/modules/_comments.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.625em;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 47, ../scss/modules/_comments.scss */
.comment .comment-author {
  padding: 0.40625em;
  border: 0;
}
/* line 53, ../scss/modules/_comments.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 56, ../scss/modules/_comments.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 64, ../scss/modules/_comments.scss */
.comment .vcard time {
  display: block;
  font-size: 0.875em;
  line-height: 1.85714em;
  font-style: italic;
}
/* line 69, ../scss/modules/_comments.scss */
.comment .vcard time a {
  color: #999999;
  text-decoration: none;
}
/* line 73, ../scss/modules/_comments.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 83, ../scss/modules/_comments.scss */
.comment .vcard .avatar {
  position: absolute;
  max-width: 40px;
  left: 1.625em;
  border-radius: 50%;
}
/* line 92, ../scss/modules/_comments.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 96, ../scss/modules/_comments.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 114, ../scss/modules/_comments.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 118, ../scss/modules/_comments.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 123, ../scss/modules/_comments.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 136, ../scss/modules/_comments.scss */
.comment.odd {
  background-color: #fff;
}
/* line 139, ../scss/modules/_comments.scss */
.comment.even {
  background: #fafafa;
}

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* line 179, ../scss/modules/_comments.scss */
.comment-reply-link {
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 190, ../scss/modules/_comments.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 0.40625em;
  text-decoration: none;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 206, ../scss/modules/_comments.scss */
#reply-title {
  margin: 0;
}

/* line 210, ../scss/modules/_comments.scss */
.logged-in-as {
  color: #999999;
  font-style: italic;
  margin: 0;
}

/* line 219, ../scss/modules/_comments.scss */
.form-allowed-tags {
  padding: 1.625em;
  background-color: #fafafa;
}

/* comment submit button */
/* line 225, ../scss/modules/_comments.scss */
#submit {
  float: right;
}

/* comment form title */
/* line 231, ../scss/modules/_comments.scss */
#comment-form-title {
  margin: 0 0 0.8125em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 244, ../scss/modules/_comments.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 249, ../scss/modules/_comments.scss */
.nocomments {
  margin: 0 1.625em 0.8125em;
}

/* line 6, ../scss/modules/_panels.scss */
.panel {
  margin-bottom: 1.625em;
  border: 1px solid #eeeeee;
}
/* line 11, ../scss/modules/_panels.scss */
.panel .panel-heading {
  background-color: #eeeeee;
  padding: 0.8125em;
}
/* line 16, ../scss/modules/_panels.scss */
.panel .panel-heading .panel-title {
  margin: 0;
  font-size: 1em;
  line-height: 1.625em;
  color: inherit;
}
/* line 21, ../scss/modules/_panels.scss */
.panel .panel-heading .panel-title > a {
  color: inherit;
}
/* line 28, ../scss/modules/_panels.scss */
.panel .panel-body {
  padding: 0.8125em;
  overflow: hidden;
  *zoom: 1;
}
/* line 33, ../scss/modules/_panels.scss */
.panel .panel-body p:last-child {
  margin: 0;
}
/* line 40, ../scss/modules/_panels.scss */
.panel .panel-footer {
  padding: 0.8125em;
}

/* line 53, ../scss/modules/_panels.scss */
.panel-group .panel {
  overflow: hidden;
}
/* line 62, ../scss/modules/_panels.scss */
.panel-group .panel .panel-footer {
  border-top: 0;
}

/* line 70, ../scss/modules/_panels.scss */
.collapse {
  display: none;
}
/* line 73, ../scss/modules/_panels.scss */
.collapse.in {
  display: block;
}

/* .panel-default {
  @include panel-variant($gray-lighter, inherit, $gray-lighter, $gray-lighter);
}
.panel-error {
  @include panel-variant(darken($alert-red, 5%), inherit, $alert-red, darken($alert-red, 5%));
}
.panel-success {
  @include panel-variant(darken($alert-green, 5%), inherit, $alert-green, darken($alert-green, 5%));
}
.panel-info {
  @include panel-variant(darken($alert-blue, 5%), inherit, $alert-blue, darken($alert-blue, 5%));
}
.panel-help {
  @include panel-variant(darken($alert-yellow, 5%), inherit, $alert-yellow, darken($alert-yellow, 5%));
} */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * CSS rewritten into SCSS: Tyce Clee (@iamtyce) 6/11/12
 */
/* Browser Resets */
/* line 16, ../scss/modules/_flexslider.scss */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

/* line 20, ../scss/modules/_flexslider.scss */
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 29, ../scss/modules/_flexslider.scss */
#home-brands .flexslider, #brand-slider-page .flexslider {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border: 2px solid #fed830;
  border-radius: 10px;
  width: 90%;
}
/* line 35, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .slides img, #brand-slider-page .flexslider .slides img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 40, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .slides figure, #brand-slider-page .flexslider .slides figure {
  height: 155px;
  width: auto !important;
  margin-right: 45px;
}
/* line 42, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .flex-viewport, #brand-slider-page .flexslider .flex-viewport {
  width: 75%;
  margin: 0 auto;
}
/* line 44, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .flex-direction-nav li, #brand-slider-page .flexslider .flex-direction-nav li {
  list-style: none outside none;
}
/* line 46, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .flex-direction-nav li a.flex-prev, #brand-slider-page .flexslider .flex-direction-nav li a.flex-prev {
  left: 25px;
  color: #007907;
  font-size: 10px;
  opacity: 1 !important;
}
/* line 47, ../scss/modules/_flexslider.scss */
#home-brands .flexslider .flex-direction-nav li a.flex-next, #brand-slider-page .flexslider .flex-direction-nav li a.flex-next {
  right: 25px;
  color: #007907;
  font-size: 10px;
  opacity: 1 !important;
}

/* line 55, ../scss/modules/_flexslider.scss */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 60, ../scss/modules/_flexslider.scss */
.flexslider .slides > figure {
  display: none;
  margin-right: 15px;
  -webkit-backface-visibility: hidden;
  background-size: cover;
}
/* line 66, ../scss/modules/_flexslider.scss */
.flexslider .slides img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
/* line 72, ../scss/modules/_flexslider.scss */
.flexslider .slides .end {
  margin-left: -15px;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 80, ../scss/modules/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 86, ../scss/modules/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 95, ../scss/modules/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 99, ../scss/modules/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 107, ../scss/modules/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 114, ../scss/modules/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 119, ../scss/modules/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 124, ../scss/modules/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 128, ../scss/modules/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 132, ../scss/modules/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 138, ../scss/modules/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}
/* line 140, ../scss/modules/_flexslider.scss */
.flex-direction-nav a {
  margin: -20px 0 0;
  display: block;
  /*background: url(../images/bg_direction_nav.png) no-repeat 0 0;*/
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  color: #0095dd;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&.flex-next {
          background-position: 100% 0;
          right: -36px;
        }
        
        &.flex-prev {
          left: -36px;
        }*/
}
/* line 152, ../scss/modules/_flexslider.scss */
.flex-direction-nav a.flex-next {
  right: 5px;
  color: #0095dd;
  content: "\f046";
  /*fontawesome char code inside the ''*/
  font-family: FontAwesome;
  /* or whatever */
  display: inline-block;
  color: #0095dd;
}
/* line 160, ../scss/modules/_flexslider.scss */
.flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:visited {
  color: #0095dd;
}
/* line 165, ../scss/modules/_flexslider.scss */
.flex-direction-nav a.flex-prev {
  left: 5px;
  color: #0095dd;
}
/* line 169, ../scss/modules/_flexslider.scss */
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:visited {
  color: #0095dd;
}

/* line 188, ../scss/modules/_flexslider.scss */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev, #home-slider:hover .flex-next, #home-slider:hover .flex-prev {
  opacity: 0.8;
}
/* line 191, ../scss/modules/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, #home-slider:hover .flex-next:hover, #home-slider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 196, ../scss/modules/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 204, ../scss/modules/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  height: 1em;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
/* line 212, ../scss/modules/_flexslider.scss */
.flex-control-nav li {
  margin: 0 .5em 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 220, ../scss/modules/_flexslider.scss */
.flex-control-paging li a {
  width: 1em;
  height: 1em;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
/* line 230, ../scss/modules/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
/* line 234, ../scss/modules/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 241, ../scss/modules/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
/* line 245, ../scss/modules/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 250, ../scss/modules/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
/* line 255, ../scss/modules/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}
/* line 259, ../scss/modules/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Magnific Popup CSS */
/* line 78, ../scss/modules/_lightbox.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 95, ../scss/modules/_lightbox.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 107, ../scss/modules/_lightbox.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 122, ../scss/modules/_lightbox.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 133, ../scss/modules/_lightbox.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 140, ../scss/modules/_lightbox.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 150, ../scss/modules/_lightbox.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, ../scss/modules/_lightbox.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, ../scss/modules/_lightbox.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 167, ../scss/modules/_lightbox.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 174, ../scss/modules/_lightbox.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 179, ../scss/modules/_lightbox.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 190, ../scss/modules/_lightbox.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 209, ../scss/modules/_lightbox.scss */
.mfp-hide {
  display: none !important;
}

/* line 220, ../scss/modules/_lightbox.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 230, ../scss/modules/_lightbox.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 232, ../scss/modules/_lightbox.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 240, ../scss/modules/_lightbox.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 247, ../scss/modules/_lightbox.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 254, ../scss/modules/_lightbox.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 268, ../scss/modules/_lightbox.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 276, ../scss/modules/_lightbox.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 297, ../scss/modules/_lightbox.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 305, ../scss/modules/_lightbox.scss */
.mfp-close:active {
  top: 1px;
}

/* line 310, ../scss/modules/_lightbox.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 316, ../scss/modules/_lightbox.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 326, ../scss/modules/_lightbox.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

/* line 337, ../scss/modules/_lightbox.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 350, ../scss/modules/_lightbox.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 353, ../scss/modules/_lightbox.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 360, ../scss/modules/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 376, ../scss/modules/_lightbox.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 384, ../scss/modules/_lightbox.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 393, ../scss/modules/_lightbox.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 396, ../scss/modules/_lightbox.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 401, ../scss/modules/_lightbox.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 408, ../scss/modules/_lightbox.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 410, ../scss/modules/_lightbox.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 415, ../scss/modules/_lightbox.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 426, ../scss/modules/_lightbox.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 429, ../scss/modules/_lightbox.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 434, ../scss/modules/_lightbox.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 438, ../scss/modules/_lightbox.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 443, ../scss/modules/_lightbox.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 463, ../scss/modules/_lightbox.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 478, ../scss/modules/_lightbox.scss */
.mfp-figure {
  line-height: 0;
}
/* line 480, ../scss/modules/_lightbox.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 494, ../scss/modules/_lightbox.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 500, ../scss/modules/_lightbox.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 504, ../scss/modules/_lightbox.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 512, ../scss/modules/_lightbox.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 521, ../scss/modules/_lightbox.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 528, ../scss/modules/_lightbox.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 541, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 546, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 552, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 556, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 561, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 571, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 575, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 579, ../scss/modules/_lightbox.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 599, ../scss/modules/_lightbox.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 603, ../scss/modules/_lightbox.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 607, ../scss/modules/_lightbox.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 611, ../scss/modules/_lightbox.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 623, ../scss/modules/_lightbox.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 626, ../scss/modules/_lightbox.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 633, ../scss/modules/_lightbox.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 636, ../scss/modules/_lightbox.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 639, ../scss/modules/_lightbox.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 19, ../scss/modules/_videos.scss */
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
}
/* line 27, ../scss/modules/_videos.scss */
.widescreen.flex-video {
  padding-bottom: 56.34%;
}
/* line 28, ../scss/modules/_videos.scss */
.vimeo.flex-video {
  padding-top: 0;
}
/* line 30, ../scss/modules/_videos.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/*********************
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 stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/breakpoints/_base.scss */
body {
  font-family: "OpenSansRegular";
  -webkit-font-smoothing: antialiased;
}

/* line 22, ../scss/breakpoints/_base.scss */
.home body {
  background: none;
}

/* line 23, ../scss/breakpoints/_base.scss */
body {
  background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* line 28, ../scss/breakpoints/_base.scss */
.leadBoxes h3 {
  margin: 0 0 15px;
}
/* line 30, ../scss/breakpoints/_base.scss */
.leadBoxes h3 a {
  color: #007907;
}

/* line 32, ../scss/breakpoints/_base.scss */
.leadBoxes a {
  text-decoration: none;
}

/* line 47, ../scss/breakpoints/_base.scss */
.search .hentry,
.archive .hentry,
.tag .hentry,
.blog .hentry,
.home .hentry {
  margin-bottom: 1.625em;
}
/* line 51, ../scss/breakpoints/_base.scss */
.search .hentry .article-header,
.archive .hentry .article-header,
.tag .hentry .article-header,
.blog .hentry .article-header,
.home .hentry .article-header {
  margin-bottom: 0;
}
/* line 54, ../scss/breakpoints/_base.scss */
.search .hentry .article-header > h1, .search .hentry .article-header > h2, .search .hentry .article-header > h3, .search .hentry .article-header > h4, .search .hentry .article-header > h5, .search .hentry .article-header > h6,
.archive .hentry .article-header > h1,
.archive .hentry .article-header > h2,
.archive .hentry .article-header > h3,
.archive .hentry .article-header > h4,
.archive .hentry .article-header > h5,
.archive .hentry .article-header > h6,
.tag .hentry .article-header > h1,
.tag .hentry .article-header > h2,
.tag .hentry .article-header > h3,
.tag .hentry .article-header > h4,
.tag .hentry .article-header > h5,
.tag .hentry .article-header > h6,
.blog .hentry .article-header > h1,
.blog .hentry .article-header > h2,
.blog .hentry .article-header > h3,
.blog .hentry .article-header > h4,
.blog .hentry .article-header > h5,
.blog .hentry .article-header > h6,
.home .hentry .article-header > h1,
.home .hentry .article-header > h2,
.home .hentry .article-header > h3,
.home .hentry .article-header > h4,
.home .hentry .article-header > h5,
.home .hentry .article-header > h6 {
  margin: 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 65, ../scss/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}
/* line 69, ../scss/breakpoints/_base.scss */
.wrap.wrap-mobile {
  width: 100%;
}

/* line 75, ../scss/breakpoints/_base.scss */
#content #inner-content {
  margin-top: 3.25em;
  margin-bottom: 3.25em;
}

/* line 85, ../scss/breakpoints/_base.scss */
main {
  padding-left: 0;
}

/* line 93, ../scss/breakpoints/_base.scss */
aside {
  padding-right: 0;
}

/* line 101, ../scss/breakpoints/_base.scss */
.header #logo img, .hentry header img, .hentry.post-index header img, .entry-content img, .wp-caption img, .gallery .gallery-item a img, #home-services .service img {
  display: block;
  width: 100%;
  height: auto;
}

/*********************
LINK STYLES
*********************/
/* line 115, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #0095dd;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 119, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #0076af;
}
/* line 129, ../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 143, ../scss/breakpoints/_base.scss */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
  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 152, ../scss/breakpoints/_base.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 157, ../scss/breakpoints/_base.scss */
h1 {
  font-size: 2.25em;
  line-height: 1.44444em;
  margin: 1.08333em 0 0.36111em 0;
}

/* line 163, ../scss/breakpoints/_base.scss */
h2 {
  font-size: 1.875em;
  line-height: 1.3em;
  margin: 1.3em 0 0.43333em 0;
}

/* line 169, ../scss/breakpoints/_base.scss */
h3 {
  font-size: 1.5em;
  line-height: 1.625em;
  margin: 1.625em 0 0.54167em 0;
}

/* line 175, ../scss/breakpoints/_base.scss */
h4 {
  font-size: 1.125em;
  line-height: 1.44444em;
  margin: 2.16667em 0 0.72222em 0;
}

/* line 181, ../scss/breakpoints/_base.scss */
h5 {
  font-size: 0.875em;
  line-height: 1.85714em;
  margin: 2.78571em 0 0.92857em 0;
}

/* line 187, ../scss/breakpoints/_base.scss */
h6 {
  font-size: 0.75em;
  line-height: 2.16667em;
  margin: 3.25em 0 1.08333em 0;
}

/******************************************************************
ALIGN BLOCK ELEMENTS BASELINE
******************************************************************/
/* line 199, ../scss/breakpoints/_base.scss */
.flex-video,
.cta,
p,
hr,
blockquote,
img,
pre,
ul,
ol,
dl,
table,
iframe {
  margin: 0 0 1.625em 0;
}

/*********************
HEADER STYLES
*********************/
/* line 220, ../scss/breakpoints/_base.scss */
.main-wrapper {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}

/* line 223, ../scss/breakpoints/_base.scss */
.inner-service-eqp {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  padding-top: 50px;
  padding-bottom: 25px;
}

/* line 230, ../scss/breakpoints/_base.scss */
.header #inner-header {
  padding: 0.8125em 0;
  -moz-box-shadow: #eeeeee 0px 0px 0px 1px;
  -webkit-box-shadow: #eeeeee 0px 0px 0px 1px;
  box-shadow: #eeeeee 0px 0px 0px 1px;
}
/* line 243, ../scss/breakpoints/_base.scss */
.header #inner-header .col:last-child {
  vertical-align: middle;
  text-align: right;
}
/* line 250, ../scss/breakpoints/_base.scss */
.header #logo {
  display: inline-block;
  max-width: 8em;
  height: auto;
}
/* line 255, ../scss/breakpoints/_base.scss */
.header #logo img {
  margin: 0;
}
/* line 261, ../scss/breakpoints/_base.scss */
.header #phone {
  font-size: 1em;
  line-height: 1.625em;
  font-weight: 700;
}
/* line 266, ../scss/breakpoints/_base.scss */
.header label[for=toggle-navigation] {
  display: block;
  text-align: right;
  padding: 0.8125em 2%;
  background-color: #007907;
  cursor: pointer;
  color: yellow;
}
/* line 275, ../scss/breakpoints/_base.scss */
.header input#toggle-navigation[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  /* For mobile, it's typically better to position checkbox on top of clickable
     area and turn opacity to 0 instead. */
}
/* line 283, ../scss/breakpoints/_base.scss */
.header input#toggle-navigation[type=checkbox] ~ nav {
  display: none;
}
/* line 287, ../scss/breakpoints/_base.scss */
.header input#toggle-navigation[type=checkbox]:checked ~ nav {
  display: block;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 308, ../scss/breakpoints/_base.scss */
.nav.top-nav {
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 311, ../scss/breakpoints/_base.scss */
.nav.top-nav li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
  width: 100%;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 319, ../scss/breakpoints/_base.scss */
.nav.top-nav li a {
  border: none;
  border-radius: 8px;
  color: #666666;
  font-family: opensansbold;
  font-size: 15px;
  padding: 2px 10px;
  text-decoration: none;
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}
/* line 335, ../scss/breakpoints/_base.scss */
.nav.top-nav li a:hover {
  color: #007907;
}
/* line 342, ../scss/breakpoints/_base.scss */
.nav.top-nav li ul.sub-menu,
.nav.top-nav li ul.children {
  z-index: 3;
  text-align: center;
  margin: 0;
  /* highlight sub-menu current page */
}
/* line 347, ../scss/breakpoints/_base.scss */
.nav.top-nav li ul.sub-menu li,
.nav.top-nav li ul.children li {
  margin-bottom: 10px;
  margin-top: 15px;
  padding-left: 25px;
  /*
  if you need to go deeper, go nuts
  just remember deeper menus suck
  for usability. k, bai.
  */
}
/* line 351, ../scss/breakpoints/_base.scss */
.nav.top-nav li ul.sub-menu li a,
.nav.top-nav li ul.children li a {
  margin: 0;
  padding-left: 0.8125em;
  display: inline-table;
}
/* line 375, ../scss/breakpoints/_base.scss */
.nav.top-nav li ul.sub-menu li ul,
.nav.top-nav li ul.children li ul {
  top: 0;
  left: 100%;
}
/* line 390, ../scss/breakpoints/_base.scss */
.nav.top-nav li:hover > ul {
  top: auto;
  visibility: visible;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 413, ../scss/breakpoints/_base.scss */
.archive-title {
  margin-top: 0;
}

/* line 419, ../scss/breakpoints/_base.scss */
.hentry header {
  margin-bottom: 1.625em;
}
/* line 422, ../scss/breakpoints/_base.scss */
.hentry header h1 {
  margin: 0;
  padding: 0;
}
/* line 435, ../scss/breakpoints/_base.scss */
.hentry.post-index {
  position: relative;
  padding-left: 27%;
}
/* line 441, ../scss/breakpoints/_base.scss */
.hentry.post-index header img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 23%;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 480, ../scss/breakpoints/_base.scss */
.byline {
  color: #999999;
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 489, ../scss/breakpoints/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 490, ../scss/breakpoints/_base.scss */
.entry-content img {
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px #000;
  -moz-box-shadow: 0px 0px 3px 0px #000;
  -webkit-box-shadow: 0px 0px 3px 0px #000;
}
/* line 496, ../scss/breakpoints/_base.scss */
.entry-content > :first-child {
  margin-top: 0;
}
/* line 512, ../scss/breakpoints/_base.scss */
.entry-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 520, ../scss/breakpoints/_base.scss */
.entry-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 528, ../scss/breakpoints/_base.scss */
.entry-content blockquote, .entry-content .cta {
  font-style: italic;
  color: #999999;
  padding: 1.625em;
}
/* line 551, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 560, ../scss/breakpoints/_base.scss */
.entry-content pre {
  padding: 1.625em;
  background: #000;
  color: #fafafa;
}

/* end .entry-content */
/* line 568, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #000;
  /* images inside wp-caption */
}
/* line 573, ../scss/breakpoints/_base.scss */
.wp-caption img {
  margin: 0;
}
/* line 578, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  padding: 1.625em 0;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* line 590, ../scss/breakpoints/_base.scss */
.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: -4px;
  padding: 1%;
  position: unset;
}
/* line 599, ../scss/breakpoints/_base.scss */
.gallery .gallery-item br {
  display: none;
}
/* line 603, ../scss/breakpoints/_base.scss */
.gallery .gallery-item a {
  display: block;
  overflow: hidden;
}
/* line 608, ../scss/breakpoints/_base.scss */
.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
}
/* line 615, ../scss/breakpoints/_base.scss */
.gallery .gallery-item a img {
  margin: 0;
  vertical-align: top;
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 250ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 250ms;
  -ms-transition-timing-function: ease-out;
}

/* end .gallery */
/* gallery caption styles */
/* line 681, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 689, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 693, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 696, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
}
/* line 704, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eeeeee;
}
/* line 713, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 1em;
  line-height: 1.625em;
  font-weight: normal;
  padding: 0.8125em;
  min-width: 1em;
  display: block;
  color: #0095dd;
}
/* line 724, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #0095dd;
  color: #fff;
}
/* line 730, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #000;
}
/* line 734, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 747, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 751, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 769, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 790, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
}

/* line 794, ../scss/breakpoints/_base.scss */
#inner-footer {
  -moz-box-shadow: #eeeeee 0px 0px 0px 1px;
  -webkit-box-shadow: #eeeeee 0px 0px 0px 1px;
  box-shadow: #eeeeee 0px 0px 0px 1px;
  text-align: center;
}
/* line 797, ../scss/breakpoints/_base.scss */
#inner-footer .wrap {
  display: block;
  overflow: hidden;
}

/* line 811, ../scss/breakpoints/_base.scss */
.footertitle {
  display: block;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/* line 835, ../scss/breakpoints/_base.scss */
#copyright {
  padding: 1.625em 0;
  background-color: #eeeeee;
}
/* line 838, ../scss/breakpoints/_base.scss */
#copyright p {
  margin: 0;
}
/* line 841, ../scss/breakpoints/_base.scss */
#copyright a {
  color: #000;
}

/*********************
ACCORDIONS
*********************/
/* line 848, ../scss/breakpoints/_base.scss */
dl {
  position: relative;
}
/* line 851, ../scss/breakpoints/_base.scss */
dl dt, dl dd {
  margin: 0;
  padding: 0;
}
/* line 857, ../scss/breakpoints/_base.scss */
dl dt a {
  cursor: pointer;
}

/*********************
TABS
*********************/
/* line 871, ../scss/breakpoints/_base.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 874, ../scss/breakpoints/_base.scss */
.tab-content > .active {
  display: block;
}

/*********************
HOME PAGE STYLES
*********************/
/* line 886, ../scss/breakpoints/_base.scss */
#home-slider .flexslider .figure {
  height: 23.5625em;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 893, ../scss/breakpoints/_base.scss */
#home-slider .flexslider .figcaption {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 900, ../scss/breakpoints/_base.scss */
#home-slider .flexslider .figcaption .wrap {
  display: table;
  height: 100%;
}
/* line 905, ../scss/breakpoints/_base.scss */
#home-slider .flexslider .figcaption .figcaption-content {
  display: table-cell;
  vertical-align: bottom;
}

/* line 946, ../scss/breakpoints/_base.scss */
.home #container .all-header {
  width: 100%;
  z-index: 99;
}

/* line 947, ../scss/breakpoints/_base.scss */
.home #container #content #inner-content {
  margin: 0;
}

/* line 949, ../scss/breakpoints/_base.scss */
#container .header-top {
  border-top: 15px solid #007907;
  display: none;
}
/* line 950, ../scss/breakpoints/_base.scss */
#container .header {
  background-color: #fff;
  /* border-bottom: 4px solid $golden;*/
  /* border-top: 3px solid $golden; */
  opacity: 0.95;
}
/* line 955, ../scss/breakpoints/_base.scss */
#container .header #inner-header {
  padding: 15px 0 0;
}
/* line 957, ../scss/breakpoints/_base.scss */
#container .header #inner-header .wrap {
  width: 100%;
}
/* line 959, ../scss/breakpoints/_base.scss */
#container .header #inner-header .wrap .col {
  width: 100%;
  overflow: visible;
  display: block;
  text-align: center;
  padding: 0;
}
/* line 965, ../scss/breakpoints/_base.scss */
#container .header #inner-header .wrap .col #phone {
  font-size: 20px;
  color: #007907;
  font-family: "OpenSansBold";
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
/* line 966, ../scss/breakpoints/_base.scss */
#container .header #inner-header .wrap .col #phone .fa.fa-phone {
  background-color: #007907;
  color: #fed830;
  -moz-box-shadow: 2px -2px 1px -1px #fed830;
  -webkit-box-shadow: 2px -2px 1px -1px #fed830;
  box-shadow: 2px -2px 1px -1px #fed830;
  border-radius: 4px;
  padding: 4px 6px;
  position: relative;
  left: -10px;
}
/* line 981, ../scss/breakpoints/_base.scss */
#container .header #inner-header .wrap .col:nth-child(1) #logo {
  max-width: 100%;
  width: 50%;
  margin-bottom: 18px;
}
/* line 992, ../scss/breakpoints/_base.scss */
#container .footer {
  background-color: #fed830;
  clear: both;
  position: relative;
  border-top: 5px solid #007907;
}
/* line 993, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer {
  box-shadow: 0 0 0 0 #000;
}
/* line 995, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap {
  padding-bottom: 20px;
}
/* line 998, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .footertitle {
  color: #007907;
  display: block;
  font-family: opensansregular;
  font-size: 26px;
  margin-top: 25px;
}
/* line 1005, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer {
  border-bottom: 3px solid #007907;
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 15px;
}
/* line 1014, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer li {
  float: left;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 15px;
}
/* line 1019, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer li a {
  color: #000;
  font-family: opensansbold;
  font-size: 18px;
  text-decoration: none;
}
/* line 1027, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer-2 {
  border-bottom: 3px solid #007907;
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
  margin-top: 15px;
}
/* line 1035, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer-2 li {
  float: left;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 15px;
}
/* line 1040, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer-2 li a {
  color: #000;
  font-family: opensansregular;
  font-size: 18px;
  text-decoration: none;
}
/* line 1047, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col #menu-footer-2 li:first-child a {
  font-family: opensansbold;
}
/* line 1050, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col address {
  width: 100%;
  font-style: normal;
  float: left;
}
/* line 1054, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col address .address {
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  display: block;
}
/* line 1059, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col address .address b {
  float: none;
  margin-right: 10px;
}
/* line 1060, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col address .address p {
  float: none;
  margin-bottom: 0;
}
/* line 1062, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col address a {
  color: #000;
  text-decoration: none;
}
/* line 1064, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .footer-logo {
  float: left;
  width: 100%;
  margin-top: 25px;
}
/* line 1068, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .footer-logo h4 {
  font-family: opensansregular;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
/* line 1074, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .footer-logo img {
  margin: 0;
}
/* line 1076, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .phone-mob {
  margin: 10px 0;
}
/* line 1079, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .phone-mob .phone .fa.fa-fw.fa-phone-square {
  font-size: 24px;
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
/* line 1087, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .phone-mob .mobile .fa.fa-fw.fa-mobile {
  font-size: 24px;
  height: 22px;
  margin-right: 5px;
  margin-left: 8px;
  width: 22px;
}
/* line 1097, ../scss/breakpoints/_base.scss */
#container .footer #inner-footer .wrap .col .email .fa.fa-fw.fa-envelope {
  font-size: 24px;
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
/* line 1107, ../scss/breakpoints/_base.scss */
#container .footer #copyright {
  padding: 6px 0;
  background-color: #007907;
}
/* line 1110, ../scss/breakpoints/_base.scss */
#container .footer #copyright .wrap {
  padding: 0;
}
/* line 1112, ../scss/breakpoints/_base.scss */
#container .footer #copyright .wrap p {
  font-size: 12px;
}

/* line 1124, ../scss/breakpoints/_base.scss */
.fa.fa-fw.fa-chevron-circle-left.fa-3x {
  background: none repeat scroll 0 0 rgba(255, 209, 1, 0.6);
  border-radius: 62px;
  height: 36px;
  width: 36px;
}

/* line 1131, ../scss/breakpoints/_base.scss */
.fa.fa-fw.fa-chevron-circle-right.fa-3x {
  background: none repeat scroll 0 0 rgba(255, 209, 1, 0.8);
  border-radius: 62px;
  height: 36px;
  width: 36px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 1144, ../scss/breakpoints/_base.scss */
.wrap {
  max-width: 1140px;
}
/* line 1147, ../scss/breakpoints/_base.scss */
.wrap.wrap-mobile {
  width: 96%;
}

/* line 1151, ../scss/breakpoints/_base.scss */
.inner-service-eqp {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}

/* line 1157, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero {
  border-bottom: 3px solid #fed830;
}
/* line 1161, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure {
  height: 300px;
}
/* line 1164, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap {
  display: table;
}
/* line 1166, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content {
  display: block;
  margin: 75px auto 0;
  width: 80%;
}
/* line 1171, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child {
  border: 2px solid #fed830;
  margin-bottom: 60px;
  margin-left: 0px;
}
/* line 1175, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-title {
  background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
  color: #fff;
  font-family: opensansbold;
  font-size: 15px;
  line-height: normal;
  opacity: 1;
  padding: 4px 10px;
  margin: 0;
}
/* line 1185, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-excerpt {
  background-color: #fff;
  margin: 0;
  opacity: 0.79;
  padding: 15px 6px 15px 25px;
  font-size: 16px;
}
/* line 1194, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore {
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  width: 40%;
}
/* line 1200, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore a {
  bottom: 62px;
  left: 5px;
  position: relative;
  text-decoration: none;
  margin-top: 5px;
  top: -48px;
}
/* line 1212, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a {
  color: #007907;
  font-size: 12px;
}
/* line 1213, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a:hover {
  color: #007907;
}
/* line 1214, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-prev {
  left: 0.5%;
}
/* line 1215, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-next {
  right: 0.5%;
}
/* line 1220, ../scss/breakpoints/_base.scss */
#content #inner-content #main .services-equipment {
  background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
}
/* line 1225, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 96%;
  -moz-box-shadow: 0 0 4px 0 #000;
  -webkit-box-shadow: 0 0 4px 0 #000;
  box-shadow: 0 0 4px 0 #000;
}
/* line 1234, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
  border: 2px solid #fed830;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 #999;
}
/* line 1240, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure .height-min {
  min-height: 222px;
  display: block;
}
/* line 1241, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure a {
  float: right;
  position: relative;
  right: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 40px;
  z-index: 25;
}
/* line 1252, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure a:hover {
  color: green-btn-hover;
}
/* line 1253, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure h3 {
  background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  opacity: 1;
  padding: 10px 8px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
/* line 1267, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure h4 {
  color: #fff;
  font-family: opensansbold;
  font-size: 30px;
  left: 0;
  margin: 30px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 -2px 2px #007907;
  top: 5%;
  width: 100%;
}
/* line 1279, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure {
  position: relative;
}
/* line 1280, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure img {
  max-width: 100%;
  border: 2px solid #fed830;
  border-radius: 8px;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 2px 0 #000;
  -webkit-box-shadow: 0 0 2px 0 #000;
  box-shadow: 0 0 2px 0 #000;
}
/* line 1290, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-services .wrap .service .figure .figcaption span {
  background-color: #007907;
  display: block;
  left: 0;
  min-height: 55px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  border: 2px solid #fed830;
  border-bottom: none;
  border-radius: 8px 8px 0 1px;
}
/* line 1312, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap h2 {
  border-bottom: 3px solid #fed830;
  color: #007907;
  font-family: opensansbold;
  font-size: 28px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 1321, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service {
  display: inline-block;
  margin-right: -5px;
  overflow: hidden;
  padding: 0 0.50%;
  text-align: center;
  width: 100%;
}
/* line 1329, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service .figure h3 {
  color: #007907;
  line-height: normal;
  margin: 5px 0 7px;
}
/* line 1334, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service .figure img {
  border: 2px solid #fed830;
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 10px;
}
/* line 1341, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service .figure .figcaption a {
  display: table;
  float: none;
  margin-bottom: 15px;
  text-decoration: none;
  width: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1355, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n) {
  margin: 0;
  padding-right: 0;
}
/* line 1360, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n+1) {
  padding-left: 0;
}
/* line 1366, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp {
  background: url("../images/OurHistoryBG.jpg") no-repeat scroll 0 0/cover transparent;
  text-align: center;
  height: auto;
}
/* line 1370, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner {
  background: none repeat scroll 0 0 rgba(255, 220, 0, 0.75);
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #fed830;
  border-top: 2px solid #fed830;
}
/* line 1376, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap {
  display: block;
  overflow: hidden;
}
/* line 1379, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) {
  width: 100%;
  display: block;
  float: left;
}
/* line 1383, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) h1.page-title {
  color: #fff;
  font-family: opensansbold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}
/* line 1390, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) p {
  line-height: normal;
  margin-bottom: 10px;
}
/* line 1394, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) a {
  right: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 54%;
  z-index: 25;
  float: right;
}
/* line 1405, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  float: right;
  position: relative;
  top: 23px;
  width: 100%;
  padding-bottom: 35px;
}
/* line 1414, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img {
  display: block;
  overflow: hidden;
  width: 100%;
  border-bottom: 3px solid #fff;
}
/* line 1419, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 1424, ../scss/breakpoints/_base.scss */
#content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div h3 {
  color: #fff;
  font-family: opensansbold;
  font-size: 32px;
  line-height: 30px;
  margin-top: 8px;
  text-align: center;
}
/* line 1438, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands {
  background: url("../images/OurClientsBG.jpg") no-repeat scroll 0 0/cover transparent;
}
/* line 1440, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap {
  display: block;
}
/* line 1443, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col h2 {
  color: #fff;
  font-family: opensansbold;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 20px;
}
/* line 1451, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(1) {
  width: 100%;
  display: block;
  vertical-align: middle;
  float: left;
  margin-bottom: 25px;
}
/* line 1457, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(1) .flexslider {
  width: 100%;
}
/* line 1460, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) {
  display: block;
  width: 100%;
  float: right;
}
/* line 1464, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider {
  padding: 15px 15px 30px 15px;
  width: 100%;
}
/* line 1467, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-nav {
  top: 85%;
  text-align: center;
}
/* line 1468, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider p {
  font-size: 18px;
}
/* line 1469, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider span {
  display: block;
  font-family: opensansbold;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-align: right;
  width: 100%;
}
/* line 1478, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a {
  background: none repeat scroll 0 0 #fed830;
  border: 1px solid #007907;
  width: 28px;
  height: 28px;
}
/* line 1479, ../scss/breakpoints/_base.scss */
#content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #fff;
}
/* line 1484, ../scss/breakpoints/_base.scss */
#content #inner-content #main .mapCover > iframe {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fed830;
  margin-top: 20px;
}

/* line 1497, ../scss/breakpoints/_base.scss */
#brand-slider {
  position: relative;
}

/* line 1498, ../scss/breakpoints/_base.scss */
#brand-slider .flexslider {
  margin-top: 0px;
}

/* line 1500, ../scss/breakpoints/_base.scss */
.place-card-medium {
  display: none !important;
}

/* line 1503, ../scss/breakpoints/_base.scss */
.our-area {
  color: #fff;
  font-size: 25px;
  left: 10px;
  position: absolute;
  text-shadow: 0 0 4px #000;
  top: 82%;
}

/* line 1511, ../scss/breakpoints/_base.scss */
#home-brands .flexslider .flex-direction-nav li a.flex-prev, #brand-slider-page .flexslider .flex-direction-nav li a.flex-prev {
  left: 5px;
}

/* line 1512, ../scss/breakpoints/_base.scss */
#home-brands .flexslider .flex-direction-nav li a.flex-prev, #brand-slider-page .flexslider .flex-direction-nav li a.flex-next {
  right: 5px;
}

/* line 1513, ../scss/breakpoints/_base.scss */
.fa.fa-fw.fa-chevron-circle-left.fa-3x, .fa.fa-fw.fa-chevron-circle-right.fa-3x {
  height: 30px;
  width: 30px;
}

/* line 1515, ../scss/breakpoints/_base.scss */
#main #brand-slider-page {
  margin-bottom: 30px;
}
/* line 1517, ../scss/breakpoints/_base.scss */
#main #brand-slider-page .flexslider {
  width: 100%;
}
/* line 1526, ../scss/breakpoints/_base.scss */
#main .entry-content ul.checkList li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.2em;
  margin-left: 25px;
  margin-right: 10px;
  color: #000;
}
/* line 1535, ../scss/breakpoints/_base.scss */
#main .entry-content ul.checkList li {
  list-style-type: none;
}
/* line 1537, ../scss/breakpoints/_base.scss */
#main .entry-content .leadBoxes {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
/* line 1543, ../scss/breakpoints/_base.scss */
#main .entry-content .leadBoxes .figure {
  display: inline-block;
  margin: 0 0.9%;
  width: 31%;
}
/* line 1550, ../scss/breakpoints/_base.scss */
#main .cta {
  background-color: #007907;
  border: 2px solid #fed830;
  border-radius: 8px;
  overflow: hidden;
}
/* line 1551, ../scss/breakpoints/_base.scss */
#main .cta p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
}
/* line 1552, ../scss/breakpoints/_base.scss */
#main .cta a {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  float: right;
  font-family: opensansbold;
  font-size: 16px;
  font-style: normal;
  padding: 3px 10px;
  text-decoration: none;
  color: #007907;
}

/* line 1566, ../scss/breakpoints/_base.scss */
.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-validation {
  height: auto !important;
  margin: 12px 0 0;
  width: auto !important;
  top: 0px;
}

/* line 1572, ../scss/breakpoints/_base.scss */
.button, form input[type="submit"] {
  background-color: #fff !important;
  border: 2px solid #007907 !important;
  color: #007907 !important;
  font-family: opensansbold !important;
  padding: 7px 29px !important;
}

/* line 1581, ../scss/breakpoints/_base.scss */
ul.checkList li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.2em;
  margin-left: 5px;
  margin-right: 10px;
  color: #000;
}
/* line 1590, ../scss/breakpoints/_base.scss */
ul.checkList li {
  list-style-type: none;
}

/* line 1592, ../scss/breakpoints/_base.scss */
#contact-form-float {
  z-index: 115;
}
/* line 1594, ../scss/breakpoints/_base.scss */
#contact-form-float .contact-form-float-toggle {
  background-color: #fff;
  border: 1px solid #007907;
  border-radius: 0 0 10px 10px;
  color: #007907;
  font-family: opensansbold;
  font-size: 18px;
  left: 1px;
  padding: 8px;
  text-transform: uppercase;
  z-index: 25;
  -moz-box-shadow: 2px -1px 10px -4px #000;
  -webkit-box-shadow: 2px -1px 10px -4px #000;
  box-shadow: 2px -1px 10px -4px #000;
}
/* line 1608, ../scss/breakpoints/_base.scss */
#contact-form-float .contact-form-float-toggle .fa-envelope.fa.fa-fw.fa-3x {
  bottom: 0;
  font-size: 18px;
  left: -3px;
  margin-bottom: 0;
  position: relative;
  transform: rotate(270deg);
}

/* line 1622, ../scss/breakpoints/_base.scss */
.gallery-size-thumbnail p {
  margin: 0px;
  padding: 0px;
  height: 0px;
}

/* line 1628, ../scss/breakpoints/_base.scss */
.author {
  font-weight: bold;
}

/* line 1631, ../scss/breakpoints/_base.scss */
#inner-footer .fa.fa-fw.fa-phone-square {
  color: #000;
}

/* line 1632, ../scss/breakpoints/_base.scss */
#inner-footer .fa.fa-fw.fa-envelope {
  color: #000;
}

/* line 1634, ../scss/breakpoints/_base.scss */
#home-equipment .service:nth-of-type(5n) {
  vertical-align: top;
}
/* line 1636, ../scss/breakpoints/_base.scss */
#home-equipment .service:nth-of-type(5n) a.loadChart {
  display: block !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
  *********************/
  /* line 29, ../scss/breakpoints/_481up.scss */
  .leadBoxes a h3 {
    color: #007907;
  }

  /* .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 */
  /* line 117, ../scss/breakpoints/_481up.scss */
  .main-wrapper {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  }

  /* line 120, ../scss/breakpoints/_481up.scss */
  .inner-service-eqp {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 25px;
  }

  /* line 125, ../scss/breakpoints/_481up.scss */
  .home #container .all-header {
    width: 100%;
    z-index: 99;
  }

  /* line 126, ../scss/breakpoints/_481up.scss */
  .home #container #content #inner-content {
    margin: 0;
  }

  /* line 128, ../scss/breakpoints/_481up.scss */
  #container .header-top {
    border-top: 15px solid #007907;
    display: none;
  }
  /* line 129, ../scss/breakpoints/_481up.scss */
  #container .header {
    /* border-bottom: 4px solid $golden;*/
    /* border-top: 3px solid $golden; */
    opacity: 0.95;
  }
  /* line 133, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header {
    padding: 15px 0 0;
  }
  /* line 135, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header .wrap {
    width: 100%;
  }
  /* line 137, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header .wrap .col {
    width: 100%;
    overflow: visible;
    display: block;
    text-align: center;
    padding: 0;
  }
  /* line 143, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header .wrap .col #phone {
    font-size: 20px;
    color: #007907;
    font-family: "OpenSansBold";
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
  }
  /* line 144, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header .wrap .col #phone .fa.fa-phone {
    background-color: #007907;
    color: #fed830;
    -moz-box-shadow: 2px -2px 1px -1px #fed830;
    -webkit-box-shadow: 2px -2px 1px -1px #fed830;
    box-shadow: 2px -2px 1px -1px #fed830;
    border-radius: 4px;
    padding: 4px 6px;
    position: relative;
    left: -10px;
  }
  /* line 159, ../scss/breakpoints/_481up.scss */
  #container .header #inner-header .wrap .col:nth-child(1) #logo {
    max-width: 100%;
    width: 50%;
    margin-bottom: 18px;
  }
  /* line 170, ../scss/breakpoints/_481up.scss */
  #container .footer {
    background-color: #fed830;
    clear: both;
    position: relative;
    border-top: 5px solid #007907;
  }
  /* line 171, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer {
    box-shadow: 0 0 0 0 #000;
  }
  /* line 173, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap {
    padding-bottom: 20px;
  }
  /* line 176, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .footertitle {
    color: #007907;
    display: block;
    font-family: opensansregular;
    font-size: 26px;
    margin-top: 25px;
  }
  /* line 183, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer {
    border-bottom: 3px solid #007907;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  /* line 192, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer li {
    float: left;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 197, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer li a {
    color: #000;
    font-family: opensansbold;
    font-size: 18px;
    text-decoration: none;
  }
  /* line 205, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 {
    border-bottom: 3px solid #4d9f4b;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
    margin-top: 15px;
  }
  /* line 213, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li {
    float: left;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 218, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li a {
    color: #000;
    font-family: opensansregular;
    font-size: 18px;
    text-decoration: none;
  }
  /* line 225, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li:first-child a {
    font-family: opensansbold;
  }
  /* line 228, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col address {
    width: 100%;
    font-style: normal;
    float: left;
  }
  /* line 232, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col address .address {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  /* line 237, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col address .address b {
    float: none;
    margin-right: 10px;
  }
  /* line 238, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col address .address p {
    float: none;
    margin-bottom: 0;
  }
  /* line 240, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col address a {
    color: #000;
    text-decoration: none;
  }
  /* line 242, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo {
    float: left;
    width: 100%;
    margin-top: 25px;
  }
  /* line 246, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo h4 {
    font-family: opensansregular;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }
  /* line 252, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo img {
    margin: 0;
  }
  /* line 254, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob {
    margin: 10px 0;
  }
  /* line 257, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob .phone .fa.fa-fw.fa-phone-square {
    font-size: 24px;
    height: 22px;
    margin-right: 10px;
    width: 22px;
  }
  /* line 265, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob .mobile .fa.fa-fw.fa-mobile {
    font-size: 24px;
    height: 22px;
    margin-right: 5px;
    margin-left: 8px;
    width: 22px;
  }
  /* line 275, ../scss/breakpoints/_481up.scss */
  #container .footer #inner-footer .wrap .col .email .fa.fa-fw.fa-envelope {
    font-size: 24px;
    height: 22px;
    margin-right: 10px;
    width: 22px;
  }
  /* line 285, ../scss/breakpoints/_481up.scss */
  #container .footer #copyright {
    padding: 6px 0;
    background-color: #007907;
  }
  /* line 288, ../scss/breakpoints/_481up.scss */
  #container .footer #copyright .wrap {
    padding: 0;
  }
  /* line 290, ../scss/breakpoints/_481up.scss */
  #container .footer #copyright .wrap p {
    font-size: 12px;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 308, ../scss/breakpoints/_481up.scss */
  .wrap {
    max-width: 1140px;
  }
  /* line 311, ../scss/breakpoints/_481up.scss */
  .wrap.wrap-mobile {
    width: 96%;
  }

  /* line 322, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure {
    height: 300px;
  }
  /* line 325, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap {
    display: table;
  }
  /* line 327, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content {
    width: 55%;
    display: table-cell;
  }
  /* line 329, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child {
    border: 2px solid #fed830;
    margin-bottom: 50px;
    margin-left: 90px;
  }
  /* line 333, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-title {
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
    color: #fff;
    font-family: opensansbold;
    font-size: 15px;
    line-height: normal;
    opacity: 1;
    padding: 4px 10px;
    margin: 0;
  }
  /* line 343, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-excerpt {
    background-color: #fff;
    margin: 0;
    opacity: 0.79;
    padding: 15px 6px 15px 25px;
    font-size: 16px;
  }
  /* line 352, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore {
    display: table-cell;
    margin-bottom: 20px;
    vertical-align: bottom;
    width: 27%;
    text-align: center;
  }
  /* line 358, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore a {
    bottom: 62px;
    left: 5px;
    position: relative;
    text-decoration: none;
  }
  /* line 368, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a {
    color: #007907;
    font-size: 12px;
  }
  /* line 369, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a:hover {
    color: #007907;
  }
  /* line 370, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-prev {
    left: 7.5%;
  }
  /* line 371, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-next {
    right: 7.5%;
  }
  /* line 376, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .services-equipment {
    background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
  }
  /* line 381, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 96%;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
  }
  /* line 391, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border: 2px solid #fed830;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 #000;
    position: relative;
  }
  /* line 397, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .height-min {
    min-height: 222px;
    display: block;
  }
  /* line 398, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure a {
    float: right;
    position: relative;
    right: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 40px;
    z-index: 25;
  }
  /* line 409, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure a:hover {
    color: #6ec56d;
  }
  /* line 410, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h3 {
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
    padding: 10px 8px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /* line 424, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h4 {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    left: 0;
    margin: 30px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px #007907;
    top: 5%;
    width: 100%;
  }
  /* line 436, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 8px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 2px 0 #000;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
  }
  /* line 444, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption h3 {
    margin: 0;
    opacity: 1;
    padding: 10px 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
  }
  /* line 457, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption h4 {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    -moz-box-text-shadow: 0 -1px 1px #007907;
    -webkit-box-text-shadow: 0 -1px 1px #007907;
    text-shadow: 0 -1px 1px #007907;
    top: 0%;
    width: 100%;
  }
  /* line 471, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption p {
    font-size: 14px;
  }
  /* line 477, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment {
    overflow: hidden;
  }
  /* line 480, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap h2 {
    border-bottom: 3px solid #fed830;
    color: #007907;
    font-family: opensansbold;
    font-size: 28px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
  /* line 489, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service {
    display: inline-block;
    margin-right: -5px;
    overflow: hidden;
    padding: 0 0.50%;
    text-align: center;
    width: 49%;
  }
  /* line 497, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure h3 {
    color: #007907;
    line-height: normal;
    margin: 5px 0 7px;
    min-height: 65px;
  }
  /* line 503, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 510, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure .figcaption a {
    clear: both;
    display: table;
    float: right;
    margin-bottom: 15px;
    text-decoration: none;
    width: auto;
  }
  /* line 522, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n) {
    margin: 0;
    float: right;
    padding-right: 0;
  }
  /* line 527, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n+1) {
    padding-left: 0;
    float: left;
  }
  /* line 534, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp {
    background: url("../images/OurHistoryBG.jpg") no-repeat scroll 0 0/cover transparent;
    text-align: center;
    height: auto;
  }
  /* line 538, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner {
    background: none repeat scroll 0 0 rgba(255, 220, 0, 0.75);
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #fed830;
    border-top: 2px solid #fed830;
  }
  /* line 544, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap {
    display: block;
    overflow: hidden;
  }
  /* line 547, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) {
    width: 100%;
    display: block;
    float: left;
  }
  /* line 551, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) h1.page-title {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  /* line 558, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) p {
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 562, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) a {
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 54%;
    z-index: 25;
    float: right;
  }
  /* line 572, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: block;
    float: right;
    position: relative;
    top: 23px;
    width: 100%;
    padding-bottom: 35px;
  }
  /* line 581, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 585, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
  }
  /* line 590, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div h3 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
  }
  /* line 604, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands {
    background: url("../images/OurClientsBG.jpg") no-repeat scroll 0 0/cover transparent;
  }
  /* line 606, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap {
    display: block;
  }
  /* line 609, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col h2 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  /* line 617, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) {
    width: 100%;
    display: block;
    vertical-align: middle;
    float: left;
    margin-bottom: 25px;
  }
  /* line 623, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) .flexslider {
    width: 100%;
  }
  /* line 626, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) {
    display: block;
    width: 100%;
    float: right;
  }
  /* line 630, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider {
    padding: 15px 15px 30px 15px;
    width: 100%;
  }
  /* line 633, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-nav {
    top: 85%;
    text-align: center;
  }
  /* line 634, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider p {
    font-size: 18px;
  }
  /* line 635, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider span {
    display: block;
    font-family: opensansbold;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
  /* line 644, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a {
    background: none repeat scroll 0 0 #fed830;
    border: 1px solid #007907;
    width: 28px;
    height: 28px;
  }
  /* line 645, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
  }
  /* line 650, ../scss/breakpoints/_481up.scss */
  #content #inner-content #main .mapCover > iframe {
    height: 150px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fed830;
    margin-top: 40px;
  }

  /* line 662, ../scss/breakpoints/_481up.scss */
  #brand-slider {
    position: relative;
  }

  /* line 663, ../scss/breakpoints/_481up.scss */
  #brand-slider .flexslider {
    margin-top: 0px;
  }

  /* line 664, ../scss/breakpoints/_481up.scss */
  #contact-form-float {
    z-index: 115;
  }
  /* line 666, ../scss/breakpoints/_481up.scss */
  #contact-form-float .contact-form-float-toggle {
    background-color: #fff;
    border: 1px solid #007907;
    border-radius: 0 0 10px 10px;
    color: #007907;
    font-family: opensansbold;
    font-size: 18px;
    left: 1px;
    padding: 8px;
    text-transform: uppercase;
    z-index: 25;
    -moz-box-shadow: 2px -1px 10px -4px #000;
    -webkit-box-shadow: 2px -1px 10px -4px #000;
    box-shadow: 2px -1px 10px -4px #000;
  }
  /* line 680, ../scss/breakpoints/_481up.scss */
  #contact-form-float .contact-form-float-toggle .fa-envelope.fa.fa-fw.fa-3x {
    bottom: 0;
    font-size: 18px;
    left: -3px;
    margin-bottom: 0;
    position: relative;
    transform: rotate(270deg);
  }
}
/*********************
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
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 25, ../scss/breakpoints/_768up.scss */
  .wrap {
    max-width: 1140px;
  }
  /* line 28, ../scss/breakpoints/_768up.scss */
  .wrap.wrap-mobile {
    width: 96%;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 39, ../scss/breakpoints/_768up.scss */
  .header #logo {
    max-width: 100%;
  }
  /* line 47, ../scss/breakpoints/_768up.scss */
  .header label[for=toggle-navigation], .header input#toggle-navigation[type=checkbox] {
    display: none !important;
  }
  /* line 51, ../scss/breakpoints/_768up.scss */
  .header input#toggle-navigation[type=checkbox] ~ nav {
    display: block !important;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 61, ../scss/breakpoints/_768up.scss */
  #navigation {
    background-color: #eeeeee;
  }

  /* line 65, ../scss/breakpoints/_768up.scss */
  .nav.top-nav {
    text-align: right;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 68, ../scss/breakpoints/_768up.scss */
  .nav.top-nav ul {
    margin: 0;
  }
  /* line 72, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 76, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 92, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li ul.sub-menu,
  .nav.top-nav li ul.children {
    position: absolute;
    visibility: hidden;
    z-index: 3;
    text-align: left;
    /* highlight sub-menu current page */
  }
  /* line 99, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li ul.sub-menu li,
  .nav.top-nav li ul.children li {
    padding-left: 0px;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 101, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li ul.sub-menu li a,
  .nav.top-nav li ul.children li a {
    margin: 0;
    padding-left: 0.8125em;
    display: block;
  }
  /* line 125, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li ul.sub-menu li ul,
  .nav.top-nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 140, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 151, ../scss/breakpoints/_768up.scss */
  .nav.top-nav li.current-menu-item a,
  .nav.top-nav li.current_page_item a,
  .nav.top-nav li.current_page_ancestor a {
    text-decoration: underline;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 166, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    display: block;
    font-weight: 700;
  }

  /* line 171, ../scss/breakpoints/_768up.scss */
  .widget {
    margin-bottom: 1.625em;
  }
  /* line 174, ../scss/breakpoints/_768up.scss */
  .widget:last-child {
    margin: 0;
  }
  /* line 178, ../scss/breakpoints/_768up.scss */
  .widget ul {
    margin: 0;
  }

  /* line 190, ../scss/breakpoints/_768up.scss */
  .widget_equipment .wrap .service {
    margin-bottom: 40px;
  }
  /* line 192, ../scss/breakpoints/_768up.scss */
  .widget_equipment .wrap .service h3 {
    margin: 0;
    color: #007907;
    line-height: 30px;
    font-size: 24px;
  }
  /* line 198, ../scss/breakpoints/_768up.scss */
  .widget_equipment .wrap .service img {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 2px solid #fed830;
    border-radius: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* line 209, ../scss/breakpoints/_768up.scss */
  .widget_equipment .wrap .service .figcaption a {
    clear: both;
    margin-bottom: 20px;
    display: table;
  }

  /* line 216, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap {
    padding: 0;
    width: 100%;
  }
  /* line 219, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service {
    width: 100%;
    margin-bottom: 45px;
    border: 2px solid #fed830;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 #000;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
  }
  /* line 227, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure {
    min-height: 230px;
    width: 100%;
  }
  /* line 232, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  /* line 233, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure h3 {
    background: none repeat scroll 0 0 rgba(0, 121, 7, 0.52);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
    padding: 10px 8px;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /* line 247, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure h4 {
    color: #fff;
    font-family: opensansbold;
    font-size: 45px;
    left: 0;
    margin: 0;
    text-align: center;
    text-shadow: 0 -1px 1px #007907;
    top: 20%;
    width: 100%;
    -moz-box-text-shadow: 0 -1px 1px #007907;
    -webkit-box-text-shadow: 0 -1px 1px #007907;
    width: 100%;
    min-height: 108px;
    line-height: 108px;
  }
  /* line 263, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure .figcaption {
    min-height: 176px;
  }
  /* line 266, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure .figcaption .readClass {
    min-height: 60px;
    text-align: right;
    width: 100%;
    line-height: 60px;
  }
  /* line 271, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure .figcaption .readClass a {
    right: 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 68%;
    z-index: 25;
    margin-right: 22px;
  }
  /* line 282, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure .figcaption a:hover {
    color: #6ec56d;
  }
  /* line 283, ../scss/breakpoints/_768up.scss */
  .widget_services .wrap .service .figure .figcaption p, .widget_services .wrap .service .figure .figcaption .checkList {
    font-size: 18px;
    display: none;
  }

  /* line 299, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap {
    border-radius: 8px;
    overflow: hidden;
  }
  /* line 302, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history {
    background: url("../images/OurHistoryBG.jpg") no-repeat scroll 0 0/cover transparent;
    text-align: left;
    height: auto;
    border-bottom: 2px solid #fed830;
    border-top: 2px solid #fed830;
    border-left: 2px solid #fed830;
    border-right: 2px solid #fed830;
  }
  /* line 310, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner {
    background: none repeat scroll 0 0 rgba(255, 220, 0, 0.75);
    padding-top: 10px;
    padding-bottom: 35px;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 35px;
  }
  /* line 318, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner h1.page-title {
    border-bottom: 4px solid;
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 18px;
  }
  /* line 328, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner .history-img {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  /* line 332, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner .history-img div {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
  }
  /* line 338, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner .history-img div h3 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
  }
  /* line 347, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner .history-img .img3 {
    margin-bottom: 30px;
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
  }
  /* line 349, ../scss/breakpoints/_768up.scss */
  .widget_history_wrap .widget_history .inner a {
    background-color: #fff;
    border: 2px solid #007907;
    border-radius: 10px;
    color: #007907;
    font-family: opensansbold;
    font-size: 15px;
    padding: 3px 8px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 54%;
    width: 36%;
    z-index: 25;
    float: none;
    display: block;
    margin: 10px auto 0;
  }

  /* line 373, ../scss/breakpoints/_768up.scss */
  .widget_testimonials {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 2px solid #fed830;
    border-radius: 10px;
    display: block;
    margin-top: 50px !important;
    overflow: hidden;
  }
  /* line 380, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .widgettitle {
    color: #fed830;
    display: block;
    font-family: opensansbold;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0 10px 10px;
  }
  /* line 388, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }
  /* line 391, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider .flex-control-nav {
    top: 90%;
    text-align: center;
  }
  /* line 392, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider p {
    font-size: 18px;
  }
  /* line 393, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider span {
    display: block;
    font-family: opensansbold;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
  /* line 402, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider .flex-control-paging li a {
    background: none repeat scroll 0 0 #fed830;
    border: 1px solid #007907;
    width: 28px;
    height: 28px;
  }
  /* line 403, ../scss/breakpoints/_768up.scss */
  .widget_testimonials .flexslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
  }

  /* 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 */
  /* line 495, ../scss/breakpoints/_768up.scss */
  .no-widgets {
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 506, ../scss/breakpoints/_768up.scss */
  .main-wrapper {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  }

  /* line 509, ../scss/breakpoints/_768up.scss */
  .inner-service-eqp {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 25px;
  }

  /*
  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 529, ../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 */
  /*********************
  HOME PAGE STYLES
  *********************/
  /* line 547, ../scss/breakpoints/_768up.scss */
  #contact-form-float {
    position: fixed;
    z-index: 3;
    top: 15%;
    width: 500px;
    -moz-box-shadow: #eeeeee 0px 0px 0px 1px;
    -webkit-box-shadow: #eeeeee 0px 0px 0px 1px;
    box-shadow: #eeeeee 0px 0px 0px 1px;
    background-color: #fff;
    padding: 15px;
  }
  /* line 557, ../scss/breakpoints/_768up.scss */
  #contact-form-float .contact-form-float-toggle {
    display: block;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 135px;
    margin: 0;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #0095dd;
    color: #fff;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -moz-transition: background-color 0.14s ease-in-out;
    -o-transition: background-color 0.14s ease-in-out;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
  }
  /* line 588, ../scss/breakpoints/_768up.scss */
  #contact-form-float .wpcf7-submit {
    margin: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 596, ../scss/breakpoints/_768up.scss */
  .home #container .all-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  /* line 597, ../scss/breakpoints/_768up.scss */
  .home #container #content #inner-content {
    margin: 0;
  }

  /* line 598, ../scss/breakpoints/_768up.scss */
  .home #container .header {
    background-color: #f2faff;
  }

  /* line 600, ../scss/breakpoints/_768up.scss */
  #container .header-top {
    border-top: 15px solid #007907;
    display: block;
  }
  /* line 601, ../scss/breakpoints/_768up.scss */
  #container .header {
    background-color: #fff;
    border-bottom: 4px solid #fed830;
    border-top: 3px solid #fed830;
    opacity: 0.95;
  }
  /* line 606, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header {
    padding: 15px 0;
  }
  /* line 608, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap {
    width: 96%;
  }
  /* line 614, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(1) {
    width: 20%;
    display: table-cell;
    overflow: visible;
  }
  /* line 618, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(1) #logo {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
  }
  /* line 622, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(1) #logo img {
    width: 180px;
  }
  /* line 625, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) {
    width: 80%;
    position: relative;
    display: table-cell;
    overflow: visible;
  }
  /* line 630, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation {
    background: none;
    width: 100%;
    position: absolute;
    bottom: -4px;
    right: 0;
    /* end .wrap */
  }
  /* line 636, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap {
    width: 100%;
    /* end .nav */
  }
  /* line 638, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav {
    text-align: right;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 641, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav ul {
    margin: 0;
  }
  /* line 645, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li {
    display: inline-block;
    position: relative;
    width: auto;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 650, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li a {
    border: 1px solid #007907;
    border-radius: 8px;
    color: #666666;
    font-family: opensansbold;
    font-size: 14px;
    padding: 2px 6px;
    -moz-box-shadow: -3px 3px 4px -4px #007907;
    -webkit-box-shadow: -3px 3px 4px -4px #007907;
    box-shadow: -3px 3px 4px -4px #007907;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 667, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li a:hover {
    color: #6ec56d;
  }
  /* line 674, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.sub-menu,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.children {
    position: absolute;
    visibility: hidden;
    z-index: 3;
    text-align: left;
    /* highlight sub-menu current page */
  }
  /* line 681, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.sub-menu li,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.children li {
    margin-bottom: 0;
    margin-top: 10px;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 684, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.sub-menu li a,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.children li a {
    margin: 0;
    padding-left: 0.8125em;
    display: block;
    background-color: #F0F7FD;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  /* line 711, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.sub-menu li ul,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  /* line 726, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* line 734, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav .current_page_item a {
    text-decoration: none !important;
    background-color: #fff;
    color: #393939;
    opacity: 1;
  }
  /* line 740, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li.current-menu-item a,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li.current_page_item a,
  #container .header #inner-header .wrap .col:nth-child(2) #navigation .wrap .nav.top-nav li.current_page_ancestor a {
    text-decoration: underline;
  }
  /* line 748, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) label[for=toggle-navigation], #container .header #inner-header .wrap .col:nth-child(2) input#toggle-navigation[type=checkbox] {
    display: none !important;
  }
  /* line 752, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) input#toggle-navigation[type=checkbox] ~ nav {
    display: block !important;
  }
  /* line 755, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #phone {
    font-size: 16px;
    color: #55A55C;
    font-family: "OpenSansBold";
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 0;
  }
  /* line 756, ../scss/breakpoints/_768up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) #phone .fa.fa-phone {
    background-color: #007907;
    color: #fed830;
    -moz-box-shadow: 2px -2px 1px -1px #fed830;
    -webkit-box-shadow: 2px -2px 1px -1px #fed830;
    box-shadow: 2px -2px 1px -1px #fed830;
    border-radius: 4px;
    padding: 4px 6px;
    position: relative;
    left: -10px;
  }
  /* line 773, ../scss/breakpoints/_768up.scss */
  #container .footer {
    background: #fed830;
    clear: both;
    position: relative;
    border-top: 5px solid #007907;
  }
  /* line 774, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer {
    box-shadow: 0 0 0 0 #000;
  }
  /* line 776, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap {
    padding-bottom: 20px;
  }
  /* line 779, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .footertitle {
    color: #007907;
    display: block;
    font-family: opensansregular;
    font-size: 26px;
    margin-top: 25px;
    text-align: left;
  }
  /* line 787, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer {
    border-bottom: 3px solid #007907;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-top: 15px;
  }
  /* line 798, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer li {
    float: left;
    margin-right: 20px;
    width: auto;
    margin-bottom: 0px;
  }
  /* line 804, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer li a {
    color: #000;
    font-family: opensansbold;
    font-size: 18px;
    text-decoration: none;
  }
  /* line 812, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 {
    border-bottom: 3px solid #007907;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-top: 15px;
  }
  /* line 822, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li {
    float: left;
    margin-right: 20px;
    width: auto;
    margin-bottom: 0px;
  }
  /* line 827, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li a {
    color: #000;
    font-family: opensansregular;
    font-size: 18px;
    text-decoration: none;
  }
  /* line 834, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col #menu-footer-2 li:first-child a {
    font-family: opensansbold;
  }
  /* line 837, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col address {
    width: 67%;
    font-style: normal;
    float: left;
    text-align: left;
  }
  /* line 842, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col address .address {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  /* line 847, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col address .address b {
    float: left;
    margin-right: 10px;
  }
  /* line 848, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col address .address p {
    float: left;
    margin-bottom: 0;
  }
  /* line 850, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col address a {
    color: #000;
    text-decoration: none;
  }
  /* line 852, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo {
    float: left;
    width: auto;
    margin-top: 0px;
    position: relative;
    top: 0px;
  }
  /* line 858, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo h4 {
    font-family: opensansregular;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }
  /* line 864, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .footer-logo img {
    margin: 0;
  }
  /* line 866, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob {
    margin: 10px 0;
  }
  /* line 869, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob .phone .fa.fa-fw.fa-phone-square {
    font-size: 24px;
    height: 22px;
    margin-right: 44px;
    width: 22px;
  }
  /* line 877, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .phone-mob .mobile .fa.fa-fw.fa-mobile {
    font-size: 24px;
    height: 22px;
    margin-right: 8px;
    margin-left: 10px;
    width: 22px;
  }
  /* line 887, ../scss/breakpoints/_768up.scss */
  #container .footer #inner-footer .wrap .col .email .fa.fa-fw.fa-envelope {
    font-size: 24px;
    height: 22px;
    margin-right: 44px;
    width: 22px;
  }
  /* line 897, ../scss/breakpoints/_768up.scss */
  #container .footer #copyright {
    text-align: left;
    padding: 6px 0;
    background-color: #007907;
  }
  /* line 901, ../scss/breakpoints/_768up.scss */
  #container .footer #copyright .wrap {
    padding: 0;
  }
  /* line 903, ../scss/breakpoints/_768up.scss */
  #container .footer #copyright .wrap p {
    font-size: 12px;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 921, ../scss/breakpoints/_768up.scss */
  .wrap {
    max-width: 1140px;
  }
  /* line 924, ../scss/breakpoints/_768up.scss */
  .wrap.wrap-mobile {
    width: 96%;
  }

  /* line 935, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure {
    height: 555px;
  }
  /* line 938, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap {
    display: table;
  }
  /* line 940, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content {
    width: 54%;
    display: table-cell;
  }
  /* line 942, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child {
    border: 2px solid #fed830;
    margin-bottom: 46px;
    margin-left: 100px;
    border-radius: 4px;
  }
  /* line 947, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-title {
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    line-height: normal;
    opacity: 1;
    padding: 4px 25px;
    margin: 0;
  }
  /* line 958, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-excerpt {
    background-color: #fff;
    margin: 0;
    opacity: 0.79;
    padding: 15px 6px 15px 25px;
    font-size: 16px;
  }
  /* line 967, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore {
    display: table-cell;
    margin-bottom: 20px;
    vertical-align: bottom;
    text-align: left;
  }
  /* line 972, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore a {
    bottom: 62px;
    left: 35px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
  }
  /* line 979, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore a:hover {
    color: #195216;
  }
  /* line 984, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a {
    color: #007907;
    font-size: 12px;
    top: 60%;
  }
  /* line 985, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a:hover {
    color: #007907;
  }
  /* line 986, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-prev {
    left: 7.5%;
  }
  /* line 987, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-next {
    right: 7.5%;
  }
  /* line 988, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .fa.fa-fw.fa-chevron-circle-left.fa-3x, #content #inner-content #main #home-hero #home-slider .flexslider .fa.fa-fw.fa-chevron-circle-right.fa-3x {
    height: 37px;
    width: 36px;
  }
  /* line 996, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .services-equipment {
    background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
  }
  /* line 1000, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap {
    width: 96%;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
  }
  /* line 1010, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border: 2px solid #fed830;
    border-radius: 8px;
    position: relative;
  }
  /* line 1016, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 8px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 2px 0 #000;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
  }
  /* line 1024, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .height-min {
    min-height: 222px;
    display: block;
  }
  /* line 1025, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure a {
    float: right;
    position: relative;
    right: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45px;
    z-index: 25;
  }
  /* line 1036, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure a:hover {
    color: #6ec56d;
  }
  /* line 1037, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h3 {
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin: 0;
    opacity: 1;
    padding: 10px 8px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  /* line 1051, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h4 {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    left: 0;
    margin: 30px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px #007907;
    top: 5%;
    width: 100%;
  }
  /* line 1068, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption p {
    font-size: 14px;
  }
  /* line 1075, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap {
    width: 96%;
  }
  /* line 1077, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap h2 {
    border-bottom: 3px solid #fed830;
    color: #007907;
    font-family: opensansbold;
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: left;
  }
  /* line 1086, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service {
    display: inline-block;
    margin-right: -5px;
    overflow: hidden;
    padding: 0 0.50%;
    text-align: center;
    width: 20%;
  }
  /* line 1094, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure h3 {
    color: #007907;
    line-height: normal;
    margin: 5px 0 7px;
    font-size: 20px;
  }
  /* line 1100, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  /* line 1109, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure .figcaption a {
    clear: both;
    display: table;
    float: right;
    margin-bottom: 15px;
    text-decoration: none;
    width: auto;
  }
  /* line 1119, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure .figcaption a:hover {
    color: #6ec56d;
  }
  /* line 1123, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n) {
    margin: 0;
    padding-right: 0;
  }
  /* line 1128, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n+1) {
    padding-left: 0;
  }
  /* line 1132, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n) {
    margin: 0;
    float: none;
    padding: 0 0.50%;
    margin-right: -5px;
  }
  /* line 1138, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n+1) {
    padding: 0 0.50%;
    float: none;
    margin-right: -5px;
  }
  /* line 1145, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp {
    background: url("../images/OurHistoryBG.jpg") no-repeat scroll 0 0/cover transparent;
    text-align: left;
    height: auto;
  }
  /* line 1149, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner {
    background: none repeat scroll 0 0 rgba(255, 220, 0, 0.75);
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #fed830;
    border-top: 2px solid #fed830;
  }
  /* line 1155, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap {
    display: table;
  }
  /* line 1157, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) {
    width: 38%;
    display: table-cell;
    float: left;
  }
  /* line 1161, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) h1.page-title {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  /* line 1168, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) p {
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 1172, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) a {
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 54%;
    z-index: 25;
    float: right;
  }
  /* line 1181, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) a:hover {
    color: #6ec56d;
  }
  /* line 1183, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: table-cell;
    float: right;
    position: relative;
    top: 23px;
    width: 60%;
    padding-bottom: 35px;
  }
  /* line 1192, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img {
    display: table;
    overflow: hidden;
    width: 100%;
    border-bottom: none;
  }
  /* line 1197, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div {
    width: 33.3333%;
    display: table-cell;
    overflow: hidden;
    text-align: center;
  }
  /* line 1202, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div h3 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
  }
  /* line 1216, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands {
    background: url("../images/OurClientsBG.jpg") no-repeat scroll 0 0/cover transparent;
  }
  /* line 1218, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap {
    display: table;
  }
  /* line 1221, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col h2 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  /* line 1229, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-bottom: 0px;
  }
  /* line 1235, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) .flexslider {
    width: 90%;
  }
  /* line 1239, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) {
    display: table-cell;
    width: 35%;
    float: right;
  }
  /* line 1243, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }
  /* line 1246, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-nav {
    top: 90%;
    text-align: center;
  }
  /* line 1247, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider p {
    font-size: 18px;
  }
  /* line 1248, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider span {
    display: block;
    font-family: opensansbold;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
  /* line 1258, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a {
    background: none repeat scroll 0 0 #fed830;
    border: 1px solid #007907;
    width: 28px;
    height: 28px;
  }
  /* line 1259, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
  }
  /* line 1264, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main #home-brands .fa.fa-fw.fa-3x {
    background: none repeat scroll 0 0 rgba(255, 209, 1, 0.6);
    border-radius: 62px;
    height: 30px;
    width: 30px;
  }
  /* line 1272, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .mapCover > iframe {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fed830;
    margin-top: 20px;
  }
  /* line 1279, ../scss/breakpoints/_768up.scss */
  #content #inner-content #main .our-area {
    color: #fff;
    font-size: 25px;
    left: 15px;
    position: absolute;
    text-shadow: 0 0 4px #000;
    top: 26%;
  }

  /* line 1294, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap {
    width: 96%;
  }
  /* line 1296, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap h2 {
    border-bottom: 3px solid #fed830;
    color: #007907;
    font-family: opensansbold;
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: left;
  }
  /* line 1305, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service {
    display: inline-block;
    margin-right: -5px;
    overflow: hidden;
    padding: 0 0.50%;
    text-align: center;
    width: 33.3333%;
  }
  /* line 1313, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service .figure h3 {
    color: #007907;
    line-height: normal;
    margin: 5px 0 20px;
    min-height: 45px;
    font-size: 20px;
  }
  /* line 1320, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  /* line 1330, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service .figure .figcaption a {
    clear: both;
    display: table;
    float: right;
    margin-bottom: 15px;
    text-decoration: none;
    width: auto;
  }
  /* line 1340, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service .figure .figcaption a:hover {
    color: #6ec56d;
  }
  /* line 1344, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service:nth-of-type(5n) {
    margin: 0;
    padding-right: 0;
  }
  /* line 1349, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service:nth-of-type(5n+1) {
    padding-left: 0;
  }
  /* line 1353, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service:nth-of-type(2n) {
    margin: 0;
    float: none;
    padding: 0 0.50%;
    margin-right: -5px;
  }
  /* line 1359, ../scss/breakpoints/_768up.scss */
  #page-equipment .wrap .service:nth-of-type(2n+1) {
    padding: 0 0.50%;
    float: none;
    margin-right: -5px;
  }

  /* line 1366, ../scss/breakpoints/_768up.scss */
  .gallery .gallery-item {
    position: unset;
  }

  /* line 1367, ../scss/breakpoints/_768up.scss */
  .gallery .gallery-item a img {
    transform: none;
  }

  /* line 1368, ../scss/breakpoints/_768up.scss */
  #brand-slider {
    position: relative;
  }

  /* line 1369, ../scss/breakpoints/_768up.scss */
  #brand-slider .flexslider {
    margin-top: 120px;
  }

  /* line 1370, ../scss/breakpoints/_768up.scss */
  #home-brands .flexslider .flex-direction-nav li a.flex-prev, #brand-slider-page .flexslider .flex-direction-nav li a.flex-prev {
    left: 25px;
  }

  /* line 1371, ../scss/breakpoints/_768up.scss */
  #home-brands .flexslider .flex-direction-nav li a.flex-prev, #brand-slider-page .flexslider .flex-direction-nav li a.flex-next {
    right: 25px;
  }

  /* line 1372, ../scss/breakpoints/_768up.scss */
  #contact-form-float {
    z-index: 115;
  }
  /* line 1374, ../scss/breakpoints/_768up.scss */
  #contact-form-float .contact-form-float-toggle {
    background-color: #fff;
    border: 1px solid #4d9f4b;
    border-radius: 0 0 10px 10px;
    color: #007907;
    font-family: opensansbold;
    font-size: 18px;
    left: 1px;
    padding: 8px;
    text-transform: uppercase;
    z-index: 25;
    -moz-box-shadow: 2px -1px 10px -4px #000;
    -webkit-box-shadow: 2px -1px 10px -4px #000;
    box-shadow: 2px -1px 10px -4px #000;
  }
  /* line 1388, ../scss/breakpoints/_768up.scss */
  #contact-form-float .contact-form-float-toggle .fa-envelope.fa.fa-fw.fa-3x {
    bottom: 0;
    font-size: 18px;
    left: -3px;
    margin-bottom: 0;
    position: relative;
    transform: rotate(270deg);
  }
}
/*********************
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.
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /* line 15, ../scss/breakpoints/_1030up.scss */
  .home body {
    background: none;
  }

  /* line 16, ../scss/breakpoints/_1030up.scss */
  body {
    background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 24, ../scss/breakpoints/_1030up.scss */
  .main-wrapper {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  }

  /* line 27, ../scss/breakpoints/_1030up.scss */
  .inner-service-eqp {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 25px;
  }

  /* line 32, ../scss/breakpoints/_1030up.scss */
  .home #container .all-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  /* line 33, ../scss/breakpoints/_1030up.scss */
  .home #container #content #inner-content {
    margin: 0;
  }

  /* line 34, ../scss/breakpoints/_1030up.scss */
  .home #container .header {
    background-color: #f2faff;
  }

  /* line 37, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header {
    padding: 15px 0;
  }
  /* line 40, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) {
    /* end .wrap */
  }
  /* line 42, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) .wrap {
    width: 100%;
    /* end .nav */
  }
  /* line 44, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) .wrap .nav.top-nav {
    text-align: right;
    /* end .menu ul li */
  }
  /* line 47, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) .wrap .nav.top-nav ul {
    margin: 0;
  }
  /* line 51, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) .wrap .nav.top-nav li {
    display: inline-block;
    position: relative;
    width: auto;
  }
  /* line 56, ../scss/breakpoints/_1030up.scss */
  #container .header #inner-header .wrap .col:nth-child(2) .wrap .nav.top-nav li a {
    border: 1px solid #007907;
    border-radius: 8px;
    color: #666666;
    font-family: opensansbold;
    font-size: 22px;
    padding: 2px 10px;
  }

  /* line 79, ../scss/breakpoints/_1030up.scss */
  .footer {
    background: url("../images/CMC-Element-FooterCrane.png") no-repeat scroll 101% -32px/contain #fed830;
    clear: both;
    position: relative;
    border-top: 5px solid #007907;
  }
  /* line 80, ../scss/breakpoints/_1030up.scss */
  .footer #inner-footer {
    box-shadow: 0 0 0 0 #000;
  }
  /* line 82, ../scss/breakpoints/_1030up.scss */
  .footer #inner-footer .wrap {
    padding-bottom: 20px;
  }
  /* line 85, ../scss/breakpoints/_1030up.scss */
  .footer #inner-footer .wrap .col address {
    width: 62%;
  }
  /* line 88, ../scss/breakpoints/_1030up.scss */
  .footer #inner-footer .wrap .col .footer-logo {
    top: 0px;
  }
  /* line 96, ../scss/breakpoints/_1030up.scss */
  .footer #copyright {
    padding: 6px 0;
    background-color: #007907;
  }
  /* line 99, ../scss/breakpoints/_1030up.scss */
  .footer #copyright .wrap {
    padding: 0;
  }
  /* line 101, ../scss/breakpoints/_1030up.scss */
  .footer #copyright .wrap p {
    font-size: 12px;
  }

  /* line 111, ../scss/breakpoints/_1030up.scss */
  #container .footer {
    background: url("../images/CMC-Element-FooterCrane.png") no-repeat scroll 101% -32px/contain #fed830;
    border-top: 5px solid #007907;
    clear: both;
    position: relative;
  }

  /* line 129, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure {
    height: 555px;
  }
  /* line 132, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap {
    display: table;
  }
  /* line 134, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content {
    width: 54%;
    display: table-cell;
  }
  /* line 136, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child {
    border: 2px solid #fed830;
    margin-bottom: 46px;
    margin-left: 100px;
  }
  /* line 141, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-title {
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    line-height: normal;
    opacity: 1;
    padding: 4px 25px;
    margin: 0;
  }
  /* line 151, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content .figcaption-content-child .figcaption-excerpt {
    background-color: #fff;
    margin: 0;
    opacity: 0.79;
    padding: 15px 6px 15px 25px;
    font-size: 16px;
  }
  /* line 160, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore {
    display: table-cell;
    margin-bottom: 20px;
    vertical-align: bottom;
    text-align: left;
  }
  /* line 165, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .figure .figcaption .wrap .figcaption-content-readMore a {
    bottom: 62px;
    left: 35px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
  }
  /* line 176, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a {
    color: #007907;
    font-size: 12px;
    top: 60%;
  }
  /* line 177, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a:hover {
    color: #007907;
  }
  /* line 178, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-prev {
    left: 7.5%;
  }
  /* line 179, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-hero #home-slider .flexslider .flex-direction-nav a.flex-next {
    right: 7.5%;
  }
  /* line 184, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .services-equipment {
    background: url("../images/CMC-background.jpg") repeat scroll 0 0 transparent;
  }
  /* line 189, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    -moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
  }
  /* line 198, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure {
    display: table;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border: 2px solid #fed830;
    border-radius: 8px;
    box-shadow: 0 0 3px 0 #000;
    position: relative;
  }
  /* line 205, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure img {
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 2px 0 #000;
    -webkit-box-shadow: 0 0 2px 0 #000;
    box-shadow: 0 0 2px 0 #000;
  }
  /* line 211, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .height-min {
    min-height: 222px;
    display: block;
  }
  /* line 212, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure a {
    font-size: 15px;
    position: relative;
    right: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 40px;
    z-index: 25;
    float: right;
  }
  /* line 224, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h3 {
    color: #fff;
    margin: 0;
    opacity: 1;
    padding: 10px 8px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    background: none repeat scroll 0 0 rgba(77, 159, 74, 0.8);
  }
  /* line 238, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure h4 {
    color: #fff;
    font-family: opensansbold;
    font-size: 40px;
    left: 0;
    position: relative;
    text-align: center;
    -moz-box-text-shadow: 0 -2px 2px #007907;
    -webkit-box-text-shadow: 0 -2px 2px #007907;
    text-shadow: 0 -2px 2px #007907;
    top: 5%;
    width: 100%;
    margin: 30px 0 0;
  }
  /* line 253, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption {
    display: block;
    width: 100%;
  }
  /* line 256, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption span {
    background-color: #007907;
    display: block;
    left: 0;
    min-height: 60px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    border: 2px solid #fed830;
    border-bottom: none;
    border-radius: 8px 8px 0 1px;
  }
  /* line 270, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-services .wrap .service .figure .figcaption p {
    font-size: 18px;
  }
  /* line 278, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap h2 {
    border-bottom: 3px solid #fed830;
    color: #007907;
    font-family: opensansbold;
    font-size: 28px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: left;
  }
  /* line 287, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service {
    display: inline-block;
    margin-right: -5px;
    overflow: hidden;
    padding: 0 0.50%;
    text-align: center;
    width: 20%;
  }
  /* line 295, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure h3 {
    color: #007907;
    line-height: normal;
    margin: 5px 0 7px;
    font-size: 22px;
  }
  /* line 301, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure img {
    border: 2px solid #fed830;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 308, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service .figure .figcaption a {
    clear: both;
    display: table;
    float: right;
    margin-bottom: 15px;
    text-decoration: none;
    width: auto;
  }
  /* line 320, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n) {
    margin: 0;
    padding-right: 0;
  }
  /* line 325, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(5n+1) {
    padding-left: 0;
  }
  /* line 329, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n) {
    margin: 0;
    float: none;
    padding: 0 0.50%;
    margin-right: -5px;
  }
  /* line 335, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-equipment .wrap .service:nth-of-type(2n+1) {
    padding: 0 0.50%;
    float: none;
    margin-right: -5px;
  }
  /* line 342, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp {
    background: url("../images/OurHistoryBG.jpg") no-repeat scroll 0 0/cover transparent;
    text-align: left;
    height: auto;
  }
  /* line 346, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner {
    background: none repeat scroll 0 0 rgba(255, 220, 0, 0.75);
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #fed830;
    border-top: 2px solid #fed830;
  }
  /* line 352, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap {
    display: table;
  }
  /* line 354, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) {
    width: 38%;
    display: table-cell;
    float: left;
  }
  /* line 358, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) h1.page-title {
    color: #fff;
    font-family: opensansbold;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  /* line 365, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) p {
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 369, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(1) a {
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 54%;
    z-index: 25;
    float: right;
  }
  /* line 379, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: table-cell;
    float: right;
    position: relative;
    top: 23px;
    width: 60%;
    padding-bottom: 35px;
  }
  /* line 388, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img {
    display: table;
    overflow: hidden;
    width: 100%;
    border-bottom: none;
  }
  /* line 393, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div {
    width: 33.3333%;
    display: table-cell;
    overflow: hidden;
    text-align: center;
  }
  /* line 398, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .history-exp .inner .wrap .col:nth-child(2) .history-img div h3 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
  }
  /* line 412, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands {
    background: url("../images/OurClientsBG.jpg") no-repeat scroll 0 0/cover transparent;
  }
  /* line 414, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap {
    display: table;
  }
  /* line 417, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col h2 {
    color: #fff;
    font-family: opensansbold;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  /* line 425, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-bottom: 0px;
  }
  /* line 431, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(1) .flexslider {
    width: 90%;
  }
  /* line 435, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) {
    display: table-cell;
    width: 35%;
    float: right;
  }
  /* line 439, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider {
    width: 100%;
    padding: 15px 15px 30px 15px;
  }
  /* line 442, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-nav {
    top: 90%;
    text-align: center;
  }
  /* line 443, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider p {
    font-size: 18px;
  }
  /* line 444, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider span {
    display: block;
    font-family: opensansbold;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
  /* line 453, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a {
    background: none repeat scroll 0 0 #fed830;
    border: 1px solid #007907;
    width: 28px;
    height: 28px;
  }
  /* line 454, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main #home-brands .wrap .col:nth-child(2) .flexslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
  }
  /* line 459, ../scss/breakpoints/_1030up.scss */
  #content #inner-content #main .mapCover > iframe {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fed830;
    margin-top: 20px;
  }

  /* line 471, ../scss/breakpoints/_1030up.scss */
  #brand-slider {
    position: relative;
  }

  /* line 472, ../scss/breakpoints/_1030up.scss */
  #brand-slider .flexslider {
    margin-top: 120px;
  }

  /* line 475, ../scss/breakpoints/_1030up.scss */
  #contact-form-float {
    z-index: 115;
  }
  /* line 477, ../scss/breakpoints/_1030up.scss */
  #contact-form-float .contact-form-float-toggle {
    background-color: #fff;
    border: 1px solid #007907;
    border-radius: 0 0 10px 10px;
    color: #007907;
    font-family: opensansbold;
    font-size: 18px;
    left: 1px;
    padding: 8px;
    text-transform: uppercase;
    z-index: 25;
    -moz-box-shadow: 2px -1px 10px -4px #000;
    -webkit-box-shadow: 2px -1px 10px -4px #000;
    box-shadow: 2px -1px 10px -4px #000;
  }
  /* line 491, ../scss/breakpoints/_1030up.scss */
  #contact-form-float .contact-form-float-toggle .fa-envelope.fa.fa-fw.fa-3x {
    bottom: 0;
    font-size: 18px;
    left: -3px;
    margin-bottom: 0;
    position: relative;
    transform: rotate(270deg);
  }
}
/*********************
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;
  }
}
