/* Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 23, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 53, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 106, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 138, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 188, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 213, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 227, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 253, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 270, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 280, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 350, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 362, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 374, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 389, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 399, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 409, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 433, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 442, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 480, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
VERTICAL ALIGN

http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/

*********************/
/*********************
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.
*********************/
/* line 1, ../scss/modules/_loader.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* line 9, ../scss/modules/_loader.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: white;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

/* line 26, ../scss/modules/_loader.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f7921e;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 41, ../scss/modules/_loader.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: white;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  /* line 57, ../scss/modules/_loader.scss */
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  /* line 62, ../scss/modules/_loader.scss */
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  /* line 69, ../scss/modules/_loader.scss */
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  /* line 74, ../scss/modules/_loader.scss */
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

/* line 81, ../scss/modules/_loader.scss */
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #0047bb;
  z-index: 1000;
}

/* line 90, ../scss/modules/_loader.scss */
#loader-wrapper .loader-section.section-left {
  left: 0;
}

/* line 93, ../scss/modules/_loader.scss */
#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
/* line 98, ../scss/modules/_loader.scss */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/* line 106, ../scss/modules/_loader.scss */
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/* line 114, ../scss/modules/_loader.scss */
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/* line 121, ../scss/modules/_loader.scss */
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

/*

VERTICAL ALIGN

*/
/* line 7, ../scss/modules/_alignment.scss */
.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 15, ../scss/modules/_alignment.scss */
.valign-wrapper .valign {
  display: block;
}

/*

TEXT ALIGN

*/
/* line 27, ../scss/modules/_alignment.scss */
.left-align {
  text-align: left;
}

/* line 31, ../scss/modules/_alignment.scss */
.right-align {
  text-align: right;
}

/* line 35, ../scss/modules/_alignment.scss */
.center, .center-align {
  text-align: center;
}

/* line 7, ../scss/modules/_forms.scss */
.form-holder .form-group input,
.form-holder .form-group textarea,
.form-holder .form-group select {
  background-color: white;
  border: 1px solid #e1e1e1;
  color: #4b4b4b;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
}
/* line 17, ../scss/modules/_forms.scss */
.form-holder .form-group input,
.form-holder .form-group select {
  height: 54px;
  line-height: 48px;
  padding: 0 24px;
}
/* line 24, ../scss/modules/_forms.scss */
.form-holder .form-group textarea {
  padding: 18px 24px 24px 24px;
}
/* line 30, ../scss/modules/_forms.scss */
.form-holder .btn {
  line-height: 10px;
}

/* line 39, ../scss/modules/_forms.scss */
.form-holder.no-labels .form-group label {
  display: none;
}
/* line 42, ../scss/modules/_forms.scss */
.form-holder.no-labels .form-group div.col-sm-9 {
  width: 100%;
}
/* line 45, ../scss/modules/_forms.scss */
.form-holder.no-labels .form-group div.col-sm-offset-3 {
  margin-left: 0;
}

/* line 56, ../scss/modules/_forms.scss */
.form-holder.full-width .form-group div.col-sm-9 {
  float: none;
  width: 100%;
}
/* line 60, ../scss/modules/_forms.scss */
.form-holder.full-width .form-group div.col-sm-offset-3 {
  margin-left: 0;
}

/*********************
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
*********************/
/*

#wpadminbar {
  opacity: 0.3;
}
*/
/* line 25, ../scss/breakpoints/_base.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: black;
  -webkit-font-smoothing: antialiased;
}

/*********************
LINK STYLES
*********************/
/* line 41, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: black;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 45, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: black;
}
/* line 55, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 69, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
  margin-top: 0;
  /* removing text decoration from all headline links */
}
/* line 75, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 80, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 32px;
  margin-bottom: 18px;
}

/* line 85, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 24px;
  margin-bottom: 14px;
}

/* line 90, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

/* line 95, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 18px;
  margin-bottom: 9px;
}

/* line 101, ../scss/breakpoints/_base.scss */
p {
  margin-top: 0;
}

/******************************************************************
BUTTON STYLES
******************************************************************/
/* line 111, ../scss/breakpoints/_base.scss */
.btn {
  background-color: #0047bb;
  border: 2px solid #0047bb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white !important;
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  padding: 18px 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 134, ../scss/breakpoints/_base.scss */
.btn:hover,
.btn.reversed {
  background-color: white;
  color: #0047bb !important;
}

/* line 141, ../scss/breakpoints/_base.scss */
.btn.reversed:hover {
  background-color: #0047bb;
  color: white !important;
}

/* line 147, ../scss/breakpoints/_base.scss */
.btn.has-background {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

/* line 154, ../scss/breakpoints/_base.scss */
.btn.has-background:hover {
  background-color: #0047bb;
  border-color: #0047bb;
}

/*

STANDARD ROW LAYOUT

*/
/* line 167, ../scss/breakpoints/_base.scss */
.content-row {
  position: relative;
}
/* line 171, ../scss/breakpoints/_base.scss */
.content-row .background {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
/* line 181, ../scss/breakpoints/_base.scss */
.content-row .foreground {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*********************
HEADER STYLES
*********************/
/* line 200, ../scss/breakpoints/_base.scss */
header.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
/* line 207, ../scss/breakpoints/_base.scss */
header.header #logo {
  margin: 0 auto;
}
/* line 210, ../scss/breakpoints/_base.scss */
header.header #logo a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* line 219, ../scss/breakpoints/_base.scss */
header.header #phone-number {
  text-align: center;
}
/* line 223, ../scss/breakpoints/_base.scss */
header.header #phone-number a {
  background-image: url(../img/icon-phone.png);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  color: #0047bb;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 16px 0px 16px 35px;
  text-align: center;
  text-decoration: none;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 250, ../scss/breakpoints/_base.scss */
.navigation {
  position: fixed;
  top: 0;
  z-index: 201;
}

/* line 257, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder {
  display: block;
}
/* line 261, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon {
  display: block;
  position: absolute;
  top: 26px;
  left: 10px;
  width: 30px;
  z-index: 203;
}
/* line 269, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon .con {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
/* line 281, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon .bar {
  display: block;
  height: 3px;
  width: 30px;
  background: black;
  margin: 4px auto;
}
/* line 289, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon .middle {
  margin: 0 auto;
}
/* line 293, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon .bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
/* line 305, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon.active .bar {
  background: white;
}
/* line 309, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon.active .con .top {
  -webkit-transform: translateY(0px) rotateZ(45deg);
  -moz-transform: translateY(0px) rotateZ(45deg);
  -ms-transform: translateY(0px) rotateZ(45deg);
  -o-transform: translateY(0px) rotateZ(45deg);
  transform: translateY(0px) rotateZ(45deg);
}
/* line 318, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon.active .con .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}
/* line 326, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon.active .con .middle {
  width: 0;
}
/* line 330, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .menu-icon.active .con {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
/* line 339, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .content-overlay {
  background-color: white;
  bottom: 0;
  opacity: 0;
  position: fixed;
  top: 0;
    /*

            -webkit-transition: ease-in-out, opacity .25s ease-in-out;
            -moz-transition: ease-in-out, opacity .25s ease-in-out;
            transition : ease-in-out, opacity .25s ease-in-out;

    */
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  transition: all .7s ease;
  left: 0;
  width: 1px;
  z-index: 101;
}
/* line 361, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .content-overlay.active {
  opacity: 0.5;
  width: 100%;
}
/* line 366, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile {
  background-color: #0047bb;
  display: block;
  height: 100%;
  left: -260px;
  position: fixed;
  top: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  transition: all .7s ease;
  width: 260px;
  z-index: 102;
}
/* line 381, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile .header {
  height: 80px;
}
/* line 385, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile .header a {
  display: block;
  line-height: 80px;
  text-align: center;
}
/* line 390, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile .header a img {
  display: block;
  margin: 10px auto;
  height: 60px;
}
/* line 399, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul {
  margin: 0;
}
/* line 403, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 0 0 24px;
  text-transform: uppercase;
}
/* line 414, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a:hover, .mobile-navigation-holder .main-nav-mobile ul li a:active, .mobile-navigation-holder .main-nav-mobile ul li a:focus {
  background: transparent;
}
/* line 420, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li ul li {
  padding: 10px 0;
}
/* line 422, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li ul li a {
  font-size: 14px;
  line-height: initial;
  padding: 0 0 0 48px;
}
/* line 434, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a:active,
.mobile-navigation-holder .main-nav-mobile ul li a:focus,
.mobile-navigation-holder .main-nav-mobile ul li.current-menu-item {
  background-color: white;
  color: #0047bb;
}
/* line 438, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a:active a,
.mobile-navigation-holder .main-nav-mobile ul li a:focus a,
.mobile-navigation-holder .main-nav-mobile ul li.current-menu-item a {
  color: #0047bb;
}
/* line 444, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a:active ul li,
.mobile-navigation-holder .main-nav-mobile ul li a:focus ul li,
.mobile-navigation-holder .main-nav-mobile ul li.current-menu-item ul li {
  background-color: #0047bb;
  color: white;
}
/* line 447, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile ul li a:active ul li a,
.mobile-navigation-holder .main-nav-mobile ul li a:focus ul li a,
.mobile-navigation-holder .main-nav-mobile ul li.current-menu-item ul li a {
  color: white;
}
/* line 464, ../scss/breakpoints/_base.scss */
.mobile-navigation-holder .main-nav-mobile.active {
  left: 0;
}

/* line 472, ../scss/breakpoints/_base.scss */
.desktop-navigation-holder {
  display: none;
}

/* line 478, ../scss/breakpoints/_base.scss */
#menu-main-menu {
  display: table;
  margin: 0 auto;
}

/* line 484, ../scss/breakpoints/_base.scss */
#navigation-indicator {
  display: none;
}

/* end .nav */
/*

BACKGROUNDS

*/
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 509, ../scss/breakpoints/_base.scss */
.page-row {
  background-color: white;
}

/* line 525, ../scss/breakpoints/_base.scss */
.page-row.first {
  margin-top: 160px;
  padding: 0;
}

/* line 532, ../scss/breakpoints/_base.scss */
.page-row.light-grey {
  background-color: #f3f3f3;
  color: black;
}

/* line 539, ../scss/breakpoints/_base.scss */
#page-header .content .inner {
  width: 100%;
}

/*
CSS UNRESET
*/
/* line 571, ../scss/breakpoints/_base.scss */
.page-row .content li ul, .page-row .content li ol {
  margin: 0 1.5em;
}
/* line 574, ../scss/breakpoints/_base.scss */
.page-row .content ul, .page-row .content ol {
  margin: 0 1.5em 1.5em 1.5em;
}
/* line 577, ../scss/breakpoints/_base.scss */
.page-row .content ul {
  list-style-type: disc;
}
/* line 580, ../scss/breakpoints/_base.scss */
.page-row .content ol {
  list-style-type: decimal;
}
/* line 583, ../scss/breakpoints/_base.scss */
.page-row .content ol ol {
  list-style: upper-alpha;
}
/* line 586, ../scss/breakpoints/_base.scss */
.page-row .content ol ol ol {
  list-style: lower-roman;
}
/* line 589, ../scss/breakpoints/_base.scss */
.page-row .content ol ol ol ol {
  list-style: lower-alpha;
}

/*********************
SIDEBARS
*********************/
/* line 610, ../scss/breakpoints/_base.scss */
.sidebar-holder .sidebar .widget-content {
  background-color: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 0 30px 0;
}
/* line 621, ../scss/breakpoints/_base.scss */
.sidebar-holder .sidebar .enquiry.widget-content h4 {
  border: 0;
  color: #0047bb;
  padding: 15px;
  text-decoration: none;
}
/* line 628, ../scss/breakpoints/_base.scss */
.sidebar-holder .sidebar .enquiry.widget-content .form-holder.full-width form .form-group div.col-sm-offset-2 {
  text-align: center;
}

/* line 637, ../scss/breakpoints/_base.scss */
.popup-holder {
  display: none;
}

/*********************
FOOTER STYLES
*********************/
/* line 646, ../scss/breakpoints/_base.scss */
#cta {
  display: none;
  position: fixed;
  right: -60px;
  z-index: 200;
  text-align: center;
  top: 200px;
  width: 180px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 661, ../scss/breakpoints/_base.scss */
#cta a {
  background-color: #f7921e;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 685, ../scss/breakpoints/_base.scss */
.footer-contact {
  background-color: #f3f3f3;
  position: relative;
}
/* line 692, ../scss/breakpoints/_base.scss */
.footer-contact .content .feedback-holder {
  margin: 0 auto 30px;
  max-width: 700px;
  text-align: center;
}

/* line 705, ../scss/breakpoints/_base.scss */
footer.footer {
  background-color: #1f1f1f;
  clear: both;
  color: white;
  font-size: 16px;
  line-height: 2;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
/* line 716, ../scss/breakpoints/_base.scss */
footer.footer .footer-column {
  margin-bottom: 60px;
}
/* line 721, ../scss/breakpoints/_base.scss */
footer.footer a {
  color: white;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 725, ../scss/breakpoints/_base.scss */
footer.footer a:hover, footer.footer a:focus {
  color: white;
}
/* line 730, ../scss/breakpoints/_base.scss */
footer.footer a:active {
  color: white;
}
/* line 735, ../scss/breakpoints/_base.scss */
footer.footer a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: white;
}
/* line 745, ../scss/breakpoints/_base.scss */
footer.footer .address.physical {
  margin-bottom: 60px;
}
/* line 749, ../scss/breakpoints/_base.scss */
footer.footer .contact.other {
  margin-bottom: 60px;
}

/* line 755, ../scss/breakpoints/_base.scss */
footer.no-form {
  padding: 30px 20px 60px;
}

/* line 759, ../scss/breakpoints/_base.scss */
.social-links {
  margin: 30px 0 40px;
}
/* line 763, ../scss/breakpoints/_base.scss */
.social-links a {
  background-color: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin-left: 8px;
  text-indent: -9999px;
  width: 40px;
}
/* line 782, ../scss/breakpoints/_base.scss */
.social-links .facebook {
  background-image: url(../img/social-icons/facebook_icon_small.png);
}
/* line 785, ../scss/breakpoints/_base.scss */
.social-links .twitter {
  background-image: url(../img/social-icons/twitter_icon_small.png);
}
/* line 788, ../scss/breakpoints/_base.scss */
.social-links .youtube {
  background-image: url(../img/social-icons/youtube_icon_small.png);
}
/* line 791, ../scss/breakpoints/_base.scss */
.social-links .googleplus {
  background-image: url(../img/social-icons/google_plus_icon_small.png);
}
/* line 794, ../scss/breakpoints/_base.scss */
.social-links .linkedin {
  background-image: url(../img/social-icons/linkedin_icon_small.png);
}
/* line 797, ../scss/breakpoints/_base.scss */
.social-links .instagram {
  background-image: url(../img/social-icons/instagram_icon_small.png);
}
/* line 800, ../scss/breakpoints/_base.scss */
.social-links .pinterest {
  background-image: url(../img/social-icons/pinterest_icon_small.png);
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
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
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /* line 35, ../scss/breakpoints/_768up.scss */
  header.header .header-logo {
    margin-top: 48px;
    padding-bottom: 30px;
  }
  /* line 44, ../scss/breakpoints/_768up.scss */
  header.header .header-logo #logo .inner a img {
    margin: 30px auto;
    max-width: 100%;
  }
  /* line 50, ../scss/breakpoints/_768up.scss */
  header.header .header-logo #logo .inner .tag-line {
    font-size: 24px;
    margin-top: 0;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 69, ../scss/breakpoints/_768up.scss */
  .navigation {
    z-index: 301;
  }
  /* line 73, ../scss/breakpoints/_768up.scss */
  .navigation .mobile-navigation-holder {
    display: none;
  }
  /* line 78, ../scss/breakpoints/_768up.scss */
  .navigation .desktop-navigation-holder {
    display: block;
    position: relative;
  }

  /* line 96, ../scss/breakpoints/_768up.scss */
  ul.main-navigation {
    margin: 0;
  }
  /* line 100, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li {
    float: left;
    position: relative;
  }
  /* line 105, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li a {
    display: block;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 20px 50px 20px;
  }
  /* line 114, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li a::after {
    display: block;
    content: attr(data-text);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
  }
  /* line 128, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li a:hover,
  ul.main-navigation li a:focus,
  ul.main-navigation li a:visited:hover,
  ul.main-navigation li a:visited:focus {
    background-color: transparent;
  }
  /* line 133, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li a:hover,
  ul.main-navigation li a:visited:hover {
    font-weight: bold;
  }
  /* line 137, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li ul {
    display: none;
    position: absolute;
    top: 42px;
    width: 200px;
  }
  /* line 144, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li ul li:hover {
    background-color: black;
  }
  /* line 146, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li ul li:hover a {
    color: #ffffff !important;
    font-weight: normal;
  }
  /* line 157, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li:hover ul {
    display: block;
  }
  /* line 163, ../scss/breakpoints/_768up.scss */
  ul.main-navigation li.current-menu-item a {
    font-weight: bold;
  }

  /*
  
  BACKGROUNDS
  
  */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* line 190, ../scss/breakpoints/_768up.scss */
  #page-header {
    min-height: 480px;
  }
  /* line 194, ../scss/breakpoints/_768up.scss */
  #page-header > .content-row {
    min-height: 600px;
  }
  /* line 199, ../scss/breakpoints/_768up.scss */
  #page-header > .content-row > .background > img {
    height: auto;
    width: 100%;
  }

  /* line 212, ../scss/breakpoints/_768up.scss */
  .page-row.first {
    margin-top: 160px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 223, ../scss/breakpoints/_768up.scss */
  .sidebar-holder {
    padding: 0 15px;
  }
  /* line 231, ../scss/breakpoints/_768up.scss */
  .sidebar-holder .sidebar .widget-content {
    padding: 20px;
  }
  /* line 241, ../scss/breakpoints/_768up.scss */
  .sidebar-holder .sidebar .enquiry.widget-content .form-holder.full-width form .form-group div.col-sm-offset-2 {
    text-align: left;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /* line 260, ../scss/breakpoints/_768up.scss */
  .footer-contact .inner h2 {
    margin: 0;
  }
  /* line 266, ../scss/breakpoints/_768up.scss */
  .footer-contact .inner .content .form-holder {
    margin: 0 auto;
    max-width: 640px;
  }

  /* line 278, ../scss/breakpoints/_768up.scss */
  footer.footer {
    text-align: left;
  }
  /* line 281, ../scss/breakpoints/_768up.scss */
  footer.footer .address.physical {
    margin-bottom: 0;
  }
}
/*********************
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: 992px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1200up.scss */
  .wrap {
    width: 1240px;
  }

  /* line 25, ../scss/breakpoints/_1200up.scss */
  .d-relative {
    position: relative;
  }

  /* line 29, ../scss/breakpoints/_1200up.scss */
  .d-absolute {
    position: absolute;
  }

  /* line 33, ../scss/breakpoints/_1200up.scss */
  .right-column.d-absolute {
    right: 0;
    z-index: 999;
  }

  /* line 38, ../scss/breakpoints/_1200up.scss */
  .left-column.d-absolute {
    left: 0;
    z-index: 999;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 38, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 69, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 78, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
