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

Stylesheet: Main Stylesheet

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

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

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

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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.
 */
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.
 */
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.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  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).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

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

/*div{ 
	box-sizing:content-box;
}*/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

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

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

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

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

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

/******************************************************************
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%;
*********************/
/******************************************************************
Author: Quantum Dynamix

Stylesheet: Mixins Stylesheet

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

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

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

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/* @include box-shadow(border-box); */
/*********************
TRANSFORM
*********************/
/* @include transform(transform); */
/*********************
COLUMNS
*********************/
/* @include columns(columns); */
/******************************************************************
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.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

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

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

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

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
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.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  font-size: 1.6em;
}

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

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

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

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

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

*********************/
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 12.5px;
  text-shadow: 0px 1px 1px #767676;
  line-height: 34px;
  font-weight: 700;
  min-width: 138px;
  padding: 0 30px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 -34px 34px -34px rgba(0, 0, 0, 0.1) inset;
  outline: none;
  -webkit-transition: box-shadow 0.14s ease-in-out, background 0.14s ease-in-out;
  -moz-transition: box-shadow 0.14s ease-in-out, background 0.14s ease-in-out;
  transition: box-shadow 0.14s ease-in-out, background 0.14s ease-in-out;
}
.btn:hover, .btn:focus {
  box-shadow: 0 25px 50px -25px rgba(200, 200, 200, 0.5) inset;
  text-decoration: none;
}
.btn:active {
  box-shadow: 0 25px 50px -25px rgba(100, 100, 100, 0.5) inset;
}

/******************************************************************
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
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  margin-bottom: 14px;
  font-size: 1.25em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #9b9b9b;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  outline: none;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}

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;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

/*********************
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
*********************/
body {
  font-size: 0.625em;
  line-height: 1.33em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  outline: none;
  text-decoration: none;
  /*@include transition(color 0.14s ease-in-out);*/
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  outline: none;
  text-decoration: underline;
}
a:active, a:visited:active {
  outline: none;
}
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
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .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 */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none !important;
}

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

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

h3, .h3 {
  font-size: 1.7em;
  margin: 16px 0;
  line-height: 1.15em;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-size: 1.7em;
  margin: 16px 0;
  line-height: 1.15em;
}

/******************************************************************
OTHER UNIVERSAL STYLES
******************************************************************/
hr {
  border: none;
  height: 1px;
}
hr + hr {
  display: none;
}

/*********************
HEADER STYLES
*********************/
.header {
  position: relative;
  z-index: 5000;
}

#utility-menu div.wrap {
  padding-right: 0;
}
#utility-menu .social-media {
  float: left;
}
#utility-menu .social-media a {
  text-decoration: none;
  margin: 12px 14px 6px 0;
  display: inline-block;
}
#utility-menu .social-media a svg {
  height: 16px;
}
#utility-menu .social-media a svg#icon-linkedin {
  width: 17px;
}
#utility-menu .social-media a svg#icon-twitter {
  width: 20px;
}
#utility-menu .social-media a svg#icon-googleplus {
  width: 16px;
}
#utility-menu .social-media a svg#icon-facebook {
  width: 10px;
}
#utility-menu .social-media a svg#icon-youtube {
  width: 14px;
}
#utility-menu .social-media a:last-child {
  margin-right: 0;
}
#utility-menu #utility-nav {
  float: right;
}
#utility-menu #utility-nav nav {
  color: #ffffff;
  font-size: 1.7em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
  line-height: 1.5em;
}
#utility-menu #utility-nav nav ul#menu-utility {
  margin: 0;
}
#utility-menu #utility-nav nav li {
  float: left;
  margin-right: 9px;
}
#utility-menu #utility-nav nav li + li:before {
  content: "|";
  margin-right: 9px;
}

.searchform {
  /* THESE STYLES ARE IN THE BASE SHEET BECAUSE THEY ARE USED BY THE BLOG */
  position: relative;
  vertical-align: middle;
  width: 252px;
}
.searchform label {
  display: none;
}
.searchform input[type=search] {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  height: 40px;
  padding-right: 30px;
  font-size: 1.1em;
  display: none;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 100;
  max-width: 100%;
}
.searchform .searchsubmit {
  border: none;
  background: transparent;
  position: absolute;
  top: -27px;
  right: 3px;
  outline: none;
}

#utility-menu .searchform {
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 20000;
  width: 100%;
}

#inner-header {
  width: 100%;
  height: 100px;
  position: relative;
}
#inner-header.open {
  margin-top: 40px;
}

#logo {
  display: table;
  float: left;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  max-width: 70%;
  top: 0;
  left: 13px;
  right: 0;
  z-index: 10000;
  /*display: inline-block;
  float: left;
  height: 100px;
  position: relative;
  z-index:100;

  img{
  	display: inline-block;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	margin: auto 22px;
  }*/
}
#logo div {
  display: table-cell;
  vertical-align: middle;
}
#logo div img {
  vertical-align: middle;
  max-width: 100%;
}

/*********************
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.
*/
#main-nav {
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
  /* end .nav */
}
#main-nav #hamburger-button {
  width: 27px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 5000;
}
#main-nav .nav {
  display: none;
  border-bottom: 0;
  margin: 0;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  background: #fff;
  border-top: 5px solid;
  padding: 26px 15px 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
#main-nav .nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
#main-nav .nav li a {
  text-decoration: none;
  padding: 0 0.75em 2.1em;
  font-size: 1.6em;
  font-weight: bold;
  display: block;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
#main-nav .nav li a .leftNavArrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: transform 0.14s ease-in-out;
  -moz-transition: transform 0.14s ease-in-out;
  transition: transform 0.14s ease-in-out;
}
#main-nav .nav li a .leftNavArrow.open {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main-nav .nav li ul.sub-menu,
#main-nav .nav li ul.children {
  margin: 0;
  padding-left: 40px;
}
#main-nav .nav li ul.sub-menu li a,
#main-nav .nav li ul.children li a {
  display: block;
  height: inherit;
  vertical-align: inherit;
  font-weight: 400;
}
#main-nav li[class*=current-menu] > ul {
  display: block;
}
#main-nav ul.sub-menu,
#main-nav ul.children {
  display: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
#content .article-header {
  height: 346px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#content .article-header h1 {
  display: table;
  font-size: 2.8em;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(51, 51, 51, 0.6);
  line-height: 30px;
  padding: 24px 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  text-align: center;
  box-sizing: content-box;
}

#main {
  margin-top: 5px;
}
#main #narrow-column,
#main #content-column {
  margin-bottom: 50px;
}
#main #content-column + #narrow-column > *:first-child {
  margin-top: 67px;
}
#main #narrow-column + #content-column #blogPosts,
#main #narrow-column + #content-column > .listBlogPost:first-child {
  margin-top: 67px;
}

#breadcrumbs {
  display: none;
}

#interior-nav,
#blog-nav {
  margin-bottom: 75px;
}
#interior-nav.no-nav,
#blog-nav.no-nav {
  display: none;
}
#interior-nav h4,
#blog-nav h4 {
  font-size: 1.7em;
  font-weight: 700;
  margin: 0 0 17px;
}
#interior-nav h4 a,
#blog-nav h4 a {
  text-decoration: none;
}
#interior-nav nav li + li,
#blog-nav nav li + li {
  margin-top: 10px;
}
#interior-nav nav a,
#blog-nav nav a {
  font-size: 1.5em;
  text-decoration: none;
  line-height: 2em;
}
#interior-nav nav .current-menu-item > a,
#blog-nav nav .current-menu-item > a {
  font-weight: 700;
}
#interior-nav nav + hr,
#blog-nav nav + hr {
  margin-top: 13px;
}
#interior-nav nav li[class*=current-menu] > ul,
#blog-nav nav li[class*=current-menu] > ul {
  display: block;
}
#interior-nav nav ul.sub-menu,
#interior-nav nav ul.children,
#blog-nav nav ul.sub-menu,
#blog-nav nav ul.children {
  display: none;
  margin-left: 20px;
}
#interior-nav nav .leftNavArrow,
#blog-nav nav .leftNavArrow {
  height: 15px;
  width: 8px;
  margin-left: 10px;
  display: inline-block;
  background-image: url(../images/accordion-nav-arrows.png);
  -webkit-transition: all 0.14s ease-in-out;
  -moz-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}
#interior-nav nav .leftNavArrow.open,
#blog-nav nav .leftNavArrow.open {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 10px 0 0;
  font-size: 1.4em;
}
.cat-description {
  margin: 0 0 14px;
  font-size: 1.6em;
  line-height: 26px;
}

/* entry content */
.entry-content {
  padding-top: 26px;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content > *:first-child {
  margin-top: 0;
  margin-bottom: 28px;
}
.entry-content > p:first-child {
  margin-bottom: 14px;
}
.entry-content p {
  margin: 0 0 14px;
  font-size: 1.4em;
  line-height: 18px;
}
.entry-content ul, .entry-content ol {
  padding-left: 30px;
}
.entry-content ul li, .entry-content ol li {
  font-size: 1.4em;
  margin-left: 19px;
  padding-left: 10px;
  margin-bottom: 13px;
  line-height: 1.5em;
}
.entry-content ul li li, .entry-content ol li li {
  font-size: 1em;
}
.entry-content ul li p, .entry-content ol li p {
  font-size: 1em;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 1em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  font-size: 1.6em;
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(odd) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 10px;
  border-right: 1px solid #eaedf2;
  font-size: 1em;
  vertical-align: top;
  line-height: 26px;
}
.entry-content td ul li, .entry-content td ol li, .entry-content td p {
  font-size: 1em;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
  font-size: 1em;
  padding: 10px;
  line-height: 1.4em;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.entry-content .alignright, .entry-content img.alignright {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.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;
  display: block;
  margin: 0 auto 20px;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

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

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

.mejs-container {
  clear: inherit !important;
  margin-top: 30px;
  margin-bottom: 15px;
}

/******************************************************************
ARCHIVE PAGE
******************************************************************/
body.archive .entry-content h2 {
  margin-bottom: 20px;
}
body.archive .entry-content .item-link .item-title {
  margin-bottom: 5px;
}
body.archive .entry-content .item-link .item-date {
  font-size: 1.3em;
  margin-bottom: 26px;
}

#qsc-project-category article.project-link {
  overflow: hidden;
}
#qsc-project-category article.project-link .project-thumb {
  display: inline;
  float: left;
  margin-right: 20px;
}
#qsc-project-category article.project-link img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: filter 0.14s ease-in-out;
  -moz-transition: filter 0.14s ease-in-out;
  transition: filter 0.14s ease-in-out;
}
#qsc-project-category article.project-link:hover img {
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
}

/******************************************************************
HOMEPAGE - MAINSTAGE
******************************************************************/
#mainstage {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: -1000;
}
#mainstage .royalSlider {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
}
#mainstage .royalSlider .slide {
  display: table;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  position: relative;
}
#mainstage .royalSlider .slide .v-middle {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 16px;
}
#mainstage .royalSlider .slide .v-middle .content {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 14px;
}
#mainstage .royalSlider .slide .v-middle .content .content-text {
  padding: 20px 40px 40px 40px;
  text-align: center;
}
#mainstage .royalSlider .slide .v-middle .content .content-text h2 {
  font-weight: 700;
  font-size: 2.4em;
  margin: 0;
  line-height: 33px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
#mainstage .royalSlider .slide .v-middle .content .content-text h2 br {
  display: none;
}
#mainstage .royalSlider .slide .v-middle .content .content-text p {
  font-size: 1.6em;
  line-height: 22px;
  margin-top: 6px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
#mainstage .royalSlider .slide .v-middle .content .content-text p br {
  display: none;
}
#mainstage .royalSlider .rsArrows {
  display: none;
}

/******************************************************************
HOMEPAGE - TESTIMONIALS
******************************************************************/
#testimonialSlider {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: -1000;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#testimonialSlider .wrap {
  position: relative;
}
#testimonialSlider .testimonial {
  width: 100%;
  height: 500px !important;
  position: absolute;
  top: 0;
  right: 0;
}
#testimonialSlider .testimonial .slide {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
#testimonialSlider .testimonial .slide .v-middle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
#testimonialSlider .testimonial .slide .v-middle .content {
  width: 100%;
  margin: 0 auto 30px;
}
#testimonialSlider .testimonial .slide .v-middle .content .content-text .text {
  font-size: 2.2em;
  line-height: 1.5em;
  font-style: italic;
}
#testimonialSlider .testimonial .slide .v-middle .content .content-text .text br {
  display: none;
}
#testimonialSlider .testimonial .slide .v-middle .content .content-text .name {
  font-weight: 300;
  font-size: 1.6em;
}
#testimonialSlider .testimonial .slide .v-middle .content .content-text .name br {
  display: none;
}
#testimonialSlider .testimonial .rsArrows {
  display: none;
}

/******************************************************************
HOMEPAGE - PATHWAY STYLES
******************************************************************/
#home-pathways {
  padding: 10px 0;
  overflow: hidden;
  margin: -30px 15px 0;
  position: relative;
  width: auto;
  z-index: 1000;
}
#home-pathways .pathway {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  border-top: 1px solid black;
  margin: 0 20px;
  padding: 17px 10px 16px;
}
#home-pathways .pathway:first-child {
  border-top: none;
}
#home-pathways .pathway:last-child {
  border-bottom: none;
}
#home-pathways .pathway:hover, #home-pathways .pathway:active, #home-pathways .pathway:focus {
  text-decoration: none;
}
#home-pathways .pathway div {
  vertical-align: middle;
  display: inline-block;
}
#home-pathways .pathway img {
  display: none;
}
#home-pathways .pathway h6 {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  line-height: 22px;
  text-transform: none;
}

/******************************************************************
HOMEPAGE - WIDGET STYLES
******************************************************************/
#home-widgets-container {
  position: relative;
  z-index: 1000;
}

#home-widgets {
  margin-top: 28px;
}

/******************************************************************
HOMEPAGE - CLIENT SLIDER STYLES
******************************************************************/
#client-slider {
  display: none;
}

/***************************************************************
POSITIONING BLOCK
****************************************************************/
.positioningBlock {
  padding: 200px 0 40px;
  margin: -160px 0 0;
  position: relative;
  z-index: -50000;
}
.positioningBlock .description p {
  font-size: 1.5em;
  line-height: 1.6em;
}

/******************************************************************
HOMEPAGE - PATHWAY SLIDER STYLES
******************************************************************/
#home-pathways-slides {
  padding-bottom: 25px;
}

#pathway-carousel {
  width: 100%;
  height: 179px;
}
#pathway-carousel .touchcarousel-item a.pathway-slide {
  height: 179px;
  width: 231px;
  display: block;
  position: relative;
  background-size: cover;
}
#pathway-carousel .touchcarousel-item a.pathway-slide .pathway-slide-teaser {
  position: absolute;
  background-color: #dda91f;
  bottom: 0;
  margin: 0;
  padding: 13px 10%;
  font-size: 1.35em;
  color: white;
  line-height: 1.5em;
}
#pathway-carousel .touchcarousel-item a.pathway-slide .pathway-overlay {
  position: absolute;
  background-color: #dda91f;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.14s ease-in-out;
  -moz-transition: opacity 0.14s ease-in-out;
  transition: opacity 0.14s ease-in-out;
}
#pathway-carousel .touchcarousel-item a.pathway-slide .pathway-overlay .pathway-overlay-text {
  color: #ffffff;
  font-size: 1.5em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  margin: 0;
  padding: 10%;
}
#pathway-carousel .touchcarousel-item a.pathway-slide .pathway-overlay .pathway-overlay-text .btn.white {
  color: #0c4667 !important;
  background-color: #f1f1f1;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.15em;
}
#pathway-carousel .touchcarousel-item a.pathway-slide:hover .pathway-overlay {
  opacity: 1;
}
#pathway-carousel .touchcarousel-item + .touchcarousel-item {
  margin-left: 5px;
}
#pathway-carousel .arrow-holder {
  display: none;
}

/******************************************************************
BLOG STYLES
******************************************************************/
.blog #content-column,
.single-post #content-column {
  margin-top: 56px;
}
.blog article.post,
.single-post article.post {
  padding: 0;
  margin-bottom: 56px;
}
.blog article.post:last-child,
.single-post article.post:last-child {
  margin-bottom: 72px;
}
.blog .blogTitle,
.single-post .blogTitle {
  margin-bottom: 9px;
}
.blog .blogInfo,
.single-post .blogInfo {
  margin-bottom: 22px;
}
.blog .blogDate,
.single-post .blogDate {
  font-size: 0.714em;
  font-style: italic;
}
.blog .blog-featured-image,
.single-post .blog-featured-image {
  margin-bottom: 21px;
}
.blog .entry-content,
.single-post .entry-content {
  padding-top: 22px;
}
.blog #main .searchform,
.single-post #main .searchform {
  display: block;
  width: 100%;
}
.blog #main .searchform input,
.single-post #main .searchform input {
  max-width: 100%;
  display: block;
  position: static;
}
.blog #main .searchform .searchsubmit,
.single-post #main .searchform .searchsubmit {
  top: 12px;
}

.blog .two-column-blog-layout #blogPosts,
.archive .two-column-blog-layout #blogPosts {
  overflow: hidden;
}
.blog .two-column-blog-layout #blogPosts article,
.archive .two-column-blog-layout #blogPosts article {
  float: left;
  border-top: 1px solid;
  padding-bottom: 25px;
  width: 100%;
  padding-top: 40px;
}
.blog .two-column-blog-layout #blogPosts article:first-child,
.archive .two-column-blog-layout #blogPosts article:first-child {
  border-top: none;
}
.blog .two-column-blog-layout #blogPosts article:nth-child(odd),
.archive .two-column-blog-layout #blogPosts article:nth-child(odd) {
  margin-right: 30px;
}
.blog .two-column-blog-layout #blogPosts article .blogDate,
.archive .two-column-blog-layout #blogPosts article .blogDate {
  font-size: 1.4em;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.blog .two-column-blog-layout #blogPosts article h1,
.archive .two-column-blog-layout #blogPosts article h1 {
  margin: 11px 0 14px;
  font-size: 1.6em;
}
.blog .two-column-blog-layout #blogPosts article img,
.archive .two-column-blog-layout #blogPosts article img {
  margin-bottom: 9px;
  width: 100%;
}
.blog .two-column-blog-layout #blogPosts article .pathway-link,
.archive .two-column-blog-layout #blogPosts article .pathway-link {
  display: block;
  text-align: right;
  font-size: 1.4em;
}
.blog .two-column-blog-layout #blogPosts article .blogText p,
.archive .two-column-blog-layout #blogPosts article .blogText p {
  font-size: 1.4em;
}

/******************************************************************
SEARCH RESULTS STYLES
******************************************************************/
body.search-results #breadcrumbs {
  display: none;
}
body.search-results #content-column {
  padding-top: 56px;
}
body.search-results #content-column article {
  padding-top: 45px;
}
body.search-results #content-column article:first-child {
  padding-top: 0;
}
body.search-results #content-column article .entry-content {
  padding-top: 10px;
}

/******************************************************************
ERROR PAGE STYLES
******************************************************************/
body.error404 #breadcrumbs {
  display: none;
}

/******************************************************************
SOCIAL SHARING STYLES
******************************************************************/
#social-sharing .icon-container {
  width: 250px;
  margin: 0 auto;
}
#social-sharing .stButton {
  display: block !important;
  text-align: center;
}
#social-sharing .stButton .stBubble {
  margin: 0 auto !important;
}
#social-sharing .stButton .stArrow {
  float: left;
  width: 42px !important;
  padding-left: 0 !important;
  background: none !important;
}
#social-sharing .stButton .stButton_gradient {
  float: left;
  width: auto;
  padding: 0;
  background: none;
}
#social-sharing .stButton .stBubble_hcount {
  width: 42px !important;
  height: 28px !important;
  font-size: 13px;
  line-height: 26px;
  padding: 0 !important;
  border: 1px solid #ccc !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  background: #fcfbfa !important;
}
#social-sharing span {
  display: inline-block;
  width: 70px;
  height: 28px !important;
  margin: 0 12px 15px 0;
}
#social-sharing span span {
  display: inline-block;
  margin: 0;
}
#social-sharing .stButton_gradient {
  border: none;
}
#social-sharing .stMainServices,
#social-sharing .chicklets {
  background: url(../images/icons/icons-sharethis.png) no-repeat !important;
}
#social-sharing .st_facebook_hcount .stMainServices {
  background-position: 0 -28px !important;
}
#social-sharing .st_linkedin_hcount .stMainServices {
  background-position: 0 -56px !important;
}
#social-sharing .st_googleplus_hcount .chicklets {
  background-position: 0 -84px !important;
}
#social-sharing .st_pinterest_hcount .stMainServices {
  background-position: 0 -112px !important;
}
#social-sharing .st_email_hcount .stMainServices {
  background-position: 0 -140px !important;
}
#social-sharing .stMainServices:hover,
#social-sharing .chicklets:hover {
  opacity: 0.75;
}

.stButton .stFb, .stButton .stTwbutton,
.stButton .stMainServices,
.stButton_gradient .chicklets {
  float: left;
  width: 28px !important;
  height: 28px !important;
  text-indent: -9999px;
  padding: 0 !important;
}

/******************************************************************
PAGINATION STYLES
******************************************************************/
.bones_page_navi {
  text-align: center;
  margin: 28px 0;
}
.bones_page_navi li {
  display: inline-block;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-prev-link div, .bones_page_navi li.bpn-next-link a,
.bones_page_navi li.bpn-next-link div {
  display: block;
  height: 27px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
}
.bones_page_navi li.bpn-prev-link a svg,
.bones_page_navi li.bpn-prev-link div svg, .bones_page_navi li.bpn-next-link a svg,
.bones_page_navi li.bpn-next-link div svg {
  height: 16px;
  margin-bottom: -4px;
  -webkit-transition: fill 0.14s ease-in-out;
  -moz-transition: fill 0.14s ease-in-out;
  transition: fill 0.14s ease-in-out;
}
.bones_page_navi li.bpn-prev-link {
  margin-right: 5px;
}
.bones_page_navi li.bpn-prev-link svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bones_page_navi li.bpn-next-link {
  margin-left: 5px;
}
.bones_page_navi li.bpn-num-link, .bones_page_navi li.bpn-current {
  font-size: 1.4em;
}
.bones_page_navi li.bpn-num-link:before, .bones_page_navi li.bpn-current:before {
  content: "|";
  margin: 0;
}
.bones_page_navi li.bpn-num-link:nth-child(2):before, .bones_page_navi li.bpn-current:nth-child(2):before {
  content: none;
}
.bones_page_navi li.bpn-num-link a,
.bones_page_navi li.bpn-num-link div, .bones_page_navi li.bpn-current a,
.bones_page_navi li.bpn-current div {
  display: inline-block;
  width: 28px;
  line-height: 27px;
  text-align: center;
}
.bones_page_navi li.bpn-num-link .currentPage, .bones_page_navi li.bpn-current .currentPage {
  text-decoration: underline;
}

/******************************************************************
WIDGET STYLES
******************************************************************/
.qd-widget {
  margin-bottom: 30px;
  max-width: 300px;
}
.qd-widget p {
  font-size: 1.4em;
}
.qd-widget.standard-widget h3 {
  margin-bottom: 21px;
}
.qd-widget.standard-widget .widget-panel {
  overflow: hidden;
}
.qd-widget.standard-widget .widget-panel .widget-image {
  background-size: cover;
  background-position: center;
}
.qd-widget.standard-widget .widget-panel .widget-header {
  margin: 0 0 2px;
  line-height: 24px;
  margin-bottom: 20px;
}
.qd-widget.standard-widget .widget-panel p {
  margin: 0 0 2px;
}
.qd-widget.standard-widget .widget-panel p.widget-subhead {
  font-size: 1em;
}
.qd-widget.standard-widget .widget-panel .btn-container {
  clear: both;
  text-align: center;
}
.qd-widget.standard-widget .widget-panel .btn-container .btn {
  margin-top: 16px;
}
.qd-widget.standard-widget .widget-panel.image-small {
  padding: 17px 18px 22px;
}
.qd-widget.standard-widget .widget-panel.image-small .widget-image {
  width: 105px;
  height: 145px;
  float: left;
  margin-right: 16px;
}
.qd-widget.standard-widget .widget-panel.image-small p {
  margin-left: 121px;
}
.qd-widget.standard-widget .widget-panel.image-medium, .qd-widget.standard-widget .widget-panel.image-large {
  padding: 0 0 17px;
}
.qd-widget.standard-widget .widget-panel.image-medium .widget-image, .qd-widget.standard-widget .widget-panel.image-large .widget-image {
  width: 100%;
  margin-bottom: 20px;
}
.qd-widget.standard-widget .widget-panel.image-medium .widget-header, .qd-widget.standard-widget .widget-panel.image-medium p, .qd-widget.standard-widget .widget-panel.image-large .widget-header, .qd-widget.standard-widget .widget-panel.image-large p {
  margin-left: 18px;
  margin-right: 18px;
}
.qd-widget.standard-widget .widget-panel.image-medium .widget-header, .qd-widget.standard-widget .widget-panel.image-large .widget-header {
  margin-bottom: 0;
}
.qd-widget.standard-widget .widget-panel.image-medium .btn, .qd-widget.standard-widget .widget-panel.image-large .btn {
  margin-top: 16px;
}
.qd-widget.standard-widget .widget-panel.image-medium .widget-image {
  height: 109px;
}
.qd-widget.standard-widget .widget-panel.image-large .widget-image {
  height: 232px;
}
.qd-widget.blog-feed-widget h3 {
  margin-bottom: 21px;
}
.qd-widget.blog-feed-widget .post-link {
  margin-bottom: 0;
  margin-top: 15px;
}
.qd-widget.blog-feed-widget .post-date {
  font-size: 1em;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
}
.qd-widget.blog-feed-widget .btn-container {
  clear: both;
  text-align: center;
}
.qd-widget.blog-feed-widget .btn-container .btn {
  margin-top: 16px;
}
.qd-widget.blog-search {
  width: 100%;
}
.qd-widget.blog-subscribe {
  position: relative;
}
.qd-widget.blog-subscribe h3 {
  margin-top: 2px;
}
.qd-widget.blog-subscribe .blog-subscription-form {
  padding: 2.5em;
}
.qd-widget.blog-subscribe .blog-subscription-form input[type=text],
.qd-widget.blog-subscribe .blog-subscription-form input[type=password],
.qd-widget.blog-subscribe .blog-subscription-form input[type=datetime],
.qd-widget.blog-subscribe .blog-subscription-form input[type=datetime-local],
.qd-widget.blog-subscribe .blog-subscription-form input[type=date],
.qd-widget.blog-subscribe .blog-subscription-form input[type=month],
.qd-widget.blog-subscribe .blog-subscription-form input[type=time],
.qd-widget.blog-subscribe .blog-subscription-form input[type=week],
.qd-widget.blog-subscribe .blog-subscription-form input[type=number],
.qd-widget.blog-subscribe .blog-subscription-form input[type=email],
.qd-widget.blog-subscribe .blog-subscription-form input[type=url],
.qd-widget.blog-subscribe .blog-subscription-form input[type=search],
.qd-widget.blog-subscribe .blog-subscription-form input[type=tel],
.qd-widget.blog-subscribe .blog-subscription-form input[type=color],
.qd-widget.blog-subscribe .blog-subscription-form select,
.qd-widget.blog-subscribe .blog-subscription-form textarea,
.qd-widget.blog-subscribe .blog-subscription-form .field {
  border: 0;
}
.qd-widget.blog-subscribe .blog-subscription-form .btn {
  display: block;
  margin: 0 auto;
}
.qd-widget.blog-subscribe .rssSub {
  position: absolute;
  height: 18px;
  width: 17px;
  top: 0;
  right: 0;
}
.qd-widget.buttons-widget a {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  display: none;
  /* number of comments span */
}
.commentlist {
  margin: 50px 0 0 0;
  padding-top: 50px;
  list-style-type: none;
  border-top: 1px solid #666;
}

.comment {
  position: relative;
  clear: both;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  border: 0;
  font-size: 1.6em;
}
.comment .vcard cite.fn {
  font-weight: 600;
  font-style: normal;
}
.comment .vcard cite.fn:after {
  content: "|";
  margin: 0 3px;
}
.comment .vcard time {
  font-style: italic;
}
.comment .vcard time a {
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  display: none;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 45px;
  padding: 22px 0 7px;
  position: relative;
  overflow: initial;
}
.comment:not(.depth-1):before {
  content: "";
  display: block;
  height: 23px;
  width: 23px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  position: absolute;
  left: -35px;
  top: 8px;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1.6em;
  line-height: 1.5em;
}
.comment_content p:last-child {
  margin-bottom: 5px;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link,
#cancel-comment-reply-link {
  font-size: 1.6em;
  text-decoration: none;
}
.comment-reply-link:hover, .comment-reply-link:focus,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
  text-decoration: underline;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px 0 0;
  text-decoration: none;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  margin-bottom: 60px;
}

.comment-form label {
  display: none;
}
.comment-form input[type=text] {
  max-width: inherit;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  font-style: italic;
  margin: 0;
  font-size: 1.6em;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  font-size: 0.9em;
}

/* comment submit button */
.form-submit {
  text-align: center;
}

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

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

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

/******************************************************************
CONTENT PATHWAYS
******************************************************************/
#qd-content-pathways-wrapper hr {
  margin: 50px 0;
}
#qd-content-pathways-wrapper .qd-content-pathways {
  overflow: hidden;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway {
  float: left;
  border-top: 1px solid;
  padding-bottom: 25px;
  width: 100%;
  padding-top: 20px;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway:first-child {
  border-top: none;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway:nth-child(odd) {
  margin-right: 30px;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway h3 {
  margin: 11px 0 14px;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway img {
  margin-bottom: 9px;
  width: 100%;
}
#qd-content-pathways-wrapper .qd-content-pathways .content-pathway .pathway-link {
  display: block;
  text-align: right;
  font-size: 1.4em;
}

/******************************************************************
VISUALCAPTCHA STYLES
******************************************************************/
.visualCaptcha {
  display: none;
  margin-bottom: 0;
  min-height: 105px;
  text-align: center;
}

.visualCaptcha-possibilities .img {
  border: none;
  margin: 3px;
}

.accessibility-description,
.visualCaptcha-explanation,
.status.valid {
  background-color: transparent;
  color: #464646;
  margin-bottom: 4px;
}

/*********************
TOUCHCAROUSEL STYLES
*********************/
.touchcarousel .arrow-holder {
  display: none !important;
}

/******************************************************************
GRAVITY FORMS
******************************************************************/
.gform_wrapper {
  padding: 1.5em;
  margin-bottom: 60px !important;
  overflow: hidden !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.25em !important;
}
.gform_wrapper div.validation_error {
  font-size: 1.6em !important;
  line-height: 1.3em !important;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 1em !important;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  text-indent: 0;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
  margin-top: 2px !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-size: 0.645em;
  margin-left: 20px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  font-size: 1em !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.gform_wrapper textarea {
  padding: 10px 15px !important;
}
.gform_wrapper select[multiple=multiple] {
  background-image: none;
  padding: 0;
  margin: 0 !important;
}
.gform_wrapper ul {
  list-style-type: none;
}
.gform_wrapper ul li.gfield {
  clear: inherit;
  text-indent: 0;
}
.gform_wrapper ul li.gfield .gfield_label {
  display: none;
}
.gform_wrapper ul li.gfield input[type=text],
.gform_wrapper ul li.gfield input[type=password],
.gform_wrapper ul li.gfield input[type=datetime],
.gform_wrapper ul li.gfield input[type=datetime-local],
.gform_wrapper ul li.gfield input[type=date],
.gform_wrapper ul li.gfield input[type=month],
.gform_wrapper ul li.gfield input[type=time],
.gform_wrapper ul li.gfield input[type=week],
.gform_wrapper ul li.gfield input[type=number],
.gform_wrapper ul li.gfield input[type=email],
.gform_wrapper ul li.gfield input[type=url],
.gform_wrapper ul li.gfield input[type=search],
.gform_wrapper ul li.gfield input[type=tel],
.gform_wrapper ul li.gfield input[type=color],
.gform_wrapper ul li.gfield select, .gform_wrapper ul li.gfield textarea, .gform_wrapper ul li.gfield .field {
  max-width: inherit;
}
.gform_wrapper ul li.gfield.gfield_error, .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}

.gform_confirmation_wrapper {
  font-size: 1.4em;
  padding: 15px;
  margin-bottom: 20px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  line-height: 17px;
  font-size: 1.1em;
  margin-top: 50px;
  padding: 15px 0;
}
.footer #inner-footer {
  text-align: center;
}
.footer #inner-footer .copyright {
  display: inline-block;
  vertical-align: top;
}
.footer #inner-footer .copyright.withForm {
  line-height: 35px;
  float: left;
}
.footer #inner-footer .copyright + nav {
  display: block;
  vertical-align: top;
  line-height: 35px;
  clear: both;
  margin-bottom: 10px;
}
.footer #inner-footer .copyright + nav > ul {
  margin: 0;
  margin-right: 15px;
}
.footer #inner-footer .copyright + nav > ul > li {
  display: inline-block;
}
.footer #inner-footer .copyright + nav > ul > li:before {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}
.footer #inner-footer .copyright + nav > ul > li:first-child:before {
  display: none;
}
.footer #inner-footer .copyright + nav + .gform_wrapper {
  display: block;
  margin: 0 !important;
  padding: 0;
  line-height: 35px;
  float: left;
  background: transparent !important;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gfield {
  margin-top: 0;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .validation_error {
  display: none !important;
}
.footer #inner-footer .copyright + nav + .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  width: 100%;
  background-color: transparent;
  border: 0 !important;
  padding: 0;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_footer,
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_body {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_body {
  min-width: 165px;
  margin-right: 3px;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_body .ginput_container {
  margin-top: 0;
  margin-left: 0 !important;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_body .ginput_container input[type=text], .footer #inner-footer .copyright + nav + .gform_wrapper .gform_body .ginput_container input[type=email] {
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding-left: 5px !important;
  padding-right: 5px !important;
  max-width: 100%;
  font-size: inherit !important;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  margin: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-top: 0 !important;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}
.footer #inner-footer .copyright + nav + .gform_wrapper .gform_footer input[type=submit] {
  height: 35px;
  min-width: 0;
  padding: 0 15px;
  line-height: 35px;
  font-size: 11px !important;
  border-radius: 4px;
}
.footer #inner-footer .gforms_confirmation_message {
  color: white;
}
.footer #inner-footer .gforms_confirmation_message .gform_confirmation_wrapper {
  padding: 10px 0 0;
  margin-bottom: 0;
}
.footer #inner-footer #footer-nav {
  overflow: hidden;
  display: inline-block;
}
.footer #inner-footer #footer-nav nav {
  float: left;
}
.footer #inner-footer #footer-nav ul {
  margin: 0;
}
.footer #inner-footer #footer-nav li:after {
  content: "|";
  margin: 9px;
}
.footer #inner-footer #footer-nav a:hover, .footer #inner-footer #footer-nav a:focus {
  text-decoration: underline;
}
.footer #inner-footer #footer-nav li,
.footer #inner-footer #footer-nav .built-by {
  float: left;
}
.footer #inner-footer #footer-nav .built-by a {
  font-weight: 700;
}
.footer #inner-footer #footer-nav.withForm {
  line-height: 35px;
  float: none;
  width: 100%;
  clear: both;
}
.footer #inner-footer #footer-nav.withForm .built-by {
  float: none;
  text-align: right;
}
.footer p {
  margin: 0;
}

/********************************
COLUMN SHORTCODES
*********************************/
.entry-content .content-column ul {
  margin-bottom: 0;
}
.entry-content .content-column ul li:last-child {
  margin-bottom: 0;
}
.entry-content .clear_column {
  clear: none;
}

@media screen and (max-width: 600px) {
  /******************************************************************
  HOMEPAGE - CONTENT AREA
  ******************************************************************/
  .home .content img {
    display: none;
  }

  .entry-content .content-column > div {
    padding: 0 !important;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

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

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

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

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

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px;
    padding: 0 22px;
  }

  /*********************
  HEADER STYLES
  *********************/
  #logo {
    width: auto;
  }
  #logo img {
    margin: auto;
  }

  #utility-menu #utility-nav {
    display: block;
    height: 40px;
  }
  #utility-menu #utility-nav nav {
    line-height: 17px;
    font-size: 1.1em;
    margin-right: 8px;
  }

  .searchform {
    display: inline-block;
  }
  .searchform input[type=search] {
    display: block !important;
    position: inherit;
  }
  .searchform .searchsubmit {
    top: 11px;
  }

  #utility-menu .searchform {
    position: relative;
    top: inherit;
    right: inherit;
    z-index: 0;
    width: 41%;
    vertical-align: top;
  }

  #inner-header {
    padding-right: 0;
    width: 760px;
  }

  #logo {
    left: 22px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #main-nav {
    width: 384px;
  }
  #main-nav #hamburger-button {
    right: 25px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content .article-header h1 {
    font-size: 3.6em;
    line-height: 39px;
    padding: 28px 40px;
    max-width: 768px;
  }

  #main #narrow-column {
    float: left;
    width: 228px;
  }
  #main #narrow-column + #content-column {
    float: none;
    margin-left: 248px;
  }
  #main #content-column {
    float: left;
    width: 474px;
  }
  #main #content-column + #narrow-column {
    float: none;
    margin-left: 494px;
  }

  #breadcrumbs {
    display: block;
    font-style: italic;
    margin-bottom: 39px;
    width: 600px;
    max-width: 100%;
  }

  #interior-nav.no-nav,
#blog-nav.no-nav {
    display: inherit;
  }

  /******************************************************************
  HOMEPAGE - MAINSTAGE
  ******************************************************************/
  #mainstage .royalSlider .slide .v-middle .content {
    width: 534px;
    margin: 0 auto 77px;
  }
  #mainstage .royalSlider .slide .v-middle .content .content-text h2 {
    font-size: 3.2em;
    line-height: 40px;
  }
  #mainstage .royalSlider .slide .v-middle .content .content-text p {
    font-size: 2.4em;
    line-height: 33px;
  }
  #mainstage .royalSlider .rsArrows {
    display: block;
    position: absolute;
    width: 100%;
    height: 31px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-top: 34px;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container {
    width: 96%;
    height: 31px;
    position: relative;
    margin: 0 auto;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container .rsArrow {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 31px;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container .rsArrow svg {
    height: 31px;
    width: 18px;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container .rsArrow.rsArrowRight {
    left: inherit;
    right: 0;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container .rsArrow.rsArrowLeft svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /******************************************************************
  HOMEPAGE - TESTIMONIALS
  ******************************************************************/
  #testimonialSlider {
    height: 370px;
  }
  #testimonialSlider .testimonial {
    height: 370px !important;
  }
  #testimonialSlider .testimonial .slide .v-middle .content {
    width: 534px;
    margin: 65px auto 77px;
  }
  #testimonialSlider .testimonial .rsArrows {
    display: block;
    position: absolute;
    width: 100%;
    height: 31px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
  #testimonialSlider .testimonial .rsArrows .rsArrows-container {
    width: 96%;
    height: 31px;
    position: relative;
    margin: 0 auto;
  }
  #testimonialSlider .testimonial .rsArrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 31px;
  }
  #testimonialSlider .testimonial .rsArrow svg {
    height: 31px;
    width: 18px;
  }
  #testimonialSlider .testimonial .rsArrow.rsArrowRight {
    left: inherit;
    right: 0;
  }
  #testimonialSlider .testimonial .rsArrow.rsArrowLeft svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /******************************************************************
  HOMEPAGE - PATHWAY STYLES
  ******************************************************************/
  #home-pathways {
    padding: 13px 0;
  }
  #home-pathways .pathway {
    float: left;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 17px 40px 0px 50px;
    display: table;
  }
  #home-pathways .pathway img {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
  }
  #home-pathways .pathway div {
    padding-left: 30px;
    display: table-cell;
    width: 100%;
  }
  #home-pathways.count-2-pathways .pathway, #home-pathways.count-4-pathways .pathway, #home-pathways.count-5-pathways .pathway, #home-pathways.count-6-pathways .pathway {
    width: 50%;
  }
  #home-pathways.count-2-pathways .pathway:nth-child(odd), #home-pathways.count-4-pathways .pathway:nth-child(odd), #home-pathways.count-5-pathways .pathway:nth-child(odd), #home-pathways.count-6-pathways .pathway:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.27);
  }
  #home-pathways.count-2-pathways .pathway:nth-child(even), #home-pathways.count-4-pathways .pathway:nth-child(even), #home-pathways.count-5-pathways .pathway:nth-child(even), #home-pathways.count-6-pathways .pathway:nth-child(even) {
    border-left: 1px solid black;
    padding-left: 65px;
  }
  #home-pathways.count-2-pathways .pathway {
    padding-bottom: 17px;
  }
  #home-pathways.count-4-pathways .pathway:nth-child(3), #home-pathways.count-4-pathways .pathway:nth-child(4) {
    padding-bottom: 17px;
  }
  #home-pathways.count-5-pathways .pathway:nth-child(5), #home-pathways.count-5-pathways .pathway:nth-child(6), #home-pathways.count-6-pathways .pathway:nth-child(5), #home-pathways.count-6-pathways .pathway:nth-child(6) {
    padding-bottom: 17px;
  }
  #home-pathways.count-3-pathways {
    padding: 13px 15px 30px;
  }
  #home-pathways.count-3-pathways .pathway {
    width: 33%;
    padding-right: 15px;
    padding-left: 0;
    margin-right: 0;
  }
  #home-pathways.count-3-pathways .pathway:last-child {
    padding-right: 0;
  }
  #home-pathways.count-3-pathways .pathway img {
    width: 60px;
  }
  #home-pathways.count-3-pathways .pathway div {
    padding-left: 15px;
  }

  /******************************************************************
  HOMEPAGE - WIDGET STYLES
  ******************************************************************/
  #home-widgets {
    overflow: hidden;
  }
  #home-widgets #widget-space {
    overflow: hidden;
    height: 100%;
  }
  #home-widgets #widget-space .qd-widget {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-bottom: 0;
    width: 31%;
    padding-bottom: 50px;
  }
  #home-widgets #widget-space .qd-widget + .qd-widget {
    margin-left: 20px;
  }
  #home-widgets #widget-space .qd-widget .widget-panel {
    height: 100%;
  }
  #home-widgets #widget-space .qd-widget.standard-widget, #home-widgets #widget-space .qd-widget.blog-feed-widget {
    position: relative;
  }
  #home-widgets #widget-space .qd-widget.standard-widget .btn-container, #home-widgets #widget-space .qd-widget.blog-feed-widget .btn-container {
    position: absolute;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    /* position: relative; */
    /* top: 50%; */
    left: 50%;
    width: 100%;
  }

  /***************************************************************
  POSITIONING BLOCK
  ****************************************************************/
  .positioningBlock {
    padding: 112px 0 70px;
    margin: -75px 0 0;
  }
  /******************************************************************
  HOMEPAGE - CLIENT SLIDER STYLES
  ******************************************************************/
  #client-slider {
    overflow: hidden;
    display: block;
  }

  #clientSlider {
    clear: both;
    margin: 46px 0 0 0;
  }
  #clientSlider #clientSliderWrapper {
    width: 100%;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder {
    position: relative;
    padding: 0 20px;
    height: 147px !important;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow {
    height: 147px !important;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo {
    width: 16%;
    height: 80px;
    margin: 33px 0;
    float: left;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo .logoContainer {
    height: 80px;
    display: table;
    margin: 0 auto;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo .logoContainer .logoWrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo .logoContainer img {
    width: 100%;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo.middleLogos {
    padding-right: 1%;
    padding-left: 1%;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo .clientName {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 14px;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsArrow {
    position: absolute;
    top: 59px;
    height: 20px;
    width: 12px;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsArrow svg {
    height: 20px;
    width: 12px;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsArrow.rsArrowLeft {
    left: 0;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsArrow.rsArrowLeft svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsArrow.rsArrowRight {
    right: 0;
  }

  /******************************************************************
  HOMEPAGE - PATHWAY SLIDER STYLES
  ******************************************************************/
  #pathway-carousel .arrow-holder {
    display: block;
  }

  /******************************************************************
  HOMEPAGE - CONTENT AREA
  ******************************************************************/
  .home .content img {
    display: inherit;
  }

  .home .content-wrapper {
    margin: 72px 0 41px;
  }
  .home .content-wrapper .entry-content {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  /* entry content */
  .entry-content {
    padding-top: 56px;
  }

  /******************************************************************
  BLOG STYLES
  ******************************************************************/
  .blog #content-column,
.single-post #content-column {
    margin-top: 0;
  }

  .blog .two-column-blog-layout #blogPosts article,
.archive .two-column-blog-layout #blogPosts article {
    width: 222px;
  }
  .blog .two-column-blog-layout #blogPosts article:nth-child(1), .blog .two-column-blog-layout #blogPosts article:nth-child(2),
.archive .two-column-blog-layout #blogPosts article:nth-child(1),
.archive .two-column-blog-layout #blogPosts article:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  .blog .two-column-blog-layout #blogPosts article img,
.archive .two-column-blog-layout #blogPosts article img {
    width: auto;
  }

  /******************************************************************
  SOCIAL SHARING STYLES
  ******************************************************************/
  #social-sharing .icon-container {
    width: 100%;
    margin: 0;
  }
  #social-sharing .stButton .stArrow {
    width: 37px !important;
  }
  #social-sharing .stButton .stBubble_hcount {
    width: 37px !important;
  }
  #social-sharing span {
    width: 65px;
  }

  /******************************************************************
  CONTENT PATHWAYS
  ******************************************************************/
  #qd-content-pathways-wrapper .qd-content-pathways .content-pathway {
    width: 222px;
  }
  #qd-content-pathways-wrapper .qd-content-pathways .content-pathway:nth-child(1), #qd-content-pathways-wrapper .qd-content-pathways .content-pathway:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  #qd-content-pathways-wrapper .qd-content-pathways .content-pathway img {
    width: auto;
  }

  /******************************************************************
  WIDGET STYLES
  ******************************************************************/
  .qd-widget {
    margin-bottom: 50px;
    width: 228px;
  }
  .qd-widget.standard-widget .widget-panel.image-small .widget-image {
    width: 79px;
    height: 108px;
  }
  .qd-widget.standard-widget .widget-panel.image-small p {
    margin-left: 0;
  }

  /*********************
  TOUCHCAROUSEL STYLES
  *********************/
  .touchcarousel .arrow-holder {
    display: block !important;
  }

  /*************************************
  TEMPLATE NO SIDEBAR
  *************************************/
  /*********************
  FOOTER STYLES
  *********************/
  .footer #inner-footer {
    text-align: left;
  }
  .footer #inner-footer .copyright + nav {
    display: inline-block;
    float: left;
    clear: none;
    margin-bottom: 0;
  }
  .footer #inner-footer .copyright + nav > ul > li:first-child:before {
    display: inline-block;
  }
  .footer #inner-footer #footer-nav {
    float: right;
  }
  .footer #inner-footer #footer-nav.withForm {
    width: auto;
    clear: none;
  }
}
/*********************
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: 1024px) {
  /******************************************************************
  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.

  ******************************************************************/
  .mobile {
    display: none;
  }

  .wrap {
    width: 1024px;
    padding: 0 42px;
  }

  body {
    overflow-x: hidden;
  }

  /*********************
  HEADER STYLES
  *********************/
  .searchform {
    width: 300px;
  }

  #utility-menu .searchform {
    width: 200px;
  }

  #inner-header {
    padding-right: 32px;
    width: 1024px;
  }

  /*********************
  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.
  */
  #main-nav {
    width: 788px;
    /* end .nav */
  }
  #main-nav .nav {
    display: block;
    border: 0;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background-color: transparent !important;
    /*ul {
    	background:$white;
    	margin-top:0;
    }*/
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  #main-nav .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  #main-nav .nav li a {
    border-bottom: 0;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    padding: 0.75em;
  }
  #main-nav .nav li a .leftNavArrow {
    display: none;
  }
  #main-nav .nav li ul.sub-menu,
#main-nav .nav li ul.children {
    margin-top: -5px;
    border-top: 5px solid #e67632;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    padding-left: 0;
    display: block;
    /* highlight sub-menu current page */
  }
  #main-nav .nav li ul.sub-menu li,
#main-nav .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  #main-nav .nav li ul.sub-menu li a,
#main-nav .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    font-weight: 700;
  }
  #main-nav .nav li ul.sub-menu li a .leftNavArrow,
#main-nav .nav li ul.children li a .leftNavArrow {
    display: inline-block;
  }
  #main-nav .nav li ul.sub-menu li ul,
#main-nav .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  #main-nav .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /******************************************************************
  HOMEPAGE - MAINSTAGE
  ******************************************************************/
  #mainstage {
    height: 630px;
    min-width: 946px;
  }
  #mainstage .royalSlider {
    height: 630px;
  }
  #mainstage .royalSlider .slide {
    min-width: 946px;
  }
  #mainstage .royalSlider .slide .v-middle {
    padding: 0;
    vertical-align: middle;
  }
  #mainstage .royalSlider .slide .v-middle .content {
    width: 663px;
    margin: 130px auto 0 auto;
  }
  #mainstage .royalSlider .slide .v-middle .content .content-text h2 {
    font-size: 3.6em;
    line-height: 49px;
  }
  #mainstage .royalSlider .slide .v-middle .content .content-text h2 br {
    display: inline;
  }
  #mainstage .royalSlider .slide .v-middle .content .content-text p br {
    display: inline;
  }
  #mainstage .royalSlider .rsArrows .rsArrows-container {
    width: 946px;
  }
  #mainstage.align-right .slide, #mainstage.align-left .slide {
    display: block;
  }
  #mainstage.align-right .slide .v-middle, #mainstage.align-left .slide .v-middle {
    width: 960px;
    margin: 0 auto;
    display: block;
    vertical-align: inherit;
    padding: 0;
  }
  #mainstage.align-right .slide .v-middle .content, #mainstage.align-left .slide .v-middle .content {
    margin: 0;
    padding: 220px 0 0;
  }
  #mainstage.align-right .rsArrows, #mainstage.align-left .rsArrows {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    top: 170px;
  }
  #mainstage.align-right .slide .v-middle {
    overflow: hidden;
  }
  #mainstage.align-right .slide .v-middle .content {
    float: right;
  }
  #mainstage.align-left .royalSlider .rsArrows {
    margin-top: 19px;
  }
  #mainstage.align-left .royalSlider .rsArrows .rsArrows-container {
    width: 960px;
  }
  #mainstage.align-left .royalSlider .rsArrows .rsArrows-container .rsArrow.rsArrowRight {
    right: auto;
    left: 38px;
  }
  /******************************************************************
  HOMEPAGE - TESTIMONIALS
  ******************************************************************/
  #testimonialSlider {
    height: 367px;
    min-width: 946px;
  }
  #testimonialSlider .testimonial {
    height: 367px !important;
  }
  #testimonialSlider .testimonial .slide {
    min-width: 946px;
  }
  #testimonialSlider .testimonial .slide .v-middle {
    padding: 0;
    vertical-align: middle;
  }
  #testimonialSlider .testimonial .slide .v-middle .content {
    width: 807px;
    margin: 0 auto 0 auto;
  }
  #testimonialSlider .testimonial .rsArrows .rsArrows-container {
    width: 946px;
  }
  #testimonialSlider .testimonial .rsArrow {
    left: 0;
  }
  #testimonialSlider .testimonial .rsArrow.rsArrowRight {
    left: inherit;
    right: 0;
  }
  /******************************************************************
  HOMEPAGE - PATHWAY STYLES
  ******************************************************************/
  #home-pathways {
    width: 940px;
    margin: -30px auto 0;
  }
  #home-pathways .pathway {
    padding-left: 74px;
  }
  #home-pathways.count-2-pathways .pathway, #home-pathways.count-4-pathways .pathway, #home-pathways.count-5-pathways .pathway, #home-pathways.count-6-pathways .pathway {
    width: 470px;
  }
  #home-pathways.count-3-pathways {
    padding: 13px 35px 30px 55px;
  }
  #home-pathways.count-3-pathways .pathway {
    width: 283px;
    padding-right: 25px;
  }
  #home-pathways.count-3-pathways .pathway img {
    width: 75px;
  }

  /******************************************************************
  HOMEPAGE - CLIENT SLIDER STYLES
  ******************************************************************/
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo {
    width: 150px;
  }
  #clientSlider #clientSliderWrapper #clientSliderHolder .rsOverflow .rsContent .clientLogo.middleLogos {
    padding-right: 0;
    padding-left: 0;
  }

  /******************************************************************
  BLOG STYLES
  ******************************************************************/
  .blog .two-column-blog-layout #blogPosts article,
.archive .two-column-blog-layout #blogPosts article {
    width: 265px;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content .article-header h1 {
    max-width: 1024px;
  }

  #main #narrow-column {
    width: 300px;
  }
  #main #narrow-column + #content-column {
    margin-left: 380px;
  }
  #main #content-column {
    width: 560px;
  }
  #main #content-column + #narrow-column {
    margin-left: 640px;
  }

  /******************************************************************
  SOCIAL SHARING STYLES
  ******************************************************************/
  #social-sharing .stButton .stArrow {
    width: 42px !important;
  }
  #social-sharing .stButton .stBubble_hcount {
    width: 42px !important;
  }
  #social-sharing span {
    width: 70px;
  }

  /******************************************************************
  CONTENT PATHWAYS
  ******************************************************************/
  #qd-content-pathways-wrapper .qd-content-pathways .content-pathway {
    width: 265px;
  }

  /******************************************************************
  WIDGET STYLES
  ******************************************************************/
  .qd-widget {
    width: 300px;
  }
  .qd-widget.standard-widget .widget-panel.image-small .widget-image {
    width: 105px;
    height: 145px;
  }
  .qd-widget.standard-widget .widget-panel.image-small p {
    margin-left: 121px;
  }

  /*************************************
  TEMPLATE NO SIDEBAR
  *************************************/
  .page-template-template-noSidebar #content #inner-content {
    padding: 0;
  }
  #breadcrumbs {
    max-width: none;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer #inner-footer .gforms_confirmation_message {
    display: inline-block;
    width: 30%;
    color: white;
  }
  .footer #inner-footer .gforms_confirmation_message .gform_confirmation_wrapper {
    padding: 10px 15px 0;
    margin-bottom: 0;
  }
  .footer #inner-footer .copyright.withForm {
    float: none;
  }
  .footer #inner-footer .copyright + nav {
    float: none;
  }
  .footer #inner-footer .copyright + nav + .gform_wrapper {
    display: inline-block;
    float: none;
  }
  .footer #inner-footer #footer-nav {
    float: right;
    margin-right: 30px;
  }
  .footer #inner-footer #footer-nav.withForm {
    float: right;
  }
  .footer #inner-footer #footer-nav.withForm .built-by {
    float: left;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1420px) {
  #main-nav {
    width: auto;
  }

  #logo {
    left: 42px;
  }

  #main-nav .nav li:last-child > ul.sub-menu,
#main-nav .nav li:last-child > ul.children {
    margin-left: 30px;
  }

  #main-nav .nav li ul.sub-menu li a,
#main-nav .nav li ul.children li a {
    width: 276px;
  }

  #utility-menu .searchform {
    width: 252px;
  }

  .footer #inner-footer #footer-nav {
    margin-right: 0;
  }
}
/*********************
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) {

	// styles in 2x.scss
	@import "breakpoints/2x";

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

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

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
.social-media {
  float: left;
}
.social-media a {
  text-decoration: none;
  margin: 0px 14px 6px 0;
  display: inline-block;
}
.social-media a svg {
  height: 16px;
}
.social-media a svg#icon-linkedin {
  width: 17px;
}
.social-media a svg#icon-twitter {
  width: 20px;
}
.social-media a svg#icon-googleplus {
  width: 16px;
}
.social-media a svg#icon-facebook {
  width: 10px;
}
.social-media a svg#icon-youtube {
  width: 14px;
}
.social-media a:last-child {
  margin-right: 0;
}

.searchform .searchsubmit {
  display: none;
}

.searchBarOpen {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.searchBarOpen::after {
  position: absolute;
  cursor: pointer;
  top: 43px;
  z-index: 10;
  fill: #fff;
  color: #fff;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  height: 100px;
  width: 100px;
}
.searchBarOpen a {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .searchBarOpen {
    display: none;
  }
}

#search-icon {
  fill: #fff;
}

#utility-menu {
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  z-index: -1;
}
#utility-menu .searchform input[type=search] {
  background-color: #fff !important;
  color: #000 !important;
}
@media only screen and (max-width: 1023px) {
  #utility-menu {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #main-nav {
    width: auto;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 440px) {
  .container {
    max-width: 440px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}
.homeTopPush {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

.home2022 {
  margin-top: 10px;
}
.home2022__about p {
  font-size: 15px;
  line-height: normal;
}
@media (min-width: 640px) {
  .home2022__about p {
    font-size: 17px;
    line-height: 26px;
  }
}
.home2022__about img {
  width: 100%;
}
.home2022__about h2 {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.9px;
  color: #000000;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #ca0000;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .home2022__about h2 {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
.home2022__about__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .home2022__about__wrapper {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.home2022__about__colOne, .home2022__about__colTwo {
  display: flex;
  align-items: center;
}
.home2022__cta {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #007d90;
  text-align: center;
}
.home2022__cta h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 640px) {
  .home2022__cta h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 45px;
  }
}
.home2022__cta a {
  display: inline-block;
  color: #007d90;
  background: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  font-size: 16px;
  transition: 0.2s all;
}
.home2022__cta a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #ca0000 !important;
}
.home2022__cards {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .home2022__cards {
    margin-top: 70px;
  }
}
.home2022__cards h2, .home2022__cards h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #000000;
  padding-bottom: 10px;
  font-family: "abel", "Georgia", Cambria, Times New Roman, Times, serif;
}
@media (min-width: 640px) {
  .home2022__cards h2, .home2022__cards h3 {
    padding-bottom: 20px;
  }
}
.home2022__cards h2 {
  border-bottom: 2px solid #ca0000;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .home2022__cards h2 {
    margin-bottom: 50px;
  }
}
.home2022__cards h3 {
  position: relative;
  font-size: 24px;
  margin: 10px 15px 20px;
  padding-bottom: 10px;
}
.home2022__cards h3::after {
  content: " ";
  background-color: #dadada;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.home2022__cards p {
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: normal;
  margin: 0 15px;
  margin-bottom: 20px;
  font-family: "abel", "Georgia", Cambria, Times New Roman, Times, serif;
  min-height: 48px;
}
.home2022__cards__grid {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .home2022__cards__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home2022__cards__grid__item {
  border: 1px solid #ccc;
  position: relative;
}
.home2022__cards__grid__item__bottom {
  margin-bottom: 90px;
}
.home2022__cards__grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.home2022__cards__link {
  margin: 0 15px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #007d90;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  transition: all 0.2s;
  width: 185px;
}
.home2022__cards__link:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #006b7c !important;
}

.heroSlider .overlay.navTwo {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .heroSlider .overlay.navTwo {
    padding-top: 150px;
  }
}
.heroSlider .overlay.navTwo h3 {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
}
@media (min-width: 768px) {
  .heroSlider .overlay.navTwo h3 {
    font-size: 50px;
  }
}
.heroSlider .overlay.navTwo p {
  font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.52px;
  color: #ffffff;
  margin-bottom: 40px;
}
.heroSlider .overlay.navTwo a.slick-button {
  background-color: #007d90;
  border-radius: 5px;
  padding: 12px 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.34px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
  margin-bottom: 100px;
}
.heroSlider .overlay.navTwo a.slick-button:hover {
  text-decoration: none;
  background-color: #006b7c !important;
}

.page-template-page-portfolio {
  background-image: none !important;
}
.page-template-page-portfolio .portfolio-title {
  font-family: "abel", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  color: #c80000;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
}
.page-template-page-portfolio #breadcrumbs {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .type-qsc_project {
    width: 320px;
  }
  .page-template-page-portfolio #qsc-portfolio-list .project-slider {
    height: 240px !important;
    padding-bottom: 20px;
  }
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .type-qsc_project .project-thumb img {
    height: 185px !important;
  }
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .type-qsc_project .project-thumb span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .rsArrow {
    top: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .rsArrow {
    top: 85px;
  }
  .page-template-page-portfolio #qsc-portfolio-list .project-slider .rsArrow .rsArrowIcn {
    position: relative;
    right: -5px;
  }
}
.page-template-page-portfolio .rsContent {
  width: 105%;
}
.page-template-page-portfolio .project-slider-container h3 {
  margin-bottom: 25px;
}
.page-template-page-portfolio .project-name {
  color: #000;
}

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