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

    $ 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.
 */
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.
 */
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.
 */
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.
 */
[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.
 */
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.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
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.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #59595b; }

html {
  background-color: #fff; }

body {
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300; }

a {
  color: #9e2490;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    color: #000; }

/*
 * 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.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
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
 */
img {
  vertical-align: middle;
  /* Added by Greyvy for responsive imagery */
  max-width: 100%;
  height: auto; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.dark-bg {
  background: #000; }

.light-bg {
  background: #ebebeb; }

@media only screen and (min-width: 30em) {
  img.right {
    float: right; }

  .right {
    float: right; }

  .bp3-right {
    float: left; }

  /* ====== media ====== */
  .media, .bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1; }

  .media .img {
    float: left;
    margin-right: 10px; }

  .media .img img {
    display: block; }

  .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 -- */
.divide-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -1.5em;
  overflow: hidden;
  clear: both; }

.grid-col {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.large-gutter {
  margin-left: -3em; }
  .large-gutter .grid-col {
    padding-left: 3em; }

.half-gutter {
  margin-left: -0.75em; }
  .half-gutter .grid-col {
    padding-left: 0.75em; }

.quarter-gutter {
  margin-left: -0.375em; }
  .quarter-gutter .grid-col {
    padding-left: 0.375em; }

.no-gutter {
  margin-left: 0; }
  .no-gutter .grid-col {
    padding-left: 0; }

.reset-gutter {
  margin-left: -1.5em; }
  .reset-gutter .grid-col {
    padding-left: 1.5em; }

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

li.grid-col {
  margin-left: 0;
  margin-bottom: 0; }

.col-full,
.col-set-full .grid-col {
  width: 100%; }

.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

.col-two-thirds {
  width: 66.666%; }

.col-three-quarters {
  width: 75%; }

.col-one-fifth {
  width: 20%; }

.col-two-fifths {
  width: 40%; }

.col-three-fifths {
  width: 60%; }

.col-four-fifths {
  width: 80%; }

.col-one-eighth {
  width: 12.5%; }

.col-one-sixteenth {
  width: 6.25%; }

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

  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }

  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp1-col-two-thirds {
    width: 66.666%; }

  .bp1-col-three-quarters {
    width: 75%; }

  .bp1-col-one-fifth {
    width: 20%; }

  .bp1-col-two-fifths {
    width: 40%; }

  .bp1-col-three-fifths {
    width: 60%; }

  .bp1-col-four-fifths {
    width: 80%; }

  .bp1-col-one-eighth {
    width: 12.5%; }

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

  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }

  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp2-col-two-thirds {
    width: 66.666%; }

  .bp2-col-three-quarters {
    width: 75%; }

  .bp2-col-one-fifth {
    width: 20%; }

  .bp2-col-two-fifths {
    width: 40%; }

  .bp2-col-three-fifths {
    width: 60%; }

  .bp2-col-four-fifths {
    width: 80%; }

  .bp2-col-one-eighth {
    width: 12.5%; }

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

  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }

  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp3-col-two-thirds {
    width: 66.666%; }

  .bp3-col-three-quarters {
    width: 75%; }

  .bp3-col-one-fifth {
    width: 20%; }

  .bp3-col-two-fifths {
    width: 40%; }

  .bp3-col-three-fifths {
    width: 60%; }

  .bp3-col-four-fifths {
    width: 80%; }

  .bp3-col-one-eighth {
    width: 12.5%; }

  .bp3-col-one-sixteenth {
    width: 6.25%; } }
/* 
	=============================================
		Custom Type
	=============================================	
*/
.wf-loading {
  visibility: hidden; }

.wf-active, .wf-inactive {
  visibility: visible; }

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

    $3 Typography

========================================================== **/
#mfPreviewBar {
  display: none; }

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; }

h1 {
  font-size: 1.8em;
  letter-spacing: 0.25em;
  color: #000;
  padding: 0;
  margin: 0 0 1.5em;
  line-height: 1.2em;
  font-weight: 500; }

h2 {
  font-size: 1.4em;
  letter-spacing: 0.25em;
  font-weight: normal; }

h3 {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: .5em;
  font-weight: bold;
  color: #000; }

h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
  padding: 0;
  color: #999;
  letter-spacing: 0.25em;
  line-height: 1.1em; }

address {
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0; }

p {
  line-height: 1.8em;
  font-size: .85em;
  font-weight: 300;
  margin: 0 0 2em;
  color: #59595b;
  font-family: "acumin-pro-wide", "Arial", "Helvetica", Arial, sans-serif; }
  p strong {
    font-weight: 900; }

.contentarea {
  text-align: center; }
  .contentarea p {
    text-align: center; }
  .contentarea ul {
    margin: 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #EFC40F; }
    .contentarea ul li {
      display: block;
      margin: 0 0 1em;
      padding: 0 0 1em;
      border-bottom: 1px solid #EFC40F;
      color: #62BADD; }

.pink {
  color: #F7167D; }

.blue {
  color: #62BADD; }

.purple {
  color: #9E2590; }

.red {
  color: #F9152B; }

.yellow {
  color: #EFC40F; }

.green {
  color: #D8DD0B; }

.teamList p {
  color: #999; }
.teamList .btn {
  display: inline-block;
  margin: 1em 0 0 0;
  padding: .05em 1em;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .teamList .btn:hover {
    background: #9e2490;
    color: #fff; }

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

    $4 Components

========================================================== **/
.island {
  padding: 1.5em;
  margin-bottom: 1.5em;
  color: #fff; }
  .island :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  padding: 1em 0 0 0;
  font-weight: 600; }
  .breadcrumbs .categoryJumper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs .categoryJumper ul li {
      margin: 0 0 .5em;
      padding: 0; }
      .breadcrumbs .categoryJumper ul li a {
        display: block; }
      .breadcrumbs .categoryJumper ul li .parent {
        margin: 0;
        padding: 0 0 1em;
        display: block; }
      .breadcrumbs .categoryJumper ul li .subnav {
        padding: 0 0 1.5em; }

.ui-menu {
  width: 100%; }

/*100% since its nav item will be relative*/
#catJumper > li > ul {
  display: block; }

.breadcrumbs .categoryJumper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block; }
  .breadcrumbs .categoryJumper ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 600; }
    .breadcrumbs .categoryJumper ul li .parent {
      display: block;
      font-size: 1.2em;
      margin: 0;
      padding: 1em 0;
      text-transform: uppercase;
      color: #000;
      width: 100%;
      text-align: left;
      font-weight: normal; }
      .breadcrumbs .categoryJumper ul li .parent:hover {
        color: #9e2490; }
    .breadcrumbs .categoryJumper ul li .subnav {
      position: absolute;
      z-index: 9999;
      width: 300px;
      margin: 0;
      padding: 1em 0;
      background: #fff; }
      .breadcrumbs .categoryJumper ul li .subnav li {
        margin: 0;
        padding: .5em 1.5em; }
  .breadcrumbs .categoryJumper ul li .parent .up {
    display: none; }
  .breadcrumbs .categoryJumper ul li .parent .down {
    display: inline; }
  .breadcrumbs .categoryJumper ul li .active.parent {
    color: #000; }
    .breadcrumbs .categoryJumper ul li .active.parent .up {
      display: inline; }
    .breadcrumbs .categoryJumper ul li .active.parent .down {
      display: none; }

.subnavMenu ul {
  margin: 1.5em 0 3em;
  padding: 0 0 3em;
  border: none;
  border-bottom: 1px solid #eee;
  display: block; }
  .subnavMenu ul li {
    margin: 0 1em;
    padding: 0;
    list-style: none;
    border: none;
    display: inline-block; }
    .subnavMenu ul li a {
      display: block;
      text-transform: uppercase;
      color: #000;
      letter-spacing: 2px;
      font-size: 1.2em; }
      .subnavMenu ul li a:hover {
        color: #9e2490; }

.subnavThumbsWrapper {
  margin-bottom: 3em; }

.subnavThumb a {
  display: block;
  position: relative;
  background: #000;
  margin: 0 0 1.5em;
  overflow: hidden; }
  .subnavThumb a .label {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .25em;
    background: rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .subnavThumb a img {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .subnavThumb a:hover .label {
    color: #9e2490;
    background: rgba(255, 255, 255, 0.9); }
  .subnavThumb a:hover img {
    opacity: .85; }

@media only screen and (min-width: 55em) {
  .withSubnavMenuPadding {
    margin-top: 120px !important; }

  .subnavMenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 98px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99; }
    .subnavMenu ul {
      margin: 0;
      padding: 0;
      border: none; }

  .breadcrumbs {
    padding: 0; }
    .breadcrumbs .categoryJumper {
      position: absolute;
      bottom: 0;
      left: 0; }
      .breadcrumbs .categoryJumper ul li .parent {
        text-align: left;
        width: 500px;
        font-size: 1.6em; }
      .breadcrumbs .categoryJumper ul li .subnav {
        left: 0; }

  .subnavThumb a .label {
    font-size: 1.2em;
    padding: .75em; } }
.navigation--menu {
  font-family: "futura-pt", "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-size: .9em;
  letter-spacing: 3px; }

.js-drawer-open {
  display: block; }

.menu-button {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  margin: 0;
  padding: 0; }
  .menu-button .icon {
    font-size: 1.8em; }
  .menu-button .icon-label {
    display: none; }

#js-drawer-contents {
  display: none; }

#nav {
  margin: 1.5em 0 1.5em;
  padding: 0; }
  #nav li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none; }
    #nav li a {
      display: block;
      padding: .75em 0;
      color: #000; }
      #nav li a:hover {
        color: #9e2490; }
    #nav li .wf-active a {
      color: green; }
    #nav li ul {
      margin: 0;
      padding: 0;
      display: none; }
      #nav li ul li {
        margin: 0;
        padding: 0;
        text-transform: none; }
  #nav li.active a {
    color: #9e2490; }
  #nav li.bp3-show {
    display: none; }

@media only screen and (min-width: 55em) {
  .js-drawer-open {
    display: none; }

  #js-drawer-contents {
    display: block; }

  #nav {
    margin: 0;
    text-align: right; }
    #nav li {
      text-align: left; }
      #nav li a {
        padding: 1em .25em;
        font-size: 1;
        line-height: 3em;
        border-bottom: none; }
      #nav li ul {
        display: block; }
        #nav li ul li a {
          padding: .5em;
          line-height: 1.2em; }

  #nav, #nav li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 982; }

  #nav > li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 982; }

  #nav a {
    display: block;
    z-index: 982;
    position: relative; }

  /* Subnav Menu */
  #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; }

  #nav .submenu li {
    display: block;
    line-height: 27px !important; }

  #nav .submenu li:hover {
    background: #FFFFFF repeat-x top left; }

  #nav .submenu a {
    display: block;
    line-height: 27px !important;
    white-space: nowrap; }

  #nav > li:hover .submenu {
    display: block; }

  /* Hide next level of subnavigation */
  #nav > li:hover > .submenu .submenu {
    display: none; }

  #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 */
  #nav > li > .submenu > .padding {
    width: 160%;
    left: -30%;
    height: 140%; }

  #nav .buffer {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    background: none !important; }

  #nav .shadow {
    display: none !important; }

  /*	Third-level Subnavigation */
  #nav .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px; }

  #nav .submenu .submenu .padding {
    width: 150%;
    top: -35%;
    height: 170%; }

  /*	Show subnavigation */
  #nav > li:hover .submenu li:hover > .submenu {
    display: block;
    z-index: 9970 !important; }

  /* CSS3 Transition Handling */
  #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 */
  #nav.use-trans > li:hover > .submenu .submenu {
    display: block !important;
    left: -9999px !important; }

  /* Hover */
  #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; }

  #nav.use-trans > li:hover > .submenu {
    left: 0px !important; }

  #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.
  */
  #nav ul a {
    position: relative; }

  #nav ul a span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%; }

  /*	Outlining Rules for Debugging */
  .padding {
    outline-color: red; }

  .buffer {
    outline-color: blue; }

  .showbounds .padding,
  .showbounds .buffer {
    outline-style: solid;
    outline-width: 1px; } }
/* Theming can go here */
#nav {
  outline: none; }

#nav > li,
#nav > li.active {
  border-left: none;
  border-right: none; }

#nav > li:hover,
#nav > li.active {
  border-left: none;
  border-right: none; }

#nav .submenu li {
  background: #E0E0E0; }

@media only screen and (min-width: 55em) {
  #nav li a {
    padding: 0.1 0.25em 0.5em;
    font-size: 1.1em; }
    #nav li a:last-child {
      padding-right: 0;
      margin-right: 0; }
  #nav li ul li a {
    padding: .75em 1.5em .5em; }
  #nav li.bp3-show {
    display: inline-block; } }
@media only screen and (min-width: 70em) {
  #nav li a {
    padding: 1.5em 1.4em;
    font-size: 1.1em; }
  #nav li ul li a {
    padding: .75em 1.5em .5em; }
  #nav li.bp3-show {
    display: inline-block; } }
@media only screen and (min-width: 100em) {
  #nav li a {
    padding: 1.5em 1.6em;
    font-size: 1.1em; }
  #nav li ul li a {
    padding: .75em 1.5em .5em; } }
@media only screen and (min-width: 120em) {
  #nav li a {
    padding: 1.75em 1.8em;
    font-size: 1.1em; }
  #nav li ul li a {
    padding: .75em 1.5em .5em; } }
.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; }

.vegas-overlay {
  opacity: .5;
  background: transparent url(overlays/02.png) center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

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 */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*************************
    Transitions
 *************************/
/* fade */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/* blur */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/* flash */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/* negative */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* burn */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/* slideLeft */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* slideRight */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* slideUp */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/* slideDown */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/* zoomIn */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/* zoomOut */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

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

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

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

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*************************
    Animations
 *************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.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; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.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; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.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; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.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 */
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 */
.mfp-figure {
  line-height: 0; }

.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; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -45px;
  margin-bottom: 2em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.custom-arrow {
  background: red;
  width: 50px;
  height: 39px;
  border: none; }

.custom-arrow-left {
  right: auto;
  left: 1.5em;
  background: url(../gfx/arrow-left.png) no-repeat 0 0 !important; }

.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
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .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; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .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) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-title {
  color: #fff;
  padding: .5em 0 1.5em; }
  .mfp-title a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }
    .mfp-title a:hover {
      color: #E0E0E0;
      text-decoration: none; }

.mfp-counter {
  color: #fff; }

/* Magnific Popup CSS */
.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); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.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; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 92%;
  cursor: auto;
  background: #fff;
  margin: 1.5em 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.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; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.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; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66.25%; }

.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; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
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 */
.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; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.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
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .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; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .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; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-inline-holder .mfp-content,
.bioWindow {
  max-width: 800px;
  margin: 0 auto; }

.bioPhoto {
  width: 100%;
  max-width: 100%; }

.fadeIn {
  display: none; }

.gallery, .pdfGallery {
  padding-top: .5em; }
  .gallery img, .pdfGallery img {
    width: 100%;
    max-width: 100%; }
  .gallery h3, .pdfGallery h3 {
    text-transform: none;
    font-size: 1em; }

.catList {
  margin: 1.5em 0 3em;
  padding: 0;
  list-style: none;
  background: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }
  .catList li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ebebeb; }
    .catList li a {
      margin: 0;
      padding: .5em 1.5em;
      display: block;
      color: #9e2490; }
      .catList li a:hover {
        background: #ebebeb; }
    .catList li ul {
      margin: 0;
      padding: 0;
      background: #fff;
      border: none; }
      .catList li ul li {
        margin: 0;
        padding: 0;
        border-bottom: none; }
        .catList li ul li a {
          padding: .5em .5em .5em 3em;
          color: #59595b; }
          .catList li ul li a:hover {
            background: #ebebeb; }

.libraryBreadcrumbs {
  margin: 1em 0 0 0;
  padding: 0; }
  .libraryBreadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1; }
    .libraryBreadcrumbs li span {
      line-height: 1;
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: .7em; }
    .libraryBreadcrumbs li a {
      display: inline-block;
      line-height: 1.2em;
      padding: 0;
      margin: 0; }

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

.projectFilterButtons {
  padding: .5em 0;
  margin: 0 0 0 2.5em; }
  .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; }
    .projectFilterButtons button:hover {
      color: #9e2490; }
  .projectFilterButtons button.is-checked {
    color: #9e2490; }

.slideShowCTA {
  display: inline-block;
  max-width: 300px;
  padding: .5em 1.5em;
  background: #9e2490;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: .15em;
  position: absolute;
  bottom: 7%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center; }
  .slideShowCTA:hover {
    color: #fff;
    background: #712368; }

.view-video {
  display: block;
  position: relative; }
  .view-video .icon {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 3em; }

button.btn {
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #9e2490;
  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; }
  button.btn:hover {
    background: #2A2A2A; }

@media only screen and (min-width: 55em) {
  .projectFilterButtons button {
    margin: 0;
    font-size: 1.2em; } }
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
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; }

::-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; }

:-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; }

::-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; }

:-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  ---------------------------------------------- */
.field {
  margin: 1em 0; }
  .field:before, .field:after {
    content: "";
    display: table;
    clear: both; }
  .field:after {
    clear: both; }

input#required_field {
  display: none; }

/* ----------------------------------------------  Labels  ---------------------------------------------- */
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: #000; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
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; }

input.smaller {
  padding: .4em .6em;
  background: #ebebeb; }

input.large-form-field {
  padding: .52em .8em;
  background: #fff;
  margin: 0; }

input.mobile-search-input {
  background: #fff; }

div.styled, select, input[type="submit"],
input[type="file"]:after {
  background: #9e2490 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: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  div.styled:hover, select:hover, input[type="submit"]:hover,
  input[type="file"]:after:hover {
    background-color: #999;
    color: #fff; }

select option {
  color: #ebebeb;
  background-color: #59595b; }

.ie9 input[type="text"] {
  line-height: normal; }

/* Get the stuff to line up right */
.lt-ie10 select {
  padding-left: .5em; }

textarea {
  width: 100%;
  height: 10em; }

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
/* For IE and Firefox */
div.styled {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ie7 div.styled {
  border: none; }

div.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 1em; }

/* ----------------------------------------------  File field  ----------------------------------------------  */
/* Webkit Only */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  padding: 0; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

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; }

input[type="file"]:active:after {
  box-shadow: none; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
.buttons--radios {
  margin: -6px 0 0 0; }

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; }

input[type="checkbox"] {
  position: absolute;
  left: -999em; }

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; }

input[type="checkbox"] + label.checkbox:before {
  background-position: -25px -25px; }

input[type="checkbox"]:checked + label.checkbox:before {
  background-position: 50% 50%; }

input[type="radio"] + label:before {
  background-position: -25px -25px; }

input[type="radio"]:checked + label:before {
  background-position: 50% 50%; }

/* Remove the custom styling for IE 7-8 */
.ie8 label:before {
  display: none;
  content: none; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
  position: static;
  left: 0; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

input[type="text"]:focus, textarea:focus {
  border-color: #000; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
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: #fff;
  background: #000 url(../gfx/icon-arrow-right.png) no-repeat 98% 50%;
  font-family: "acumin-pro-wide", "Arial", "Helvetica", Arial, sans-serif; }
  form button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #59595b; }

/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
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 --- */
#lasso .field {
  position: relative; }

#lasso label.error {
  position: absolute;
  top: -20px;
  left: 0;
  color: #9e2490;
  border: none;
  margin: 0;
  padding: 0;
  height: 20px; }

#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; }
[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; }

.icon-menu:before {
  content: "\e900"; }

.icon-paragraph-justify:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

.icon-feed:before {
  content: "\e905"; }

.icon-youtube:before {
  content: "\e906"; }

.icon-vimeo:before {
  content: "\e907"; }

.icon-flickr:before {
  content: "\e908"; }

.icon-chevron-down:before {
  content: "\e909"; }

.icon-chevron-left:before {
  content: "\e90a"; }

.icon-chevron-right:before {
  content: "\e90b"; }

.icon-chevron-up:before {
  content: "\e90c"; }

.icon-chevron-with-circle-down:before {
  content: "\e90d"; }

.icon-chevron-with-circle-left:before {
  content: "\e90e"; }

.icon-chevron-with-circle-right:before {
  content: "\e90f"; }

.icon-chevron-with-circle-up:before {
  content: "\e910"; }

a:hover, a:active, a:focus {
  outline: 0;
  border: none; }

.container {
  padding: 0 1.5em; }

.constrain-width {
  max-width: 100em;
  margin: 0 auto; }

.contentIsland {
  max-width: 55em;
  margin: 0 auto; }

.contentarea {
  padding-bottom: 3em; }

main {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2em; }

.clear {
  clear: both; }

.pad--right {
  padding-right: 1.5em; }

.pad--left {
  padding-left: 1.5em; }

.pad--bottom {
  padding-bottom: 3em; }

.pad--top {
  padding-top: 3em; }

.half-pad--top {
  padding-top: 1.5em; }

.half-pad--bottom {
  padding-bottom: 1.5em; }

.gap--bottom {
  margin-bottom: 1.5em; }

.quarter-pad--top {
  padding-top: .75em; }

.quarter-pad--bottom {
  padding-bottom: .75em; }

.safe-wrap {
  padding: 0 1.5em; }

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

.sticky {
  position: relative; }

html, body, .fullHeight, section, .slideshow {
  height: 100%;
  width: 100%; }

.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; }

.headerWrapper {
  position: relative; }

.projectFilterButtonsWrapper {
  opacity: 0;
  margin-left: 0; }

.projectsWrapper {
  max-width: 55em;
  margin: auto; }
  .projectsWrapper img {
    width: 100%;
    max-width: 100%; }

.projectsGrid .projectsGrid-item {
  position: absolute;
  top: -1000px;
  left: -1000px; }

#loading {
  height: 32em;
  background: url(../gfx/loader.gif) no-repeat 50% 50%; }

.projectsGrid-item a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .projectsGrid-item a .captionBox {
    color: #000;
    margin: .5em;
    font-family: "futura-pt", "Futura", "Arial", "Helvetica", sans-serif;
    line-height: 1.2em;
    font-size: .9em;
    text-align: center;
    display: block;
    min-height: 65px; }
  .projectsGrid-item a:hover .captionBox {
    color: #9e2490; }
.projectsGrid-item .caption {
  display: block;
  position: absolute;
  padding: 1em;
  background: url(../gfx/bg-opacity-dark.png) repeat;
  color: #fff; }

.caption {
  opacity: 0.0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
  max-height: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.projectsGrid-item a :hover + .caption {
  opacity: 1.0;
  max-height: 20%; }

.paddingForHeader {
  padding-top: 0;
  margin-top: 0; }

.projectsGrid-item {
  margin-bottom: 20px; }

.projectCatMenuWrapper {
  position: relative;
  clear: both;
  margin: auto;
  height: 100px;
  max-width: 100em; }

@media only screen and (min-width: 30em) {
  .bp1-right {
    text-align: right;
    float: right; }

  html {
    height: 100%; }

  body {
    min-height: 100%;
    display: flex;
    flex-direction: column; }

  main {
    /* flex: 1; would be enough but it looks bad in IE */
    flex: 1 0 auto; }

  .fixed, .always-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 995; }

  .paddingForHeader {
    padding-top: 6em; } }
@media only screen and (min-width: 55em) {
  .paddingForHeader {
    padding-top: 8em; }

  .bp2-right {
    text-align: right;
    float: right; }

  .bp2-left {
    text-align: left; }

  .projectFilterButtonsWrapper {
    margin-left: 0; }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* ---- grid ---- */
  .projectsGrid {
    max-width: 100%;
    width: 100%; }

  /* clear fix */
  .projectsGrid:after {
    content: '';
    display: block;
    clear: both; }

  /* ---- .projectsGrid-item ---- */
  .projectsGrid-item {
    margin-bottom: 20px;
    max-width: 300px; }

  .grid-sizer {
    width: 300px; }

  .projectsGrid-item--width1 {
    float: left;
    width: calc(20% - 20px); }

  .projectsGrid-item--width2 {
    width: calc(40% - 20px);
    float: left; }

  .projectsGrid-item--height2 {
    width: calc(40% - 20px);
    float: left; } }
@media only screen and (min-width: 70em) {
  .projectsWrapper {
    max-width: 70em; } }
@media only screen and (min-width: 100em) {
  .header, .safe-wrap {
    padding: 0; }

  .projectsWrapper {
    max-width: 100em; } }
/** ==========================================================

    $5 Layout

========================================================== **/
/**
*
*   Layout Header
*
**/
.header {
  position: relative; }

.logo {
  max-width: 250px;
  display: inline-block;
  padding: .25em 0; }
  .logo:hover {
    opacity: 0.5; }

.tagline {
  display: block;
  color: #712368;
  padding-bottom: .5em;
  padding-top: .25em;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .15em; }

.libraryHeader {
  display: block;
  color: #712368;
  letter-spacing: .15em;
  text-align: left;
  border-top: 1px solid #712368;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0; }

@media only screen and (min-width: 30em) {
  .libraryHeader {
    border: none;
    margin: 0;
    text-align: left; } }
@media only screen and (min-width: 55em) {
  .logo {
    max-width: 100%; }

  .tagline {
    display: inline-block; }

  .libraryHeader {
    border: none;
    margin: 0;
    text-align: right; } }
@media only screen and (min-width: 70em) {
  .tagline {
    padding-bottom: 0;
    line-height: 1.6em;
    font-size: .9em; } }
/**
*
*   Layout Footer
*   
**/
footer {
  text-align: center; }
  footer .social {
    margin: 0;
    padding: 1em 0;
    list-style: none; }
    footer .social li {
      display: inline-block;
      margin: 0 0 0 1em; }
  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) {
  .mobile {
    display: block; }

  .not-mobile {
    display: none; } }
.not-mobile {
  display: none; }

.mobile-only {
  display: block; }

@media only screen and (min-width: 48em) {
  .not-mobile {
    display: block; }

  .mobile-only {
    display: none; } }
/* ipad portrait */
/** ==========================================================

    $7 Helpers

========================================================== **/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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
 */
.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
 */
.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.
 */
.cfix:before, .container:before,
.cfix:after,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cfix:after, .container:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.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 {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

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

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
