@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700,800);
/******************************************************************
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.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

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

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

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

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

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

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold; }

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic; }

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

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

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

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

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

Stylesheet: Mixins & Constants Stylesheet

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

******************************************************************/
/*====================
 * Imports
 *===================*/
/*====================
 * Colors & Fonts
 *===================*/
/*********************
CLEARFIXIN'
*********************/
/* line 57, ../scss/_mixins.scss */
.clearfix {
  zoom: 1; }
  /* line 59, ../scss/_mixins.scss */
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  /* line 60, ../scss/_mixins.scss */
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
/* line 68, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 75, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
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/
*/
/*====================
 * Typography
 *===================*/
/* 	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;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 141, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* line 147, ../scss/_mixins.scss */
.text-left {
  text-align: left; }

/* line 148, ../scss/_mixins.scss */
.text-center {
  text-align: center; }

/* line 149, ../scss/_mixins.scss */
.text-right {
  text-align: right; }

/* line 153, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

/* line 159, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

/* line 165, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

/* line 171, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

/* line 177, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
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? */
/*********************
BUTTONS
*********************/
/* line 239, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42); }
  /* line 258, ../scss/_mixins.scss */
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid #be0d37;
    border-top-color: #9d0a2d;
    border-left-color: #9d0a2d;
    background-color: #cc0e3b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
    background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
    background-image: linear-gradient(to bottom, #e40f42, #cc0e3b); }
  /* line 266, ../scss/_mixins.scss */
  .button:active, .button:visited:active {
    background-color: #f01d4f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
    background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
    background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
    background-image: linear-gradient(to bottom, #e40f42, #f01d4f); }

/* line 271, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  /* line 277, ../scss/_mixins.scss */
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  /* line 281, ../scss/_mixins.scss */
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/*
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.
*/
/*
CUSTOM GRID
*/
/******************************************************************
Site Name: Duscany Investment Services
Author: Matt Stvartak for The Idea People

Custom 1170 grid system based off of Twitter's Bootstrap grid.
******************************************************************/
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 17, ../scss/_custom-grid.scss */
.clearfix {
  *zoom: 1; }

/* line 21, ../scss/_custom-grid.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 26, ../scss/_custom-grid.scss */
.clearfix:after {
  clear: both; }

/* line 29, ../scss/_custom-grid.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 36, ../scss/_custom-grid.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 44, ../scss/_custom-grid.scss */
.row {
  margin-left: -20px;
  *zoom: 1; }

/* line 49, ../scss/_custom-grid.scss */
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 54, ../scss/_custom-grid.scss */
.row:after {
  clear: both; }

/* line 57, ../scss/_custom-grid.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

/* line 65, ../scss/_custom-grid.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1170px; }

/* line 68, ../scss/_custom-grid.scss */
.span12 {
  width: 940px; }

/* line 71, ../scss/_custom-grid.scss */
.span11 {
  width: 860px; }

/* line 74, ../scss/_custom-grid.scss */
.span10 {
  width: 780px; }

/* line 77, ../scss/_custom-grid.scss */
.span9 {
  width: 700px; }

/* line 80, ../scss/_custom-grid.scss */
.span8 {
  width: 620px; }

/* line 83, ../scss/_custom-grid.scss */
.span7 {
  width: 540px; }

/* line 86, ../scss/_custom-grid.scss */
.span6 {
  width: 460px; }

/* line 89, ../scss/_custom-grid.scss */
.span5 {
  width: 380px; }

/* line 92, ../scss/_custom-grid.scss */
.span4 {
  width: 300px; }

/* line 95, ../scss/_custom-grid.scss */
.span3 {
  width: 220px; }

/* line 98, ../scss/_custom-grid.scss */
.span2 {
  width: 140px; }

/* line 101, ../scss/_custom-grid.scss */
.span1 {
  width: 60px; }

/* line 104, ../scss/_custom-grid.scss */
.offset12 {
  margin-left: 980px; }

/* line 107, ../scss/_custom-grid.scss */
.offset11 {
  margin-left: 900px; }

/* line 110, ../scss/_custom-grid.scss */
.offset10 {
  margin-left: 820px; }

/* line 113, ../scss/_custom-grid.scss */
.offset9 {
  margin-left: 740px; }

/* line 116, ../scss/_custom-grid.scss */
.offset8 {
  margin-left: 660px; }

/* line 119, ../scss/_custom-grid.scss */
.offset7 {
  margin-left: 580px; }

/* line 122, ../scss/_custom-grid.scss */
.offset6 {
  margin-left: 500px; }

/* line 125, ../scss/_custom-grid.scss */
.offset5 {
  margin-left: 420px; }

/* line 128, ../scss/_custom-grid.scss */
.offset4 {
  margin-left: 340px; }

/* line 131, ../scss/_custom-grid.scss */
.offset3 {
  margin-left: 260px; }

/* line 134, ../scss/_custom-grid.scss */
.offset2 {
  margin-left: 180px; }

/* line 137, ../scss/_custom-grid.scss */
.offset1 {
  margin-left: 100px; }

/* line 140, ../scss/_custom-grid.scss */
.row-fluid {
  width: 100%;
  *zoom: 1; }

/* line 145, ../scss/_custom-grid.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 150, ../scss/_custom-grid.scss */
.row-fluid:after {
  clear: both; }

/* line 153, ../scss/_custom-grid.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%; }

/* line 164, ../scss/_custom-grid.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

/* line 167, ../scss/_custom-grid.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

/* line 170, ../scss/_custom-grid.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

/* line 174, ../scss/_custom-grid.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

/* line 178, ../scss/_custom-grid.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

/* line 182, ../scss/_custom-grid.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

/* line 186, ../scss/_custom-grid.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

/* line 190, ../scss/_custom-grid.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

/* line 194, ../scss/_custom-grid.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

/* line 198, ../scss/_custom-grid.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

/* line 202, ../scss/_custom-grid.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

/* line 206, ../scss/_custom-grid.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

/* line 210, ../scss/_custom-grid.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

/* line 214, ../scss/_custom-grid.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

/* line 218, ../scss/_custom-grid.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%; }

/* line 222, ../scss/_custom-grid.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%; }

/* line 226, ../scss/_custom-grid.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%; }

/* line 230, ../scss/_custom-grid.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%; }

/* line 234, ../scss/_custom-grid.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%; }

/* line 238, ../scss/_custom-grid.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%; }

/* line 242, ../scss/_custom-grid.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%; }

/* line 246, ../scss/_custom-grid.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%; }

/* line 250, ../scss/_custom-grid.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%; }

/* line 254, ../scss/_custom-grid.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%; }

/* line 258, ../scss/_custom-grid.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%; }

/* line 262, ../scss/_custom-grid.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%; }

/* line 266, ../scss/_custom-grid.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%; }

/* line 270, ../scss/_custom-grid.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%; }

/* line 274, ../scss/_custom-grid.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%; }

/* line 278, ../scss/_custom-grid.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%; }

/* line 282, ../scss/_custom-grid.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%; }

/* line 286, ../scss/_custom-grid.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%; }

/* line 290, ../scss/_custom-grid.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%; }

/* line 294, ../scss/_custom-grid.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%; }

/* line 298, ../scss/_custom-grid.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%; }

/* line 302, ../scss/_custom-grid.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%; }

/* line 306, ../scss/_custom-grid.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%; }

/* line 310, ../scss/_custom-grid.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%; }

/* line 315, ../scss/_custom-grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

/* line 319, ../scss/_custom-grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

/* line 322, ../scss/_custom-grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

/* line 328, ../scss/_custom-grid.scss */
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 333, ../scss/_custom-grid.scss */
.container:after {
  clear: both; }

/* line 336, ../scss/_custom-grid.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

/* line 342, ../scss/_custom-grid.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 347, ../scss/_custom-grid.scss */
.container-fluid:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }

/* line 353, ../scss/_custom-grid.scss */
.hidden {
  display: none;
  visibility: hidden; }

@media (max-width: 767px) {
  /* line 358, ../scss/_custom-grid.scss */
  body {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 364, ../scss/_custom-grid.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }

  /* line 368, ../scss/_custom-grid.scss */
  .container-fluid {
    padding: 0; }

  /* line 371, ../scss/_custom-grid.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }

  /* line 377, ../scss/_custom-grid.scss */
  .dl-horizontal dd {
    margin-left: 0; }

  /* line 380, ../scss/_custom-grid.scss */
  .container {
    width: auto; }

  /* line 383, ../scss/_custom-grid.scss */
  .row-fluid {
    width: 100%; }

  /* line 387, ../scss/_custom-grid.scss */
  .row,
  .thumbnails {
    margin-left: 0; }

  /* line 390, ../scss/_custom-grid.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0; }

  /* line 396, ../scss/_custom-grid.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 406, ../scss/_custom-grid.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 412, ../scss/_custom-grid.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }

  /* line 421, ../scss/_custom-grid.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 432, ../scss/_custom-grid.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }

  /* line 436, ../scss/_custom-grid.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }

  /* line 439, ../scss/_custom-grid.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }

  /* line 447, ../scss/_custom-grid.scss */
  .modal.fade {
    top: -100px; }

  /* line 450, ../scss/_custom-grid.scss */
  .modal.fade.in {
    top: 20px; } }
@media (max-width: 480px) {
  /* line 455, ../scss/_custom-grid.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }

  /* line 458, ../scss/_custom-grid.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px; }

  /* line 463, ../scss/_custom-grid.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }

  /* line 466, ../scss/_custom-grid.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }

  /* line 472, ../scss/_custom-grid.scss */
  .form-horizontal .controls {
    margin-left: 0; }

  /* line 475, ../scss/_custom-grid.scss */
  .form-horizontal .control-list {
    padding-top: 0; }

  /* line 478, ../scss/_custom-grid.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 483, ../scss/_custom-grid.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }

  /* line 488, ../scss/_custom-grid.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0; }

  /* line 492, ../scss/_custom-grid.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }

  /* line 497, ../scss/_custom-grid.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px; }

  /* line 501, ../scss/_custom-grid.scss */
  .carousel-caption {
    position: static; } }
@media (min-width: 1200px) {
  /* line 507, ../scss/_custom-grid.scss */
  .row {
    margin-left: -30px;
    *zoom: 1; }

  /* line 512, ../scss/_custom-grid.scss */
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0; }

  /* line 517, ../scss/_custom-grid.scss */
  .row:after {
    clear: both; }

  /* line 520, ../scss/_custom-grid.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  /* line 525, ../scss/_custom-grid.scss */
  .span12 {
    width: 1170px; }

  /* line 528, ../scss/_custom-grid.scss */
  .span11 {
    width: 1070px; }

  /* line 531, ../scss/_custom-grid.scss */
  .span10 {
    width: 970px; }

  /* line 534, ../scss/_custom-grid.scss */
  .span9 {
    width: 870px; }

  /* line 537, ../scss/_custom-grid.scss */
  .span8 {
    width: 770px; }

  /* line 540, ../scss/_custom-grid.scss */
  .span7 {
    width: 670px; }

  /* line 543, ../scss/_custom-grid.scss */
  .span6 {
    width: 570px; }

  /* line 546, ../scss/_custom-grid.scss */
  .span5 {
    width: 470px; }

  /* line 549, ../scss/_custom-grid.scss */
  .span4 {
    width: 370px; }

  /* line 552, ../scss/_custom-grid.scss */
  .span3 {
    width: 270px; }

  /* line 555, ../scss/_custom-grid.scss */
  .span2 {
    width: 170px; }

  /* line 558, ../scss/_custom-grid.scss */
  .span1 {
    width: 70px; }

  /* line 561, ../scss/_custom-grid.scss */
  .offset12 {
    margin-left: 1230px; }

  /* line 564, ../scss/_custom-grid.scss */
  .offset11 {
    margin-left: 1130px; }

  /* line 567, ../scss/_custom-grid.scss */
  .offset10 {
    margin-left: 1030px; }

  /* line 570, ../scss/_custom-grid.scss */
  .offset9 {
    margin-left: 930px; }

  /* line 573, ../scss/_custom-grid.scss */
  .offset8 {
    margin-left: 830px; }

  /* line 576, ../scss/_custom-grid.scss */
  .offset7 {
    margin-left: 730px; }

  /* line 579, ../scss/_custom-grid.scss */
  .offset6 {
    margin-left: 630px; }

  /* line 582, ../scss/_custom-grid.scss */
  .offset5 {
    margin-left: 530px; }

  /* line 585, ../scss/_custom-grid.scss */
  .offset4 {
    margin-left: 430px; }

  /* line 588, ../scss/_custom-grid.scss */
  .offset3 {
    margin-left: 330px; }

  /* line 591, ../scss/_custom-grid.scss */
  .offset2 {
    margin-left: 230px; }

  /* line 594, ../scss/_custom-grid.scss */
  .offset1 {
    margin-left: 130px; }

  /* line 597, ../scss/_custom-grid.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1; }

  /* line 602, ../scss/_custom-grid.scss */
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }

  /* line 607, ../scss/_custom-grid.scss */
  .row-fluid:after {
    clear: both; }

  /* line 610, ../scss/_custom-grid.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%; }

  /* line 621, ../scss/_custom-grid.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }

  /* line 624, ../scss/_custom-grid.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%; }

  /* line 627, ../scss/_custom-grid.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%; }

  /* line 631, ../scss/_custom-grid.scss */
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%; }

  /* line 635, ../scss/_custom-grid.scss */
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%; }

  /* line 639, ../scss/_custom-grid.scss */
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%; }

  /* line 643, ../scss/_custom-grid.scss */
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%; }

  /* line 647, ../scss/_custom-grid.scss */
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%; }

  /* line 651, ../scss/_custom-grid.scss */
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%; }

  /* line 655, ../scss/_custom-grid.scss */
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%; }

  /* line 659, ../scss/_custom-grid.scss */
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%; }

  /* line 663, ../scss/_custom-grid.scss */
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%; }

  /* line 667, ../scss/_custom-grid.scss */
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%; }

  /* line 671, ../scss/_custom-grid.scss */
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%; }

  /* line 675, ../scss/_custom-grid.scss */
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%; }

  /* line 679, ../scss/_custom-grid.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%; }

  /* line 683, ../scss/_custom-grid.scss */
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%; }

  /* line 687, ../scss/_custom-grid.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%; }

  /* line 691, ../scss/_custom-grid.scss */
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%; }

  /* line 695, ../scss/_custom-grid.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%; }

  /* line 699, ../scss/_custom-grid.scss */
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%; }

  /* line 703, ../scss/_custom-grid.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%; }

  /* line 707, ../scss/_custom-grid.scss */
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%; }

  /* line 711, ../scss/_custom-grid.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%; }

  /* line 715, ../scss/_custom-grid.scss */
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%; }

  /* line 719, ../scss/_custom-grid.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%; }

  /* line 723, ../scss/_custom-grid.scss */
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%; }

  /* line 727, ../scss/_custom-grid.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%; }

  /* line 731, ../scss/_custom-grid.scss */
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%; }

  /* line 735, ../scss/_custom-grid.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%; }

  /* line 739, ../scss/_custom-grid.scss */
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%; }

  /* line 743, ../scss/_custom-grid.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%; }

  /* line 747, ../scss/_custom-grid.scss */
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%; }

  /* line 751, ../scss/_custom-grid.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%; }

  /* line 755, ../scss/_custom-grid.scss */
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%; }

  /* line 759, ../scss/_custom-grid.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%; }

  /* line 763, ../scss/_custom-grid.scss */
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%; }

  /* line 767, ../scss/_custom-grid.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%; }

  /* line 773, ../scss/_custom-grid.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  /* line 776, ../scss/_custom-grid.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }

  /* line 781, ../scss/_custom-grid.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }

  /* line 786, ../scss/_custom-grid.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }

  /* line 791, ../scss/_custom-grid.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }

  /* line 796, ../scss/_custom-grid.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }

  /* line 801, ../scss/_custom-grid.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }

  /* line 806, ../scss/_custom-grid.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }

  /* line 811, ../scss/_custom-grid.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }

  /* line 816, ../scss/_custom-grid.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }

  /* line 821, ../scss/_custom-grid.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }

  /* line 826, ../scss/_custom-grid.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }

  /* line 831, ../scss/_custom-grid.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }

  /* line 836, ../scss/_custom-grid.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }

  /* line 839, ../scss/_custom-grid.scss */
  .thumbnails {
    margin-left: -30px; }

  /* line 842, ../scss/_custom-grid.scss */
  .thumbnails > li {
    margin-left: 30px; }

  /* line 845, ../scss/_custom-grid.scss */
  .row-fluid .thumbnails {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  /* line 851, ../scss/_custom-grid.scss */
  .hidden-phone {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  /* line 858, ../scss/_custom-grid.scss */
  .hidden-tablet {
    display: none !important; } }
@media only screen and (min-width: 1031px) {
  /* line 865, ../scss/_custom-grid.scss */
  .hidden-desktop {
    display: none !important; } }
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

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

/*********************
LINK STYLES
*********************/
/* line 79, ../scss/_base.scss */
a, a:visited {
  color: #f01d4f;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  /* line 83, ../scss/_base.scss */
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #d10e3c; }
  /* line 93, ../scss/_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 107, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  /* line 117, ../scss/_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 122, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

/* line 127, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

/* line 133, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em; }

/* line 137, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

/* line 142, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 169, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  /* line 173, ../scss/_base.scss */
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    /* line 175, ../scss/_base.scss */
    .nav li a {
      display: block;
      text-decoration: none;
      padding: 10px 10px;
      background-color: #eee;
      border-bottom: 1px solid #ccc;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
    /* line 209, ../scss/_base.scss */
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 245, ../scss/_base.scss */
#content {
  margin-top: 2.2em; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 277, ../scss/_base.scss */
.byline {
  color: #999; }

/* entry content */
/* line 284, ../scss/_base.scss */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  /* line 319, ../scss/_base.scss */
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  /* line 326, ../scss/_base.scss */
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  /* line 342, ../scss/_base.scss */
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  /* line 347, ../scss/_base.scss */
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
/* line 355, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  /* line 361, ../scss/_base.scss */
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  /* line 367, ../scss/_base.scss */
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 405, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

/* line 408, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  /* line 410, ../scss/_base.scss */
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    /* line 414, ../scss/_base.scss */
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      /* line 421, ../scss/_base.scss */
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        color: #f01d4f;
        text-decoration: underline; }
  /* line 430, ../scss/_base.scss */
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative; }
    /* line 435, ../scss/_base.scss */
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  /* line 446, ../scss/_base.scss */
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    /* line 449, ../scss/_base.scss */
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  /* line 458, ../scss/_base.scss */
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 501, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left; }
/* line 505, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 516, ../scss/_base.scss */
#comments {
  /* number of comments span */ }

/* line 533, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  /* line 535, ../scss/_base.scss */
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    /* line 543, ../scss/_base.scss */
    .commentlist li:last-child {
      margin-bottom: 0; }
    /* line 547, ../scss/_base.scss */
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  /* line 565, ../scss/_base.scss */
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  /* line 569, ../scss/_base.scss */
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  /* line 574, ../scss/_base.scss */
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  /* line 588, ../scss/_base.scss */
  .commentlist .odd {
    background: #eee; }
  /* line 591, ../scss/_base.scss */
  .commentlist .even {
    background: #fefefe; }
  /* line 606, ../scss/_base.scss */
  .commentlist .vcard {
    margin-left: 50px; }
    /* line 609, ../scss/_base.scss */
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    /* line 617, ../scss/_base.scss */
    .commentlist .vcard time {
      float: right; }
      /* line 620, ../scss/_base.scss */
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        /* line 624, ../scss/_base.scss */
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    /* line 634, ../scss/_base.scss */
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  /* line 659, ../scss/_base.scss */
  .commentlist .comment_content {
    margin-left: 50px; }
    /* line 662, ../scss/_base.scss */
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  /* line 671, ../scss/_base.scss */
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    /* line 683, ../scss/_base.scss */
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 695, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  /* line 699, ../scss/_base.scss */
  .respond-form form {
    margin: 0.75em 0; }
    /* line 702, ../scss/_base.scss */
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      /* line 708, ../scss/_base.scss */
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    /* line 716, ../scss/_base.scss */
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      /* line 722, ../scss/_base.scss */
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      /* line 727, ../scss/_base.scss */
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    /* line 740, ../scss/_base.scss */
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    /* line 745, ../scss/_base.scss */
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
/* line 758, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em; }

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

/* no comments */
/* line 776, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
/* line 792, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
/* line 813, ../scss/_base.scss */
.footer {
  clear: both; }

/*
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 */
/*
CUSTOM CSS
*/
/*====================
 * Base
 *===================*/
/* line 5, ../scss/_custom.scss */
::selection {
  background-color: #fecb00;
  color: white; }

/* line 10, ../scss/_custom.scss */
body {
  background-image: url("../images/background.jpg");
  background-color: #606060;
  background-attachment: fixed;
  color: #434343;
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 0; }

/* line 22, ../scss/_custom.scss */
h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Merriweather Sans", Helvetica, Arial, sans-serif;
  -webkit-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  -transition: all 250ms;
  transition: all 250ms; }

/* line 27, ../scss/_custom.scss */
p {
  line-height: 1.375em; }

/* line 32, ../scss/_custom.scss */
img {
  max-width: 100%; }

/* line 36, ../scss/_custom.scss */
.pull-right {
  float: right; }

/* line 40, ../scss/_custom.scss */
.pull-left {
  float: left; }

/* line 44, ../scss/_custom.scss */
.container {
  width: 100%;
  float: left;
  background-color: white;
  -webkit-transition: width 500ms;
  -ms-transition: width 500ms;
  -o-transition: width 500ms;
  -transition: width 500ms;
  transition: width 500ms; }

/* line 51, ../scss/_custom.scss */
[class^="icon"] {
  position: relative;
  display: block; }

/*====================
 * Header
 *===================*/
/* line 60, ../scss/_custom.scss */
#logo {
  position: relative;
  display: block;
  width: graphic-sprite-width(logo);
  height: graphic-sprite-height(logo);
  margin: 0 auto;
  padding: 30px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, ../scss/_custom.scss */
.nav {
  margin: 0; }
  /* line 75, ../scss/_custom.scss */
  .nav li a {
    background-color: #606060;
    border: none;
    border-bottom: 1px solid white;
    text-align: center;
    font-size: 0.8em;
    color: #adadad;
    text-transform: uppercase;
    font-weight: bold; }
    /* line 84, ../scss/_custom.scss */
    .nav li a:hover {
      color: white;
      background-color: #fecb00; }
    /* line 88, ../scss/_custom.scss */
    .nav li a:last-child {
      border: noen; }

/*====================
 * Content
 *===================*/
/* line 98, ../scss/_custom.scss */
#content {
  margin-top: 0; }

/* line 103, ../scss/_custom.scss */
#heading {
  margin: 100px 0;
  text-align: center; }
  /* line 106, ../scss/_custom.scss */
  #heading h1 {
    color: #434343;
    font-size: 1.8em;
    font-weight: 800;
    text-transform: uppercase; }
  /* line 112, ../scss/_custom.scss */
  #heading h3 {
    color: #a5d07e;
    font-size: 1.2em;
    font-weight: 800; }

/* line 120, ../scss/_custom.scss */
#call-to-action {
  text-align: center;
  background-color: #e1e1e1;
  border-top: 5px solid black; }

/* line 126, ../scss/_custom.scss */
.cta-header {
  display: block;
  position: relative;
  height: 88px;
  padding: 20px;
  border-bottom: 1px solid #606060;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }
  /* line 134, ../scss/_custom.scss */
  .cta-header:hover {
    cursor: pointer;
    background-color: #fecb00; }
    /* line 137, ../scss/_custom.scss */
    .cta-header:hover h2 {
      color: white; }

/* line 141, ../scss/_custom.scss */
.cta-title {
  color: #434343;
  text-decoration: none;
  position: relative;
  margin-left: 128px;
  font-weight: 800;
  font-size: 1.45em;
  text-align: left;
  z-index: 100; }

/* line 152, ../scss/_custom.scss */
.cta-description {
  display: none;
  position: relative;
  float: right;
  padding: 20px;
  margin: 0px  0px 0px 0px;
  width: 100%;
  background-color: #434343;
  text-align: left;
  color: white;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 700; }
  /* line 165, ../scss/_custom.scss */
  .cta-description:after {
    content: " ";
    z-index: 100;
    display: block;
    position: absolute;
    top: -18px;
    left: 45px;
    width: 0px;
    height: 0px;
    border-width: 18px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #434343;
    border-top-width: 0px; }

/* line 182, ../scss/_custom.scss */
.iconcontainer {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  padding: 20px;
  background-color: #434343;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  -transition: all 250ms;
  transition: all 250ms; }
  /* line 196, ../scss/_custom.scss */
  .iconcontainer [class^="icon-"] {
    background-color: #434343; }

/*====================
 * Animation Classes
 *===================*/
/* line 204, ../scss/_custom.scss */
.cta-description.show {
  display: block; }

/*====================
 * Footer
 *===================*/
/* line 212, ../scss/_custom.scss */
footer {
  position: relative;
  border-top: 5px solid black;
  background-color: #434343 !important;
  padding: 20px;
  color: #606060;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase; }
  /* line 221, ../scss/_custom.scss */
  footer a {
    color: #606060;
    text-decoration: none; }
    /* line 224, ../scss/_custom.scss */
    footer a:hover {
      color: #fecb00; }

/* line 231, ../scss/_custom.scss */
.footer-content div {
  width: 100%;
  display: block;
  float: left; }
/* line 236, ../scss/_custom.scss */
.footer-content strong {
  font-weight: 800;
  color: #7a7a7a; }
/* line 240, ../scss/_custom.scss */
.footer-content a {
  color: #606060;
  text-decoration: none; }
  /* line 243, ../scss/_custom.scss */
  .footer-content a:hover {
    color: #fecb00; }

/* line 249, ../scss/_custom.scss */
.graphic-logo-footer {
  float: left !important;
  width: 179px !important; }

/* line 256, ../scss/_custom.scss */
.copyright {
  text-align: right;
  font-weight: 800;
  color: #606060;
  margin-top: 20px; }

/* line 263, ../scss/_custom.scss */
#contact_map, #contact_map_mobile {
  height: 450px; }
  /* line 265, ../scss/_custom.scss */
  #contact_map.show, #contact_map_mobile.show {
    max-height: 450px; }
  /* line 268, ../scss/_custom.scss */
  #contact_map .gm-style, #contact_map_mobile .gm-style {
    height: 450px !important; }

/* line 273, ../scss/_custom.scss */
#contact_map_mobile {
  height: 250px; }

/* line 277, ../scss/_custom.scss */
#map_content {
  color: #434343;
  padding: 20px;
  width: 360px; }
  /* line 278, ../scss/_custom.scss */
  #map_content .logo {
    display: block;
    width: 100%;
    text-align: center; }
  /* line 286, ../scss/_custom.scss */
  #map_content .map-info {
    float: left;
    width: 150px;
    font-weight: 800;
    font-size: 0.8em;
    color: #606060;
    text-transform: uppercase; }
    /* line 293, ../scss/_custom.scss */
    #map_content .map-info p:first-child {
      font-size: 1.2em; }
    /* line 296, ../scss/_custom.scss */
    #map_content .map-info a {
      color: #606060;
      text-decoration: none; }
      /* line 299, ../scss/_custom.scss */
      #map_content .map-info a:hover {
        color: #fecb00; }

/* line 306, ../scss/_custom.scss */
a.icon-twitter {
  position: relative; }
  /* line 309, ../scss/_custom.scss */
  a.icon-twitter:hover:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 3px solid #00acee;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }

/* line 324, ../scss/_custom.scss */
a.icon-facebook {
  position: relative; }
  /* line 327, ../scss/_custom.scss */
  a.icon-facebook:hover:after, a.icon-facebook:active:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border: 3px solid #3b5998;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }

/* line 342, ../scss/_custom.scss */
#slider-info {
  min-height: 340px;
  display: block;
  position: relative;
  background-color: #f5f5f5; }

/* line 349, ../scss/_custom.scss */
.company-logo-image {
  background-size: 160px auto; }

/* line 355, ../scss/_custom.scss */
#slider h1 {
  font-size: 30px;
  margin: 0 0 5px; }
/* line 359, ../scss/_custom.scss */
#slider h3 {
  font-size: 18px;
  margin: 0 0 35px; }

/* line 43, ../scss/style.scss */
.icon-sprite, .icon-coin, .icon-facebook, .icon-info, .icon-map, .icon-twitter {
  background: url("../images/icon-s949781ba3d.png") no-repeat; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 48, ../scss/style.scss */
.icon-coin {
  background-position: 0 -128px;
  height: 48px;
  width: 48px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 55, ../scss/style.scss */
.icon-facebook {
  background-position: 0 -40px;
  height: 40px;
  width: 40px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 62, ../scss/style.scss */
.icon-info {
  background-position: 0 -176px;
  height: 49px;
  width: 48px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 69, ../scss/style.scss */
.icon-map {
  background-position: 0 -80px;
  height: 48px;
  width: 48px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 76, ../scss/style.scss */
.icon-twitter {
  background-position: 0 0;
  height: 40px;
  width: 40px; }

/* line 66, graphic/*.png */
/* line 83, ../scss/style.scss */
.graphic-sprite, .graphic-arrow-left, .graphic-arrow-right, .graphic-logo-footer, .graphic-logo {
  background: url("../images/graphic-s10babb79fb.png") no-repeat; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 88, ../scss/style.scss */
.graphic-arrow-left {
  background-position: 0 -106px;
  height: 56px;
  width: 56px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 95, ../scss/style.scss */
.graphic-arrow-right {
  background-position: 0 -162px;
  height: 56px;
  width: 56px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 102, ../scss/style.scss */
.graphic-logo-footer {
  background-position: 0 -64px;
  height: 42px;
  width: 179px; }

/* line 60, ../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
/* line 109, ../scss/style.scss */
.graphic-logo {
  background-position: 0 0;
  height: 64px;
  width: 282px; }

/*
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.
  
  ******************************************************************/
  /* line 18, ../scss/_481up.scss */
  .container {
    float: none;
    margin: 0 auto;
    width: 480px; } }
/*
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!
  
  ******************************************************************/
  /*====================
   * Custom
   *===================*/
  /* line 18, ../scss/_768up.scss */
  .container {
    width: 720px;
    float: none;
    background-color: transparent; }

  /* line 24, ../scss/_768up.scss */
  .row-fluid {
    padding: 0 20px; }

  /*====================
   * Header
   *===================*/
  /* line 32, ../scss/_768up.scss */
  .header {
    padding-top: 20px;
    background-color: white;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; }

  /* line 46, ../scss/_768up.scss */
  #social-media {
    padding: 30px 0px;
    text-align: right; }
    /* line 49, ../scss/_768up.scss */
    #social-media [class^="icon"] {
      display: inline-block;
      text-indent: 9999px;
      overflow: hidden;
      background-color: transparent;
      width: icon-sprite-width(facebook);
      height: icon-sprite-height(facebook); }

  /*====================
   * Content
   *===================*/
  /* line 62, ../scss/_768up.scss */
  #content {
    background-color: white; }

  /* line 67, ../scss/_768up.scss */
  #heading {
    margin: 30px 0; }
    /* line 69, ../scss/_768up.scss */
    #heading h1 {
      font-size: 1.8em; }
    /* line 72, ../scss/_768up.scss */
    #heading h3 {
      font-size: 1.2em; }

  /* line 78, ../scss/_768up.scss */
  #call-to-action {
    padding: 0;
    position: relative; }
    /* line 81, ../scss/_768up.scss */
    #call-to-action > .row-fluid:first-child {
      padding: 0; }
      /* line 83, ../scss/_768up.scss */
      #call-to-action > .row-fluid:first-child .span4 {
        margin-left: 0;
        width: 33.333333333%; }

  /* line 90, ../scss/_768up.scss */
  .cta-header {
    border: none;
    height: 76px; }
    /* line 93, ../scss/_768up.scss */
    .cta-header.show {
      background-color: #fecb00; }
      /* line 95, ../scss/_768up.scss */
      .cta-header.show .cta-title {
        color: white; }
      /* line 98, ../scss/_768up.scss */
      .cta-header.show:after {
        content: " ";
        z-index: 100;
        display: block;
        position: absolute;
        bottom: -18px;
        left: 40px;
        width: 0px;
        height: 0px;
        border-width: 18px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #fecb00;
        border-bottom-width: 0px; }

  /* line 116, ../scss/_768up.scss */
  .cta-description {
    position: relative;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0 20px;
    max-height: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    -transition: all 250ms;
    transition: all 250ms; }
    /* line 125, ../scss/_768up.scss */
    .cta-description.show {
      display: block;
      max-height: 300px;
      padding: 20px;
      overflow: visible;
      margin-bottom: 0px; }
    /* line 132, ../scss/_768up.scss */
    .cta-description:after {
      display: none; }

  /* line 137, ../scss/_768up.scss */
  .show {
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    -transition: all 250ms;
    transition: all 250ms; }

  /* line 139, ../scss/_768up.scss */
  .cta-title {
    font-size: 1em;
    margin-left: 100px; }

  /* line 144, ../scss/_768up.scss */
  .iconcontainer {
    padding: 14px; }

  /* line 149, ../scss/_768up.scss */
  #slider {
    position: relative;
    z-index: 50;
    height: 350px;
    overflow: hidden;
    padding: 40px 100px;
    background-color: #e1e1e1;
    border-top: 5px solid #434343; }
    /* line 157, ../scss/_768up.scss */
    #slider .left-arrow {
      position: absolute;
      z-index: 99999;
      left: 22px;
      top: 200px; }
      /* line 162, ../scss/_768up.scss */
      #slider .left-arrow:hover {
        cursor: pointer;
        opacity: 0.8; }
    /* line 167, ../scss/_768up.scss */
    #slider .right-arrow {
      position: absolute;
      z-index: 99999;
      right: 22px;
      top: 200px; }
      /* line 172, ../scss/_768up.scss */
      #slider .right-arrow:hover {
        cursor: pointer;
        opacity: 0.8; }

  /* line 179, ../scss/_768up.scss */
  #company-logo-container {
    position: relative;
    height: 100%;
    overflow: hidden; }

  /* line 185, ../scss/_768up.scss */
  .company-logo {
    position: relative;
    display: inline-block;
    *zoom: 1;
    width: 160px;
    height: 160px;
    margin-right: 15px;
    background-size: 90px auto;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

  /* line 199, ../scss/_768up.scss */
  .slide-company-left, .slide-company-right {
    margin-left: -160px; }

  /* line 203, ../scss/_768up.scss */
  .slider-info {
    position: relative;
    display: none;
    min-height: 340px;
    position: relative;
    background-color: #f5f5f5; }
    /* line 209, ../scss/_768up.scss */
    .slider-info.active {
      display: block; }
      /* line 211, ../scss/_768up.scss */
      .slider-info.active:after {
        content: " ";
        display: block;
        position: absolute;
        width: 0px;
        height: 0px;
        border-width: 18px;
        border-color: transparent;
        border-style: solid;
        border-top-color: white;
        border-bottom-width: 0px;
        top: -40px;
        z-index: 9999;
        left: 47%; }
    /* line 227, ../scss/_768up.scss */
    .slider-info .company-name {
      font-size: 1.4em;
      font-weight: 800;
      margin-top: 0; }
    /* line 232, ../scss/_768up.scss */
    .slider-info .company-description, .slider-info .company-information {
      position: relative;
      padding: 20px 0;
      float: left;
      width: 50%; }
      /* line 237, ../scss/_768up.scss */
      .slider-info .company-description p, .slider-info .company-description a, .slider-info .company-information p, .slider-info .company-information a {
        color: #606060;
        font-size: 0.9em; }
      /* line 241, ../scss/_768up.scss */
      .slider-info .company-description strong, .slider-info .company-information strong {
        font-size: 0.9em; }
    /* line 247, ../scss/_768up.scss */
    .slider-info .company-information p, .slider-info .company-information a {
      padding-left: 10px; }
    /* line 250, ../scss/_768up.scss */
    .slider-info .company-information .row-fluid {
      padding-right: 0px; }
    /* line 254, ../scss/_768up.scss */
    .slider-info .company-website, .slider-info .company-location, .slider-info .company-contact, .slider-info .company-category {
      margin-bottom: 20px; }
      /* line 256, ../scss/_768up.scss */
      .slider-info .company-website .span9, .slider-info .company-location .span9, .slider-info .company-contact .span9, .slider-info .company-category .span9 {
        padding-left: 10px;
        font-size: 0.9em; }
        /* line 259, ../scss/_768up.scss */
        .slider-info .company-website .span9 p, .slider-info .company-location .span9 p, .slider-info .company-contact .span9 p, .slider-info .company-category .span9 p {
          margin-top: 5px; }
      /* line 263, ../scss/_768up.scss */
      .slider-info .company-website a, .slider-info .company-location a, .slider-info .company-contact a, .slider-info .company-category a {
        font-size: 1em;
        color: #434343;
        line-height: 185%;
        text-decoration: none; }
        /* line 268, ../scss/_768up.scss */
        .slider-info .company-website a:hover, .slider-info .company-location a:hover, .slider-info .company-contact a:hover, .slider-info .company-category a:hover {
          color: #fecb00; }

  /*====================
   * Footer
   *===================*/
  /* line 278, ../scss/_768up.scss */
  footer {
    padding: 20px 0px; }

  /* line 282, ../scss/_768up.scss */
  .footer-content div {
    position: relative;
    width: 49%; } }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  /* line 39, ../scss/_768up.scss */
  #inner-header .span4 {
    width: 100%;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    -transition: all 500ms;
    transition: all 500ms; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*====================
   * Base
   *===================*/
  /* line 16, ../scss/_1030up.scss */
  .container {
    width: 960px; }

  /* line 20, ../scss/_1030up.scss */
  .row-fluid {
    padding: 0 40px; }

  /*====================
   * Header
   *===================*/
  /* line 27, ../scss/_1030up.scss */
  .header {
    padding-top: 40px; }

  /* line 31, ../scss/_1030up.scss */
  #logo {
    padding: 0px; }

  /*====================
   * Content
   *===================*/
  /* line 39, ../scss/_1030up.scss */
  #heading {
    margin: 60px 0; }
    /* line 41, ../scss/_1030up.scss */
    #heading h1 {
      font-size: 2.4em; }
    /* line 44, ../scss/_1030up.scss */
    #heading h3 {
      font-size: 1.6em; }

  /* line 50, ../scss/_1030up.scss */
  .nav {
    display: inline;
    float: right;
    padding: 10px 0px;
    border: none; }
    /* line 55, ../scss/_1030up.scss */
    .nav li {
      display: block;
      float: left; }
      /* line 58, ../scss/_1030up.scss */
      .nav li:first-child a {
        margin-left: none; }
      /* line 61, ../scss/_1030up.scss */
      .nav li a {
        display: block;
        padding: 10px 40px;
        margin-left: 1px; }

  /* line 70, ../scss/_1030up.scss */
  #call-to-action {
    border: none;
    background-color: white; }
    /* line 73, ../scss/_1030up.scss */
    #call-to-action .iconcontainer {
      position: relative;
      float: none;
      top: 0;
      left: 0;
      margin: 0 auto; }
    /* line 80, ../scss/_1030up.scss */
    #call-to-action .span4 {
      padding-bottom: 40px; }

  /* line 85, ../scss/_1030up.scss */
  .cta-header {
    height: auto; }

  /* line 89, ../scss/_1030up.scss */
  .cta-title {
    margin: 30px 0px 0px 0px;
    width: 100%;
    text-align: center; }

  /* line 96, ../scss/_1030up.scss */
  .cta-header.show {
    background-color: transparent; }
    /* line 98, ../scss/_1030up.scss */
    .cta-header.show .cta-title {
      color: #fecb00; }
    /* line 101, ../scss/_1030up.scss */
    .cta-header.show:after {
      left: 46%;
      border-top-color: white;
      bottom: -58px; }
  /* line 107, ../scss/_1030up.scss */
  .cta-header:hover {
    background-color: transparent; }
    /* line 109, ../scss/_1030up.scss */
    .cta-header:hover .cta-title {
      color: #fecb00; }
    /* line 112, ../scss/_1030up.scss */
    .cta-header:hover .iconcontainer {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      transform: translateY(-10px); }

  /* line 118, ../scss/_1030up.scss */
  .cta-description.show {
    padding: 40px; }

  /* line 123, ../scss/_1030up.scss */
  .cta-description p {
    font-size: 1.2em;
    line-height: 160%; }

  /* line 130, ../scss/_1030up.scss */
  #slider {
    height: 430px; }
    /* line 132, ../scss/_1030up.scss */
    #slider .company-logo {
      height: 240px;
      width: 240px;
      background-size: 120px auto; }
    /* line 137, ../scss/_1030up.scss */
    #slider .right-arrow, #slider .left-arrow {
      top: 235px; }

  /* line 142, ../scss/_1030up.scss */
  .slide-company-left, .slide-company-right {
    margin-left: -242px; }

  /* line 146, ../scss/_1030up.scss */
  .company-logo-large {
    position: relative;
    display: block;
    float: left;
    width: 33.3333333337%;
    padding: 0 40px 0 0; }
    /* line 152, ../scss/_1030up.scss */
    .company-logo-large img {
      width: 280px; }

  /* line 157, ../scss/_1030up.scss */
  .slider-info {
    padding: 40px; }
    /* line 159, ../scss/_1030up.scss */
    .slider-info .company-description, .slider-info .company-information {
      display: block;
      width: 33.3333333337%; }
    /* line 163, ../scss/_1030up.scss */
    .slider-info.active:after {
      left: 48%; }
    /* line 166, ../scss/_1030up.scss */
    .slider-info .company-description, .slider-info .company-information {
      padding: 0px; }

  /* line 171, ../scss/_1030up.scss */
  .company-logo-image {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

  /*====================
   * Footer
   *===================*/
  /* line 184, ../scss/_1030up.scss */
  .footer-content div {
    position: relative;
    width: 33%; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*====================
   * Base
   *===================*/
  /* line 15, ../scss/_1240up.scss */
  .container {
    width: 1170px; }

  /*====================
   * Content
   *===================*/
  /* line 24, ../scss/_1240up.scss */
  #heading {
    margin: 100px 0; }
    /* line 26, ../scss/_1240up.scss */
    #heading h1 {
      font-size: 2.6em; }
    /* line 29, ../scss/_1240up.scss */
    #heading h3 {
      font-size: 1.8em; }

  /* line 35, ../scss/_1240up.scss */
  #slider {
    height: 500px; }
    /* line 37, ../scss/_1240up.scss */
    #slider .company-logo {
      height: 240px;
      width: 240px;
      background-size: 160px auto; }
    /* line 42, ../scss/_1240up.scss */
    #slider .right-arrow, #slider .left-arrow {
      top: 265px; }
    /* line 45, ../scss/_1240up.scss */
    #slider .company-logo {
      width: 310px;
      height: 310px; }

  /* line 51, ../scss/_1240up.scss */
  .slide-company-left, .slide-company-right {
    margin-left: -312px; }

  /* line 55, ../scss/_1240up.scss */
  .company-logo-image {
    width: 323px;
    height: 323px; } }
/*
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. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    /* line 28, ../scss/_print.scss */
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    /* line 33, ../scss/_print.scss */
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group; }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
