/* main.scss */
/* ---------------------------------------------------------------------
 Init
 // Vendors, e.g.:
------------------------------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800,700,600,400,300,300italic,400italic|Merriweather:400,300,300italic,400italic,700italic,900,900italic,700|Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800,700,600,400,300,300italic,400italic|Merriweather:400,300,300italic,400italic,700italic,900,900italic,700|Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ---------------------------------------------------------------------
 Base
 // Common styles shared across the entire site
 // Variables, fonts, mixins, helpers, e.g.
------------------------------------------------------------------------ */
/* __base.scss */
/* __utils.scss */
/* _config.scss */
/* ---------------------------------------------------------------------
 Base Font
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Breakpoints Map
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Boxes
 TO DO: this should be nixed
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Image Path
 // To Do: consider making this a system module 
 // so image paths can be tied to specific modules
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Palette
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Palette Creation
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Typography
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Z-Index
// leverages z-index function within _helpers.scss
------------------------------------------------------------------------ */
/* _system.scss */
/* ---------------------------------------------------------------------
 System Variables
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Import Once
 // Enables a file import from multiple places, while only being outputted the first time it's called
 // Prevents placeholders from being repeated by each file depending on them
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Breakpoint
 // Essential to enable cross-media placeholders
 // Usage Example:
 // .selector {
 //     @include breakpoint(md) {
 //         @include _use(clearfix);
 //     }
 // }
 // OR
 //  @include breakpoint(md) {
 //   .selector {
 //     @include _use(clearfix);
 //   }
 // }
 // 
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Add Placeholder
 // To use components in any context (i.e. inside a media query), placeholders are defined here
 // Breakpoint values are set in _config.scss
 // Breakpoint variables are declared above
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Use Placeholder
 // To use components in any context (i.e. inside a media query), 
 // placeholders are defined here.
 // Breakpoints are set in _config.scss
------------------------------------------------------------------------ */
/* _mixins.scss */
/* TO DO:
	1. Consider using an autoprefixer rather than writing out all the vendor prefixes: https://github.com/postcss/autoprefixer
*/
/* ---------------------------------------------------------------------
 Rem Sizing for Any Property
 // With pixel fallback for lte IE8
 // Example Usage:
 // @include rem-fallback(margin, 10, 20, 30, 40);
 // Example Output:
 // margin: 160px 320px 480px 640px;
 // margin: 10rem 20rem 30rem 40rem;  
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Fonts
 // This is relative to our compiled stylesheet
 // So fonts should live here: media/static/styles/fonts/
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Box Model
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Flexbox
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Box Decoration
 // border-radius, shadows etc.
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Decoration
 // Colors, text-shadows etc.
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Shapes
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Gradients
 @author Hugo Giraudel except {function} convert-angle by Chris Eppstein
 http://sassmeister.com/gist/b58f6e2cc3160007c880

// Usage Examples:
//
// .selector-1 {
//   @include linear-gradient(#31B7D7, #EDAC7D);
// }
 
// .selector-2 {
//   @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
// }
 
// .selector-3 {
//   @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
// }

------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Animation Functions
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Animations (keyframes)
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Icons
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Forms
------------------------------------------------------------------------ */
/* _helpers.scss */
	/* ---------------------------------------------------------------------
 	Alignment
	------------------------------------------------------------------------ */
@media (min-width: 64em) {
  .heroSlider:hover .heroSlider-arrow, .flexGallery:hover .flexGallery-arrow {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-input-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.heroSlider-arrow, .flexGallery-arrow, .flexGallery-modal img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-input-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (min-width: 45.1em) {
  body:not(._is-touch) .subNav-item:hover .subNav-target, body:not(._is-touch) .subNav-item:hover .subNav-target::before, ._is-touch-on .subNav-target, ._is-touch-on .subNav-target::before, ._is-on .subNav-target::before {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-input-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
._is-on .subNav-target {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-input-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
	/* ---------------------------------------------------------------------
 	Image Replacement
	------------------------------------------------------------------------ */
	/* ---------------------------------------------------------------------
 	Hidden Content Altogether: unavailable to both screenreaders and browsers
 	// h5bp.com/u
	------------------------------------------------------------------------ */
@media (min-width: 45.1em) {
  .subNav-toggle {
    display: none;
    visibility: hidden; } }
@media (min-width: 64em) {
  .heroSlider:hover .heroSlider-arrow._is-off, .flexGallery:hover .flexGallery-arrow._is-off {
    display: none;
    visibility: hidden; } }
.heroSlider-arrow._is-off, .flexGallery-arrow._is-off, .flexGallery-caption span._is-off, ._is-touch .galleryView-toggle:first-child {
  display: none;
  visibility: hidden; }
	/* ---------------------------------------------------------------------
 	Hidden Content Visually: available to screenreaders only
 	// h5bp.com/v
	------------------------------------------------------------------------ */
@media (min-width: 45.1em) {
  .headerPrimary-trigger, .galleryView._is-off {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .focusable.headerPrimary-trigger:active, .focusable.galleryView._is-off:active, .focusable.headerPrimary-trigger:focus, .focusable.galleryView._is-off:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; } }
@media (min-width: 64em) {
  .heroSlider-arrow, .flexGallery-arrow {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .focusable.heroSlider-arrow:active, .focusable.flexGallery-arrow:active, .focusable.heroSlider-arrow:focus, .focusable.flexGallery-arrow:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; } }
.viewportMod._is-off, .magicalLogo span, .mainContent-header, .dictList--toggle .dictItem-def, .headerPrimary-title--alt, .headerPrimary-trigger span, .menuItem-icon svg-text, .subNav-list, .subNav-target, .subNav-series._is-off, .heroSlider-item, .heroSlider-caption._is-off, .galleryDescription._is-off, .galleryView, .galleryView._is-off, .flexGallery._is-off, .flexGallery-caption, .flexGallery-expand, .flexGallery-close span, ._is-touch .flexGallery-caption, .digitalTitle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .focusable.viewportMod._is-off:active, .magicalLogo span.focusable:active, .focusable.mainContent-header:active, .dictList--toggle .focusable.dictItem-def:active, .focusable.headerPrimary-title--alt:active, .headerPrimary-trigger span.focusable:active, .menuItem-icon svg-text.focusable:active, .focusable.subNav-list:active, .focusable.subNav-target:active, .focusable.subNav-series._is-off:active, .focusable.heroSlider-item:active, .focusable.heroSlider-caption._is-off:active, .focusable.galleryDescription._is-off:active, .focusable.galleryView:active, .focusable.flexGallery._is-off:active, .focusable.flexGallery-caption:active, .focusable.flexGallery-expand:active, .flexGallery-close span.focusable:active, .focusable.digitalTitle:active, .focusable.viewportMod._is-off:focus, .magicalLogo span.focusable:focus, .focusable.mainContent-header:focus, .dictList--toggle .focusable.dictItem-def:focus, .focusable.headerPrimary-title--alt:focus, .headerPrimary-trigger span.focusable:focus, .menuItem-icon svg-text.focusable:focus, .focusable.subNav-list:focus, .focusable.subNav-target:focus, .focusable.subNav-series._is-off:focus, .focusable.heroSlider-item:focus, .focusable.heroSlider-caption._is-off:focus, .focusable.galleryDescription._is-off:focus, .focusable.galleryView:focus, .focusable.flexGallery._is-off:focus, .focusable.flexGallery-caption:focus, .focusable.flexGallery-expand:focus, .flexGallery-close span.focusable:focus, .focusable.digitalTitle:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
	/* ---------------------------------------------------------------------
 	Show Content
	------------------------------------------------------------------------ */
@media (min-width: 45.1em) {
  .subNav-list, body:not(._is-touch) .subNav-item:hover .subNav-target, ._is-touch-on .subNav-target, .galleryView, .flexGallery-caption {
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
    position: static; } }
@media (min-width: 64em) {
  .heroSlider:hover .heroSlider-arrow, .flexGallery:hover .flexGallery-arrow {
    clip: auto;
    height: auto;
    width: auto;
    overflow: visible;
    position: static; } }
.dictList--toggle .dictItem-def._is-open, ._is-on .menuItem, .subNav-list._is-active, ._is-on .subNav-target, .heroSlider-item._is-active, .flexGallery-trigger:hover .flexGallery-expand, ._is-slider .flexGallery-caption {
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
  position: static; }
	/* ---------------------------------------------------------------------
 	Contain Floats
	------------------------------------------------------------------------ */
	/* ---------------------------------------------------------------------
 	Content Decoration
	------------------------------------------------------------------------ */
.mainContent-intro img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
	/* ---------------------------------------------------------------------
 	No Select
	------------------------------------------------------------------------ */
	/* ---------------------------------------------------------------------
 	Columns
	------------------------------------------------------------------------ */
.digitalBio-subtitle--language {
  -webkit-column-span: all;
  -moz-column-span: all;
  -ms-input-column-span: all;
  -o-column-span: all;
  column-span: all; }
/* ---------------------------------------------------------------------
 Viewport Module
 by blam 
 // Custom-built module for responsive testing and 
 // Basis for viewport-dependent js-behavior
------------------------------------------------------------------------ */
.viewportMod {
  height: 60px;
  padding: 0 0.1em;
  width: 40px;
  bottom: 0.5em;
  left: 0;
  position: fixed;
  z-index: 2000;
  background: #000;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .viewportMod::before {
    display: block;
    content: 'x';
    font-family: arial, helvetica;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
    padding: 1rem;
    font-size: 16px;
    font-size: 1rem; }
  @media (min-width: 0) {
    .viewportMod {
      color: #c10aa5; }
      .viewportMod::before {
        content: 'sm'; } }
  @media (min-width: 45.1em) {
    .viewportMod {
      color: #fbb906; }
      .viewportMod::before {
        content: 'md'; } }
  @media (min-width: 64em) {
    .viewportMod {
      color: #5cc10a; }
      .viewportMod::before {
        content: 'lg'; } }

/* ---------------------------------------------------------------------
 Transforms
------------------------------------------------------------------------ */
@-webkit-keyframes rotate-up-alpha {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg), scale(1, 1);
    -moz-transform: rotate(360deg), scale(1, 1);
    -ms-input-transform: rotate(360deg), scale(1, 1);
    -o-transform: rotate(360deg), scale(1, 1);
    transform: rotate(360deg), scale(1, 1); } }
@keyframes rotate-up-alpha {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg), scale(1, 1);
    -moz-transform: rotate(360deg), scale(1, 1);
    -ms-input-transform: rotate(360deg), scale(1, 1);
    -o-transform: rotate(360deg), scale(1, 1);
    transform: rotate(360deg), scale(1, 1); } }
@-webkit-keyframes rotate-up-beta {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(-360deg), scale(1, 1);
    -moz-transform: rotate(-360deg), scale(1, 1);
    -ms-input-transform: rotate(-360deg), scale(1, 1);
    -o-transform: rotate(-360deg), scale(1, 1);
    transform: rotate(-360deg), scale(1, 1); } }
@keyframes rotate-up-beta {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(-360deg), scale(1, 1);
    -moz-transform: rotate(-360deg), scale(1, 1);
    -ms-input-transform: rotate(-360deg), scale(1, 1);
    -o-transform: rotate(-360deg), scale(1, 1);
    transform: rotate(-360deg), scale(1, 1); } }
@-webkit-keyframes rotate-up-gamma {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg), scale(1, 1);
    -moz-transform: rotate(360deg), scale(1, 1);
    -ms-input-transform: rotate(360deg), scale(1, 1);
    -o-transform: rotate(360deg), scale(1, 1);
    transform: rotate(360deg), scale(1, 1); } }
@keyframes rotate-up-gamma {
  0% {
    -webkit-transform: rotate(0deg), scale(0, 0);
    -moz-transform: rotate(0deg), scale(0, 0);
    -ms-input-transform: rotate(0deg), scale(0, 0);
    -o-transform: rotate(0deg), scale(0, 0);
    transform: rotate(0deg), scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg), scale(1, 1);
    -moz-transform: rotate(360deg), scale(1, 1);
    -ms-input-transform: rotate(360deg), scale(1, 1);
    -o-transform: rotate(360deg), scale(1, 1);
    transform: rotate(360deg), scale(1, 1); } }
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-input-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-input-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-input-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-input-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ---------------------------------------------------------------------
 Box
------------------------------------------------------------------------ */
@-webkit-keyframes box-fatten {
  0% {
    width: 0; }
  100% {
    width: 100px; } }
@keyframes box-fatten {
  0% {
    width: 0; }
  100% {
    width: 100px; } }
/* ---------------------------------------------------------------------
 Fades
------------------------------------------------------------------------ */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fade-glint-alpha {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-glint-alpha {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fade-glint-beta {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-glint-beta {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* __project.scss */
/* _config.scss */
/* ---------------------------------------------------------------------
 Base Font
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Breakpoints Map
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Boxes
 TO DO: this should be nixed
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Image Path
 // To Do: consider making this a system module 
 // so image paths can be tied to specific modules
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Palette
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Palette Creation
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Typography
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Z-Index
// leverages z-index function within _helpers.scss
------------------------------------------------------------------------ */
/* _fonts.scss */
@font-face {
  font-family: "avenir-next";
  src: url("fonts/avenir-next/AvenirNextLTPro-Regular.eot");
  src: url("fonts/avenir-next/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-next/AvenirNextLTPro-Regular.woff") format("woff"), url("fonts/avenir-next/AvenirNextLTPro-Regular.ttf") format("truetype"), url("fonts/avenir-next/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* _globals.scss */
/* ---------------------------------------------------------------------
 Defaults
 // TO DO: possibly move some of these into config?
------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-family: "avenir-next", sans-serif;
  line-height: 1.5;
  font-size: 28.8px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 45.1em) {
    body {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 64em) {
    body {
      font-size: 32px;
      font-size: 2rem; } }
  body._is-disabled {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

a {
  color: #42b4d6;
  text-decoration: none; }

ol, ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

p {
  margin: 0; }

img {
  display: block;
  width: 100%; }

hr {
  border-left: none;
  display: block;
  margin: 2em auto;
  width: 10%; }
  hr.rule--alt {
    margin: 2em 0; }
  hr.rule--top {
    margin: 1em 0 2em 0; }
  hr.rule--btm {
    margin: 2em 0 1em 0; }

figure {
  margin: 0; }

  	/* ---------------------------------------------------------------------
	 Icons
	 // https://linearicons.com/free#cheatsheet
	------------------------------------------------------------------------ */
.lnr {
  display: inline-block;
  vertical-align: middle; }

.lnr-heart {
  margin: 0 0 0 0.2em;
  font-size: 1.1em; }

.lnr-tag {
  margin: 0 0.2em 0 0;
  font-size: 1.5em; }

/* _helpers.scss */
/* ---------------------------------------------------------------------
 Components
 // Resuables
------------------------------------------------------------------------ */
/* __components.scss */
/* ---------------------------------------------------------------------
 Specifics
 // Project-specific styles, organized according to the items/sections represented
------------------------------------------------------------------------ */
/* __specifics.scss */
/* ---------------------------------------------------------------------
 Import modules
 // Example
 // @import 'moduleSample/__moduleSample';
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Import contextual entities
 // @import 'specialPage/__specialPageImporter';
------------------------------------------------------------------------ */
/* _core.scss */
/* ---------------------------------------------------------------------
 Variables
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Global
------------------------------------------------------------------------ */
.bodyContainer--alpha {
  background: #000; }

/* ---------------------------------------------------------------------
 Logo
------------------------------------------------------------------------ */
.magicalLogo {
  display: inline-block;
  width: 3em;
  position: relative;
  top: 0.5em;
  vertical-align: top; }
  @media (min-width: 45.1em) {
    .magicalLogo {
      top: 0; } }
  .magicalLogo-lg--alpha {
    display: block;
    height: 1.85em;
    width: 1.85em;
    position: relative; }
    .magicalLogo-lg--alpha::before, .magicalLogo-lg--alpha::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #FFFFFF; }
    .magicalLogo-lg--alpha::before {
      width: 1.48em;
      bottom: 0.185em;
      left: 1.11em;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-lg--alpha::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }
  .magicalLogo-sm--alpha {
    bottom: -0.925em;
    right: -1.85em;
    display: block;
    height: 0.925em;
    width: 0.925em;
    position: relative; }
    .magicalLogo-sm--alpha::before, .magicalLogo-sm--alpha::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #FFFFFF; }
    .magicalLogo-sm--alpha::before {
      width: 0.74em;
      bottom: 0.0925em;
      left: 0.555em;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-sm--alpha::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }
  .magicalLogo-lg--beta {
    display: block;
    height: 40px;
    width: 40px;
    position: relative; }
    .magicalLogo-lg--beta::before, .magicalLogo-lg--beta::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .magicalLogo-lg--beta::before {
      width: 32px;
      bottom: 4px;
      left: 24px;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-lg--beta::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }
  .magicalLogo-sm--beta {
    bottom: -20px;
    right: -40px;
    display: block;
    height: 20px;
    width: 20px;
    position: relative; }
    .magicalLogo-sm--beta::before, .magicalLogo-sm--beta::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .magicalLogo-sm--beta::before {
      width: 16px;
      bottom: 2px;
      left: 12px;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-sm--beta::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }
  .magicalLogo-lg--gamma {
    display: block;
    height: 30px;
    width: 30px;
    position: relative; }
    .magicalLogo-lg--gamma::before, .magicalLogo-lg--gamma::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .magicalLogo-lg--gamma::before {
      width: 24px;
      bottom: 3px;
      left: 18px;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-lg--gamma::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }
  .magicalLogo-sm--gamma {
    bottom: -15px;
    right: -30px;
    display: block;
    height: 15px;
    width: 15px;
    position: relative; }
    .magicalLogo-sm--gamma::before, .magicalLogo-sm--gamma::after {
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .magicalLogo-sm--gamma::before {
      width: 12px;
      bottom: 1.5px;
      left: 9px;
      -webkit-transform: rotate(56deg);
      -moz-transform: rotate(56deg);
      -ms-input-transform: rotate(56deg);
      -o-transform: rotate(56deg);
      transform: rotate(56deg); }
    .magicalLogo-sm--gamma::after {
      left: 0;
      -webkit-transform: rotate(-56deg);
      -moz-transform: rotate(-56deg);
      -ms-input-transform: rotate(-56deg);
      -o-transform: rotate(-56deg);
      transform: rotate(-56deg); }

/* ---------------------------------------------------------------------
 Main Content
------------------------------------------------------------------------ */
.mainContent {
  position: relative;
  z-index: 1;
  font-size: 0.8em;
  line-height: 2; }
  .mainContent--alpha {
    padding: 10em 0 0 0; }
  .mainContent--beta {
    min-height: 100vh; }
    @media (min-width: 64em) {
      .mainContent--beta {
        margin: 2.8em 0 0 0; } }
  .mainContent--gamma {
    padding-top: 8em;
    font-size: 1rem; }
  .mainContent p {
    font-size: 0.9em; }

.mainContent-wrap {
  margin: 0 auto;
  padding: 5em 0 3em 0;
  width: 90%;
  position: relative; }
  @media (min-width: 64em) {
    .mainContent-wrap {
      width: 60%; } }
  .mainContent-wrap--full {
    padding: 0;
    width: 100%; }

.mainContent-title {
  margin: 0 0 2em 0;
  font: 600 2.5em/1.5 "Helvetica", serif; }
  .mainContent-title--footnote {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.3em;
    font-weight: normal;
    text-align: left; }
  .mainContent-title--alt {
    margin-bottom: 1em;
    font-size: 2em; }

.mainContent-subtitle {
  display: block;
  margin: 0 0 2em 0;
  font: 600 1.2em/1.5 "Helvetica", serif; }
  .mainContent-subtitle--alt {
    margin-bottom: 0; }
  .mainContent-subtitle--inline {
    display: inline-block; }

.mainContent-col {
  -webkit-columns: 10em 2;
  -moz-columns: 10em 2;
  columns: 10em 2; }

.mainContent-intro {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  font: 600 2em/1.5 "Helvetica", serif;
  text-align: right; }
  .mainContent-intro p {
    margin: 1em 0; }
  .mainContent-intro img {
    display: inline-block;
    width: 50%; }

.mainContent-body {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.imageCallout {
  width: 100%; }
  .imageCallout img {
    float: left; }
  .imageCallout--triple img:nth-child(n+2) {
    display: none; }
  @media (min-width: 45.1em) {
    .imageCallout--triple img {
      width: 33.333%; }
      .imageCallout--triple img:nth-child(n+2) {
        display: inline-block; } }
  .imageCallout--quad img {
    width: 25%; }
  .imageCallout-caption {
    padding: 0 0 0 0.5em;
    font-size: 0.6em; }

.mainContent-footnote {
  margin: 2em 0 0 0;
  font-size: 0.8em; }
  .mainContent-footnote p {
    display: inline-block; }

/* ---------------------------------------------------------------------
 Footer
------------------------------------------------------------------------ */
.footerPrimary {
  clear: both;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 0.6em;
  z-index: 2; }
  .footerPrimary a {
    padding: 1em;
    background: #000;
    color: #FFF;
    line-height: 2; }

/* _lists.scss */
/* ---------------------------------------------------------------------
 Def List
------------------------------------------------------------------------ */
.dictList--ordered {
  counter-reset: step; }

.dictItem-term,
.dictItem-def {
  font-size: 0.9em; }
  .dictItem-term a,
  .dictItem-def a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.8); }
    .dictItem-term a:hover,
    .dictItem-def a:hover {
      border-bottom-style: dashed; }

.dictItem-term {
  display: block;
  line-height: 1.5;
  font-weight: bold; }
  .dictItem-term--alt {
    margin-bottom: 0.5em; }
    .dictList--toggle .dictItem-term--alt {
      margin: 1em 0 0.5em 0;
      font-weight: normal; }
  .dictList--ordered .dictItem-term {
    counter-increment: step; }
  .dictList--toggle .dictItem-term:hover {
    cursor: pointer; }
  .dictList--ordered .dictItem-term::before {
    content: counter(step) ". "; }
  .dictList--toggle .dictItem-term::after {
    content: "\002B";
    display: inline-block;
    padding: 0 0.2em; }
  .dictItem-term._is-open {
    font-weight: 600; }
    .dictItem-term._is-open::after {
      content: "\2212"; }

.dictItem-def {
  display: inline-block;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1; }
  .dictItem-def--alt, .dictItem-subdef {
    margin: 0 0 1em 0;
    line-height: 1.8; }
  .dictItem-def p {
    margin-bottom: 1em;
    font-size: 1em; }
  .dictItem-def li {
    line-height: 1.5; }
  .dictItem-def br {
    color: red; }

.dictItem-subdef {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8em; }
  .dictItem-subdef--alt {
    margin: 2em 0 0; }

.dictToggle {
  margin: 0 0 2em;
  vertical-align: middle; }
  .dictToggle a {
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
    opacity: 1; }
    .dictToggle a._is-on {
      opacity: 0.5; }

/* _primaryNav.scss */
/* ---------------------------------------------------------------------
 Header
------------------------------------------------------------------------ */
.headerPrimary {
  width: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  font-size: 1rem; }

.headerPrimary-title a {
  color: #FFF; }
.headerPrimary-title--interior {
  display: inline-block;
  color: #FFF;
  font-family: "avenir-next", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 4;
  text-transform: uppercase;
  position: relative;
  left: 4.5em; }

.headerPrimary-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .headerPrimary-nav--interior {
    height: 4em;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    background: #000; }
  .headerPrimary-nav._is-on {
    padding: 6em 0 1em 1em;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.9); }

.headerPrimary-trigger {
  position: absolute;
  right: 1em;
  top: 1.5em;
  z-index: 3; }
  .headerPrimary-trigger--alpha {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    height: 16px;
    width: 30px;
    -webkit-transition: opacity, 0.2s, linear;
    -moz-transition: opacity, 0.2s, linear;
    -ms-input-transition: opacity, 0.2s, linear;
    -o-transition: opacity, 0.2s, linear;
    transition: opacity, 0.2s, linear; }
    .headerPrimary-trigger--alpha::before, .headerPrimary-trigger--alpha::after {
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      position: absolute;
      top: 8px; }
    .headerPrimary-trigger--alpha::after {
      border-top: 1px solid #FFFFFF; }
    .headerPrimary-trigger--alpha._is-on {
      border: none;
      right: 1em;
      top: 2em; }
      .headerPrimary-trigger--alpha._is-on::before, .headerPrimary-trigger--alpha._is-on::after {
        height: 1px;
        top: 0;
        background: #FFFFFF; }
      .headerPrimary-trigger--alpha._is-on::after {
        border: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-input-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .headerPrimary-trigger--alpha._is-on::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-input-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .headerPrimary-trigger--alpha:hover {
      opacity: 0.3;
      -webkit-transition: opacity, 0.2s;
      -moz-transition: opacity, 0.2s;
      -ms-input-transition: opacity, 0.2s;
      -o-transition: opacity, 0.2s;
      transition: opacity, 0.2s; }
  .headerPrimary-trigger--beta {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    height: 16px;
    width: 30px;
    -webkit-transition: opacity, 0.2s, linear;
    -moz-transition: opacity, 0.2s, linear;
    -ms-input-transition: opacity, 0.2s, linear;
    -o-transition: opacity, 0.2s, linear;
    transition: opacity, 0.2s, linear; }
    .headerPrimary-trigger--beta::before, .headerPrimary-trigger--beta::after {
      content: '';
      height: 100%;
      width: 100%;
      left: 0;
      position: absolute;
      top: 8px; }
    .headerPrimary-trigger--beta::after {
      border-top: 1px solid rgba(0, 0, 0, 0.5); }
    .headerPrimary-trigger--beta._is-on {
      border: none;
      right: 1em;
      top: 1em; }
      .headerPrimary-trigger--beta._is-on::before, .headerPrimary-trigger--beta._is-on::after {
        height: 1px;
        top: 0;
        background: rgba(0, 0, 0, 0.5); }
      .headerPrimary-trigger--beta._is-on::after {
        border: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-input-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .headerPrimary-trigger--beta._is-on::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-input-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .headerPrimary-trigger--beta:hover {
      opacity: 0.3;
      -webkit-transition: opacity, 0.2s;
      -moz-transition: opacity, 0.2s;
      -ms-input-transition: opacity, 0.2s;
      -o-transition: opacity, 0.2s;
      transition: opacity, 0.2s; }
    .headerPrimary-trigger--beta._is-on {
      top: 2em; }
@inclde breakpoint(lg) {
  .headerPrimary-trigger--beta._is-on {
    top: 1em; } }
/* ---------------------------------------------------------------------
 Menus
------------------------------------------------------------------------ */
.menuMain, .menuList {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 45.1em) {
    .menuMain, .menuList {
      position: static; } }

.menuMain {
  width: 60%;
  float: left;
  text-align: left; }
  @media (min-width: 45.1em) {
    .menuMain--interior {
      padding-left: 5em; } }
  @media (min-width: 64em) {
    .menuMain--interior {
      padding-left: 4em; } }

.menuList {
  height: 100%; }
  .menuList--primary {
    padding: 0 0 0 1em;
    float: left; }
  .menuList--aux {
    padding: 0 1.5em 0 0;
    float: right;
    text-align: right; }
  @media (min-width: 45.1em) {
    .menuList {
      width: 40%; } }

.menuItem {
  display: inline-block;
  height: 100%;
  margin: 0 0.5em;
  vertical-align: middle;
  line-height: 4;
  font: 400 0.9em/5 "avenir-next", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .menuItem a {
    display: block;
    color: #FFFFFF;
    opacity: 0.8; }
    .menuItem a:hover {
      opacity: 1; }
  @media (min-width: 45.1em) {
    .menuItem {
      font-size: 1.1em;
      line-height: 4; } }
  .menuItem--home {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 3.5;
    text-transform: none; }
  .menuItem--icon {
    margin: 0 0.1em;
    width: 2em; }

.menuItem-icon {
  height: 100%;
  width: 100%; }
  .menuItem-icon svg {
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .menuItem-icon svg path {
      fill: #FFFFFF; }
  .menuItem-icon--instagram path {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-input-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  .menuItem-icon--email path {
    -webkit-transform: scale(1.25, 1.6);
    -moz-transform: scale(1.25, 1.6);
    -ms-input-transform: scale(1.25, 1.6);
    -o-transform: scale(1.25, 1.6);
    transform: scale(1.25, 1.6); }

/* _subNav.scss */
/* ---------------------------------------------------------------------
 Subnav
------------------------------------------------------------------------ */
.subNav {
  padding: 0 2em;
  width: 100%;
  position: fixed;
  z-index: 3;
  background: #000;
  left: 0;
  top: 4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .subNav::before, .subNav--alt::after {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    content: '';
    padding: 0 0.5em;
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 45.1em) {
      .subNav::before, .subNav--alt::after {
        font-size: 1em; } }
  .subNav a {
    display: block;
    color: #FFF;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 4;
    text-transform: uppercase;
    opacity: 0.8;
    vertical-align: middle; }
    .subNav a:hover {
      opacity: 1; }

.subNav-title {
  display: block;
  margin: 0 0.5em 0 0;
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 4;
  text-transform: uppercase; }
  @media (min-width: 45.1em) {
    .subNav-title {
      display: inline-block; } }

.subNav-toggle {
  display: inline-block;
  top: -0.2em;
  height: 0.5em;
  width: 0.5em;
  position: relative;
  opacity: 1; }
  .subNav-toggle::after {
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-input-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .subNav-toggle:hover {
    opacity: 0.3;
    -webkit-transition: opacity, 0.2s, linear;
    -moz-transition: opacity, 0.2s, linear;
    -ms-input-transition: opacity, 0.2s, linear;
    -o-transition: opacity, 0.2s, linear;
    transition: opacity, 0.2s, linear; }
  ._is-active .subNav-toggle {
    top: 0; }
    ._is-active .subNav-toggle::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-input-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.subNav-list._is-active {
  display: block;
  padding: 0 0 1em 0; }
@media (min-width: 45.1em) {
  .subNav-list {
    display: inline-block;
    padding: 0; } }

.subNav-item {
  display: block;
  padding: 0 0.5em;
  position: relative; }
  .subNav-item._is-on {
    background: #FFF; }
    .subNav-item._is-on a {
      opacity: 1;
      color: #000; }
  @media (min-width: 45.1em) {
    .subNav-item {
      display: inline-block; }
      body:not(._is-touch) .subNav-item:hover {
        line-height: 4.1; }
        body:not(._is-touch) .subNav-item:hover a {
          opacity: 1;
          color: #000; }
        body:not(._is-touch) .subNav-item:hover > a {
          color: #FFF; }
      .subNav-item._is-touch-on {
        line-height: 4.1; }
        .subNav-item._is-touch-on a {
          opacity: 1;
          color: #000; }
        .subNav-item._is-touch-on > a {
          color: #FFF; }
      .subNav-item._is-on > a {
        color: #FFF; } }

.subNav-target a {
  line-height: 3;
  text-transform: none; }
._is-on .subNav-target {
  margin: 0;
  padding: 0 0.5em 1em 0.5em;
  width: auto;
  top: 100%;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
@media (min-width: 45.1em) {
  .subNav-target a {
    line-height: 2; }
  body:not(._is-touch) .subNav-item:hover .subNav-target {
    margin: 0;
    padding: 0 0.5em 1em 0.5em;
    width: auto;
    top: 100%;
    background: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 1em 1.5em;
    position: absolute;
    width: 180%; }
    body:not(._is-touch) .subNav-item:hover .subNav-target::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 0.75em solid transparent;
      border-right: 0.75em solid transparent;
      border-bottom: 0.5em solid #FFF;
      position: absolute;
      left: 50%;
      bottom: 100%; }
  ._is-touch-on .subNav-target {
    margin: 0;
    padding: 0 0.5em 1em 0.5em;
    width: auto;
    top: 100%;
    background: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 1em 1.5em;
    position: absolute;
    width: 180%; }
    ._is-touch-on .subNav-target::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 0.75em solid transparent;
      border-right: 0.75em solid transparent;
      border-bottom: 0.5em solid #FFF;
      position: absolute;
      left: 50%;
      bottom: 100%; }
  ._is-on .subNav-target {
    padding: 1em 1.5em;
    position: absolute;
    width: 180%; }
    ._is-on .subNav-target::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 0.75em solid transparent;
      border-right: 0.75em solid transparent;
      border-bottom: 0.5em solid #FFF;
      position: absolute;
      left: 50%;
      bottom: 100%; } }

/* _artwork.scss */
/* ---------------------------------------------------------------------
 Global Slider
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Hero Slider
------------------------------------------------------------------------ */
.heroSlider-arrow {
  position: absolute;
  width: 3em;
  height: 3em;
  text-align: center;
  background: #000;
  z-index: 3; }
  .heroSlider-arrow span {
    display: inline-block;
    color: #FFF;
    font-size: 3em;
    line-height: 1; }
  .heroSlider-arrow--next {
    right: 2em; }
  .heroSlider-arrow--prev {
    left: 2em; }
  .heroSlider-arrow:hover {
    cursor: pointer; }
    .heroSlider-arrow:hover span {
      opacity: 1; }
  .heroSlider-arrow span span {
    opacity: 0.5; }
  @media (min-width: 64em) {
    .heroSlider:hover .heroSlider-arrow {
      position: absolute;
      width: 3em;
      height: 3em;
      text-align: center;
      background: #000;
      z-index: 3; }
      .heroSlider:hover .heroSlider-arrow span {
        display: inline-block;
        color: #FFF;
        font-size: 3em;
        line-height: 1; } }

.heroSlider {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 8em; }

.heroSlider-list {
  height: 100%;
  width: 100%; }

.heroSlider-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-input-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .heroSlider-item._is-active {
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-input-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

.heroSlider-trigger {
  display: block;
  height: 100%;
  width: 100%; }

.heroSlider-caption {
  display: block;
  bottom: 8em;
  left: 0;
  position: absolute;
  z-index: -1;
  background: #000;
  color: #FFF;
  font-size: 1.3em;
  padding: 0.5em;
  line-height: 1; }
  ._is-active .heroSlider-caption {
    z-index: 1; }

/* ---------------------------------------------------------------------
 Gallery and Slider
------------------------------------------------------------------------ */
.flexGallery-arrow {
  position: absolute;
  width: 3em;
  height: 3em;
  text-align: center;
  background: #000;
  z-index: 3; }
  .flexGallery-arrow span {
    display: inline-block;
    color: #FFF;
    font-size: 3em;
    line-height: 1; }
  .flexGallery-arrow--next {
    right: 2em; }
  .flexGallery-arrow--prev {
    left: 2em; }
  .flexGallery-arrow:hover {
    cursor: pointer; }
    .flexGallery-arrow:hover span {
      opacity: 1; }
  .flexGallery-arrow span span {
    opacity: 0.5; }
  @media (min-width: 64em) {
    .flexGallery:hover .flexGallery-arrow {
      position: absolute;
      width: 3em;
      height: 3em;
      text-align: center;
      background: #000;
      z-index: 3; }
      .flexGallery:hover .flexGallery-arrow span {
        display: inline-block;
        color: #FFF;
        font-size: 3em;
        line-height: 1; } }

.galleryOuter {
  position: relative; }

.galleryDescription {
  margin: 2em;
  position: relative;
  color: #FFF;
  letter-spacing: 0.1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .galleryDescription p {
    font-size: 1.1em; }
  @media (min-width: 45.1em) {
    .galleryDescription {
      min-height: 6em;
      margin-bottom: 4em; } }

.galleryView {
  position: absolute;
  right: 0;
  top: 0; }
  .galleryView-toggle {
    display: inline-block;
    color: #FFF;
    font-size: 1.1em; }
    .galleryView-toggle:first-child::after {
      content: " | ";
      display: inline-block;
      margin: 0 0.2em; }
    .galleryView-toggle._is-active {
      font-weight: bold; }
    .galleryView-toggle--grid {
      border: 1px solid rgba(255, 255, 255, 0.5);
      display: inline-block;
      vertical-align: middle;
      padding: 0.2em 0.1em 0 0.2em;
      font-size: 0.9em;
      line-height: 1.1; }

/* ---------------------------------------------------------------------
 Flex Gallery

 	The primary art gallery is flexible, with 3 different iterations:
	
	1. Default: 2-up grid
	2. Grid via user-selection: 3-up, 4-up
	3. Slider: horizontal slider only available on medium to large viewports. 

	Gallery images within the gallery fall into 2 camps:

	1. Simple: Uniformly sized images (all square), e.g. lotus girl
	2. Complex: Uniquely sized images (uniform heights, varying widths), e.g. portraits and landscapes

------------------------------------------------------------------------ */
.flexGallery {
  margin: 0 2em;
  padding: 0 0 5em 0;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 45.1em) {
    .flexGallery--lotus-girl {
      margin-top: 10em;
      padding-bottom: 0; }
    .flexGallery--landscapes {
      margin-top: 10em; } }

.flexGallery-list {
  display: flex;
  margin: 0 -0.5em;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .flexGallery--complex .flexGallery-list {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap; }

.flexGallery-item {
  padding: 0.5em;
  position: relative;
  opacity: 1;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-input-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  ._is-2up-col .flexGallery-item {
    width: 50%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  ._is-3up-col .flexGallery-item {
    width: 33.3333%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  ._is-3up-row .flexGallery-item {
    -webkit-box-flex: 0 0 33.3333%;
    -moz-box-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
  ._is-4up-row .flexGallery-item {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .flexGallery-item._is-loading {
    opacity: 0; }
  .flexGallery-item._is-fading {
    -webkit-animation: fade-out 0.5s ease 0.2s forwards;
    animation: fade-out 0.5s ease 0.2s forwards; }
  .flexGallery-item figure {
    width: 100%;
    height: 100%; }
  @media (min-width: 45.1em) {
    .flexGallery-item {
      min-width: 20vw;
      padding: 1em 1em 2em 1em; } }

.flexGallery-image {
  width: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flexGallery-caption {
  position: relative;
  color: #FFF;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.3; }
  .flexGallery-caption span {
    display: block; }
  ._is-3up-row .flexGallery-caption {
    min-height: 30px; }
    @media (min-width: 45.1em) {
      ._is-3up-row .flexGallery-caption {
        min-height: 0; } }
  ._is-4up-row .flexGallery-caption {
    min-height: 50px; }
    @media (min-width: 45.1em) {
      ._is-4up-row .flexGallery-caption {
        min-height: 0; } }
  @media (min-width: 45.1em) {
    .flexGallery-caption {
      padding: 1em 0 0 1em; } }

.flexGallery-image-title {
  font-weight: bold; }
  .flexGallery-image-title--alt {
    display: inline-block; }
    .flexGallery-image-title--alt::after {
      display: inline-block;
      content: "*"; }

.flexGallery-arrow--prev {
  left: 1em; }
.flexGallery-arrow--next {
  right: 3em; }
.flexGallery-arrow._is-disabled {
  display: none; }

.flexGallery-trigger {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2; }

.flexGallery-trigger:hover .flexGallery-expand {
  padding: 0.1em 0.2em;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: #000;
  color: #FFF;
  font-size: 1.1em;
  z-index: 3;
  line-height: 1; }
  .flexGallery--lotus-girl .flexGallery-trigger:hover .flexGallery-expand {
    right: 0.5em; }
  @media (min-width: 45.1em) {
    .flexGallery-trigger:hover .flexGallery-expand {
      font-size: 2em;
      right: 1em; } }

/* ---------------------------------------------------------------------
 Gallery Slider
 // Make sure this follows the default gallery declarations ^^^ to 
 // ensure CSS precedent
------------------------------------------------------------------------ */
.flexGallery._is-slider {
  width: -webkit-calc(100% - 3.75em);
  width: -moz-calc(100% - 3.75em);
  width: calc(100% - 3.75em); }

._is-slider .flexGallery-list {
  display: block;
  margin-left: -1em;
  min-width: 1000%;
  overflow: hidden;
  -webkit-flex-flow: unset;
  flex-flow: unset;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-input-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out; }

._is-slider .flexGallery-item {
  min-width: 0;
  padding: 0;
  float: left;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.flexGallery--complex._is-slider .flexGallery-placeholder-image {
  height: 60vh;
  width: auto; }
.flexGallery--lotus-girl._is-slider .flexGallery-placeholder-image {
  width: 28vw; }

._is-slider .flexGallery-image {
  margin: 0 1em; }
.flexGallery--complex._is-slider .flexGallery-image {
  height: 60vh;
  width: auto; }
.flexGallery--landscapes._is-slider .flexGallery-image {
  height: 50vh; }
.flexGallery--lotus-girl._is-slider .flexGallery-image {
  width: 28vw; }

._is-slider .flexGallery-caption {
  position: relative;
  padding: 1em 0 0 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------------------------------------------------
 Gallery Modal
------------------------------------------------------------------------ */
.flexGallery-modal {
  left: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background: #FFF;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-input-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .flexGallery-modal img {
    display: block;
    margin: 0 auto;
    max-height: 80vh;
    width: auto;
    max-width: 100%; }
  .flexGallery-modal._is-off {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-input-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

.flexGallery-modal-title {
  width: 100%;
  bottom: 1em;
  position: absolute;
  z-index: 2;
  text-align: center; }
  .flexGallery-modal-title span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-size: 0.7em;
    text-align: center;
    padding: 0.2em 0.5em 0; }

.flexGallery-close {
  background: #000;
  outline: 5px solid #000;
  display: block;
  height: 1em;
  width: 1em;
  opacity: 1;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transition: opacity, 0.2s, linear;
  -moz-transition: opacity, 0.2s, linear;
  -ms-input-transition: opacity, 0.2s, linear;
  -o-transition: opacity, 0.2s, linear;
  transition: opacity, 0.2s, linear; }
  .flexGallery-close::before, .flexGallery-close::after {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: #FFF; }
  .flexGallery-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-input-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .flexGallery-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-input-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .flexGallery-close:hover {
    opacity: 0.3;
    -webkit-transition: opacity, 0.2s, linear;
    -moz-transition: opacity, 0.2s, linear;
    -ms-input-transition: opacity, 0.2s, linear;
    -o-transition: opacity, 0.2s, linear;
    transition: opacity, 0.2s, linear; }
  .flexGallery-close::before, .flexGallery-close::after {
    top: 0.5em; }

/* ---------------------------------------------------------------------
 Gallery Content
------------------------------------------------------------------------ */
.galleryContent-title, .galleryVideo-caption p {
  color: #FFF;
  font-size: 1.1em;
  letter-spacing: 0.1em; }

.galleryContent {
  margin: 2em 0 0 2em;
  font-size: 1rem; }

.galleryVideo {
  margin: 0 2em 0 0;
  overflow: hidden; }
  @media (min-width: 45.1em) {
    .galleryVideo {
      margin-top: 10em; } }

.galleryVideo-media {
  float: left;
  max-width: 100%; }

.galleryVideo-caption {
  margin: 1em 0 6em 0;
  max-width: 400px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 45.1em) {
    .galleryVideo-caption {
      margin-top: 0;
      padding-left: 2em; } }
  .galleryVideo-caption a {
    border-bottom: 1px solid #FFF;
    color: #FFF; }
    .galleryVideo-caption a:hover {
      border-bottom-style: dashed; }
  .galleryVideo-caption hr {
    margin-left: 0; }

/* ---------------------------------------------------------------------
 Touch Device
------------------------------------------------------------------------ */
._is-touch .galleryDescription {
  margin-bottom: 1em; }
  @media (min-width: 45.1em) {
    ._is-touch .galleryDescription {
      margin-bottom: 0; } }
@media (min-width: 45.1em) {
  ._is-touch .flexGallery--lotus-girl, ._is-touch .flexGallery--landscapes {
    margin-top: 0; } }

/* _digital-resume.scss */
.digitalBio-content {
  margin: 2em 0; }
  .digitalBio-content a {
    color: rgba(0, 0, 0, 0.8); }

.digitalBio-subtitle {
  margin: 0 0 0.8em 0;
  font: 600 1.2em/1.5 "Helvetica", serif; }
  .digitalBio-subtitle--alt {
    color: rgba(0, 0, 0, 0.5); }

.digitalBio-def {
  display: block;
  margin: 0 0 2em 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8em; }

.digital-view {
  display: block; }

.digitalBio-content--language {
  -webkit-columns: 1em 3;
  -webkit-column-gap: 10em;
  -moz-columns: 1em 3;
  -moz-column-gap: 10em;
  -ms-input-columns: 1em 3;
  -ms-input-column-gap: 10em;
  -o-columns: 1em 3;
  -o-column-gap: 10em;
  columns: 1em 3;
  column-gap: 10em; }

@media print {
  body {
    font-family: 'Lato'; }

  br {
    display: block; }

  .digitalSubtitle {
    margin-bottom: 0;
    width: 48%;
    float: right;
    font: 600 2.2em/1.5 "Helvetica", serif;
    text-align: right; }

  .digitalBio-col {
    padding: 0 10em 0 0;
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .digitalBio-col--1 {
      padding: 0 8em 0 4em; }
    .digitalBio-col--2 {
      padding: 0 0 0 10em; }

  .digitalBio-content {
    margin: 0 0 2em 0; }
    .digitalBio-content a {
      border: none;
      color: rgba(0, 0, 0, 0.8); }
      .digitalBio-content a:hover {
        border: none; }
    .digitalBio-content--resume {
      margin: 0; }
    .digitalBio-content--language {
      overflow: hidden; }
      .digitalBio-content--language div {
        float: left;
        width: 30%;
        margin: 0 1em 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .digitalBio-content--language div:nth-of-type(3) {
          margin: 0;
          float: right; }
    .digitalBio-content--language, .digitalBio-content--speaking, .digitalBio-content--publications {
      clear: both; }

  .digitalBio-contact {
    margin: 0.35em 0 0 0; }
    .digitalBio-contact * {
      font-size: 6px; }

  .digitalBio-header {
    margin: 0 0 2em 0;
    padding: 3em 10em;
    overflow: hidden;
    background: #F2F2F2; }

  .digitalBio-name {
    float: left;
    width: 50%; }

  .digitalBio-subtitle--resume {
    margin-bottom: 0;
    font-size: 2.5em; }

  .dictItem-def {
    display: block; }

  .dictItem-def--alt, .dictItem-subdef, .dictItem-subdef {
    margin-bottom: 1em; }

  .dictItem-subdef--alt {
    margin-top: 6em;
    font-size: 5pt; }

  .dictItem {
    line-height: 1.5; }
    .dictItem * {
      line-height: normal; } }
@page {
  margin: 0; }
/* ---------------------------------------------------------------------
 Import inbox
 // any orphan declarations
------------------------------------------------------------------------ */
/* _inbox.scss */

/*# sourceMappingURL=main.css.map */
