@charset "UTF-8";

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */


/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.row::before,
.row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row .row {
  margin-left: -8px;
  margin-right: -8px;
}
.row--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.aspect--16x9 {
  padding-bottom: 56.25%;
}
.aspect--9x16 {
  padding-bottom: 177.77778%;
}
.aspect--4x3 {
  padding-bottom: 75%;
}
.aspect--3x4 {
  padding-bottom: 133.33333%;
}
.aspect--3x2 {
  padding-bottom: 66.66667%;
}
.aspect--3x1 {
  padding-bottom: 33.33333%;
}
.aspect--2x3 {
  padding-bottom: 150%;
}
.aspect--2x1 {
  padding-bottom: 50%;
}
.aspect--1x2 {
  padding-bottom: 200%;
}
.aspect--1x1 {
  padding-bottom: 100%;
}
.aspect--none {
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}
.aspect--none > .aspect__inner {
  position: static;
}
.aspect > div,
.aspect__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs,
.col-1\@sm,
.col-2\@sm,
.col-3\@sm,
.col-4\@sm,
.col-5\@sm,
.col-6\@sm,
.col-7\@sm,
.col-8\@sm,
.col-9\@sm,
.col-10\@sm,
.col-11\@sm,
.col-12\@sm,
.col-1\@md,
.col-2\@md,
.col-3\@md,
.col-4\@md,
.col-5\@md,
.col-6\@md,
.col-7\@md,
.col-8\@md,
.col-9\@md,
.col-10\@md,
.col-11\@md,
.col-12\@md,
.col-1\@lg,
.col-2\@lg,
.col-3\@lg,
.col-4\@lg,
.col-5\@lg,
.col-6\@lg,
.col-7\@lg,
.col-8\@lg,
.col-9\@lg,
.col-10\@lg,
.col-11\@lg,
.col-12\@lg {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs,
.col-10\@xs,
.col-11\@xs,
.col-12\@xs {
  float: left;
}
.aspect--16x9\@xs {
  padding-bottom: 56.25%;
}
.aspect--9x16\@xs {
  padding-bottom: 177.77778%;
}
.aspect--4x3\@xs {
  padding-bottom: 75%;
}
.aspect--3x4\@xs {
  padding-bottom: 133.33333%;
}
.aspect--3x2\@xs {
  padding-bottom: 66.66667%;
}
.aspect--3x1\@xs {
  padding-bottom: 33.33333%;
}
.aspect--2x3\@xs {
  padding-bottom: 150%;
}
.aspect--2x1\@xs {
  padding-bottom: 50%;
}
.aspect--1x2\@xs {
  padding-bottom: 200%;
}
.aspect--1x1\@xs {
  padding-bottom: 100%;
}
.aspect--none\@xs {
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}
.aspect--none\@xs > .aspect__inner {
  position: static;
}
.col-1\@xs {
  width: 16.66667%;
}
.col-2\@xs {
  width: 33.33333%;
}
.col-3\@xs {
  width: 50%;
}
.col-4\@xs {
  width: 66.66667%;
}
.col-5\@xs {
  width: 83.33333%;
}
.col-6\@xs {
  width: 100%;
}
.col-pull-0\@xs {
  right: auto;
}
.col-pull-1\@xs {
  right: 16.66667%;
}
.col-pull-2\@xs {
  right: 33.33333%;
}
.col-pull-3\@xs {
  right: 50%;
}
.col-pull-4\@xs {
  right: 66.66667%;
}
.col-pull-5\@xs {
  right: 83.33333%;
}
.col-pull-6\@xs {
  right: 100%;
}
.col-push-0\@xs {
  left: auto;
}
.col-push-1\@xs {
  left: 16.66667%;
}
.col-push-2\@xs {
  left: 33.33333%;
}
.col-push-3\@xs {
  left: 50%;
}
.col-push-4\@xs {
  left: 66.66667%;
}
.col-push-5\@xs {
  left: 83.33333%;
}
.col-push-6\@xs {
  left: 100%;
}
.col-offset-0\@xs {
  margin-left: 0%;
}
.col-offset-1\@xs {
  margin-left: 16.66667%;
}
.col-offset-2\@xs {
  margin-left: 33.33333%;
}
.col-offset-3\@xs {
  margin-left: 50%;
}
.col-offset-4\@xs {
  margin-left: 66.66667%;
}
.col-offset-5\@xs {
  margin-left: 83.33333%;
}
.col-offset-6\@xs {
  margin-left: 100%;
}
@media screen and (min-width: 768px) {
  .col-1\@sm,
  .col-2\@sm,
  .col-3\@sm,
  .col-4\@sm,
  .col-5\@sm,
  .col-6\@sm,
  .col-7\@sm,
  .col-8\@sm,
  .col-9\@sm,
  .col-10\@sm,
  .col-11\@sm,
  .col-12\@sm {
    float: left;
  }
  .aspect--16x9\@sm {
    padding-bottom: 56.25%;
  }
  .aspect--9x16\@sm {
    padding-bottom: 177.77778%;
  }
  .aspect--4x3\@sm {
    padding-bottom: 75%;
  }
  .aspect--3x4\@sm {
    padding-bottom: 133.33333%;
  }
  .aspect--3x2\@sm {
    padding-bottom: 66.66667%;
  }
  .aspect--3x1\@sm {
    padding-bottom: 33.33333%;
  }
  .aspect--2x3\@sm {
    padding-bottom: 150%;
  }
  .aspect--2x1\@sm {
    padding-bottom: 50%;
  }
  .aspect--1x2\@sm {
    padding-bottom: 200%;
  }
  .aspect--1x1\@sm {
    padding-bottom: 100%;
  }
  .aspect--none\@sm {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .aspect--none\@sm > .aspect__inner {
    position: static;
  }
  .col-1\@sm {
    width: 8.33333%;
  }
  .col-2\@sm {
    width: 16.66667%;
  }
  .col-3\@sm {
    width: 25%;
  }
  .col-4\@sm {
    width: 33.33333%;
  }
  .col-5\@sm {
    width: 41.66667%;
  }
  .col-6\@sm {
    width: 50%;
  }
  .col-7\@sm {
    width: 58.33333%;
  }
  .col-8\@sm {
    width: 66.66667%;
  }
  .col-9\@sm {
    width: 75%;
  }
  .col-10\@sm {
    width: 83.33333%;
  }
  .col-11\@sm {
    width: 91.66667%;
  }
  .col-12\@sm {
    width: 100%;
  }
  .col-pull-0\@sm {
    right: auto;
  }
  .col-pull-1\@sm {
    right: 8.33333%;
  }
  .col-pull-2\@sm {
    right: 16.66667%;
  }
  .col-pull-3\@sm {
    right: 25%;
  }
  .col-pull-4\@sm {
    right: 33.33333%;
  }
  .col-pull-5\@sm {
    right: 41.66667%;
  }
  .col-pull-6\@sm {
    right: 50%;
  }
  .col-pull-7\@sm {
    right: 58.33333%;
  }
  .col-pull-8\@sm {
    right: 66.66667%;
  }
  .col-pull-9\@sm {
    right: 75%;
  }
  .col-pull-10\@sm {
    right: 83.33333%;
  }
  .col-pull-11\@sm {
    right: 91.66667%;
  }
  .col-pull-12\@sm {
    right: 100%;
  }
  .col-push-0\@sm {
    left: auto;
  }
  .col-push-1\@sm {
    left: 8.33333%;
  }
  .col-push-2\@sm {
    left: 16.66667%;
  }
  .col-push-3\@sm {
    left: 25%;
  }
  .col-push-4\@sm {
    left: 33.33333%;
  }
  .col-push-5\@sm {
    left: 41.66667%;
  }
  .col-push-6\@sm {
    left: 50%;
  }
  .col-push-7\@sm {
    left: 58.33333%;
  }
  .col-push-8\@sm {
    left: 66.66667%;
  }
  .col-push-9\@sm {
    left: 75%;
  }
  .col-push-10\@sm {
    left: 83.33333%;
  }
  .col-push-11\@sm {
    left: 91.66667%;
  }
  .col-push-12\@sm {
    left: 100%;
  }
  .col-offset-0\@sm {
    margin-left: 0%;
  }
  .col-offset-1\@sm {
    margin-left: 8.33333%;
  }
  .col-offset-2\@sm {
    margin-left: 16.66667%;
  }
  .col-offset-3\@sm {
    margin-left: 25%;
  }
  .col-offset-4\@sm {
    margin-left: 33.33333%;
  }
  .col-offset-5\@sm {
    margin-left: 41.66667%;
  }
  .col-offset-6\@sm {
    margin-left: 50%;
  }
  .col-offset-7\@sm {
    margin-left: 58.33333%;
  }
  .col-offset-8\@sm {
    margin-left: 66.66667%;
  }
  .col-offset-9\@sm {
    margin-left: 75%;
  }
  .col-offset-10\@sm {
    margin-left: 83.33333%;
  }
  .col-offset-11\@sm {
    margin-left: 91.66667%;
  }
  .col-offset-12\@sm {
    margin-left: 100%;
  }
  .container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .row {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .col-1\@md,
  .col-2\@md,
  .col-3\@md,
  .col-4\@md,
  .col-5\@md,
  .col-6\@md,
  .col-7\@md,
  .col-8\@md,
  .col-9\@md,
  .col-10\@md,
  .col-11\@md,
  .col-12\@md {
    float: left;
  }
  .aspect--16x9\@md {
    padding-bottom: 56.25%;
  }
  .aspect--9x16\@md {
    padding-bottom: 177.77778%;
  }
  .aspect--4x3\@md {
    padding-bottom: 75%;
  }
  .aspect--3x4\@md {
    padding-bottom: 133.33333%;
  }
  .aspect--3x2\@md {
    padding-bottom: 66.66667%;
  }
  .aspect--3x1\@md {
    padding-bottom: 33.33333%;
  }
  .aspect--2x3\@md {
    padding-bottom: 150%;
  }
  .aspect--2x1\@md {
    padding-bottom: 50%;
  }
  .aspect--1x2\@md {
    padding-bottom: 200%;
  }
  .aspect--1x1\@md {
    padding-bottom: 100%;
  }
  .aspect--none\@md {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .aspect--none\@md > .aspect__inner {
    position: static;
  }
  .col-1\@md {
    width: 8.33333%;
  }
  .col-2\@md {
    width: 16.66667%;
  }
  .col-3\@md {
    width: 25%;
  }
  .col-4\@md {
    width: 33.33333%;
  }
  .col-5\@md {
    width: 41.66667%;
  }
  .col-6\@md {
    width: 50%;
  }
  .col-7\@md {
    width: 58.33333%;
  }
  .col-8\@md {
    width: 66.66667%;
  }
  .col-9\@md {
    width: 75%;
  }
  .col-10\@md {
    width: 83.33333%;
  }
  .col-11\@md {
    width: 91.66667%;
  }
  .col-12\@md {
    width: 100%;
  }
  .col-pull-0\@md {
    right: auto;
  }
  .col-pull-1\@md {
    right: 8.33333%;
  }
  .col-pull-2\@md {
    right: 16.66667%;
  }
  .col-pull-3\@md {
    right: 25%;
  }
  .col-pull-4\@md {
    right: 33.33333%;
  }
  .col-pull-5\@md {
    right: 41.66667%;
  }
  .col-pull-6\@md {
    right: 50%;
  }
  .col-pull-7\@md {
    right: 58.33333%;
  }
  .col-pull-8\@md {
    right: 66.66667%;
  }
  .col-pull-9\@md {
    right: 75%;
  }
  .col-pull-10\@md {
    right: 83.33333%;
  }
  .col-pull-11\@md {
    right: 91.66667%;
  }
  .col-pull-12\@md {
    right: 100%;
  }
  .col-push-0\@md {
    left: auto;
  }
  .col-push-1\@md {
    left: 8.33333%;
  }
  .col-push-2\@md {
    left: 16.66667%;
  }
  .col-push-3\@md {
    left: 25%;
  }
  .col-push-4\@md {
    left: 33.33333%;
  }
  .col-push-5\@md {
    left: 41.66667%;
  }
  .col-push-6\@md {
    left: 50%;
  }
  .col-push-7\@md {
    left: 58.33333%;
  }
  .col-push-8\@md {
    left: 66.66667%;
  }
  .col-push-9\@md {
    left: 75%;
  }
  .col-push-10\@md {
    left: 83.33333%;
  }
  .col-push-11\@md {
    left: 91.66667%;
  }
  .col-push-12\@md {
    left: 100%;
  }
  .col-offset-0\@md {
    margin-left: 0%;
  }
  .col-offset-1\@md {
    margin-left: 8.33333%;
  }
  .col-offset-2\@md {
    margin-left: 16.66667%;
  }
  .col-offset-3\@md {
    margin-left: 25%;
  }
  .col-offset-4\@md {
    margin-left: 33.33333%;
  }
  .col-offset-5\@md {
    margin-left: 41.66667%;
  }
  .col-offset-6\@md {
    margin-left: 50%;
  }
  .col-offset-7\@md {
    margin-left: 58.33333%;
  }
  .col-offset-8\@md {
    margin-left: 66.66667%;
  }
  .col-offset-9\@md {
    margin-left: 75%;
  }
  .col-offset-10\@md {
    margin-left: 83.33333%;
  }
  .col-offset-11\@md {
    margin-left: 91.66667%;
  }
  .col-offset-12\@md {
    margin-left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hidden\@xs {
    display: none;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix,
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.table-center-wrap {
  display: table;
  table-layout: fixed;
}
.table-center {
  display: table-cell;
  vertical-align: middle;
}
.shape-shuffle-container {
  position: relative;
  overflow: hidden;
}

/*=============================================* Some styles to show off masonry layout
\*=============================================*/

.picture-item {
  height: 220px;
  margin-top: 24px;
  margin-left: 0;
  /* shuffle items shouldn't have a left margin*/
}
.picture-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-objectfit .picture-item img {
  height: auto;
  max-width: 100%;
}
.picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}

/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */

.my-shuffle-container {
  position: relative;
  overflow: hidden;
}
.my-sizer-element {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Animate in styles */

.shuffle--animatein {
  overflow: visible;
}
.shuffle--animatein .picture-item__inner {
  opacity: 0;
  -webkit-transform: translate(0, 220px);
  transform: translate(0, 220px);
}
.shuffle--animatein .picture-item__inner--transition {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.shuffle--animatein .picture-item.in .picture-item__inner {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .picture-item {
    height: auto;
    margin-top: 20px;
  }
  .picture-item.picture-item--h2 {
    height: auto;
  }
  .picture-item .picture-item__details,
  .picture-item .picture-item__description {
    font-size: .875em;
    padding: .625em;
  }
  .picture-item .picture-item__description {
    padding-right: .875em;
    padding-bottom: 1.25em;
  }
  .filter > .row,
  .filter > .row > div {
    margin: 10px 0;
  }
  .m-nofloat {
    float: none;
  }
}