/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/css/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
/**/
/**/
/**/
/* red*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
/*//////////////////////////////////////////////////////////////////////////////
//  BOURBON NEAT
//////////////////////////////////////////////////////////////////////////////*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

/* line 82, ../scss/vendor/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

/* line 190, ../scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@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) {
  /* line 265, ../scss/vendor/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../scss/vendor/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../scss/vendor/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 19, ../scss/vendor/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 26, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 27, ../scss/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 28, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 29, ../scss/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 32, ../scss/vendor/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 33, ../scss/vendor/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 34, ../scss/vendor/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 39, ../scss/vendor/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 43, ../scss/vendor/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 44, ../scss/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 45, ../scss/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 46, ../scss/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 47, ../scss/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 50, ../scss/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 51, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 52, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 53, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 54, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 55, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 56, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 57, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 58, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

/* line 59, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
/* line 62, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 63, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 64, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 65, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
/* line 68, ../scss/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 69, ../scss/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 70, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 71, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 72, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 74, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 75, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 76, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 77, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 78, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 81, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 82, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* line 2, ../scss/vendor/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/partials/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/partials/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/partials/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/partials/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/partials/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/partials/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/partials/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/partials/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/partials/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../scss/partials/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/partials/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../scss/partials/_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 453, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Styles
//////////////////////////////////////////////////////////////////////////////*/
/*
TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/
/*//////////////////////////////////////////////////////////////////////////////
//  01 - Reset
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  02 - Global
//////////////////////////////////////////////////////////////////////////////*/
/* line 33, ../scss/partials/_styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/partials/_styles.scss */
html, body, input, select, textarea {
  color: #000;
  font-family: "Roboto Slab", serif;
}

/* line 42, ../scss/partials/_styles.scss */
body {
  font: 1em/1.6 "Roboto Slab", serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

/* line 50, ../scss/partials/_styles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 55, ../scss/partials/_styles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 60, ../scss/partials/_styles.scss */
h1, h2, h3, h4, h5 {
  color: #3a4c60;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.1;
}
/* line 66, ../scss/partials/_styles.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

/* line 71, ../scss/partials/_styles.scss */
h3, h4, h5 {
  font-family: "Roboto Slab", serif;
  color: #000;
}

/* line 76, ../scss/partials/_styles.scss */
h1 {
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 76, ../scss/partials/_styles.scss */
  h1 {
    font-size: 30px;
  }
}

/* line 86, ../scss/partials/_styles.scss */
h2 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  /* line 86, ../scss/partials/_styles.scss */
  h2 {
    font-size: 24px;
  }
}

/* line 95, ../scss/partials/_styles.scss */
h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

/* line 102, ../scss/partials/_styles.scss */
p, table, ul, ol {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #555555;
}

/* line 108, ../scss/partials/_styles.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 114, ../scss/partials/_styles.scss */
li {
  margin: 0;
  padding: 0;
}

/* line 119, ../scss/partials/_styles.scss */
a {
  color: #617e9f;
  text-decoration: none;
  outline: none;
  outline: 0;
}
/* line 124, ../scss/partials/_styles.scss */
a:hover {
  color: #4d6580;
}
/* line 127, ../scss/partials/_styles.scss */
a img {
  border: none;
}

/* line 132, ../scss/partials/_styles.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 136, ../scss/partials/_styles.scss */
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 140, ../scss/partials/_styles.scss */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 146, ../scss/partials/_styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

/* line 155, ../scss/partials/_styles.scss */
blockquote, address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccb676;
}

/* line 164, ../scss/partials/_styles.scss */
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

/* line 171, ../scss/partials/_styles.scss */
pre code {
  background: none;
}

/* line 175, ../scss/partials/_styles.scss */
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 183, ../scss/partials/_styles.scss */
i, em {
  font-style: italic;
}

/* line 187, ../scss/partials/_styles.scss */
.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
/* line 198, ../scss/partials/_styles.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 202, ../scss/partials/_styles.scss */
.text-center {
  text-align: center;
}

/* line 206, ../scss/partials/_styles.scss */
.text-left {
  text-align: left;
}

/* line 210, ../scss/partials/_styles.scss */
.text-right {
  text-align: right;
}

/* line 214, ../scss/partials/_styles.scss */
.float-right {
  float: right;
}

/* line 218, ../scss/partials/_styles.scss */
.float-left {
  float: left;
}

/* line 223, ../scss/partials/_styles.scss */
.red {
  color: #e52b31;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
/* line 232, ../scss/partials/_styles.scss */
.button,
button,
input[type="submit"] {
  color: #fff;
  font: 14px/1 "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  background-color: #3a4c60;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  outline: none;
  position: relative;
  font-weight: 500;
}
/* line 44, ../scss/modules/_mixins.scss */
.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #2e3d4d;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(51, 51, 51, 0.2);
}
/* line 51, ../scss/modules/_mixins.scss */
.button:active,
button:active,
input[type="submit"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 236, ../scss/partials/_styles.scss */
nav .button, nav
button, nav
input[type="submit"] {
  border: 2px solid #3d3f3e;
  color: #a2b1c8;
  background: transparent;
}
/* line 240, ../scss/partials/_styles.scss */
nav .button:hover, nav
button:hover, nav
input[type="submit"]:hover {
  color: #a2b1c8;
}
/* line 243, ../scss/partials/_styles.scss */
nav .button i, nav
button i, nav
input[type="submit"] i {
  border: 2px solid #a2b1c8;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 2px 1px 0 1px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
/* line 252, ../scss/partials/_styles.scss */
.button.outline,
button.outline,
input[type="submit"].outline {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #3a4c60;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 259, ../scss/partials/_styles.scss */
.button.outline:hover,
button.outline:hover,
input[type="submit"].outline:hover {
  background-color: #ededed;
}
/* line 263, ../scss/partials/_styles.scss */
.button.big,
button.big,
input[type="submit"].big {
  font-size: 18px;
  padding: 15px 40px;
}
/* line 267, ../scss/partials/_styles.scss */
.button.medium,
button.medium,
input[type="submit"].medium {
  font-size: 13px;
  padding: 15px 40px;
}
/* line 271, ../scss/partials/_styles.scss */
.button i,
button i,
input[type="submit"] i {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 277, ../scss/partials/_styles.scss */
.back-to-dashboard {
  margin-bottom: 20px;
  font-size: 13px;
  display: block;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* line 289, ../scss/partials/_styles.scss */
form p {
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 38, ../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 294, ../scss/partials/_styles.scss */
.main-content form p:first-of-type {
  margin-bottom: 20px;
  color: #555555;
}
/* line 299, ../scss/partials/_styles.scss */
form p:last-child {
  margin-bottom: 0;
}
/* line 303, ../scss/partials/_styles.scss */
form .icon-checkmark {
  display: none;
}
/* line 306, ../scss/partials/_styles.scss */
form label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
/* line 312, ../scss/partials/_styles.scss */
form label.error {
  position: absolute;
  top: 0;
  right: 0;
  color: #e52b31;
  text-transform: none;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  /* line 312, ../scss/partials/_styles.scss */
  form label.error {
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
/* line 324, ../scss/partials/_styles.scss */
form label.error:after {
  content: "\e603";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 12px;
}
/* line 339, ../scss/partials/_styles.scss */
form label span {
  color: #e52b31;
}
/* line 343, ../scss/partials/_styles.scss */
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="datetime"],
form input[type="phone"],
form input[type="password"],
form input[type="file"],
form select,
form textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #3a4c60;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
/* line 358, ../scss/partials/_styles.scss */
form input[type="text"].error,
form input[type="number"].error,
form input[type="email"].error,
form input[type="datetime"].error,
form input[type="phone"].error,
form input[type="password"].error,
form input[type="file"].error,
form select.error,
form textarea.error {
  border-color: #e52b31;
}
@media only screen and (max-width: 768px) {
  /* line 358, ../scss/partials/_styles.scss */
  form input[type="text"].error,
  form input[type="number"].error,
  form input[type="email"].error,
  form input[type="datetime"].error,
  form input[type="phone"].error,
  form input[type="password"].error,
  form input[type="file"].error,
  form select.error,
  form textarea.error {
    margin-bottom: 30px;
  }
}
/* line 365, ../scss/partials/_styles.scss */
form input[type="text"].valid ~ .icon-checkmark,
form input[type="number"].valid ~ .icon-checkmark,
form input[type="email"].valid ~ .icon-checkmark,
form input[type="datetime"].valid ~ .icon-checkmark,
form input[type="phone"].valid ~ .icon-checkmark,
form input[type="password"].valid ~ .icon-checkmark,
form input[type="file"].valid ~ .icon-checkmark,
form select.valid ~ .icon-checkmark,
form textarea.valid ~ .icon-checkmark {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  margin-left: 5px;
  font-size: 14px;
  color: #25af00;
  display: block;
}
/* line 377, ../scss/partials/_styles.scss */
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="datetime"]:focus,
form input[type="phone"]:focus,
form input[type="password"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
/* line 385, ../scss/partials/_styles.scss */
form textarea {
  height: 120px;
  resize: vertical;
}
/* line 390, ../scss/partials/_styles.scss */
form input[type="submit"] {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 390, ../scss/partials/_styles.scss */
  form input[type="submit"] {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
/* line 399, ../scss/partials/_styles.scss */
.login-form form input[type="email"],
.login-form form input[type="text"],
.login-form form input[type="password"] {
  border: 1px solid #ffffff;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* line 416, ../scss/partials/_styles.scss */
table {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  /* line 418, ../scss/partials/_styles.scss */
  table thead {
    display: none;
  }
}
/* line 422, ../scss/partials/_styles.scss */
table thead tr {
  background: transparent;
}
/* line 424, ../scss/partials/_styles.scss */
table thead tr th {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: #3a4c60;
  text-transform: uppercase;
}
/* line 432, ../scss/partials/_styles.scss */
table thead tr th a {
  color: #3a4c60;
}
@media only screen and (max-width: 600px) {
  /* line 424, ../scss/partials/_styles.scss */
  table thead tr th {
    padding: 10px;
    font-size: 14px;
  }
}
/* line 442, ../scss/partials/_styles.scss */
table tr {
  background-color: #ededed;
}
/* line 444, ../scss/partials/_styles.scss */
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 600px) {
  /* line 442, ../scss/partials/_styles.scss */
  table tr {
    position: relative;
    display: block;
    padding: 10px 60px 10px 10px;
  }
}
/* line 452, ../scss/partials/_styles.scss */
table tr td {
  padding: 12px 20px;
}
@media only screen and (max-width: 600px) {
  /* line 452, ../scss/partials/_styles.scss */
  table tr td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    position: relative;
  }
  /* line 460, ../scss/partials/_styles.scss */
  table tr td:before {
    content: attr(data-th);
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
  }
  /* line 466, ../scss/partials/_styles.scss */
  table tr td.summary:before {
    display: block;
  }
  /* line 469, ../scss/partials/_styles.scss */
  table tr td.icon-download {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 70px;
  }
  /* line 478, ../scss/partials/_styles.scss */
  table tr td.icon-download i {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    font-size: 22px;
  }
}
/* line 492, ../scss/partials/_styles.scss */
table i {
  color: #000;
}
/* line 494, ../scss/partials/_styles.scss */
table i.icon-archive {
  font-size: 17px;
}
/* line 497, ../scss/partials/_styles.scss */
table i.icon-chevron-down {
  font-size: 20px;
  position: relative;
  top: 2px;
}
/* line 504, ../scss/partials/_styles.scss */
table a i {
  color: #000;
}
/* line 506, ../scss/partials/_styles.scss */
table a i:hover {
  color: #3a4c60;
}

/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
/* line 519, ../scss/partials/_styles.scss */
.container.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

/* line 526, ../scss/partials/_styles.scss */
header {
  *zoom: 1;
  background: url(../../images/background.jpg) no-repeat top right;
  background-size: cover;
  padding-bottom: 15px;
}
/* line 38, ../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 600px) {
  /* line 526, ../scss/partials/_styles.scss */
  header {
    padding-bottom: 11px;
  }
}
/* line 537, ../scss/partials/_styles.scss */
header .logo {
  float: left;
  z-index: 999;
  position: relative;
}
@media only screen and (max-width: 1275px) {
  /* line 537, ../scss/partials/_styles.scss */
  header .logo {
    max-width: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 537, ../scss/partials/_styles.scss */
  header .logo {
    max-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 537, ../scss/partials/_styles.scss */
  header .logo {
    max-width: 180px;
  }
}
/* line 550, ../scss/partials/_styles.scss */
header .logo img {
  width: 381px;
  height: auto;
  padding-top: 15px;
}
/* line 557, ../scss/partials/_styles.scss */
header nav {
  float: right;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 557, ../scss/partials/_styles.scss */
  header nav {
    display: none;
    background: rgba(0, 0, 0, 0.98);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    z-index: 998;
  }
}
@media only screen and (max-width: 768px) {
  /* line 573, ../scss/partials/_styles.scss */
  header nav ul.scroll {
    overflow: auto;
    height: 100%;
  }
}
/* line 579, ../scss/partials/_styles.scss */
header nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
  /*50px;*/
}
@media only screen and (max-width: 768px) {
  /* line 579, ../scss/partials/_styles.scss */
  header nav ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0 20px;
  }
}
/* line 592, ../scss/partials/_styles.scss */
header nav ul li.register-link {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  /* line 592, ../scss/partials/_styles.scss */
  header nav ul li.register-link {
    position: static;
    font-size: 30px;
    font-weight: 500;
  }
}
/* line 603, ../scss/partials/_styles.scss */
header nav ul li.register-link a {
  padding: 0;
  text-decoration: underline;
  color: #a2b1c8;
}
/* line 607, ../scss/partials/_styles.scss */
header nav ul li.register-link a:hover {
  color: #c2ccdb;
}
@media only screen and (max-width: 768px) {
  /* line 603, ../scss/partials/_styles.scss */
  header nav ul li.register-link a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 619, ../scss/partials/_styles.scss */
  header nav ul li .login i {
    display: none;
  }
}
/* line 624, ../scss/partials/_styles.scss */
header nav ul li .logout {
  font-size: 14px;
  text-decoration: underline;
  color: #a2b1c8;
  font-size: 12px;
  font-weight: 700;
}
/* line 630, ../scss/partials/_styles.scss */
header nav ul li .logout:hover {
  color: #c2ccdb;
}
@media only screen and (max-width: 768px) {
  /* line 624, ../scss/partials/_styles.scss */
  header nav ul li .logout {
    font-size: 20px;
  }
}
/* line 638, ../scss/partials/_styles.scss */
header nav ul a {
  padding: 60px 0 10px 0;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 638, ../scss/partials/_styles.scss */
  header nav ul a {
    padding: 15px 0;
  }
}
/* line 646, ../scss/partials/_styles.scss */
header nav ul a.active {
  border-top: 4px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 646, ../scss/partials/_styles.scss */
  header nav ul a.active {
    border: none;
    color: #a2b1c8;
  }
}
/* line 653, ../scss/partials/_styles.scss */
header nav ul a:hover {
  color: #a2b1c8;
}
/* line 655, ../scss/partials/_styles.scss */
header nav ul a:hover.active {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 655, ../scss/partials/_styles.scss */
  header nav ul a:hover.active {
    color: #3a4c60;
  }
}
/* line 665, ../scss/partials/_styles.scss */
header .mobile-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 665, ../scss/partials/_styles.scss */
  header .mobile-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
  }
}

/* line 681, ../scss/partials/_styles.scss */
.lines-link {
  display: inline-block;
  padding: 15px 7.5px;
  opacity: 0.8;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  outline: none !important;
}
/* line 689, ../scss/partials/_styles.scss */
.lines-link .lines {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 697, ../scss/partials/_styles.scss */
.lines-link .lines:before, .lines-link .lines:after {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #fff;
  border-radius: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2.14286px center;
}
/* line 704, ../scss/partials/_styles.scss */
.lines-link .lines:before {
  top: 7.5px;
}
/* line 705, ../scss/partials/_styles.scss */
.lines-link .lines:after {
  top: -7.5px;
}
/* line 707, ../scss/partials/_styles.scss */
.lines-link:hover {
  opacity: 1;
}
/* line 711, ../scss/partials/_styles.scss */
.lines-link:hover .lines:before {
  top: 7.5px;
}
/* line 712, ../scss/partials/_styles.scss */
.lines-link:hover .lines:after {
  top: -7.5px;
}
/* line 718, ../scss/partials/_styles.scss */
.lines-link:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 724, ../scss/partials/_styles.scss */
.lines-link.x.close .lines {
  background: transparent;
}
/* line 728, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before, .lines-link.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}
/* line 734, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
/* line 738, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
/* line 755, ../scss/partials/_styles.scss */
.column-wrapper {
  width: 100%;
  *zoom: 1;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
/* line 18, ../scss/modules/_mixins.scss */
.column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1275px) {
  /* line 755, ../scss/partials/_styles.scss */
  .column-wrapper {
    padding: 0 20px;
  }
}
/* line 761, ../scss/partials/_styles.scss */
.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 22.1918%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 761, ../scss/partials/_styles.scss */
  .column-wrapper aside {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper aside:last-child {
    margin-right: 0;
  }
}
/* line 768, ../scss/partials/_styles.scss */
.column-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 74.06393%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .content-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 768, ../scss/partials/_styles.scss */
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}
/* line 775, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 22.1918%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of4:last-child {
  margin-right: 0;
}
/* line 70, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 775, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 48.12787%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 102, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 3.74426%;
  }
  /* line 107, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 775, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 102, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 3.74426%;
  }
  /* line 107, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 102, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 3.74426%;
  }
  /* line 107, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n+1) {
    clear: left;
  }
}
/* line 790, ../scss/partials/_styles.scss */
.column-wrapper .column-1of3 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 30.83716%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 790, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of3:last-child {
    margin-right: 0;
  }
}
/* line 796, ../scss/partials/_styles.scss */
.column-wrapper .column-2of3 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 65.41858%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-2of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 796, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-2of3:last-child {
    margin-right: 0;
  }
}
/* line 803, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 48.12787%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 803, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
    margin-right: 0;
  }
}
/* line 810, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 74.06393%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-3of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 810, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4 {
    float: left;
    display: block;
    margin-right: 3.74426%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-3of4:last-child {
    margin-right: 0;
  }
}
/* line 816, ../scss/partials/_styles.scss */
.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 3.74426%;
  width: 100%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}
/* line 819, ../scss/partials/_styles.scss */
.column-wrapper .float-right {
  float: right;
}
/* line 822, ../scss/partials/_styles.scss */
.column-wrapper .omega {
  margin-right: 0;
}

/* line 828, ../scss/partials/_styles.scss */
.home {
  margin-top: 120px;
  margin-bottom: 180px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 828, ../scss/partials/_styles.scss */
  .home {
    text-align: center;
    margin-bottom: 0;
    margin-top: 100px;
  }
}
/* line 838, ../scss/partials/_styles.scss */
.home p {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  /* line 838, ../scss/partials/_styles.scss */
  .home p {
    font-size: 16px;
  }
}
/* line 845, ../scss/partials/_styles.scss */
.home h1 {
  color: #aabbd3;
  font-size: 62px;
}
@media only screen and (max-width: 768px) {
  /* line 845, ../scss/partials/_styles.scss */
  .home h1 {
    font-size: 40px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  /* line 853, ../scss/partials/_styles.scss */
  .home .column-2of3 {
    margin-bottom: 40px;
  }
}
/* line 858, ../scss/partials/_styles.scss */
.home .button.big {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 858, ../scss/partials/_styles.scss */
  .home .button.big {
    margin-top: 10px;
  }
}
/* line 864, ../scss/partials/_styles.scss */
.home .login-form {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 864, ../scss/partials/_styles.scss */
  .home .login-form {
    padding: 30px;
  }
}
/* line 871, ../scss/partials/_styles.scss */
.home .login-form h2 {
  color: #ffffff;
  margin: 0 0 20px 0;
}
/* line 875, ../scss/partials/_styles.scss */
.home .login-form p {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #a2b1c8;
}
/* line 879, ../scss/partials/_styles.scss */
.home .login-form p:last-child {
  margin-bottom: 0;
}
/* line 882, ../scss/partials/_styles.scss */
.home .login-form p a {
  color: #a2b1c8;
  text-decoration: underline;
  font-weight: 700;
}
/* line 886, ../scss/partials/_styles.scss */
.home .login-form p a:hover {
  color: #c2ccdb;
}
/* line 891, ../scss/partials/_styles.scss */
.home .login-form form {
  margin-bottom: 30px;
}
/* line 893, ../scss/partials/_styles.scss */
.home .login-form form label {
  text-align: left;
  font-size: 13px;
}
/* line 897, ../scss/partials/_styles.scss */
.home .login-form form input[type="submit"] {
  float: none;
}

/* line 904, ../scss/partials/_styles.scss */
.main-content {
  padding: 30px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  /* line 904, ../scss/partials/_styles.scss */
  .main-content {
    padding: 20px 0 40px 0;
  }
}
/* line 912, ../scss/partials/_styles.scss */
.main-content p:first-of-type {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  /* line 912, ../scss/partials/_styles.scss */
  .main-content p:first-of-type {
    font-size: 16px;
  }
}
/* line 920, ../scss/partials/_styles.scss */
.main-content p.not-first:first-of-type {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #555555;
}
@media only screen and (max-width: 768px) {
  /* line 926, ../scss/partials/_styles.scss */
  .main-content .mobile-move-image {
    margin: 40px 0;
    text-align: center;
  }
}
/* line 932, ../scss/partials/_styles.scss */
.main-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

/* line 941, ../scss/partials/_styles.scss */
.text-page h1 {
  position: relative;
  padding-bottom: 30px;
}
/* line 945, ../scss/partials/_styles.scss */
.text-page h1:after {
  content: "";
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  /* line 945, ../scss/partials/_styles.scss */
  .text-page h1:after {
    width: 100%;
  }
}

/* line 960, ../scss/partials/_styles.scss */
.centered-content {
  float: none !important;
  margin: auto !important;
}
/* line 963, ../scss/partials/_styles.scss */
.centered-content h1 {
  padding-bottom: 0;
}
/* line 965, ../scss/partials/_styles.scss */
.centered-content h1:after {
  display: none;
}
/* line 969, ../scss/partials/_styles.scss */
.centered-content .form {
  padding: 30px 150px;
}
@media only screen and (max-width: 768px) {
  /* line 969, ../scss/partials/_styles.scss */
  .centered-content .form {
    padding: 20px;
  }
}

/* line 978, ../scss/partials/_styles.scss */
.home-column {
  background: #ededed url(../../images/private-welcome.png) no-repeat bottom left;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 978, ../scss/partials/_styles.scss */
  .home-column {
    margin-bottom: 40px;
    background-image: none;
    padding-bottom: 20px;
  }
}

/* line 989, ../scss/partials/_styles.scss */
.form {
  background-color: #ededed;
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  /* line 989, ../scss/partials/_styles.scss */
  .form {
    padding: 20px;
  }
}

/* line 997, ../scss/partials/_styles.scss */
.documents {
  *zoom: 1;
}
/* line 38, ../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.documents:after {
  content: "";
  display: table;
  clear: both;
}
/* line 999, ../scss/partials/_styles.scss */
.documents:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1003, ../scss/partials/_styles.scss */
  .documents .button {
    float: none !important;
    display: block;
    margin: 0 auto;
    max-width: 230px;
  }
}
/* line 1010, ../scss/partials/_styles.scss */
.documents .document-sort-mobile {
  float: right;
  margin-bottom: 20px;
}

/* line 1017, ../scss/partials/_styles.scss */
h3 .icon-calculator {
  font-size: 26px;
  position: relative;
  top: 3px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* line 1028, ../scss/partials/_styles.scss */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
/* line 1035, ../scss/partials/_styles.scss */
.responsive-container iframe, .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  06 - Slideshow
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  07 - Sidebar
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  08 - Widgets
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
/* line 1076, ../scss/partials/_styles.scss */
header + footer .column-wrapper {
  border-top: 0;
}

@media screen and (max-width: 1275px) {
  /* line 1081, ../scss/partials/_styles.scss */
  footer {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1081, ../scss/partials/_styles.scss */
  footer {
    padding-bottom: 5px;
  }
}
/* line 1089, ../scss/partials/_styles.scss */
footer .column-wrapper {
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 600px) {
  /* line 1093, ../scss/partials/_styles.scss */
  footer div {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1097, ../scss/partials/_styles.scss */
  footer div.text-right {
    text-align: center;
  }
}
/* line 1103, ../scss/partials/_styles.scss */
footer p {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #000;
  padding: 20px 0;
}
@media only screen and (max-width: 600px) {
  /* line 1103, ../scss/partials/_styles.scss */
  footer p {
    padding: 5px 0 0 0;
  }
}
/* line 1114, ../scss/partials/_styles.scss */
footer a {
  margin: 0 10px;
  text-decoration: underline;
  color: #000;
}
/* line 1118, ../scss/partials/_styles.scss */
footer a:last-child {
  margin-right: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
/* line 1135, ../scss/partials/_styles.scss */
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 1135, ../scss/partials/_styles.scss */
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 1142, ../scss/partials/_styles.scss */
  .mobile-hide {
    display: none !important;
  }
}

/* line 1148, ../scss/partials/_styles.scss */
.hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?-bv57t");
  src: url("/fonts/icomoon.eot?#iefix-bv57t") format("embedded-opentype"), url("/fonts/icomoon.woff2?-bv57t") format("woff2"), url("/fonts/icomoon.ttf?-bv57t") format("truetype"), url("/fonts/icomoon.woff?-bv57t") format("woff"), url("/fonts/icomoon.svg?-bv57t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../scss/vendor/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../scss/vendor/_icomoon.scss */
.icon-edit:before {
  content: "\e602";
}

/* line 30, ../scss/vendor/_icomoon.scss */
.icon-calculator:before {
  content: "\e600";
}

/* line 33, ../scss/vendor/_icomoon.scss */
.icon-chevron-right:before {
  content: "\e60d";
}

/* line 36, ../scss/vendor/_icomoon.scss */
.icon-chevron-left:before {
  content: "\e60e";
}

/* line 39, ../scss/vendor/_icomoon.scss */
.icon-chevron-down:before {
  content: "\e60f";
}

/* line 42, ../scss/vendor/_icomoon.scss */
.icon-chevron-up:before {
  content: "\e610";
}

/* line 45, ../scss/vendor/_icomoon.scss */
.icon-edit2:before {
  content: "\e609";
}

/* line 48, ../scss/vendor/_icomoon.scss */
.icon-archive:before {
  content: "\e601";
}

/* line 51, ../scss/vendor/_icomoon.scss */
.icon-eye:before {
  content: "\e60a";
}

/* line 54, ../scss/vendor/_icomoon.scss */
.icon-cross:before {
  content: "\e603";
}

/* line 57, ../scss/vendor/_icomoon.scss */
.icon-checkmark:before {
  content: "\e604";
}

/* line 60, ../scss/vendor/_icomoon.scss */
.icon-comment:before {
  content: "\e605";
}

/* line 63, ../scss/vendor/_icomoon.scss */
.icon-users:before {
  content: "\e607";
}

/* line 66, ../scss/vendor/_icomoon.scss */
.icon-files:before {
  content: "\e606";
}

/* line 69, ../scss/vendor/_icomoon.scss */
.icon-user:before {
  content: "\e608";
}

/*//////////////////////////////////////////////////////////////////////////////
//  Print
//////////////////////////////////////////////////////////////////////////////*/
@media print {
  /* line 6, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../scss/partials/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../scss/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 30, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 36, ../scss/partials/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 46, ../scss/partials/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 51, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 59, ../scss/partials/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 66, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
