/** ==========================================================

    $ Table of Contents

========================================================== **/
/**
* Sections
* --------
* $1...............Setup
* $2................Grid
* $3..........Typography
* $4..........Components
* $5..............Layout
* $6.........Breakpoints
* $7.............Helpers


**/
/** ==========================================================

    $1 Setup

========================================================== **/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 34, ../_sass/setup/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 44, ../_sass/setup/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 65, ../_sass/setup/_normalize.scss */
[hidden] {
  display: none; }

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 103, ../_sass/setup/_normalize.scss */
body {
  margin: 0; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 124, ../_sass/setup/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 138, ../_sass/setup/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/* line 163, ../_sass/setup/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 193, ../_sass/setup/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 202, ../_sass/setup/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 212, ../_sass/setup/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 222, ../_sass/setup/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 233, ../_sass/setup/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 253, ../_sass/setup/_normalize.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 262, ../_sass/setup/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 271, ../_sass/setup/_normalize.scss */
small {
  font-size: 80%; }

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

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 306, ../_sass/setup/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

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

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 320, ../_sass/setup/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 329, ../_sass/setup/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 343, ../_sass/setup/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 352, ../_sass/setup/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 364, ../_sass/setup/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 376, ../_sass/setup/_normalize.scss */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 396, ../_sass/setup/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 413, ../_sass/setup/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 426, ../_sass/setup/_normalize.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 438, ../_sass/setup/_normalize.scss */
button,
select {
  text-transform: none; }

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

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 478, ../_sass/setup/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 513, ../_sass/setup/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 523, ../_sass/setup/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../_sass/setup/_base.scss */
html,
button,
input,
select,
textarea {
  color: #202f57; }

/* line 21, ../_sass/setup/_base.scss */
html {
  background-color: white; }

/* line 25, ../_sass/setup/_base.scss */
body {
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300; }

/* line 32, ../_sass/setup/_base.scss */
a {
  color: #df546b;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  /* line 37, ../_sass/setup/_base.scss */
  a:hover {
    color: black; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 49, ../_sass/setup/_base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 54, ../_sass/setup/_base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 63, ../_sass/setup/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 76, ../_sass/setup/_base.scss */
img {
  vertical-align: middle;
  /* Added by Greyvy for responsive imagery */
  max-width: 100%;
  height: auto; }

/*
 * Remove default fieldset styles.
 */
/* line 88, ../_sass/setup/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 98, ../_sass/setup/_base.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 106, ../_sass/setup/_base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 117, ../_sass/setup/_base.scss */
.dark-bg {
  background: #666666; }

/* line 118, ../_sass/setup/_base.scss */
.light-bg {
  background: #ebebeb; }

@media only screen and (min-width: 30em) {
  /* line 122, ../_sass/setup/_base.scss */
  img.right {
    float: right; }

  /* line 123, ../_sass/setup/_base.scss */
  .right {
    float: right; }

  /* line 124, ../_sass/setup/_base.scss */
  .bp3-right {
    float: left; }

  /* ====== media ====== */
  /* line 127, ../_sass/setup/_base.scss */
  .media, .bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }

  /* line 128, ../_sass/setup/_base.scss */
  .media .img {
    float: left;
    margin-right: 10px; }

  /* line 129, ../_sass/setup/_base.scss */
  .media .img img {
    display: block; }

  /* line 130, ../_sass/setup/_base.scss */
  .media .imgExt {
    float: right;
    margin-left: 10px; } }
/** ==========================================================

    $2 Grid

========================================================== **/
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
/* -- Begin grids
------------------------------------------------------------- */
/* -- Use this wrapper if you want to divide your columns -- */
/* line 26, ../_sass/grid/_grid-setup.scss */
.divide-bottom {
  border-bottom: 1px solid black;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

/* -- Setup grids with base class -- */
/* line 26, ../_sass/grid/_proportional-grids.scss */
.grid-wrap {
  margin-left: -1.5em;
  overflow: hidden;
  clear: both; }

/* line 31, ../_sass/grid/_proportional-grids.scss */
.grid-col {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 39, ../_sass/grid/_proportional-grids.scss */
.large-gutter {
  margin-left: -3em; }
  /* line 19, ../_sass/grid/_proportional-grids.scss */
  .large-gutter .grid-col {
    padding-left: 3em; }

/* line 42, ../_sass/grid/_proportional-grids.scss */
.half-gutter {
  margin-left: -0.75em; }
  /* line 19, ../_sass/grid/_proportional-grids.scss */
  .half-gutter .grid-col {
    padding-left: 0.75em; }

/* line 45, ../_sass/grid/_proportional-grids.scss */
.quarter-gutter {
  margin-left: -0.375em; }
  /* line 19, ../_sass/grid/_proportional-grids.scss */
  .quarter-gutter .grid-col {
    padding-left: 0.375em; }

/* line 48, ../_sass/grid/_proportional-grids.scss */
.no-gutter {
  margin-left: 0; }
  /* line 19, ../_sass/grid/_proportional-grids.scss */
  .no-gutter .grid-col {
    padding-left: 0; }

/* line 51, ../_sass/grid/_proportional-grids.scss */
.reset-gutter {
  margin-left: -1.5em; }
  /* line 19, ../_sass/grid/_proportional-grids.scss */
  .reset-gutter .grid-col {
    padding-left: 1.5em; }

/* line 56, ../_sass/grid/_proportional-grids.scss */
ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

/* line 60, ../_sass/grid/_proportional-grids.scss */
li.grid-col {
  margin-left: 0;
  margin-bottom: 0; }

/* line 71, ../_sass/grid/_proportional-grids.scss */
.col-full,
.col-set-full .grid-col {
  width: 100%; }

/* line 74, ../_sass/grid/_proportional-grids.scss */
.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

/* line 77, ../_sass/grid/_proportional-grids.scss */
.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

/* line 80, ../_sass/grid/_proportional-grids.scss */
.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

/* line 82, ../_sass/grid/_proportional-grids.scss */
.col-two-thirds {
  width: 66.666%; }

/* line 84, ../_sass/grid/_proportional-grids.scss */
.col-three-quarters {
  width: 75%; }

/* line 86, ../_sass/grid/_proportional-grids.scss */
.col-one-fifth {
  width: 20%; }

/* line 88, ../_sass/grid/_proportional-grids.scss */
.col-two-fifths {
  width: 40%; }

/* line 90, ../_sass/grid/_proportional-grids.scss */
.col-three-fifths {
  width: 60%; }

/* line 92, ../_sass/grid/_proportional-grids.scss */
.col-four-fifths {
  width: 80%; }

/* line 94, ../_sass/grid/_proportional-grids.scss */
.col-one-eighth {
  width: 12.5%; }

/* line 96, ../_sass/grid/_proportional-grids.scss */
.col-one-sixteenth {
  width: 6.25%; }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media only screen and (min-width: 30em) {
  /* line 71, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%; }

  /* line 74, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }

  /* line 77, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }

  /* line 80, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }

  /* line 82, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-two-thirds {
    width: 66.666%; }

  /* line 84, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-three-quarters {
    width: 75%; }

  /* line 86, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-fifth {
    width: 20%; }

  /* line 88, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-two-fifths {
    width: 40%; }

  /* line 90, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-three-fifths {
    width: 60%; }

  /* line 92, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-four-fifths {
    width: 80%; }

  /* line 94, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-eighth {
    width: 12.5%; }

  /* line 96, ../_sass/grid/_proportional-grids.scss */
  .bp1-col-one-sixteenth {
    width: 6.25%; } }
/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
  /* line 71, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%; }

  /* line 74, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }

  /* line 77, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }

  /* line 80, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }

  /* line 82, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-two-thirds {
    width: 66.666%; }

  /* line 84, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-three-quarters {
    width: 75%; }

  /* line 86, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-fifth {
    width: 20%; }

  /* line 88, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-two-fifths {
    width: 40%; }

  /* line 90, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-three-fifths {
    width: 60%; }

  /* line 92, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-four-fifths {
    width: 80%; }

  /* line 94, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-eighth {
    width: 12.5%; }

  /* line 96, ../_sass/grid/_proportional-grids.scss */
  .bp2-col-one-sixteenth {
    width: 6.25%; } }
/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
  /* line 71, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%; }

  /* line 74, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }

  /* line 77, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }

  /* line 80, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }

  /* line 82, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-two-thirds {
    width: 66.666%; }

  /* line 84, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-three-quarters {
    width: 75%; }

  /* line 86, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-fifth {
    width: 20%; }

  /* line 88, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-two-fifths {
    width: 40%; }

  /* line 90, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-three-fifths {
    width: 60%; }

  /* line 92, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-four-fifths {
    width: 80%; }

  /* line 94, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-eighth {
    width: 12.5%; }

  /* line 96, ../_sass/grid/_proportional-grids.scss */
  .bp3-col-one-sixteenth {
    width: 6.25%; } }
/* 
	=============================================
		Custom Type
	=============================================	
*/
/* line 7, ../_sass/typography/_typography.scss */
.wf-loading {
  visibility: hidden; }

/* line 11, ../_sass/typography/_typography.scss */
.wf-active, .wf-inactive {
  visibility: visible; }

/** ==========================================================

    $3 Typography

========================================================== **/
/* line 20, ../_sass/typography/_typography.scss */
#mfPreviewBar {
  display: none; }

/* line 22, ../_sass/typography/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: none;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

/* line 32, ../_sass/typography/_typography.scss */
h1 {
  font-size: 1.8em;
  letter-spacing: 0.25em;
  color: #202f57;
  padding: 0;
  margin: 0 0 1.5em;
  line-height: 1.2em;
  font-weight: 500; }

/* line 41, ../_sass/typography/_typography.scss */
h2 {
  font-size: 1.4em;
  letter-spacing: 0.25em;
  font-weight: normal; }

/* line 46, ../_sass/typography/_typography.scss */
h3 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: .5em;
  font-weight: bold;
  color: #202f57; }

/* line 53, ../_sass/typography/_typography.scss */
h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
  color: #999999;
  letter-spacing: 0.25em;
  line-height: 1.1em; }

/* line 62, ../_sass/typography/_typography.scss */
address {
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0; }

/* line 68, ../_sass/typography/_typography.scss */
p {
  line-height: 1.8em;
  font-size: .85em;
  font-weight: 300;
  margin: 0 0 2em;
  color: #202f57;
  font-family: "acumin-pro-wide", "Arial", "Helvetica", Arial, sans-serif; }
  /* line 75, ../_sass/typography/_typography.scss */
  p strong {
    font-weight: 900; }

/* line 80, ../_sass/typography/_typography.scss */
.contentarea {
  text-align: center; }
  /* line 82, ../_sass/typography/_typography.scss */
  .contentarea p {
    text-align: center; }
  /* line 85, ../_sass/typography/_typography.scss */
  .contentarea ul {
    margin: 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #1c7998; }
    /* line 89, ../_sass/typography/_typography.scss */
    .contentarea ul li {
      display: block;
      margin: 0 0 1em;
      padding: 0 0 1em;
      border-bottom: 1px solid #1c7998;
      color: #df546b; }

/* line 101, ../_sass/typography/_typography.scss */
.pink {
  color: #f7167d; }

/* line 102, ../_sass/typography/_typography.scss */
.blue {
  color: #62badd; }

/* line 103, ../_sass/typography/_typography.scss */
.purple {
  color: #9e2590; }

/* line 104, ../_sass/typography/_typography.scss */
.red {
  color: #f9152b; }

/* line 105, ../_sass/typography/_typography.scss */
.yellow {
  color: #efc40f; }

/* line 106, ../_sass/typography/_typography.scss */
.green {
  color: #d8dd0b; }

/* line 111, ../_sass/typography/_typography.scss */
.teamList p {
  color: #999999; }
/* line 114, ../_sass/typography/_typography.scss */
.teamList .btn {
  display: inline-block;
  margin: 1em 0 0 0;
  padding: .05em 1em;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  /* line 119, ../_sass/typography/_typography.scss */
  .teamList .btn:hover {
    background: #df546b;
    color: white; }

/* 
	=============================================
		Icon Fonts 
	=============================================	
*/
/** ==========================================================

    $4 Components

========================================================== **/
/* line 6, ../_sass/components/_content-wrapper.scss */
.island {
  padding: 1.5em;
  margin-bottom: 1.5em;
  color: white; }
  /* line 10, ../_sass/components/_content-wrapper.scss */
  .island :last-child {
    margin-bottom: 0; }

/* line 14, ../_sass/components/_content-wrapper.scss */
.breadcrumbs {
  padding: 1em 0 0 0;
  font-weight: 600; }
  /* line 19, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs .categoryJumper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 23, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper ul li {
      margin: 0 0 .5em;
      padding: 0; }
      /* line 26, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li a {
        display: block; }
      /* line 29, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .parent {
        margin: 0;
        padding: 0 0 1em;
        display: block; }
      /* line 34, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .subnav {
        padding: 0 0 1.5em; }

/* line 42, ../_sass/components/_content-wrapper.scss */
.ui-menu {
  width: 100%; }

/*100% since its nav item will be relative*/
/* line 46, ../_sass/components/_content-wrapper.scss */
#catJumper > li > ul {
  display: block; }

/* line 55, ../_sass/components/_content-wrapper.scss */
.breadcrumbs .categoryJumper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block; }
  /* line 61, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs .categoryJumper ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 600; }
    /* line 66, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper ul li .parent {
      display: block;
      font-size: .9em;
      margin: 0;
      padding: 1em 0;
      text-transform: uppercase;
      color: #df546b;
      width: 100%;
      text-align: left;
      font-weight: normal; }
      /* line 77, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .parent:hover {
        color: black; }
    /* line 81, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper ul li .subnav {
      position: absolute;
      z-index: 9999;
      width: 300px;
      margin: 0;
      padding: 1em 0;
      background: white; }
      /* line 90, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .subnav li {
        margin: 0;
        padding: .5em 1.5em; }
  /* line 98, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs .categoryJumper ul li .parent .up {
    display: none; }
  /* line 101, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs .categoryJumper ul li .parent .down {
    display: inline; }
  /* line 107, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs .categoryJumper ul li .active.parent {
    color: black; }
    /* line 109, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper ul li .active.parent .up {
      display: inline; }
    /* line 112, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper ul li .active.parent .down {
      display: none; }

@media only screen and (min-width: 55em) {
  /* line 122, ../_sass/components/_content-wrapper.scss */
  .breadcrumbs {
    padding: 0; }
    /* line 124, ../_sass/components/_content-wrapper.scss */
    .breadcrumbs .categoryJumper {
      position: absolute;
      bottom: 0;
      right: 0; }
      /* line 130, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .parent {
        text-align: right;
        width: 300px; }
      /* line 134, ../_sass/components/_content-wrapper.scss */
      .breadcrumbs .categoryJumper ul li .subnav {
        right: 0; } }
/* line 5, ../_sass/components/_navigation.scss */
.navigation--menu {
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-size: .9em;
  letter-spacing: 3px; }

/* line 14, ../_sass/components/_navigation.scss */
.js-drawer-open {
  display: block; }

/* line 17, ../_sass/components/_navigation.scss */
.menu-button {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  margin: 0;
  padding: 0; }
  /* line 23, ../_sass/components/_navigation.scss */
  .menu-button .icon {
    font-size: 1.8em; }
  /* line 26, ../_sass/components/_navigation.scss */
  .menu-button .icon-label {
    display: none; }

/* line 30, ../_sass/components/_navigation.scss */
#js-drawer-contents {
  display: none; }

/* line 36, ../_sass/components/_navigation.scss */
#nav {
  margin: 1.5em 0 1.5em;
  padding: 0; }
  /* line 39, ../_sass/components/_navigation.scss */
  #nav li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none; }
    /* line 44, ../_sass/components/_navigation.scss */
    #nav li a {
      display: block;
      padding: .75em 0;
      color: #1c7998; }
      /* line 49, ../_sass/components/_navigation.scss */
      #nav li a:hover {
        color: #df546b; }
    /* line 53, ../_sass/components/_navigation.scss */
    #nav li .wf-active a {
      color: green; }
    /* line 56, ../_sass/components/_navigation.scss */
    #nav li ul {
      margin: 0;
      padding: 0;
      display: none; }
      /* line 60, ../_sass/components/_navigation.scss */
      #nav li ul li {
        margin: 0;
        padding: 0;
        text-transform: none; }
  /* line 68, ../_sass/components/_navigation.scss */
  #nav li.active a {
    color: #df546b; }
  /* line 72, ../_sass/components/_navigation.scss */
  #nav li.bp3-show {
    display: none; }

@media only screen and (min-width: 55em) {
  /* line 78, ../_sass/components/_navigation.scss */
  .js-drawer-open {
    display: none; }

  /* line 81, ../_sass/components/_navigation.scss */
  #js-drawer-contents {
    display: block; }

  /* line 84, ../_sass/components/_navigation.scss */
  #nav {
    margin: 0;
    text-align: right; }
    /* line 88, ../_sass/components/_navigation.scss */
    #nav li {
      text-align: left; }
      /* line 90, ../_sass/components/_navigation.scss */
      #nav li a {
        padding: 1em .25em;
        font-size: 1;
        line-height: 3em;
        border-bottom: none; }
      /* line 96, ../_sass/components/_navigation.scss */
      #nav li ul {
        display: block; }
        /* line 99, ../_sass/components/_navigation.scss */
        #nav li ul li a {
          padding: .5em;
          line-height: 1.2em; }

  /* line 107, ../_sass/components/_navigation.scss */
  #nav, #nav li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 982; }

  /* line 113, ../_sass/components/_navigation.scss */
  #nav > li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 982; }

  /* line 122, ../_sass/components/_navigation.scss */
  #nav a {
    display: block;
    z-index: 982;
    position: relative; }

  /* Subnav Menu */
  /* line 131, ../_sass/components/_navigation.scss */
  #nav .submenu {
    display: none;
    position: absolute;
    z-index: 980;
    left: 0px;
    top: 6em;
    min-width: 100%;
    -o-box-shadow: 1px 1px 2px #999;
    -icab-box-shadow: 1px 1px 2px #999;
    -khtml-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999; }

  /* line 149, ../_sass/components/_navigation.scss */
  #nav .submenu li {
    display: block;
    line-height: 27px !important; }

  /* line 153, ../_sass/components/_navigation.scss */
  #nav .submenu li:hover {
    background: white repeat-x top left; }

  /* line 157, ../_sass/components/_navigation.scss */
  #nav .submenu a {
    display: block;
    line-height: 27px !important;
    white-space: nowrap; }

  /* line 163, ../_sass/components/_navigation.scss */
  #nav > li:hover .submenu {
    display: block; }

  /* Hide next level of subnavigation */
  /* line 167, ../_sass/components/_navigation.scss */
  #nav > li:hover > .submenu .submenu {
    display: none; }

  /* line 172, ../_sass/components/_navigation.scss */
  #nav .padding {
    display: block;
    position: absolute;
    z-index: 978;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: none !important; }

  /* Padding amount for first-level dropdown */
  /* line 185, ../_sass/components/_navigation.scss */
  #nav > li > .submenu > .padding {
    width: 160%;
    left: -30%;
    height: 140%; }

  /* line 191, ../_sass/components/_navigation.scss */
  #nav .buffer {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    background: none !important; }

  /* line 202, ../_sass/components/_navigation.scss */
  #nav .shadow {
    display: none !important; }

  /*	Third-level Subnavigation */
  /* line 207, ../_sass/components/_navigation.scss */
  #nav .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px; }

  /* line 212, ../_sass/components/_navigation.scss */
  #nav .submenu .submenu .padding {
    width: 150%;
    top: -35%;
    height: 170%; }

  /*	Show subnavigation */
  /* line 218, ../_sass/components/_navigation.scss */
  #nav > li:hover .submenu li:hover > .submenu {
    display: block;
    z-index: 9970 !important; }

  /* CSS3 Transition Handling */
  /* line 227, ../_sass/components/_navigation.scss */
  #nav.use-trans li > .submenu {
    opacity: 0;
    display: block !important;
    left: -9999px !important;
    -moz-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -webkit-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -khtml-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -icab-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -ms-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -o-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    transition: 0.2s opacity ease-in, 0s left linear 0.22s; }

  /* Hide next level of subnavigation */
  /* line 241, ../_sass/components/_navigation.scss */
  #nav.use-trans > li:hover > .submenu .submenu {
    display: block !important;
    left: -9999px !important; }

  /* Hover */
  /* line 249, ../_sass/components/_navigation.scss */
  #nav.use-trans > li:hover > .submenu,
  #nav.use-trans > li > .submenu li:hover > .submenu {
    opacity: 1 !important;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -khtml-transition-delay: 0s;
    -icab-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

  /* line 260, ../_sass/components/_navigation.scss */
  #nav.use-trans > li:hover > .submenu {
    left: 0px !important; }

  /* line 261, ../_sass/components/_navigation.scss */
  #nav.use-trans > li > .submenu li:hover > .submenu {
    left: 100% !important; }

  /*	Running Border on Subnavigation
  -	Stable implementation requires an additional span tag at the end of each anchor tag.
  */
  /* line 267, ../_sass/components/_navigation.scss */
  #nav ul a {
    position: relative; }

  /* line 270, ../_sass/components/_navigation.scss */
  #nav ul a span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%; }

  /*	Outlining Rules for Debugging */
  /* line 281, ../_sass/components/_navigation.scss */
  .padding {
    outline-color: red; }

  /* line 282, ../_sass/components/_navigation.scss */
  .buffer {
    outline-color: blue; }

  /* line 285, ../_sass/components/_navigation.scss */
  .showbounds .padding,
  .showbounds .buffer {
    outline-style: solid;
    outline-width: 1px; } }
/* Theming can go here */
/* line 295, ../_sass/components/_navigation.scss */
#nav {
  outline: none; }

/* line 307, ../_sass/components/_navigation.scss */
#nav > li,
#nav > li.active {
  border-left: none;
  border-right: none; }

/* line 313, ../_sass/components/_navigation.scss */
#nav > li:hover,
#nav > li.active {
  border-left: none;
  border-right: none; }

/* line 319, ../_sass/components/_navigation.scss */
#nav .submenu li {
  background: #e0e0e0; }

@media only screen and (min-width: 55em) {
  /* line 328, ../_sass/components/_navigation.scss */
  #nav li a {
    padding: 0.1 0.25em 0.5em;
    font-size: 1.1em; }
    /* line 331, ../_sass/components/_navigation.scss */
    #nav li a:last-child {
      padding-right: 0;
      margin-right: 0; }
  /* line 338, ../_sass/components/_navigation.scss */
  #nav li ul li a {
    padding: .75em 1.5em .5em; }
  /* line 344, ../_sass/components/_navigation.scss */
  #nav li.bp3-show {
    display: inline-block; } }
@media only screen and (min-width: 70em) {
  /* line 353, ../_sass/components/_navigation.scss */
  #nav li a {
    padding: 1.5em 1.4em;
    font-size: 1.1em; }
  /* line 359, ../_sass/components/_navigation.scss */
  #nav li ul li a {
    padding: .75em 1.5em .5em; }
  /* line 365, ../_sass/components/_navigation.scss */
  #nav li.bp3-show {
    display: inline-block; } }
@media only screen and (min-width: 100em) {
  /* line 374, ../_sass/components/_navigation.scss */
  #nav li a {
    padding: 1.5em 1.6em;
    font-size: 1.1em; }
  /* line 380, ../_sass/components/_navigation.scss */
  #nav li ul li a {
    padding: .75em 1.5em .5em; } }
@media only screen and (min-width: 120em) {
  /* line 392, ../_sass/components/_navigation.scss */
  #nav li a {
    padding: 1.75em 1.8em;
    font-size: 1.1em; }
  /* line 398, ../_sass/components/_navigation.scss */
  #nav li ul li a {
    padding: .75em 1.5em .5em; } }
/* line 5, ../_sass/components/_sliders.scss */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

/* line 17, ../_sass/components/_sliders.scss */
.vegas-overlay {
  opacity: .5;
  background: transparent url(overlays/02.png) center center repeat; }

/* line 22, ../_sass/components/_sliders.scss */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

/* line 27, ../_sass/components/_sliders.scss */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

/* line 34, ../_sass/components/_sliders.scss */
.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

/* line 39, ../_sass/components/_sliders.scss */
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 47, ../_sass/components/_sliders.scss */
body .vegas-container {
  overflow: hidden !important;
  position: relative; }

/* line 52, ../_sass/components/_sliders.scss */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

/* line 59, ../_sass/components/_sliders.scss */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

/* line 66, ../_sass/components/_sliders.scss */
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
/* line 74, ../_sass/components/_sliders.scss */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*************************
    Transitions
 *************************/
/* fade */
/* line 84, ../_sass/components/_sliders.scss */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

/* line 89, ../_sass/components/_sliders.scss */
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

/* line 93, ../_sass/components/_sliders.scss */
.vegas-transition-fade2-out {
  opacity: 0; }

/* blur */
/* line 99, ../_sass/components/_sliders.scss */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px); }

/* line 106, ../_sass/components/_sliders.scss */
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px); }

/* line 112, ../_sass/components/_sliders.scss */
.vegas-transition-blur2-out {
  opacity: 0; }

/* flash */
/* line 118, ../_sass/components/_sliders.scss */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/* line 125, ../_sass/components/_sliders.scss */
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

/* line 131, ../_sass/components/_sliders.scss */
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/* negative */
/* line 139, ../_sass/components/_sliders.scss */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* line 146, ../_sass/components/_sliders.scss */
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

/* line 152, ../_sass/components/_sliders.scss */
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* burn */
/* line 160, ../_sass/components/_sliders.scss */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/* line 167, ../_sass/components/_sliders.scss */
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

/* line 173, ../_sass/components/_sliders.scss */
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/* slideLeft */
/* line 181, ../_sass/components/_sliders.scss */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* line 187, ../_sass/components/_sliders.scss */
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

/* line 192, ../_sass/components/_sliders.scss */
.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* slideRight */
/* line 199, ../_sass/components/_sliders.scss */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* line 205, ../_sass/components/_sliders.scss */
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

/* line 210, ../_sass/components/_sliders.scss */
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* slideUp */
/* line 217, ../_sass/components/_sliders.scss */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/* line 223, ../_sass/components/_sliders.scss */
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

/* line 228, ../_sass/components/_sliders.scss */
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* slideDown */
/* line 235, ../_sass/components/_sliders.scss */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* line 241, ../_sass/components/_sliders.scss */
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

/* line 246, ../_sass/components/_sliders.scss */
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/* zoomIn */
/* line 253, ../_sass/components/_sliders.scss */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/* line 260, ../_sass/components/_sliders.scss */
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* line 266, ../_sass/components/_sliders.scss */
.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/* zoomOut */
/* line 274, ../_sass/components/_sliders.scss */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/* line 281, ../_sass/components/_sliders.scss */
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* line 287, ../_sass/components/_sliders.scss */
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/* swirlLeft */
/* line 295, ../_sass/components/_sliders.scss */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/* line 302, ../_sass/components/_sliders.scss */
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* line 308, ../_sass/components/_sliders.scss */
.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/* swirlRight */
/* line 316, ../_sass/components/_sliders.scss */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/* line 323, ../_sass/components/_sliders.scss */
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* line 329, ../_sass/components/_sliders.scss */
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*************************
    Animations
 *************************/
/* line 339, ../_sass/components/_sliders.scss */
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  /* line 344, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }

  /* line 348, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  /* line 354, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }

  /* line 358, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* line 364, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  /* line 369, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }

  /* line 373, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  /* line 379, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }

  /* line 383, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 389, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  /* line 394, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }

  /* line 398, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  /* line 404, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }

  /* line 408, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 414, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  /* line 419, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }

  /* line 423, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  /* line 429, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }

  /* line 433, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 439, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  /* line 444, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }

  /* line 448, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  /* line 454, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }

  /* line 458, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 464, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  /* line 469, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }

  /* line 473, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  /* line 479, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }

  /* line 483, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 489, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  /* line 494, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }

  /* line 498, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  /* line 504, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }

  /* line 508, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 514, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  /* line 519, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }

  /* line 523, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  /* line 529, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }

  /* line 533, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* line 539, ../_sass/components/_sliders.scss */
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  /* line 544, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }

  /* line 548, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  /* line 554, ../_sass/components/_sliders.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }

  /* line 558, ../_sass/components/_sliders.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* Magnific Popup CSS */
/* line 567, ../_sass/components/_sliders.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

/* line 578, ../_sass/components/_sliders.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 588, ../_sass/components/_sliders.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

/* line 598, ../_sass/components/_sliders.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 604, ../_sass/components/_sliders.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 607, ../_sass/components/_sliders.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 616, ../_sass/components/_sliders.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* line 620, ../_sass/components/_sliders.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 623, ../_sass/components/_sliders.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 628, ../_sass/components/_sliders.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 634, ../_sass/components/_sliders.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 640, ../_sass/components/_sliders.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 645, ../_sass/components/_sliders.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 648, ../_sass/components/_sliders.scss */
.mfp-hide {
  display: none !important; }

/* line 651, ../_sass/components/_sliders.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

/* line 661, ../_sass/components/_sliders.scss */
.mfp-preloader a {
  color: #CCC; }

/* line 663, ../_sass/components/_sliders.scss */
.mfp-preloader a:hover {
  color: #FFF; }

/* line 666, ../_sass/components/_sliders.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 669, ../_sass/components/_sliders.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 674, ../_sass/components/_sliders.scss */
button.mfp-close,
button.mfp-arrow,
button.custom-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

/* line 687, ../_sass/components/_sliders.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 691, ../_sass/components/_sliders.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

/* line 707, ../_sass/components/_sliders.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

/* line 709, ../_sass/components/_sliders.scss */
.mfp-close:active {
  top: 1px; }

/* line 712, ../_sass/components/_sliders.scss */
.mfp-close-btn-in .mfp-close {
  color: #333; }

/* line 716, ../_sass/components/_sliders.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 723, ../_sass/components/_sliders.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

/* line 732, ../_sass/components/_sliders.scss */
.mfp-arrow, .custom-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

/* line 742, ../_sass/components/_sliders.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 745, ../_sass/components/_sliders.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

/* line 748, ../_sass/components/_sliders.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

/* line 759, ../_sass/components/_sliders.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 763, ../_sass/components/_sliders.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

/* line 768, ../_sass/components/_sliders.scss */
.mfp-arrow-left {
  left: 0; }

/* line 770, ../_sass/components/_sliders.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

/* line 773, ../_sass/components/_sliders.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

/* line 777, ../_sass/components/_sliders.scss */
.mfp-arrow-right {
  right: 0; }

/* line 779, ../_sass/components/_sliders.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

/* line 782, ../_sass/components/_sliders.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

/* line 785, ../_sass/components/_sliders.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 788, ../_sass/components/_sliders.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 792, ../_sass/components/_sliders.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* line 795, ../_sass/components/_sliders.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

/* line 800, ../_sass/components/_sliders.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
/* line 811, ../_sass/components/_sliders.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
/* line 822, ../_sass/components/_sliders.scss */
.mfp-figure {
  line-height: 0; }

/* line 824, ../_sass/components/_sliders.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

/* line 837, ../_sass/components/_sliders.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 842, ../_sass/components/_sliders.scss */
.mfp-figure figure {
  margin: 0; }

/* line 845, ../_sass/components/_sliders.scss */
.mfp-bottom-bar {
  margin-top: -45px;
  margin-bottom: 2em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 854, ../_sass/components/_sliders.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 861, ../_sass/components/_sliders.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 864, ../_sass/components/_sliders.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* line 867, ../_sass/components/_sliders.scss */
.custom-arrow {
  background: red;
  width: 50px;
  height: 39px;
  border: none; }

/* line 873, ../_sass/components/_sliders.scss */
.custom-arrow-left {
  right: auto;
  left: 1.5em;
  background: url(../gfx/arrow-left.png) no-repeat 0 0 !important; }

/* line 878, ../_sass/components/_sliders.scss */
.custom-arrow-right {
  right: 1.5em;
  left: auto;
  background: url(../gfx/arrow-right.png) no-repeat 0 0 !important; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 888, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  /* line 891, ../_sass/components/_sliders.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* line 893, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  /* line 896, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  /* line 899, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  /* line 907, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  /* line 909, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  /* line 912, ../_sass/components/_sliders.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  /* line 924, ../_sass/components/_sliders.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  /* line 927, ../_sass/components/_sliders.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  /* line 930, ../_sass/components/_sliders.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  /* line 933, ../_sass/components/_sliders.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* line 941, ../_sass/components/_sliders.scss */
.mfp-title {
  color: white;
  padding: .5em 0 1.5em; }
  /* line 945, ../_sass/components/_sliders.scss */
  .mfp-title a {
    color: white;
    text-decoration: underline;
    font-weight: bold; }
    /* line 949, ../_sass/components/_sliders.scss */
    .mfp-title a:hover {
      color: #e0e0e0;
      text-decoration: none; }

/* line 955, ../_sass/components/_sliders.scss */
.mfp-counter {
  color: white; }

/* Magnific Popup CSS */
/* line 2, ../_sass/components/_galleries.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 14, ../_sass/components/_galleries.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 24, ../_sass/components/_galleries.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, ../_sass/components/_galleries.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 42, ../_sass/components/_galleries.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 45, ../_sass/components/_galleries.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 54, ../_sass/components/_galleries.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 92%;
  cursor: auto;
  background: white;
  margin: 1.5em 0; }

/* line 60, ../_sass/components/_galleries.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 64, ../_sass/components/_galleries.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 69, ../_sass/components/_galleries.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 75, ../_sass/components/_galleries.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 81, ../_sass/components/_galleries.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 86, ../_sass/components/_galleries.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 89, ../_sass/components/_galleries.scss */
.mfp-hide {
  display: none !important; }

/* line 92, ../_sass/components/_galleries.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

/* line 103, ../_sass/components/_galleries.scss */
.mfp-preloader a {
  color: #cccccc; }

/* line 106, ../_sass/components/_galleries.scss */
.mfp-preloader a:hover {
  color: white; }

/* line 109, ../_sass/components/_galleries.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 112, ../_sass/components/_galleries.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 116, ../_sass/components/_galleries.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 128, ../_sass/components/_galleries.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 132, ../_sass/components/_galleries.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

/* line 147, ../_sass/components/_galleries.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

/* line 149, ../_sass/components/_galleries.scss */
.mfp-close:active {
  top: 1px; }

/* line 152, ../_sass/components/_galleries.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333; }

/* line 156, ../_sass/components/_galleries.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 163, ../_sass/components/_galleries.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px; }

/* line 171, ../_sass/components/_galleries.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 182, ../_sass/components/_galleries.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 186, ../_sass/components/_galleries.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

/* line 191, ../_sass/components/_galleries.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

/* line 203, ../_sass/components/_galleries.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 208, ../_sass/components/_galleries.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

/* line 212, ../_sass/components/_galleries.scss */
.mfp-arrow-left {
  left: 0; }

/* line 215, ../_sass/components/_galleries.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

/* line 219, ../_sass/components/_galleries.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

/* line 223, ../_sass/components/_galleries.scss */
.mfp-arrow-right {
  right: 0; }

/* line 226, ../_sass/components/_galleries.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

/* line 230, ../_sass/components/_galleries.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

/* line 233, ../_sass/components/_galleries.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 237, ../_sass/components/_galleries.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 242, ../_sass/components/_galleries.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66.25%; }

/* line 248, ../_sass/components/_galleries.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* line 258, ../_sass/components/_galleries.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
/* line 262, ../_sass/components/_galleries.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
/* line 275, ../_sass/components/_galleries.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

/* line 289, ../_sass/components/_galleries.scss */
.mfp-figure {
  line-height: 0; }

/* line 292, ../_sass/components/_galleries.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 300, ../_sass/components/_galleries.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 307, ../_sass/components/_galleries.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 313, ../_sass/components/_galleries.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 316, ../_sass/components/_galleries.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 323, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  /* line 327, ../_sass/components/_galleries.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  /* line 331, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  /* line 335, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 346, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  /* line 349, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  /* line 353, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  /* line 364, ../_sass/components/_galleries.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  /* line 368, ../_sass/components/_galleries.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  /* line 372, ../_sass/components/_galleries.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  /* line 376, ../_sass/components/_galleries.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  /* line 380, ../_sass/components/_galleries.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* line 383, ../_sass/components/_galleries.scss */
.mfp-ie7 .mfp-img {
  padding: 0; }

/* line 385, ../_sass/components/_galleries.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

/* line 391, ../_sass/components/_galleries.scss */
.mfp-ie7 .mfp-container {
  padding: 0; }

/* line 393, ../_sass/components/_galleries.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* line 395, ../_sass/components/_galleries.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* line 401, ../_sass/components/_galleries.scss */
.mfp-inline-holder .mfp-content,
.bioWindow {
  max-width: 800px;
  margin: 0 auto; }

/* line 1, ../_sass/components/_special-features.scss */
.bioPhoto {
  width: 100%;
  max-width: 100%; }

/* line 7, ../_sass/components/_special-features.scss */
.fadeIn {
  display: none; }

/* line 11, ../_sass/components/_special-features.scss */
.gallery, .pdfGallery {
  padding-top: .5em; }
  /* line 13, ../_sass/components/_special-features.scss */
  .gallery img, .pdfGallery img {
    width: 100%;
    max-width: 100%; }
  /* line 17, ../_sass/components/_special-features.scss */
  .gallery h3, .pdfGallery h3 {
    text-transform: none;
    font-size: 1em; }

/* line 22, ../_sass/components/_special-features.scss */
.catList {
  margin: 1.5em 0 3em;
  padding: 0;
  list-style: none;
  background: white;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }
  /* line 30, ../_sass/components/_special-features.scss */
  .catList li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ebebeb; }
    /* line 35, ../_sass/components/_special-features.scss */
    .catList li a {
      margin: 0;
      padding: .5em 1.5em;
      display: block;
      color: #df546b; }
      /* line 40, ../_sass/components/_special-features.scss */
      .catList li a:hover {
        background: #ebebeb; }
    /* line 44, ../_sass/components/_special-features.scss */
    .catList li ul {
      margin: 0;
      padding: 0;
      background: white;
      border: none; }
      /* line 49, ../_sass/components/_special-features.scss */
      .catList li ul li {
        margin: 0;
        padding: 0;
        border-bottom: none; }
        /* line 53, ../_sass/components/_special-features.scss */
        .catList li ul li a {
          padding: .5em .5em .5em 3em;
          color: #59595b; }
          /* line 56, ../_sass/components/_special-features.scss */
          .catList li ul li a:hover {
            background: #ebebeb; }

/* line 65, ../_sass/components/_special-features.scss */
.libraryBreadcrumbs {
  margin: 1em 0 0 0;
  padding: 0; }
  /* line 68, ../_sass/components/_special-features.scss */
  .libraryBreadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1; }
    /* line 73, ../_sass/components/_special-features.scss */
    .libraryBreadcrumbs li span {
      line-height: 1;
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: .7em; }
    /* line 80, ../_sass/components/_special-features.scss */
    .libraryBreadcrumbs li a {
      display: inline-block;
      line-height: 1.2em;
      padding: 0;
      margin: 0; }

@media only screen and (min-width: 30em) {
  /* line 90, ../_sass/components/_special-features.scss */
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }
@media only screen and (min-width: 48em) {
  /* line 97, ../_sass/components/_special-features.scss */
  .css-columns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; } }
/**
*
* Buttons of Various Sorts
*
**/
/* line 7, ../_sass/components/_buttons.scss */
.projectFilterButtonsWrapper {
  z-index: 996; }

/* line 11, ../_sass/components/_buttons.scss */
.projectFilterButtons {
  padding: .5em 0;
  margin: 0 0 0 2.5em; }
  /* line 14, ../_sass/components/_buttons.scss */
  .projectFilterButtons button {
    border: none;
    background: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #59595b;
    font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .15em;
    text-align: left; }
    /* line 27, ../_sass/components/_buttons.scss */
    .projectFilterButtons button:hover {
      color: #df546b; }
  /* line 31, ../_sass/components/_buttons.scss */
  .projectFilterButtons button.is-checked {
    color: #df546b; }

/* line 37, ../_sass/components/_buttons.scss */
.slideShowCTA {
  display: inline-block;
  max-width: 300px;
  padding: .5em 1.5em;
  background: #df546b;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: .15em;
  position: absolute;
  bottom: 7%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center; }
  /* line 52, ../_sass/components/_buttons.scss */
  .slideShowCTA:hover {
    color: white;
    background: black; }

/* line 58, ../_sass/components/_buttons.scss */
.view-video {
  display: block;
  position: relative; }
  /* line 61, ../_sass/components/_buttons.scss */
  .view-video .icon {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 3em; }

/* line 72, ../_sass/components/_buttons.scss */
button.btn {
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #df546b;
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  text-align: center;
  font-weight: normal;
  font-size: 1.8em; }
  /* line 81, ../_sass/components/_buttons.scss */
  button.btn:hover {
    background: #2a2a2a; }

@media only screen and (min-width: 55em) {
  /* line 88, ../_sass/components/_buttons.scss */
  .projectFilterButtons button {
    margin: 0;
    text-align: right; } }
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
/* line 3, ../_sass/components/_forms.scss */
input, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }

/* line 12, ../_sass/components/_forms.scss */
::-webkit-input-placeholder {
  color: #59595b;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: italic; }

/* line 21, ../_sass/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #59595b;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: italic; }

/* line 30, ../_sass/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #59595b;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: italic; }

/* line 39, ../_sass/components/_forms.scss */
:-ms-input-placeholder {
  color: #59595b;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: italic; }

/* ----------------------------------------------  Classes  ---------------------------------------------- */
/* line 51, ../_sass/components/_forms.scss */
.field {
  margin: 1em 0; }

/* line 57, ../_sass/components/_forms.scss */
.mandatoryField {
  display: none; }

/* ----------------------------------------------  Labels  ---------------------------------------------- */
/* line 63, ../_sass/components/_forms.scss */
label {
  display: block;
  float: none;
  margin: 0;
  padding: 0.5em 0 0;
  border-top: 1px solid #ebebeb;
  text-align: left;
  text-indent: 0;
  font-size: 0.8em;
  line-height: 1.2em;
  min-height: 2.2em;
  font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: black; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
/* line 83, ../_sass/components/_forms.scss */
input[type="text"], input[type="email"], input[type="password"], textarea, select, div.styled, input[type="file"] {
  width: 100%;
  border: none;
  padding: 0.65em 0.6em;
  background: #ebebeb;
  color: #59595b;
  display: block;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px 0 #666666;
  box-shadow: inset 0 0 3px 0 #666666;
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

/* line 95, ../_sass/components/_forms.scss */
input.smaller {
  padding: .4em .6em;
  background: #ebebeb; }

/* line 99, ../_sass/components/_forms.scss */
input.large-form-field {
  padding: .52em .8em;
  background: white;
  margin: 0; }

/* line 104, ../_sass/components/_forms.scss */
input.mobile-search-input {
  background: white; }

/* line 108, ../_sass/components/_forms.scss */
div.styled, select, input[type="submit"],
input[type="file"]:after {
  background: #df546b url(../gfx/icon-arrow-down.png) no-repeat 95% 50%;
  font-weight: 100;
  font-family: "acumin-pro-wide", "Arial", "Helvetica", Arial, sans-serif;
  font-size: 0.85em;
  padding: 0.8em .25em;
  text-indent: 0.7em;
  margin: 0;
  cursor: pointer;
  width: 100%;
  color: white;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  /* line 123, ../_sass/components/_forms.scss */
  div.styled:hover, select:hover, input[type="submit"]:hover,
  input[type="file"]:after:hover {
    background-color: #999999;
    color: white; }

/* line 131, ../_sass/components/_forms.scss */
select option {
  color: #ebebeb;
  background-color: #59595b; }

/* line 137, ../_sass/components/_forms.scss */
.ie9 input[type="text"] {
  line-height: normal; }

/* Get the stuff to line up right */
/* line 138, ../_sass/components/_forms.scss */
.lt-ie10 select {
  padding-left: .5em; }

/* line 140, ../_sass/components/_forms.scss */
textarea {
  width: 100%;
  height: 10em; }

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
/* For IE and Firefox */
/* line 146, ../_sass/components/_forms.scss */
div.styled {
  overflow: hidden;
  padding: 0;
  margin: 0; }

/* line 148, ../_sass/components/_forms.scss */
.ie7 div.styled {
  border: none; }

/* line 150, ../_sass/components/_forms.scss */
div.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

/* line 154, ../_sass/components/_forms.scss */
.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 1em; }

/* ----------------------------------------------  File field  ----------------------------------------------  */
/* Webkit Only */
/* line 163, ../_sass/components/_forms.scss */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  padding: 0; }

/* line 169, ../_sass/components/_forms.scss */
input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

/* line 172, ../_sass/components/_forms.scss */
input[type="file"]:after {
  content: 'Upload File';
  margin: 0 0 0 0.5em;
  display: inline-block;
  left: 100%;
  position: relative;
  background: white url(../gfx/formelements-select.png) no-repeat center left;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

/* line 183, ../_sass/components/_forms.scss */
input[type="file"]:active:after {
  box-shadow: none; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
/* line 188, ../_sass/components/_forms.scss */
.buttons--radios {
  margin: -6px 0 0 0; }

/* line 193, ../_sass/components/_forms.scss */
label.radio,
label.checkbox {
  display: inline;
  border: none;
  min-height: 1em;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 0 1em 0 0;
  font-size: .8em;
  font-style: italic; }

/* line 209, ../_sass/components/_forms.scss */
input[type="checkbox"] {
  position: absolute;
  left: -999em; }

/* line 212, ../_sass/components/_forms.scss */
label.checkbox:before {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  top: 0.5em;
  left: -2px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../gfx/icon-check.png);
  background-repeat: no-repeat;
  background-position: -25px -25px;
  background-color: #ebebeb;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

/* line 232, ../_sass/components/_forms.scss */
input[type="checkbox"] + label.checkbox:before {
  background-position: -25px -25px; }

/* line 233, ../_sass/components/_forms.scss */
input[type="checkbox"]:checked + label.checkbox:before {
  background-position: 50% 50%; }

/* line 235, ../_sass/components/_forms.scss */
input[type="radio"] + label:before {
  background-position: -25px -25px; }

/* line 236, ../_sass/components/_forms.scss */
input[type="radio"]:checked + label:before {
  background-position: 50% 50%; }

/* Remove the custom styling for IE 7-8 */
/* line 240, ../_sass/components/_forms.scss */
.ie8 label:before {
  display: none;
  content: none; }

/* line 245, ../_sass/components/_forms.scss */
.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
  position: static;
  left: 0; }

/* line 249, ../_sass/components/_forms.scss */
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

/* line 252, ../_sass/components/_forms.scss */
input[type="text"]:focus, textarea:focus {
  border-color: black; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
/* line 263, ../_sass/components/_forms.scss */
form button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  color: white;
  background: black url(../gfx/icon-arrow-right.png) no-repeat 98% 50%;
  font-family: "acumin-pro-wide", "Arial", "Helvetica", Arial, sans-serif; }
  /* line 277, ../_sass/components/_forms.scss */
  form button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #59595b; }

/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
/* line 286, ../_sass/components/_forms.scss */
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* IE7 needs you to change the background to transparent when using image background for submit buttons */
/* --- Custom Error Handling --- */
/* line 292, ../_sass/components/_forms.scss */
#lasso .field {
  position: relative; }

/* line 293, ../_sass/components/_forms.scss */
#lasso label.error {
  position: absolute;
  top: -20px;
  left: 0;
  color: #df546b;
  border: none;
  margin: 0;
  padding: 0;
  height: 20px; }

/* line 301, ../_sass/components/_forms.scss */
#lasso .field.select label.error {
  top: -20px;
  font-weight: normal;
  font-size: 0.85em;
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

/* 
	=============================================
		Icon Fonts 
	=============================================	
*/
@font-face {
  font-family: 'vividusfont';
  src: url("../fonts/vividusfont.eot?aq4wc1");
  src: url("fonts/vividusfont.eot?aq4wc1#iefix") format("embedded-opentype"), url("../fonts/vividusfont.ttf?aq4wc1") format("truetype"), url("../fonts/vividusfont.woff?aq4wc1") format("woff"), url("../fonts/vividusfont.svg?aq4wc1#vividusfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 18, ../_sass/components/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vividusfont' !important;
  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 33, ../_sass/components/_icons.scss */
.icon-menu:before {
  content: "\e900"; }

/* line 36, ../_sass/components/_icons.scss */
.icon-paragraph-justify:before {
  content: "\e901"; }

/* line 39, ../_sass/components/_icons.scss */
.icon-facebook:before {
  content: "\e902"; }

/* line 42, ../_sass/components/_icons.scss */
.icon-instagram:before {
  content: "\e903"; }

/* line 45, ../_sass/components/_icons.scss */
.icon-twitter:before {
  content: "\e904"; }

/* line 48, ../_sass/components/_icons.scss */
.icon-feed:before {
  content: "\e905"; }

/* line 51, ../_sass/components/_icons.scss */
.icon-youtube:before {
  content: "\e906"; }

/* line 54, ../_sass/components/_icons.scss */
.icon-vimeo:before {
  content: "\e907"; }

/* line 57, ../_sass/components/_icons.scss */
.icon-flickr:before {
  content: "\e908"; }

/* line 61, ../_sass/components/_icons.scss */
.icon-chevron-down:before {
  content: "\e909"; }

/* line 64, ../_sass/components/_icons.scss */
.icon-chevron-left:before {
  content: "\e90a"; }

/* line 67, ../_sass/components/_icons.scss */
.icon-chevron-right:before {
  content: "\e90b"; }

/* line 70, ../_sass/components/_icons.scss */
.icon-chevron-up:before {
  content: "\e90c"; }

/* line 73, ../_sass/components/_icons.scss */
.icon-chevron-with-circle-down:before {
  content: "\e90d"; }

/* line 76, ../_sass/components/_icons.scss */
.icon-chevron-with-circle-left:before {
  content: "\e90e"; }

/* line 79, ../_sass/components/_icons.scss */
.icon-chevron-with-circle-right:before {
  content: "\e90f"; }

/* line 82, ../_sass/components/_icons.scss */
.icon-chevron-with-circle-up:before {
  content: "\e910"; }

/* line 1, ../_sass/layout/_layout.scss */
.container {
  padding: 0 1.5em; }

/* line 5, ../_sass/layout/_layout.scss */
.constrain-width {
  max-width: 100em;
  margin: 0 auto; }

/* line 9, ../_sass/layout/_layout.scss */
.contentIsland {
  max-width: 55em;
  margin: 0 auto; }

/* line 13, ../_sass/layout/_layout.scss */
.contentarea {
  padding-bottom: 3em; }

/* line 16, ../_sass/layout/_layout.scss */
main {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2em; }

/* line 20, ../_sass/layout/_layout.scss */
.clear {
  clear: both; }

/* line 24, ../_sass/layout/_layout.scss */
.pad--right {
  padding-right: 1.5em; }

/* line 25, ../_sass/layout/_layout.scss */
.pad--left {
  padding-left: 1.5em; }

/* line 26, ../_sass/layout/_layout.scss */
.pad--bottom {
  padding-bottom: 3em; }

/* line 27, ../_sass/layout/_layout.scss */
.pad--top {
  padding-top: 3em; }

/* line 28, ../_sass/layout/_layout.scss */
.half-pad--top {
  padding-top: 1.5em; }

/* line 29, ../_sass/layout/_layout.scss */
.half-pad--bottom {
  padding-bottom: 1.5em; }

/* line 30, ../_sass/layout/_layout.scss */
.gap--bottom {
  margin-bottom: 1.5em; }

/* line 31, ../_sass/layout/_layout.scss */
.quarter-pad--top {
  padding-top: .75em; }

/* line 32, ../_sass/layout/_layout.scss */
.quarter-pad--bottom {
  padding-bottom: .75em; }

/* line 34, ../_sass/layout/_layout.scss */
.safe-wrap {
  padding: 0 1.5em; }

/* line 39, ../_sass/layout/_layout.scss */
.header {
  background: url(../gfx/bg-opacity.png) repeat;
  padding: 0;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; */ }

/* line 49, ../_sass/layout/_layout.scss */
.sticky {
  position: relative; }

/* line 56, ../_sass/layout/_layout.scss */
html, body, .fullHeight, section, .slideshow {
  height: 100%;
  width: 100%; }

/* line 60, ../_sass/layout/_layout.scss */
.FixedBG, .slideshow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center fixed; }

/* line 77, ../_sass/layout/_layout.scss */
.sectionBG {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center fixed; }

/* line 84, ../_sass/layout/_layout.scss */
.headerWrapper {
  position: relative; }

/* line 87, ../_sass/layout/_layout.scss */
.projectFilterButtonsWrapper {
  opacity: 0;
  margin-left: 0; }

/* line 92, ../_sass/layout/_layout.scss */
.projectsWrapper .project-slide {
  padding: 3em 1.5em;
  text-align: left; }
  /* line 95, ../_sass/layout/_layout.scss */
  .projectsWrapper .project-slide .project-slide--heading {
    text-align: left;
    margin-bottom: 1.5em; }
  /* line 99, ../_sass/layout/_layout.scss */
  .projectsWrapper .project-slide .view-video {
    text-align: center;
    display: block;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }
  /* line 112, ../_sass/layout/_layout.scss */
  .projectsWrapper .project-slide .light-text h3, .projectsWrapper .project-slide .light-text h4, .projectsWrapper .project-slide .light-text h5, .projectsWrapper .project-slide .light-text h6, .projectsWrapper .project-slide .light-text p, .projectsWrapper .project-slide .light-text li {
    color: white; }
/* line 117, ../_sass/layout/_layout.scss */
.projectsWrapper img {
  width: 100%;
  max-width: 100%; }
/* line 122, ../_sass/layout/_layout.scss */
.projectsWrapper .project-slide.odd .textBlock {
  float: right; }
/* line 125, ../_sass/layout/_layout.scss */
.projectsWrapper .project-slide.odd .imageBlock {
  float: left; }

/* line 133, ../_sass/layout/_layout.scss */
.paddingForHeader {
  padding-top: 0;
  margin-top: 0; }

@media only screen and (min-width: 30em) {
  /* line 139, ../_sass/layout/_layout.scss */
  .bp1-right {
    text-align: right;
    float: right; }

  /* line 146, ../_sass/layout/_layout.scss */
  html {
    height: 100%; }

  /* line 150, ../_sass/layout/_layout.scss */
  body {
    min-height: 100%;
    display: flex;
    flex-direction: column; }

  /* line 156, ../_sass/layout/_layout.scss */
  main {
    /* flex: 1; would be enough but it looks bad in IE */
    flex: 1 0 auto; }

  /* line 162, ../_sass/layout/_layout.scss */
  .fixed, .always-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 995; }

  /* line 168, ../_sass/layout/_layout.scss */
  .paddingForHeader {
    padding-top: 6em;
    margin-top: 0; } }
@media only screen and (min-width: 55em) {
  /* line 176, ../_sass/layout/_layout.scss */
  .paddingForHeader {
    padding-top: 8em; }

  /* line 180, ../_sass/layout/_layout.scss */
  .bp2-right {
    text-align: right;
    float: right; }

  /* line 184, ../_sass/layout/_layout.scss */
  .bp2-left {
    text-align: left; }

  /* line 188, ../_sass/layout/_layout.scss */
  .projectFilterButtonsWrapper {
    position: absolute;
    bottom: 0;
    right: 1.5em;
    margin-left: 0; }

  /* line 197, ../_sass/layout/_layout.scss */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* ---- grid ---- */
  /* line 205, ../_sass/layout/_layout.scss */
  .projectsGrid {
    max-width: 100%;
    width: 100%; }

  /* clear fix */
  /* line 211, ../_sass/layout/_layout.scss */
  .projectsGrid:after {
    content: '';
    display: block;
    clear: both; }

  /* ---- .projectsGrid-item ---- */
  /* line 219, ../_sass/layout/_layout.scss */
  .projectsGrid-item {
    margin: 0 !important; }

  /* line 222, ../_sass/layout/_layout.scss */
  .grid-sizer {
    width: 20%; }

  /* line 223, ../_sass/layout/_layout.scss */
  .projectsGrid-item--width1 {
    float: left;
    width: 20%; }

  /* line 231, ../_sass/layout/_layout.scss */
  .projectsGrid-item--width2 {
    width: 40%;
    float: left; }

  /* line 232, ../_sass/layout/_layout.scss */
  .projectsGrid-item--height2 {
    width: 40%;
    float: left; } }
@media only screen and (min-width: 70em) {
  /* line 238, ../_sass/layout/_layout.scss */
  .projectsWrapper .project-slide {
    padding: 6em 3em; }
    /* line 240, ../_sass/layout/_layout.scss */
    .projectsWrapper .project-slide .project-slide--heading {
      margin-top: 3em; }
    /* line 243, ../_sass/layout/_layout.scss */
    .projectsWrapper .project-slide .view-video {
      margin: 1.5em; } }
@media only screen and (min-width: 100em) {
  /* line 252, ../_sass/layout/_layout.scss */
  .header, .safe-wrap {
    padding: 0; } }
/** ==========================================================

    $5 Layout

========================================================== **/
/**
*
*   Layout Header
*
**/
/* line 14, ../_sass/layout/_header.scss */
.header {
  position: relative; }

/* line 18, ../_sass/layout/_header.scss */
.logo {
  max-width: 250px;
  display: inline-block;
  padding: .25em 0; }
  /* line 22, ../_sass/layout/_header.scss */
  .logo:hover {
    opacity: 0.5; }

/* line 26, ../_sass/layout/_header.scss */
.tagline {
  display: block;
  color: #202f57;
  padding-bottom: .5em;
  padding-top: .25em;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .15em; }

/* line 36, ../_sass/layout/_header.scss */
.libraryHeader {
  display: block;
  color: black;
  letter-spacing: .15em;
  text-align: left;
  border-top: 1px solid black;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0; }

@media only screen and (min-width: 30em) {
  /* line 46, ../_sass/layout/_header.scss */
  .libraryHeader {
    border: none;
    margin: 0;
    text-align: left; } }
@media only screen and (min-width: 55em) {
  /* line 53, ../_sass/layout/_header.scss */
  .logo {
    max-width: 100%; }

  /* line 56, ../_sass/layout/_header.scss */
  .tagline {
    display: inline-block; }

  /* line 59, ../_sass/layout/_header.scss */
  .libraryHeader {
    border: none;
    margin: 0;
    text-align: right; } }
@media only screen and (min-width: 70em) {
  /* line 66, ../_sass/layout/_header.scss */
  .tagline {
    padding-bottom: 0;
    line-height: 1.6em;
    font-size: .9em; } }
/**
*
*   Layout Footer
*   
**/
/* line 7, ../_sass/layout/_footer.scss */
footer {
  text-align: center; }
  /* line 9, ../_sass/layout/_footer.scss */
  footer .social {
    margin: 0;
    padding: 1em 0;
    list-style: none; }
    /* line 13, ../_sass/layout/_footer.scss */
    footer .social li {
      display: inline-block;
      margin: 0 0 0 1em; }
  /* line 18, ../_sass/layout/_footer.scss */
  footer p {
    font-size: .8em;
    margin: 0;
    padding: 1em 0; }

/** ==========================================================

    $6 Breakpoints

========================================================== **/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 20, ../_sass/breakpoints/_breakpoint-one.scss */
  .mobile {
    display: block; }

  /* line 21, ../_sass/breakpoints/_breakpoint-one.scss */
  .not-mobile {
    display: none; } }
/* line 1, ../_sass/breakpoints/_breakpoint-two.scss */
.not-mobile {
  display: none; }

/* line 4, ../_sass/breakpoints/_breakpoint-two.scss */
.mobile-only {
  display: block; }

@media only screen and (min-width: 48em) {
  /* line 10, ../_sass/breakpoints/_breakpoint-two.scss */
  .not-mobile {
    display: block; }

  /* line 13, ../_sass/breakpoints/_breakpoint-two.scss */
  .mobile-only {
    display: none; } }
/* ipad portrait */
/** ==========================================================

    $7 Helpers

========================================================== **/
/*
 * Image replacement
 */
/* line 17, ../_sass/cleanup/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 25, ../_sass/cleanup/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 36, ../_sass/cleanup/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 45, ../_sass/cleanup/_helpers.scss */
.visuallyhidden, .playsafe {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 62, ../_sass/cleanup/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 75, ../_sass/cleanup/_helpers.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 92, ../_sass/cleanup/_helpers.scss */
.cfix:before, .container:before,
.cfix:after,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 97, ../_sass/cleanup/_helpers.scss */
.cfix:after, .container:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 106, ../_sass/cleanup/_helpers.scss */
.cfix, .container {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 133, ../_sass/cleanup/_helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 141, ../_sass/cleanup/_helpers.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 145, ../_sass/cleanup/_helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 149, ../_sass/cleanup/_helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 159, ../_sass/cleanup/_helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 164, ../_sass/cleanup/_helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 169, ../_sass/cleanup/_helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 174, ../_sass/cleanup/_helpers.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 178, ../_sass/cleanup/_helpers.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 188, ../_sass/cleanup/_helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 194, ../_sass/cleanup/_helpers.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
