/*
Bourbon docs: http://bourbon.io/
Neat docs: http://neat.bourbon.io/
*/
/* line 4, ../scss/vendor/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, ../scss/vendor/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
/*White*/
/*Red*/
/*Dark Grey*/
/**/
/*//////////////////////////////////////////////////////////////////////////////
//  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.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 15, ../scss/vendor/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 19, ../scss/vendor/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 27, ../scss/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 33, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 37, ../scss/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 41, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 45, ../scss/vendor/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 53, ../scss/vendor/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 56, ../scss/vendor/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 59, ../scss/vendor/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 65, ../scss/vendor/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

/* line 70, ../scss/vendor/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 73, ../scss/vendor/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 77, ../scss/vendor/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 85, ../scss/vendor/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 88, ../scss/vendor/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 91, ../scss/vendor/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 94, ../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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 114, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* line 122, ../scss/vendor/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* line 125, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 128, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 132, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 136, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 139, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 143, ../scss/vendor/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 146, ../scss/vendor/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 152, ../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 165, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 171, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 174, ../scss/vendor/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 177, ../scss/vendor/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 183, ../scss/vendor/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 189, ../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-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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 205, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 209, ../scss/vendor/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 214, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 219, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 224, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 237, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 240, ../scss/vendor/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 248, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 252, ../scss/vendor/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../scss/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/partials/_normalize.scss */
td,
th {
  padding: 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 */
* {
  box-sizing: border-box;
}

/* line 37, ../scss/partials/_styles.scss */
html, body, input, select, textarea {
  color: #ffffff;
}

/* line 41, ../scss/partials/_styles.scss */
body {
  font: 1em/1.4 "proxima-nova", sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

/* 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: #ffffff;
  font-family: "garamond-premier-pro", serif;
  font-weight: normal;
  margin: 0 0 15px 0;
}

/* line 69, ../scss/partials/_styles.scss */
h1 {
  font-size: 70px;
  line-height: 1.1;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 69, ../scss/partials/_styles.scss */
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 69, ../scss/partials/_styles.scss */
  h1 {
    font-size: 40px;
  }
}

/* line 81, ../scss/partials/_styles.scss */
h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 600px) {
  /* line 81, ../scss/partials/_styles.scss */
  h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
/* line 89, ../scss/partials/_styles.scss */
h2:after {
  content: "";
  padding-top: 40px;
  border-bottom: 2px solid #ea2036;
  width: 0;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  /* line 89, ../scss/partials/_styles.scss */
  h2:after {
    width: 40px;
  }
}
/* line 101, ../scss/partials/_styles.scss */
.text-center h2:after {
  margin: auto;
}
/* line 106, ../scss/partials/_styles.scss */
h2.viewed:after {
  width: 40px;
}

/* line 112, ../scss/partials/_styles.scss */
h3 {
  font-size: 28px;
  margin: 20px 0 30px 0;
}

/* line 117, ../scss/partials/_styles.scss */
h4 {
  font-size: 18px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

/* line 124, ../scss/partials/_styles.scss */
p {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 20px 0;
}
/* line 128, ../scss/partials/_styles.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 133, ../scss/partials/_styles.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 137, ../scss/partials/_styles.scss */
.content-container ul {
  list-style: disc;
  margin-left: 20px;
}

/* line 143, ../scss/partials/_styles.scss */
li {
  margin: 0;
  padding: 0;
}
/* line 146, ../scss/partials/_styles.scss */
.content-container li {
  margin-bottom: 20px;
}

/* line 151, ../scss/partials/_styles.scss */
a {
  color: #ea2036;
  text-decoration: none;
  outline: none;
  position: relative;
}
/* line 157, ../scss/partials/_styles.scss */
a:before {
  content: "";
  height: 1px;
  background-color: #ea2036;
  position: absolute;
  bottom: -2px;
  left: 51%;
  right: 51%;
  -webkit-transition: left, right, 0.3s ease-out;
  -moz-transition: left, right, 0.3s ease-out;
  transition: left, right, 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  /* line 157, ../scss/partials/_styles.scss */
  a:before {
    display: none;
  }
}
/* line 170, ../scss/partials/_styles.scss */
a:hover, a:focus, a:active {
  color: #dc152a;
}
/* line 174, ../scss/partials/_styles.scss */
a:hover:before, a:focus:before, a:active:before {
  left: 0;
  right: 0;
}
/* line 181, ../scss/partials/_styles.scss */
.content-container a:before {
  display: none;
}
/* line 185, ../scss/partials/_styles.scss */
a img {
  border: none;
}
/* line 188, ../scss/partials/_styles.scss */
h1 a, h2 a {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: #ffffff;
  text-decoration: none;
  border: none;
}
/* line 194, ../scss/partials/_styles.scss */
h1 a:before, h2 a:before {
  display: none;
}

/* line 200, ../scss/partials/_styles.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 204, ../scss/partials/_styles.scss */
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 208, ../scss/partials/_styles.scss */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 214, ../scss/partials/_styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #808080;
  margin: 60px 0;
  padding: 0;
}

/* line 223, ../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 232, ../scss/partials/_styles.scss */
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

/* line 239, ../scss/partials/_styles.scss */
pre code {
  background: none;
}

/* line 243, ../scss/partials/_styles.scss */
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 251, ../scss/partials/_styles.scss */
i, em {
  font-style: italic;
}

/* line 255, ../scss/partials/_styles.scss */
b, strong {
  font-weight: 600;
}

/* line 259, ../scss/partials/_styles.scss */
small {
  font-size: 70%;
}

/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/* line 267, ../scss/partials/_styles.scss */
.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   [Sub Section Title]
   ========================================================================== */
/* line 282, ../scss/partials/_styles.scss */
body {
  background: #000000;
}

/* line 287, ../scss/partials/_styles.scss */
.button,
input[type="submit"],
button {
  color: #ffffff !important;
  font: 14px/1 "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #ea2036;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  outline: none;
  position: relative;
  font-size: 20px;
  padding: 15px 50px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
/* line 30, ../scss/modules/_mixins.scss */
.button:hover,
input[type="submit"]:hover,
button:hover {
  color: #ffffff;
  background-color: #d71429;
}
/* line 34, ../scss/modules/_mixins.scss */
.button:active,
input[type="submit"]:active,
button:active {
  color: #ffffff;
  box-shadow: none;
}
/* line 306, ../scss/partials/_styles.scss */
.button:before,
input[type="submit"]:before,
button:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ad1021;
  height: 4px;
  -webkit-transition: left, right, 0.3s ease-out;
  -moz-transition: left, right, 0.3s ease-out;
  transition: left, right, 0.3s ease-out;
}
/* line 317, ../scss/partials/_styles.scss */
.button:hover:before, .button:focus:before, .button:active:before,
input[type="submit"]:hover:before,
input[type="submit"]:focus:before,
input[type="submit"]:active:before,
button:hover:before,
button:focus:before,
button:active:before {
  left: 0;
  right: 0;
}

/* line 328, ../scss/partials/_styles.scss */
.text-center {
  text-align: center;
}

/* line 333, ../scss/partials/_styles.scss */
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}
/* line 336, ../scss/partials/_styles.scss */
.fade-in.viewed {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 333, ../scss/partials/_styles.scss */
  .fade-in {
    opacity: 1;
  }
}

/* line 344, ../scss/partials/_styles.scss */
.fade-in2 {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}
/* line 347, ../scss/partials/_styles.scss */
.fade-in2.viewed {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 344, ../scss/partials/_styles.scss */
  .fade-in2 {
    opacity: 1;
  }
}

/* line 355, ../scss/partials/_styles.scss */
.animate-up {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: top 1s ease, opacity 1s ease;
  -moz-transition: top 1s ease, opacity 1s ease;
  transition: top 1s ease, opacity 1s ease;
}
/* line 360, ../scss/partials/_styles.scss */
.animate-up.move {
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 355, ../scss/partials/_styles.scss */
  .animate-up {
    top: 0;
    opacity: 1;
  }
}

/* line 371, ../scss/partials/_styles.scss */
.lt-ie9 .fade-in,
.lt-ie9 .fade-in2 {
  opacity: 1;
}
/* line 375, ../scss/partials/_styles.scss */
.lt-ie9 .animate-up {
  top: 0;
  opacity: 1;
}

/* line 381, ../scss/partials/_styles.scss */
.relative {
  position: relative;
}

/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
/* line 389, ../scss/partials/_styles.scss */
.sticky-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
/* line 396, ../scss/partials/_styles.scss */
.sticky-header.stuck {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 398, ../scss/partials/_styles.scss */
.sticky-header.stuck .main-logo {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  /* line 398, ../scss/partials/_styles.scss */
  .sticky-header.stuck .main-logo {
    width: 140px;
  }
}
/* line 404, ../scss/partials/_styles.scss */
.sticky-header.stuck header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 408, ../scss/partials/_styles.scss */
  .sticky-header.stuck .menu-button {
    top: 30px;
  }
}

/* line 416, ../scss/partials/_styles.scss */
.sticky-waypoint {
  position: absolute;
  top: 500px;
}

/* line 421, ../scss/partials/_styles.scss */
header {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  /* line 426, ../scss/partials/_styles.scss */
  header .column-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 434, ../scss/partials/_styles.scss */
.main-logo {
  float: left;
  width: 223px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  /* line 434, ../scss/partials/_styles.scss */
  .main-logo {
    width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 434, ../scss/partials/_styles.scss */
  .main-logo {
    width: 140px !important;
  }
}
/* line 444, ../scss/partials/_styles.scss */
.main-logo img {
  display: block;
}

/* line 449, ../scss/partials/_styles.scss */
nav {
  float: right;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  /* line 449, ../scss/partials/_styles.scss */
  nav {
    display: none;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 120px;
    padding-left: 15%;
    padding-right: 15%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: right;
  }
}
/* line 466, ../scss/partials/_styles.scss */
nav li {
  display: inline-block;
}
/* line 468, ../scss/partials/_styles.scss */
nav li:not(:last-child) {
  margin-right: 43px;
}
@media only screen and (max-width: 768px) {
  /* line 468, ../scss/partials/_styles.scss */
  nav li:not(:last-child) {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 466, ../scss/partials/_styles.scss */
  nav li {
    display: block;
  }
}
/* line 479, ../scss/partials/_styles.scss */
nav li.active a:before, nav li.active a:before, nav li.active a:before {
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 479, ../scss/partials/_styles.scss */
  nav li.active a:before, nav li.active a:before, nav li.active a:before {
    display: none;
  }
}
/* line 492, ../scss/partials/_styles.scss */
nav a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border: none;
  position: relative;
}
/* line 501, ../scss/partials/_styles.scss */
nav a:before {
  content: "";
  height: 2px;
  background-color: #ea2036;
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  -webkit-transition: left, right, 0.15s ease-out;
  -moz-transition: left, right, 0.15s ease-out;
  transition: left, right, 0.15s ease-out;
}
@media only screen and (max-width: 768px) {
  /* line 492, ../scss/partials/_styles.scss */
  nav a {
    display: block;
    font-size: 40px;
    padding: 10px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 320px) {
  /* line 492, ../scss/partials/_styles.scss */
  nav a {
    font-size: 30px;
  }
}
/* line 520, ../scss/partials/_styles.scss */
nav a:focus, nav a:active {
  font-weight: 600;
}
/* line 523, ../scss/partials/_styles.scss */
nav a:focus:before, nav a:active:before {
  left: 0;
  right: 0;
}

/* line 532, ../scss/partials/_styles.scss */
.menu-button {
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  /* line 532, ../scss/partials/_styles.scss */
  .menu-button {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    border: none;
  }
}

/* line 544, ../scss/partials/_styles.scss */
.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, ../scss/vendor/_burger.scss */
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 51, ../scss/vendor/_burger.scss */
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
/* line 56, ../scss/vendor/_burger.scss */
.burger-icon::before {
  top: -8px;
}
/* line 60, ../scss/vendor/_burger.scss */
.burger-icon::after {
  top: 8px;
}

/* line 94, ../scss/vendor/_burger.scss */
.menu-button.is-active .burger-icon {
  background-color: transparent;
}
/* line 102, ../scss/vendor/_burger.scss */
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
/* line 111, ../scss/vendor/_burger.scss */
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
/* line 560, ../scss/partials/_styles.scss */
.column-wrapper {
  max-width: 79.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.column-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  /* line 560, ../scss/partials/_styles.scss */
  .column-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 568, ../scss/partials/_styles.scss */
.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper aside:last-child {
  margin-right: 0;
}
/* line 571, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of4:last-child {
  margin-right: 0;
}
/* line 78, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n) {
  margin-right: 0;
}
/* line 83, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 571, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 78, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 0;
  }
  /* line 83, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 571, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 78, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n) {
    margin-right: 0;
  }
  /* line 83, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n+1) {
    clear: left;
  }
}
/* line 583, ../scss/partials/_styles.scss */
.column-wrapper .column-1of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of3:last-child {
  margin-right: 0;
}
/* line 78, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of3:nth-child(3n) {
  margin-right: 0;
}
/* line 83, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of3:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 583, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of3:last-child {
    margin-right: 0;
  }
}
/* line 590, ../scss/partials/_styles.scss */
.column-wrapper .column-2of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-2of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 590, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-2of3:last-child {
    margin-right: 0;
  }
}
/* line 596, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 89, ../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: 768px) {
  /* line 596, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
    margin-right: 0;
  }
}
/* line 603, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-3of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 603, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-3of4:last-child {
    margin-right: 0;
  }
}
/* line 609, ../scss/partials/_styles.scss */
.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}
/* line 613, ../scss/partials/_styles.scss */
.column-wrapper .content-container {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .content-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 613, ../scss/partials/_styles.scss */
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 620, ../scss/partials/_styles.scss */
  .column-wrapper .tablet-content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    position: relative;
    margin-left: 17.05961%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .tablet-content-container:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 620, ../scss/partials/_styles.scss */
  .column-wrapper .tablet-content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .tablet-content-container:last-child {
    margin-right: 0;
  }
}
/* line 633, ../scss/partials/_styles.scss */
.column-wrapper .shift-1 {
  margin-left: 8.5298%;
}
/* line 636, ../scss/partials/_styles.scss */
.column-wrapper .shift-2 {
  margin-left: 17.05961%;
}
/* line 639, ../scss/partials/_styles.scss */
.column-wrapper .shift-3 {
  margin-left: 25.58941%;
}
/* line 642, ../scss/partials/_styles.scss */
.column-wrapper .shift-4 {
  margin-left: 34.11922%;
}
@media screen and (max-width: 1024px) {
  /* line 647, ../scss/partials/_styles.scss */
  .column-wrapper .tablet-shift-3 {
    margin-left: 25.58941%;
  }
}
@media screen and (max-width: 768px) {
  /* line 654, ../scss/partials/_styles.scss */
  .column-wrapper .shift-1,
  .column-wrapper .shift-2,
  .column-wrapper .shift-3,
  .column-wrapper .shift-4,
  .column-wrapper .tablet-shift-3 {
    margin-left: 0%;
  }
}

/* ==========================================================================
   Hero Images
   ========================================================================== */
/* line 670, ../scss/partials/_styles.scss */
.vertical-line:after {
  content: "";
  width: 2px;
  background-color: #ea2036;
  height: 0;
  position: absolute;
  top: calc(100% - 120px);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  z-index: 990;
}
/* line 685, ../scss/partials/_styles.scss */
.vertical-line.viewed:after {
  height: 240px;
}
/* line 690, ../scss/partials/_styles.scss */
.vertical-line.services-line:after {
  top: calc(100% - 300px);
}
@media only screen and (max-width: 1024px) {
  /* line 669, ../scss/partials/_styles.scss */
  .vertical-line {
    display: none;
  }
}
@media only screen and (max-height: 750px) {
  /* line 669, ../scss/partials/_styles.scss */
  .vertical-line {
    display: none;
  }
}

/* line 702, ../scss/partials/_styles.scss */
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 702, ../scss/partials/_styles.scss */
  .background-image {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 702, ../scss/partials/_styles.scss */
  .background-image {
    padding-top: 100px;
  }
}
/* line 716, ../scss/partials/_styles.scss */
.background-image h2:after {
  border-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  /* line 720, ../scss/partials/_styles.scss */
  .background-image p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 720, ../scss/partials/_styles.scss */
  .background-image p {
    max-width: none;
  }
}
/* line 730, ../scss/partials/_styles.scss */
.background-image.hero {
  height: 100%;
  min-height: 100vh;
  padding-top: 250px;
  -webkit-transition: min-height 1s linear;
  -moz-transition: min-height 1s linear;
  transition: min-height 1s linear;
  /** 
   * iPad with portrait orientation.
   */
  /** 
   * iPad with landscape orientation.
   */
  /**
   * iPhone 5
   */
  /*&.three-quarter-hero {
  	min-height: 75vh;
  	.vertical-line {
  		display: none;
  	}
  }*/
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 730, ../scss/partials/_styles.scss */
  .background-image.hero {
    min-height: 1024px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 730, ../scss/partials/_styles.scss */
  .background-image.hero {
    min-height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40 / 71) {
  /* line 730, ../scss/partials/_styles.scss */
  .background-image.hero {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 730, ../scss/partials/_styles.scss */
  .background-image.hero {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 730, ../scss/partials/_styles.scss */
  .background-image.hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
/* line 763, ../scss/partials/_styles.scss */
.background-image.hero p, .background-image.hero table {
  font-size: 18px;
  color: #aaaaaa;
}
@media only screen and (max-width: 1024px) {
  /* line 763, ../scss/partials/_styles.scss */
  .background-image.hero p, .background-image.hero table {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 763, ../scss/partials/_styles.scss */
  .background-image.hero p, .background-image.hero table {
    font-size: 15px;
    max-width: none;
  }
}
/* line 776, ../scss/partials/_styles.scss */
.background-image.hero p.text-center, .background-image.hero table.text-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 782, ../scss/partials/_styles.scss */
.background-image.hero.shrink-hero {
  min-height: 40vh;
  padding-bottom: 40px;
}
/* line 785, ../scss/partials/_styles.scss */
.background-image.hero.shrink-hero .vertical-line {
  opacity: 0;
}
/* line 790, ../scss/partials/_styles.scss */
.background-image.hero.half-hero {
  padding-top: 180px;
  min-height: 50vh;
  padding-bottom: 40px;
}
/* line 794, ../scss/partials/_styles.scss */
.background-image.hero.half-hero .vertical-line {
  display: none;
}
/* line 799, ../scss/partials/_styles.scss */
.background-image.hero.no-hero {
  padding-top: 180px;
  min-height: 430px;
  padding-bottom: 40px;
  background: #131313;
}
@media only screen and (max-width: 1024px) {
  /* line 813, ../scss/partials/_styles.scss */
  .background-image.hero .column-2of4,
  .background-image.hero .column-1of2 {
    margin-bottom: 20px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 825, ../scss/partials/_styles.scss */
.background-image .contact-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 825, ../scss/partials/_styles.scss */
  .background-image .contact-header {
    margin-bottom: 25px;
  }
}

/* line 833, ../scss/partials/_styles.scss */
.bg-preloader {
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  /* line 842, ../scss/partials/_styles.scss */
  .tablet-hide-bg {
    background: #0e0e0e !important;
  }
}

/* line 848, ../scss/partials/_styles.scss */
.black-panel {
  background-color: #000000;
  padding-top: 180px;
  padding-bottom: 160px;
  overflow: hidden;
  color: #aaaaaa;
  /*&.team-member {
  	padding-top: 60px;
  } */
}
@media only screen and (max-width: 1024px) {
  /* line 848, ../scss/partials/_styles.scss */
  .black-panel {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 848, ../scss/partials/_styles.scss */
  .black-panel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* line 862, ../scss/partials/_styles.scss */
.black-panel.services {
  padding-top: 0;
}
/* line 865, ../scss/partials/_styles.scss */
.black-panel p, .black-panel h4, .black-panel ul {
  color: #eeeeee;
}

/* line 873, ../scss/partials/_styles.scss */
.grey-panel {
  background-color: #0e0e0e;
  padding-top: 180px;
  padding-bottom: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 873, ../scss/partials/_styles.scss */
  .grey-panel {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 873, ../scss/partials/_styles.scss */
  .grey-panel {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* line 886, ../scss/partials/_styles.scss */
.grey-panel.services {
  padding-top: 0;
}

/* ==========================================================================
  Home page
  ========================================================================== */
/* line 895, ../scss/partials/_styles.scss */
.home-circle-profile {
  display: inline-block;
  position: relative;
  margin-bottom: -35%;
}
@media only screen and (max-width: 768px) {
  /* line 895, ../scss/partials/_styles.scss */
  .home-circle-profile {
    max-width: 50%;
    margin-bottom: -25%;
  }
}
@media only screen and (max-width: 320px) {
  /* line 895, ../scss/partials/_styles.scss */
  .home-circle-profile {
    max-width: 70%;
    margin-bottom: -45%;
  }
}
/* line 907, ../scss/partials/_styles.scss */
.home-circle-profile img {
  display: block;
}
/* line 910, ../scss/partials/_styles.scss */
.home-circle-profile span {
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  position: absolute;
  left: 102%;
  top: 50%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  /* line 910, ../scss/partials/_styles.scss */
  .home-circle-profile span {
    left: 0;
    right: 0;
    top: 105%;
  }
}

/* line 925, ../scss/partials/_styles.scss */
.home-news {
  padding-top: 355px;
  background-color: #0e0e0e;
}
@media only screen and (max-width: 768px) {
  /* line 925, ../scss/partials/_styles.scss */
  .home-news {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 925, ../scss/partials/_styles.scss */
  .home-news {
    padding-top: 200px;
  }
}
/* line 934, ../scss/partials/_styles.scss */
.home-news .news-date {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
}
/* line 939, ../scss/partials/_styles.scss */
.home-news h3 {
  max-width: 80%;
}
@media only screen and (max-width: 600px) {
  /* line 939, ../scss/partials/_styles.scss */
  .home-news h3 {
    font-size: 22px;
  }
}
/* line 945, ../scss/partials/_styles.scss */
.home-news .news-body {
  font-size: 16px;
  color: #aaaaaa;
  margin-bottom: 30px;
  max-width: 90%;
}
@media only screen and (max-width: 600px) {
  /* line 945, ../scss/partials/_styles.scss */
  .home-news .news-body {
    max-width: none;
  }
}
/* line 955, ../scss/partials/_styles.scss */
.home-news a {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 959, ../scss/partials/_styles.scss */
  .home-news .column-1of2:last-child {
    margin-top: 90px;
  }
}

/* ==========================================================================
  Contact 
  ========================================================================== */
/* line 971, ../scss/partials/_styles.scss */
table {
  width: auto;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 971, ../scss/partials/_styles.scss */
  table {
    font-size: 15px;
    text-align: left;
    margin: auto;
  }
}
/* line 979, ../scss/partials/_styles.scss */
.hero table {
  margin: auto;
}
/* line 982, ../scss/partials/_styles.scss */
table td {
  vertical-align: top;
}
/* line 984, ../scss/partials/_styles.scss */
table td:first-child {
  font-weight: 600;
  padding-right: 30px;
}
@media only screen and (max-width: 320px) {
  /* line 982, ../scss/partials/_styles.scss */
  table td {
    display: block;
  }
}
/* line 992, ../scss/partials/_styles.scss */
table p {
  font-size: 20px;
}

/* line 998, ../scss/partials/_styles.scss */
#map {
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 1024px) {
  /* line 998, ../scss/partials/_styles.scss */
  #map {
    height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 998, ../scss/partials/_styles.scss */
  #map {
    height: 300px;
  }
}

/* line 1009, ../scss/partials/_styles.scss */
.map {
  position: relative;
}
/* line 1011, ../scss/partials/_styles.scss */
.map .column-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 1011, ../scss/partials/_styles.scss */
  .map .column-wrapper {
    top: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 1023, ../scss/partials/_styles.scss */
.map .column-wrapper .map-info {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
.map .column-wrapper .map-info:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1023, ../scss/partials/_styles.scss */
  .map .column-wrapper .map-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    padding: 30px;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .map .column-wrapper .map-info:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1023, ../scss/partials/_styles.scss */
  .map .column-wrapper .map-info {
    display: none;
  }
}
/* line 1036, ../scss/partials/_styles.scss */
.map .column-wrapper h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  /* line 1036, ../scss/partials/_styles.scss */
  .map .column-wrapper h2 {
    font-size: 30px;
  }
}
/* line 1041, ../scss/partials/_styles.scss */
.map .column-wrapper h2:after {
  border-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  /* line 1045, ../scss/partials/_styles.scss */
  .map .column-wrapper p {
    font-size: 14px;
  }
}

/* line 1055, ../scss/partials/_styles.scss */
form .form-row {
  position: relative;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
form .form-row::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1058, ../scss/partials/_styles.scss */
form .form-row:not(:last-child) {
  margin-bottom: 20px;
}
/* line 1061, ../scss/partials/_styles.scss */
form .form-row .column-1of2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 1064, ../scss/partials/_styles.scss */
  form .form-row .column-1of2:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* line 1072, ../scss/partials/_styles.scss */
form label.error {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ea2036;
  font-size: 14px;
  font-weight: 600;
}
/* line 1082, ../scss/partials/_styles.scss */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  width: 100%;
  background-color: #333333;
  border: none;
  padding: 15px 30px;
  outline: none;
}
/* line 1092, ../scss/partials/_styles.scss */
form textarea {
  height: 240px;
  resize: vertical;
}
/* line 1096, ../scss/partials/_styles.scss */
form input[type="submit"] {
  float: right;
}

/* line 1101, ../scss/partials/_styles.scss */
.field-validation-error {
  color: #ea2036;
  font-size: 14px;
}

/* ==========================================================================
  About 
  ========================================================================== */
/* line 1112, ../scss/partials/_styles.scss */
.team-hero-header {
  max-width: 79.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: left;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.team-hero-header::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1121, ../scss/partials/_styles.scss */
.team-hero-header h1 {
  font-size: 40px;
  margin: 0px 0 30px 0;
  line-height: 1;
}
/* line 1126, ../scss/partials/_styles.scss */
.team-hero-header a {
  font-size: 15px;
}
/* line 1128, ../scss/partials/_styles.scss */
.team-hero-header a:after {
  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;
  content: "\e901";
  font-size: 20px;
  margin-left: 7px;
  top: 3px;
  position: relative;
}

/* line 1139, ../scss/partials/_styles.scss */
.team-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  /*.team-member & {
  	top: -20px;
  } */
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.team-navigation::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 600px) {
  /* line 1139, ../scss/partials/_styles.scss */
  .team-navigation {
    top: -70px;
  }
}
/* line 1148, ../scss/partials/_styles.scss */
.team-navigation .back {
  float: left;
  font-weight: 600;
  margin-top: 8px;
}

/* line 1159, ../scss/partials/_styles.scss */
.pagination {
  float: right;
}
/* line 1161, ../scss/partials/_styles.scss */
.pagination .prev, .pagination .next {
  display: inline-block;
}
/* line 1163, ../scss/partials/_styles.scss */
.pagination .prev:first-child, .pagination .next:first-child {
  margin-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 320px) {
  /* line 1163, ../scss/partials/_styles.scss */
  .pagination .prev:first-child, .pagination .next:first-child {
    margin-right: 10px;
  }
}
/* line 1170, ../scss/partials/_styles.scss */
.pagination .prev a, .pagination .next a {
  border: 1px solid #ea2036;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 1179, ../scss/partials/_styles.scss */
.pagination .prev a span:before, .pagination .next a span:before {
  height: 100%;
  width: 34px;
  line-height: 40px;
  vertical-align: middle;
  display: block;
}
/* line 1186, ../scss/partials/_styles.scss */
.pagination .prev a:before, .pagination .next a:before {
  display: none;
}
/* line 1189, ../scss/partials/_styles.scss */
.pagination .prev a:hover, .pagination .next a:hover {
  background-color: #ea2036;
  color: #000000;
}
/* line 1195, ../scss/partials/_styles.scss */
.pagination .prev.next span:before, .pagination .next.next span:before {
  margin-left: 3px;
}

/* line 1206, ../scss/partials/_styles.scss */
.results {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  /* line 1206, ../scss/partials/_styles.scss */
  .results {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
/* line 1213, ../scss/partials/_styles.scss */
.results .result:not(:last-child) {
  margin-bottom: 50px;
}
/* line 1216, ../scss/partials/_styles.scss */
.results .result p {
  font-size: 16px;
}

/* line 1223, ../scss/partials/_styles.scss */
.team-list {
  text-align: center;
}
/* line 1225, ../scss/partials/_styles.scss */
.team-list a {
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 1228, ../scss/partials/_styles.scss */
.team-list a:hover {
  opacity: .8;
}
/* line 1231, ../scss/partials/_styles.scss */
.team-list a:before {
  display: none;
}
/* line 1236, ../scss/partials/_styles.scss */
.team-list h2:after {
  display: none;
}
/* line 1240, ../scss/partials/_styles.scss */
.team-list img {
  width: 70%;
}
/* line 1244, ../scss/partials/_styles.scss */
.team-list h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  /* line 1244, ../scss/partials/_styles.scss */
  .team-list h3 {
    font-size: 24px;
    margin-top: 20px;
  }
}
/* line 1253, ../scss/partials/_styles.scss */
.team-list h4 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  /* line 1253, ../scss/partials/_styles.scss */
  .team-list h4 {
    font-size: 16px;
  }
}
/* line 1259, ../scss/partials/_styles.scss */
.team-list h4:after {
  content: "";
  padding-top: 30px;
  border-bottom: 1px solid #191919;
  width: 30px;
  display: block;
  margin: auto;
}
/* line 1268, ../scss/partials/_styles.scss */
.team-list .column-1of3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 1268, ../scss/partials/_styles.scss */
  .team-list .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .team-list .column-1of3:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 1268, ../scss/partials/_styles.scss */
  .team-list .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 89, ../scss/vendor/neat/grid/_span-columns.scss */
  .team-list .column-1of3:last-child {
    margin-right: 0;
  }
}

/* ==========================================================================
  News 
  ========================================================================== */
/* line 1285, ../scss/partials/_styles.scss */
.content-container .news-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  border-bottom: 1px solid #808080;
  padding-bottom: 35px;
  margin: 0;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.content-container .news-navigation::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  /* line 1285, ../scss/partials/_styles.scss */
  .content-container .news-navigation {
    top: -100px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1285, ../scss/partials/_styles.scss */
  .content-container .news-navigation {
    position: relative;
    top: -50px;
  }
}
/* line 1302, ../scss/partials/_styles.scss */
.content-container .news-navigation li {
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  /* line 1302, ../scss/partials/_styles.scss */
  .content-container .news-navigation li {
    display: block;
  }
}
/* line 1308, ../scss/partials/_styles.scss */
.content-container .news-navigation li:not(:first-child) {
  margin-left: 60px;
}
@media only screen and (max-width: 600px) {
  /* line 1308, ../scss/partials/_styles.scss */
  .content-container .news-navigation li:not(:first-child) {
    margin: 0;
    margin-top: 20px;
  }
}
/* line 1316, ../scss/partials/_styles.scss */
.content-container .news-navigation li.active a {
  color: #ea2036;
}
/* line 1321, ../scss/partials/_styles.scss */
.content-container .news-navigation a {
  font-weight: 600;
  display: block;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}

/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.news-listings::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1333, ../scss/partials/_styles.scss */
.news-listings article {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
}
@media only screen and (max-width: 600px) {
  /* line 1333, ../scss/partials/_styles.scss */
  .news-listings article {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
/* line 1341, ../scss/partials/_styles.scss */
.news-listings article:last-child {
  margin-bottom: 40px;
}
/* line 1344, ../scss/partials/_styles.scss */
.news-listings article h2 {
  margin-bottom: 50px;
}
/* line 1347, ../scss/partials/_styles.scss */
.news-listings article .date {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

/* line 1356, ../scss/partials/_styles.scss */
.webinar-listings {
  margin-bottom: 120px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.webinar-listings::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 768px) {
  /* line 1356, ../scss/partials/_styles.scss */
  .webinar-listings {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1356, ../scss/partials/_styles.scss */
  .webinar-listings {
    margin-top: 0;
  }
}
/* line 1373, ../scss/partials/_styles.scss */
.webinar-listings article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #808080;
}
@media only screen and (max-width: 768px) {
  /* line 1373, ../scss/partials/_styles.scss */
  .webinar-listings article {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1373, ../scss/partials/_styles.scss */
  .webinar-listings article {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
/* line 1388, ../scss/partials/_styles.scss */
.webinar-listings article h2 {
  margin-bottom: 30px;
  font-size: 30px;
}
/* line 1391, ../scss/partials/_styles.scss */
.webinar-listings article h2:after {
  padding-top: 30px;
}
/* line 1395, ../scss/partials/_styles.scss */
.webinar-listings article img {
  display: block;
  margin-bottom: 35px;
}
/* line 1399, ../scss/partials/_styles.scss */
.webinar-listings article .date {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

/* line 1408, ../scss/partials/_styles.scss */
.webinar-signup label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
/* line 1413, ../scss/partials/_styles.scss */
.webinar-signup p {
  margin: 0;
  font-weight: 600;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.webinar-signup p::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1418, ../scss/partials/_styles.scss */
.webinar-signup input[type="text"] {
  width: 70%;
  float: left;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  /* line 1418, ../scss/partials/_styles.scss */
  .webinar-signup input[type="text"] {
    width: 100%;
    float: none;
  }
}
/* line 1428, ../scss/partials/_styles.scss */
.webinar-signup input[type="submit"],
.webinar-signup button {
  width: calc(30% - 20px);
  float: right;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  /* line 1428, ../scss/partials/_styles.scss */
  .webinar-signup input[type="submit"],
  .webinar-signup button {
    width: auto;
    float: none;
    margin-top: 20px;
    padding: 15px 50px;
  }
}

/* line 1442, ../scss/partials/_styles.scss */
.video-container {
  position: relative;
}

/* line 1446, ../scss/partials/_styles.scss */
.video-social-share {
  list-style: none !important;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 1446, ../scss/partials/_styles.scss */
  .video-social-share {
    position: static;
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
/* line 1458, ../scss/partials/_styles.scss */
.video-social-share li {
  color: #ea2036;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  /* line 1458, ../scss/partials/_styles.scss */
  .video-social-share li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1458, ../scss/partials/_styles.scss */
  .video-social-share li {
    margin-right: 15px;
  }
}
/* line 1472, ../scss/partials/_styles.scss */
.video-social-share li i {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 1472, ../scss/partials/_styles.scss */
  .video-social-share li i {
    font-size: 16px;
  }
}
/* line 1480, ../scss/partials/_styles.scss */
.video-social-share a:hover {
  color: #eeeeee;
}

/* ==========================================================================
  Services 
  ========================================================================== */
/* line 1492, ../scss/partials/_styles.scss */
.service-search {
  border-bottom: 1px solid #ffffff;
  margin-top: 60px;
}
/* line 20, ../scss/vendor/bourbon/addons/_clearfix.scss */
.service-search::after {
  clear: both;
  content: "";
  display: table;
}
/* line 1496, ../scss/partials/_styles.scss */
.service-search input[type="text"] {
  padding: 20px 0;
  background: transparent;
  color: #ffffff;
  width: 90%;
  outline: none;
}
/* line 1503, ../scss/partials/_styles.scss */
.service-search button {
  width: 10%;
  float: right;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 15px;
  font-size: 25px;
  text-indent: -9999px;
  overflow: hidden;
  width: 50px;
}
/* line 1514, ../scss/partials/_styles.scss */
.service-search button:before {
  display: none;
}
/* line 1517, ../scss/partials/_styles.scss */
.service-search button:after {
  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;
  content: "\e905";
  text-indent: 0;
  float: left;
}
/* line 1523, ../scss/partials/_styles.scss */
.service-search button:hover {
  color: #ea2036;
}

/* line 1531, ../scss/partials/_styles.scss */
.services-listings {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 600px) {
  /* line 1531, ../scss/partials/_styles.scss */
  .services-listings {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1539, ../scss/partials/_styles.scss */
.services-listings .service-item {
  width: 30%;
  float: left;
  border: 1px solid #808080;
  padding: 30px;
  margin-right: 3%;
  height: 200px;
  margin-top: 30px;
  text-align: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 1553, ../scss/partials/_styles.scss */
.services-listings .service-item:nth-child(3n + 3) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1539, ../scss/partials/_styles.scss */
  .services-listings .service-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1539, ../scss/partials/_styles.scss */
  .services-listings .service-item {
    width: 100%;
    margin-right: 0;
    float: none;
    height: auto;
    min-height: 150px;
  }
}
/* line 1567, ../scss/partials/_styles.scss */
.services-listings .service-text {
  display: none;
}
/* line 1570, ../scss/partials/_styles.scss */
.services-listings h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 1570, ../scss/partials/_styles.scss */
  .services-listings h3 {
    font-size: 18px;
  }
}

/* line 1581, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header {
  position: relative;
  font-size: 30px;
  outline: none;
  padding: 20px 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
/* line 1589, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header:nth-of-type(even) {
  background-color: #151515;
}
/* line 1591, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header:nth-of-type(even):before {
  display: block;
  content: "";
  background-color: #151515;
  position: absolute;
  left: -2000px;
  right: -2000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
/* line 1604, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header-icon {
  border: 2px solid #ea2036;
  color: #ea2036;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 26px;
  cursor: pointer;
}
/* line 1620, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header-icon:before {
  content: "+";
  vertical-align: middle;
  display: block;
}
/* line 1625, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header-icon:hover {
  background-color: #ea2036;
  color: #000000;
}
/* line 1629, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-color: #ea2036;
  color: #000000;
  border-color: #ea2036;
  font-size: 18px;
  line-height: 36px;
}
/* line 1635, ../scss/partials/_styles.scss */
#accordion .ui-accordion-header-icon.ui-icon-triangle-1-s:before {
  content: "\2014";
}
/* line 1640, ../scss/partials/_styles.scss */
#accordion .ui-accordion-content {
  padding: 30px 0;
  border-top: 1px solid #151515;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* line 1650, ../scss/partials/_styles.scss */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
/* line 1656, ../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
//////////////////////////////////////////////////////////////////////////////*/
/* line 1679, ../scss/partials/_styles.scss */
.ui-autocomplete {
  max-width: 603px;
  z-index: 999;
}
/* line 1682, ../scss/partials/_styles.scss */
.ui-autocomplete .ui-menu-item {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  padding: 10px;
  cursor: pointer;
}

/* line 1690, ../scss/partials/_styles.scss */
.ui-helper-hidden-accessible {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
/* line 1711, ../scss/partials/_styles.scss */
footer {
  background-color: #444444;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
/* line 1716, ../scss/partials/_styles.scss */
footer .column-wrapper {
  position: relative;
}
/* line 1720, ../scss/partials/_styles.scss */
footer .column-1of2:last-child {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  /* line 1720, ../scss/partials/_styles.scss */
  footer .column-1of2:last-child {
    position: absolute;
    width: auto;
    top: 0;
    left: 40px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1730, ../scss/partials/_styles.scss */
  footer .column-1of2:first-child {
    margin-top: 40px;
  }
}
/* line 1734, ../scss/partials/_styles.scss */
footer .column-1of2:first-child p {
  font-size: 12px;
  margin-top: 12px;
}
/* line 1740, ../scss/partials/_styles.scss */
footer p {
  margin: 0;
}
/* line 1743, ../scss/partials/_styles.scss */
footer a {
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 1747, ../scss/partials/_styles.scss */
footer a:hover {
  color: #cccccc;
}
/* line 1750, ../scss/partials/_styles.scss */
footer a:before {
  display: none;
}
/* line 1754, ../scss/partials/_styles.scss */
footer ul {
  display: inline-block;
}
/* line 1756, ../scss/partials/_styles.scss */
footer ul li {
  display: inline-block;
  font-weight: 600;
}
/* line 1759, ../scss/partials/_styles.scss */
footer ul li:not(:first-child) {
  margin-left: 10px;
}
/* line 1764, ../scss/partials/_styles.scss */
footer .footer-nav {
  margin-right: 60px;
}
/* line 1766, ../scss/partials/_styles.scss */
footer .footer-nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 1772, ../scss/partials/_styles.scss */
footer .footer-social a {
  font-size: 28px;
  vertical-align: middle;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
/* line 1790, ../scss/partials/_styles.scss */
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 1790, ../scss/partials/_styles.scss */
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 1797, ../scss/partials/_styles.scss */
  .mobile-hide {
    display: none !important;
  }
}

/* line 1803, ../scss/partials/_styles.scss */
.hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?rc9ord");
  src: url("../../fonts/icomoon.eot?rc9ord#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?rc9ord") format("woff2"), url("../../fonts/icomoon.ttf?rc9ord") format("truetype"), url("../../fonts/icomoon.woff?rc9ord") format("woff"), url("../../fonts/icomoon.svg?rc9ord#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-search:before {
  content: "\e905";
}

/* line 30, ../scss/vendor/_icomoon.scss */
.icon-linkedin2:before {
  content: "\e90b";
}

/* line 33, ../scss/vendor/_icomoon.scss */
.icon-facebook2:before {
  content: "\e90c";
}

/* line 36, ../scss/vendor/_icomoon.scss */
.icon-facebook:before {
  content: "\e907";
}

/* line 39, ../scss/vendor/_icomoon.scss */
.icon-twitter:before {
  content: "\e908";
}

/* line 42, ../scss/vendor/_icomoon.scss */
.icon-pinterest:before {
  content: "\e909";
}

/* line 45, ../scss/vendor/_icomoon.scss */
.icon-vimeo:before {
  content: "\e906";
}

/* line 48, ../scss/vendor/_icomoon.scss */
.icon-linkedin:before {
  content: "\e900";
}

/* line 51, ../scss/vendor/_icomoon.scss */
.icon-mail:before {
  content: "\e90a";
}

/* line 54, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-down:before {
  content: "\e901";
}

/* line 57, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-up:before {
  content: "\e902";
}

/* line 60, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-right:before {
  content: "\e903";
}

/* line 63, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-left:before {
  content: "\e904";
}

/*//////////////////////////////////////////////////////////////////////////////
//  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;
  }
}
