@charset "UTF-8";
/*
Theme Name: fillin
Author: Car of Tomorrow
Author URI: http://www.caroftomorrow.com
Description: A theme description
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 5, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Header
.. 03. Modules
.. 04. Footer
.. 05. Comments
.. 06. Widgets Styling
.. 07. WordPress defaults
.. 08. Utilities
*/
/*********************
BREAKPOINTS
*********************/
/* line 47, sass/mixins/_utils.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*********************
COLORS
*********************/
/*!
Theme Name: perkinswill
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: perkinswill
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

perkinswill is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 57, sass/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 70, sass/base/_normalize.scss */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 83, sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 94, sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 106, sass/base/_normalize.scss */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 125, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 135, sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 146, sass/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 155, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 163, sass/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 167, sass/base/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 178, sass/base/_normalize.scss */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 190, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 206, sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 216, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 225, sass/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 236, sass/base/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 248, sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 259, sass/base/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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.
 */
/* line 270, sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 283, sass/base/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 291, sass/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 300, sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 310, sass/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 320, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 329, sass/base/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 338, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 350, sass/base/_normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 358, sass/base/_normalize.scss */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 369, sass/base/_normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 377, sass/base/_normalize.scss */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 384, sass/base/_normalize.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* line 397, sass/base/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* line 401, sass/base/_normalize.scss */
p {
  margin-bottom: 1.5em; }

/* line 405, sass/base/_normalize.scss */
dfn, cite, em, i {
  font-style: italic; }

/* line 409, sass/base/_normalize.scss */
blockquote {
  margin: 0 1.5em; }

/* line 413, sass/base/_normalize.scss */
address {
  margin: 0 0 1.5em; }

/* line 417, sass/base/_normalize.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

/* line 429, sass/base/_normalize.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

/* line 435, sass/base/_normalize.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

/* line 440, sass/base/_normalize.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none; }

/* line 445, sass/base/_normalize.scss */
big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 452, sass/base/_normalize.scss */
html {
  box-sizing: border-box; }

/* line 456, sass/base/_normalize.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

/* line 463, sass/base/_normalize.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

/* line 468, sass/base/_normalize.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* line 475, sass/base/_normalize.scss */
ul, ol {
  margin: 0 0 1.5em 3em; }

/* line 479, sass/base/_normalize.scss */
ul {
  list-style: disc; }

/* line 483, sass/base/_normalize.scss */
ol {
  list-style: decimal; }

/* line 487, sass/base/_normalize.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* line 493, sass/base/_normalize.scss */
dt {
  font-weight: bold; }

/* line 497, sass/base/_normalize.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* line 501, sass/base/_normalize.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* line 508, sass/base/_normalize.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* line 513, sass/base/_normalize.scss */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 521, sass/base/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #000 #000 #000;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

/* line 535, sass/base/_normalize.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

/* line 542, sass/base/_normalize.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

/* line 552, sass/base/_normalize.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

/* line 574, sass/base/_normalize.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

/* line 593, sass/base/_normalize.scss */
select {
  border: 1px solid #ccc; }

/* line 597, sass/base/_normalize.scss */
textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 607, sass/base/_normalize.scss */
a {
  color: royalblue; }

/* line 611, sass/base/_normalize.scss */
a:visited {
  color: purple; }

/* line 615, sass/base/_normalize.scss */
a:hover, a:focus, a:active {
  color: midnightblue; }

/* line 619, sass/base/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 623, sass/base/_normalize.scss */
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 630, sass/base/_normalize.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

/* line 637, sass/base/_normalize.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 653, sass/base/_normalize.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

/* line 658, sass/base/_normalize.scss */
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* line 663, sass/base/_normalize.scss */
.main-navigation ul ul a {
  width: 200px; }

/* line 667, sass/base/_normalize.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

/* line 672, sass/base/_normalize.scss */
.main-navigation li {
  float: left;
  position: relative; }

/* line 677, sass/base/_normalize.scss */
.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
/* line 683, sass/base/_normalize.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  /* line 689, sass/base/_normalize.scss */
  .menu-toggle {
    display: none; }

  /* line 692, sass/base/_normalize.scss */
  .main-navigation ul {
    display: block; } }
/* line 697, sass/base/_normalize.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

/* line 704, sass/base/_normalize.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

/* line 711, sass/base/_normalize.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 723, sass/base/_normalize.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 736, sass/base/_normalize.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 759, sass/base/_normalize.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 766, sass/base/_normalize.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

/* line 772, sass/base/_normalize.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

/* line 778, sass/base/_normalize.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 788, sass/base/_normalize.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* line 805, sass/base/_normalize.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 817, sass/base/_normalize.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

/* line 822, sass/base/_normalize.scss */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 832, sass/base/_normalize.scss */
.sticky {
  display: block; }

/* line 841, sass/base/_normalize.scss */
.updated:not(.published) {
  display: none; }

/* line 845, sass/base/_normalize.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

/* line 851, sass/base/_normalize.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 859, sass/base/_normalize.scss */
.comment-content a {
  word-wrap: break-word; }

/* line 863, sass/base/_normalize.scss */
.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 871, sass/base/_normalize.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 878, sass/base/_normalize.scss */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 885, sass/base/_normalize.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
/* line 895, sass/base/_normalize.scss */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
/* line 902, sass/base/_normalize.scss */
.custom-logo-link {
  display: inline-block; }

/* line 906, sass/base/_normalize.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*1200*/
/*
  sm 768px,
  md 1024px,
  lg 1440px !default;
 */
/* line 35, sass/base/_flexboxgrid.scss */
.wrapper {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto; }

/* line 41, sass/base/_flexboxgrid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.67%;
  padding-left: 6.67%; }
  @media (min-width: 768px) {
    /* line 41, sass/base/_flexboxgrid.scss */
    .container-fluid {
      padding-right: 6.5%;
      padding-left: 6.5%; } }

/* line 53, sass/base/_flexboxgrid.scss */
.xs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.67%;
  padding-left: 6.67%;
  /*1024*/ }
  @media (min-width: 768px) {
    /* line 53, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding-right: 6.5%;
      padding-left: 6.5%; } }
  @media (min-width: 1024px) {
    /* line 53, sass/base/_flexboxgrid.scss */
    .xs-container-fluid {
      padding: 0;
      margin: 0; } }

@media (max-width: 480px) {
  /* line 68, sass/base/_flexboxgrid.scss */
  .xs-container-bleed {
    padding: 0;
    margin: 0; }
    /* line 72, sass/base/_flexboxgrid.scss */
    .xs-container-bleed .row {
      margin: 0; }
      /* line 74, sass/base/_flexboxgrid.scss */
      .xs-container-bleed .row .col-xs-12 {
        padding: 0; }
      /* line 77, sass/base/_flexboxgrid.scss */
      .xs-container-bleed .row > div:first-child {
        padding-left: 0; }
      /* line 78, sass/base/_flexboxgrid.scss */
      .xs-container-bleed .row > div:last-child {
        padding-right: 0; } }

/* line 84, sass/base/_flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.1975%;
  margin-left: -1.1975%; }

/* line 93, sass/base/_flexboxgrid.scss */
.container-bleed .row {
  margin: 0; }
  /* line 96, sass/base/_flexboxgrid.scss */
  .container-bleed .row .col-xs-12 {
    padding: 0; }
    @media (min-width: 768px) {
      /* line 96, sass/base/_flexboxgrid.scss */
      .container-bleed .row .col-xs-12 {
        padding-right: 1.1975%;
        padding-left: 1.1975%; } }
  /* line 103, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:first-child {
    padding-left: 0; }
  /* line 104, sass/base/_flexboxgrid.scss */
  .container-bleed .row > div:last-child {
    padding-right: 0; }

/* line 107, sass/base/_flexboxgrid.scss */
.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 111, sass/base/_flexboxgrid.scss */
.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 131, sass/base/_flexboxgrid.scss */
.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

/* line 136, sass/base/_flexboxgrid.scss */
.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 8.33333%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 16.66667%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 25%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 33.33333%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 41.66667%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 50%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 58.33333%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 66.66667%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 75%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 83.33333%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 91.66667%; }

/* line 143, sass/base/_flexboxgrid.scss */
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.1975%;
  padding-left: 1.1975%;
  margin-left: 100%; }

/* line 148, sass/base/_flexboxgrid.scss */
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

/* line 153, sass/base/_flexboxgrid.scss */
.start-xs, .left-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

/* line 158, sass/base/_flexboxgrid.scss */
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

/* line 163, sass/base/_flexboxgrid.scss */
.end-xs, .right-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

/* line 168, sass/base/_flexboxgrid.scss */
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

/* line 172, sass/base/_flexboxgrid.scss */
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* line 176, sass/base/_flexboxgrid.scss */
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

/* line 180, sass/base/_flexboxgrid.scss */
.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

/* line 184, sass/base/_flexboxgrid.scss */
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/* line 188, sass/base/_flexboxgrid.scss */
.first-xs {
  order: -1; }

/* line 192, sass/base/_flexboxgrid.scss */
.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  /* line 202, sass/base/_flexboxgrid.scss */
  .container {
    width: 46rem; }

  /* line 206, sass/base/_flexboxgrid.scss */
  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 223, sass/base/_flexboxgrid.scss */
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 228, sass/base/_flexboxgrid.scss */
  .start-sm, .left-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 233, sass/base/_flexboxgrid.scss */
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 238, sass/base/_flexboxgrid.scss */
  .end-sm, .right-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 263, sass/base/_flexboxgrid.scss */
  .first-sm {
    order: -1; }

  /* line 267, sass/base/_flexboxgrid.scss */
  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64em) {
  /* line 202, sass/base/_flexboxgrid.scss */
  .container {
    width: 62rem; }

  /* line 206, sass/base/_flexboxgrid.scss */
  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 223, sass/base/_flexboxgrid.scss */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 228, sass/base/_flexboxgrid.scss */
  .start-md, .left-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 233, sass/base/_flexboxgrid.scss */
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 238, sass/base/_flexboxgrid.scss */
  .end-md, .right-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 263, sass/base/_flexboxgrid.scss */
  .first-md {
    order: -1; }

  /* line 267, sass/base/_flexboxgrid.scss */
  .last-md {
    order: 1; } }
@media only screen and (min-width: 75em) {
  /* line 202, sass/base/_flexboxgrid.scss */
  .container {
    width: 71rem; }

  /* line 206, sass/base/_flexboxgrid.scss */
  .col-lg {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  /* line 211, sass/base/_flexboxgrid.scss */
  .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 8.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 16.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 25%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 33.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 41.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 50%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 58.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 66.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 75%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 83.33333%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 91.66667%; }

  /* line 218, sass/base/_flexboxgrid.scss */
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1.1975%;
    padding-left: 1.1975%;
    margin-left: 100%; }

  /* line 223, sass/base/_flexboxgrid.scss */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  /* line 228, sass/base/_flexboxgrid.scss */
  .start-lg, .left-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }

  /* line 233, sass/base/_flexboxgrid.scss */
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }

  /* line 238, sass/base/_flexboxgrid.scss */
  .end-lg, .right-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }

  /* line 243, sass/base/_flexboxgrid.scss */
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  /* line 247, sass/base/_flexboxgrid.scss */
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

  /* line 251, sass/base/_flexboxgrid.scss */
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

  /* line 255, sass/base/_flexboxgrid.scss */
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }

  /* line 259, sass/base/_flexboxgrid.scss */
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  /* line 263, sass/base/_flexboxgrid.scss */
  .first-lg {
    order: -1; }

  /* line 267, sass/base/_flexboxgrid.scss */
  .last-lg {
    order: 1; } }
/* line 2, sass/base/_masonry.scss */
.non-flex-row {
  margin: 0 -1.1975%; }

/* ---- .grid-item ---- */
/* clear fix */
/* line 8, sass/base/_masonry.scss */
.masonry-grid:after {
  content: '';
  display: block;
  clear: both; }

/* line 16, sass/base/_masonry.scss */
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
  width: 100%;
  padding: 0 1.1975%; }
@media (min-width: 768px) {
  /* line 22, sass/base/_masonry.scss */
  .masonry-grid .grid-sizer,
  .masonry-grid .grid-item {
    width: 33.33333%;
    padding: 2.395% 1.1975% 0; } }
/* line 36, sass/base/_masonry.scss */
.masonry-grid .grid-item {
  float: left; }
/* line 48, sass/base/_masonry.scss */
.masonry-grid .grid-item img {
  display: block;
  max-width: 100%; }
/* line 57, sass/base/_masonry.scss */
.masonry-grid .fixed-grid-item {
  margin-bottom: 0; }

@font-face {
  font-family: "value-reg";
  src: url("fonts/value-serif-regular-pro.eot?") format("eot"), url("fonts/value-serif-regular-pro.woff2") format("woff2"), url("fonts/value-serif-regular-pro.woff") format("woff"), url("fonts/value-serif-regular-pro.ttf") format("truetype"), url("fonts/value-serif-regular-pro.svg#value-reg") format("svg"); }
@font-face {
  font-family: "value-bold";
  src: url("fonts/value-serif-bold-pro.eot?") format("eot"), url("fonts/value-serif-bold-pro.woff2") format("woff2"), url("fonts/value-serif-bold-pro.woff") format("woff"), url("fonts/value-serif-bold-pro.ttf") format("truetype"), url("fonts/value-serif-bold-pro.svg#value-bold") format("svg"); }
@font-face {
  font-family: "aeonik-bold";
  src: url("fonts/Aeonik-Bold.eot?") format("eot"), url("fonts/Aeonik-Bold.woff2") format("woff2"), url("fonts/Aeonik-Bold.woff") format("woff"), url("fonts/Aeonik-Bold.ttf") format("truetype"), url("fonts/Aeonik-Bold.svg#aeonik-bold") format("svg"); }
/* line 11, sass/base/_typography.scss */
body {
  font: 100% "value-reg", sans-serif;
  color: #fff; }

/* line 16, sass/base/_typography.scss */
.h1-style, h1, .h1-style p, .page .about-statement p:first-child {
  font-family: "value-bold", sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 16, sass/base/_typography.scss */
    .h1-style, h1, .h1-style p, .page .about-statement p:first-child {
      font-size: 2.625rem; } }

/* line 25, sass/base/_typography.scss */
.h2-style, h2, .h2-style p, .thumb-title {
  font-family: "value-bold", sans-serif;
  font-size: 1.4375rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 25, sass/base/_typography.scss */
    .h2-style, h2, .h2-style p, .thumb-title {
      font-size: 1.75rem; } }
  @media (min-width: 1280px) {
    /* line 25, sass/base/_typography.scss */
    .h2-style, h2, .h2-style p, .thumb-title {
      font-size: 1.75rem; } }

/* line 35, sass/base/_typography.scss */
.h3-style, h3, .section-title, .h3-style p, form.search-form input[type="search"] {
  font-family: "value-bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.48em;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 35, sass/base/_typography.scss */
    .h3-style, h3, .section-title, .h3-style p, form.search-form input[type="search"] {
      font-size: 1.56rem; } }
  @media (min-width: 1280px) {
    /* line 35, sass/base/_typography.scss */
    .h3-style, h3, .section-title, .h3-style p, form.search-form input[type="search"] {
      font-size: 1.735rem; } }
  @media (min-width: 1680px) {
    /* line 35, sass/base/_typography.scss */
    .h3-style, h3, .section-title, .h3-style p, form.search-form input[type="search"] {
      font-size: 2.3125rem; } }

/* line 49, sass/base/_typography.scss */
.h4-style, h4, .h4-style p {
  font-family: "value-bold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.45em;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 49, sass/base/_typography.scss */
    .h4-style, h4, .h4-style p {
      font-size: 1.26rem; } }
  @media (min-width: 1280px) {
    /* line 49, sass/base/_typography.scss */
    .h4-style, h4, .h4-style p {
      font-size: 1.4rem; } }
  @media (min-width: 1680px) {
    /* line 49, sass/base/_typography.scss */
    .h4-style, h4, .h4-style p {
      font-size: 1.875rem; } }

/* line 64, sass/base/_typography.scss */
.h5-style, h5, .h5-style p, .project-subtitle, .project-location, .secondary-content, .pw-form-style label, .post-password-form label, .pw-form-style input[type="submit"], .post-password-form input[type="submit"], .main-navigation ul li, .dropdown-trigger {
  font-family: "aeonik-bold", serif;
  font-size: .9375rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 64, sass/base/_typography.scss */
    .h5-style, h5, .h5-style p, .project-subtitle, .project-location, .secondary-content, .pw-form-style label, .post-password-form label, .pw-form-style input[type="submit"], .post-password-form input[type="submit"], .main-navigation ul li, .dropdown-trigger {
      font-size: 1.125rem; } }

/* line 72, sass/base/_typography.scss */
.p-style, p, .item-subtitle, .single .nivo-lightbox-theme-default .nivo-lightbox-title {
  font-size: 1rem;
  line-height: 1.5em; }
  @media (min-width: 1280px) {
    /* line 72, sass/base/_typography.scss */
    .p-style, p, .item-subtitle, .single .nivo-lightbox-theme-default .nivo-lightbox-title {
      font-size: 1.125rem; } }
  /* line 78, sass/base/_typography.scss */
  .p-style:last-child, p:last-child, .item-subtitle:last-child, .single .nivo-lightbox-theme-default .nivo-lightbox-title:last-child {
    margin-bottom: 0; }

/* line 82, sass/base/_typography.scss */
.tag-style, .tag, .label, .smaller, .smaller p {
  font-family: "aeonik-bold", serif; }

/* line 85, sass/base/_typography.scss */
.label-style, .filter-container a {
  font-family: "aeonik-bold", serif;
  font-size: .9375rem;
  color: #AAAAB5; }
  @media (min-width: 1280px) {
    /* line 85, sass/base/_typography.scss */
    .label-style, .filter-container a {
      font-size: 1.125rem; } }

/* line 94, sass/base/_typography.scss */
.caption {
  font-size: .75rem;
  line-height: 1.5em; }
  @media (min-width: 1280px) {
    /* line 94, sass/base/_typography.scss */
    .caption {
      font-size: 0.875rem; } }
  @media (min-width: 1680px) {
    /* line 94, sass/base/_typography.scss */
    .caption {
      font-size: 1.125rem; } }

/* line 113, sass/base/_typography.scss */
p {
  margin-bottom: 1.65rem; }

/* line 116, sass/base/_typography.scss */
strong {
  font-family: "value-bold", sans-serif; }

/* line 119, sass/base/_typography.scss */
a {
  text-decoration: underline;
  color: #fff; }

/* line 120, sass/base/_typography.scss */
a:visited, a:hover, a:focus, a:active {
  color: #fff; }

/* line 125, sass/base/_typography.scss */
.caption-primary {
  font-family: 'PWC-Bold'; }

/* line 126, sass/base/_typography.scss */
.caption-secondary {
  color: #636466; }

/* line 129, sass/base/_typography.scss */
.smaller, .smaller p {
  text-transform: none; }

/* line 131, sass/base/_typography.scss */
.detail-link {
  margin-top: 2rem; }
  /* line 133, sass/base/_typography.scss */
  .detail-link a {
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    text-decoration: none;
    display: inline-block; }
    /* line 138, sass/base/_typography.scss */
    .detail-link a:hover {
      color: #AAAAB5;
      border-color: #AAAAB5; }

/* line 3, sass/base/_form.scss */
.pw-form-style.form-is-inline, .post-password-form.form-is-inline {
  margin-top: 8rem; }
/* line 7, sass/base/_form.scss */
.pw-form-style fieldset, .post-password-form fieldset {
  padding: 0; }
/* line 10, sass/base/_form.scss */
.pw-form-style #response, .post-password-form #response {
  display: none;
  margin-bottom: 1rem;
  color: red; }
/* line 15, sass/base/_form.scss */
.pw-form-style .select2-container, .post-password-form .select2-container {
  width: 100% !important;
  padding: 2px 0; }
  @media (max-width: 480px) {
    /* line 15, sass/base/_form.scss */
    .pw-form-style .select2-container, .post-password-form .select2-container {
      display: none; } }
/* line 22, sass/base/_form.scss */
.pw-form-style select.mobile-only, .post-password-form select.mobile-only {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000;
  max-width: 100%;
  background: #fff;
  font-family: "value-bold", sans-serif;
  color: #AAAAB5;
  -webkit-appearance: none; }
/* line 33, sass/base/_form.scss */
.pw-form-style input[type="text"],
.pw-form-style input[type="email"],
.pw-form-style .select2-container--default .select2-selection--single, .post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form .select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 2px solid #000;
  display: block;
  border-radius: 0;
  width: 100%;
  font-family: "value-reg", sans-serif;
  color: #AAAAB5; }
  @media (min-width: 1280px) {
    /* line 33, sass/base/_form.scss */
    .pw-form-style input[type="text"],
    .pw-form-style input[type="email"],
    .pw-form-style .select2-container--default .select2-selection--single, .post-password-form input[type="text"],
    .post-password-form input[type="email"],
    .post-password-form .select2-container--default .select2-selection--single {
      border-bottom: 3px solid #000; } }
/* line 47, sass/base/_form.scss */
.pw-form-style label, .post-password-form label {
  margin-top: 1rem;
  display: block;
  font-family: "value-bold", sans-serif; }
/* line 53, sass/base/_form.scss */
.pw-form-style label.label-above, .post-password-form label.label-above {
  margin: 0 0 1rem; }
/* line 56, sass/base/_form.scss */
.pw-form-style textarea, .post-password-form textarea {
  border: 2px solid #000;
  border-radius: 0;
  display: block;
  font-family: "value-reg", sans-serif;
  height: 100px;
  color: #AAAAB5; }
  @media (min-width: 1280px) {
    /* line 56, sass/base/_form.scss */
    .pw-form-style textarea, .post-password-form textarea {
      border: 3px solid #000;
      height: 125px; } }
/* line 69, sass/base/_form.scss */
.pw-form-style input[type="submit"], .post-password-form input[type="submit"] {
  background: #000;
  color: #fff;
  font-family: "value-bold", sans-serif;
  display: block;
  margin: 0 auto;
  padding: 10px 50px; }
/* line 78, sass/base/_form.scss */
.pw-form-style ul, .post-password-form ul {
  list-style: none;
  margin: 0; }
  /* line 81, sass/base/_form.scss */
  .pw-form-style ul li, .post-password-form ul li {
    margin-bottom: 1rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 81, sass/base/_form.scss */
      .pw-form-style ul li, .post-password-form ul li {
        margin-bottom: 1.5rem; } }
    /* line 87, sass/base/_form.scss */
    .pw-form-style ul li:last-child, .post-password-form ul li:last-child {
      margin-bottom: 0; }
    /* line 88, sass/base/_form.scss */
    .pw-form-style ul li .grouped, .post-password-form ul li .grouped {
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        /* line 88, sass/base/_form.scss */
        .pw-form-style ul li .grouped, .post-password-form ul li .grouped {
          margin-bottom: 2rem;
          float: left;
          width: 47.5%;
          margin-right: 5%; }
          /* line 95, sass/base/_form.scss */
          .pw-form-style ul li .grouped:last-child, .post-password-form ul li .grouped:last-child {
            margin: 0; } }
      @media (min-width: 1680px) {
        /* line 88, sass/base/_form.scss */
        .pw-form-style ul li .grouped, .post-password-form ul li .grouped {
          margin-bottom: 3rem; } }
/* line 107, sass/base/_form.scss */
.pw-form-style .error, .post-password-form .error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px; }
/* line 114, sass/base/_form.scss */
.pw-form-style .success, .post-password-form .success {
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px; }
/* line 121, sass/base/_form.scss */
.pw-form-style form span, .post-password-form form span {
  color: red; }
/* line 125, sass/base/_form.scss */
.pw-form-style input.invalid, .pw-form-style textarea.invalid, .post-password-form input.invalid, .post-password-form textarea.invalid {
  border-color: red; }
/* line 129, sass/base/_form.scss */
.pw-form-style input.invalid:focus, .pw-form-style textarea.invalid:focus, .post-password-form input.invalid:focus, .post-password-form textarea.invalid:focus {
  outline: none; }

/* line 134, sass/base/_form.scss */
.contact-inline .thank-you {
  margin-top: 3rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 134, sass/base/_form.scss */
    .contact-inline .thank-you {
      margin-top: 6rem; } }

@media (max-width: 480px) {
  /* line 145, sass/base/_form.scss */
  .form-is-overlay label {
    font-size: 1rem;
    margin-top: .5rem; }
  /* line 149, sass/base/_form.scss */
  .form-is-overlay ul li .grouped + .grouped {
    margin: 0; }
  /* line 152, sass/base/_form.scss */
  .form-is-overlay ul li:nth-child(3) {
    margin-top: 2rem; }
  /* line 155, sass/base/_form.scss */
  .form-is-overlay textarea {
    height: 3.75rem;
    font-size: 1rem; }
  /* line 159, sass/base/_form.scss */
  .form-is-overlay label.label-above {
    margin: 0 0 .5rem; }
  /* line 162, sass/base/_form.scss */
  .form-is-overlay label.check-label {
    font-family: "value-reg", sans-serif;
    font-size: .75rem; }
  /* line 166, sass/base/_form.scss */
  .form-is-overlay .pw-form-style input[type=submit] {
    font-size: 1rem; }
  /* line 169, sass/base/_form.scss */
  .form-is-overlay input[type="text"],
  .form-is-overlay input[type="email"],
  .form-is-overlay .select2-container--default .select2-selection--single {
    line-height: 1.25em; } }
/* line 177, sass/base/_form.scss */
.post-password-form input[type=submit] {
  display: inline-block; }
/* line 180, sass/base/_form.scss */
.post-password-form label {
  display: inline; }

/* line 4, sass/layout/_grid.scss */
.item-grid .flex-grid .item {
  margin-bottom: 3rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 4, sass/layout/_grid.scss */
    .item-grid .flex-grid .item {
      margin-bottom: 4.85rem; } }
/* line 13, sass/layout/_grid.scss */
.item-grid.projects-archive-items .flex-grid .item {
  position: relative;
  margin-bottom: 5.25rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 13, sass/layout/_grid.scss */
    .item-grid.projects-archive-items .flex-grid .item {
      margin-bottom: 8rem; } }

/* line 25, sass/layout/_grid.scss */
.fixed-grid-item, .flex-grid .item {
  position: relative;
  margin-bottom: 3.5rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 25, sass/layout/_grid.scss */
    .fixed-grid-item, .flex-grid .item {
      margin-bottom: 4.25rem; } }

/* line 32, sass/layout/_grid.scss */
.logo-section {
  margin-top: 3rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 32, sass/layout/_grid.scss */
    .logo-section {
      margin-top: 5rem; } }
  /* line 37, sass/layout/_grid.scss */
  .logo-section .flex-grid .item {
    margin-top: 0;
    margin-bottom: 0; }

/* line 44, sass/layout/_grid.scss */
.item .fixed-grid-item {
  margin-bottom: 0; }

/* line 48, sass/layout/_grid.scss */
a.block-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }

/* line 53, sass/layout/_grid.scss */
a.grid-load-more {
  font-family: "value-bold", sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 3rem; }
  @media (min-width: 1280px) {
    /* line 53, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 4.6875rem; } }
  @media (min-width: 1680px) {
    /* line 53, sass/layout/_grid.scss */
    a.grid-load-more {
      margin-top: 6.25rem; } }
  /* line 64, sass/layout/_grid.scss */
  a.grid-load-more:after {
    content: '↓';
    padding-left: 10px; }

/* line 69, sass/layout/_grid.scss */
.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center; }

/* line 76, sass/layout/_grid.scss */
.fixed-grid-item .item-subtitle, .grid-item .item-subtitle, .owl-item .item-subtitle, .item .item-subtitle {
  color: #AAAAB5; }
/* line 79, sass/layout/_grid.scss */
.fixed-grid-item .thumb-title, .grid-item .thumb-title, .owl-item .thumb-title, .item .thumb-title {
  line-height: 1.4;
  margin: 1.25rem 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 79, sass/layout/_grid.scss */
    .fixed-grid-item .thumb-title, .grid-item .thumb-title, .owl-item .thumb-title, .item .thumb-title {
      margin: 1.75rem 0 .5em; } }

/* line 89, sass/layout/_grid.scss */
.related-div {
  display: none; }

/* line 94, sass/layout/_grid.scss */
.grid_item_out {
  display: none; }

/* line 98, sass/layout/_grid.scss */
.load-wrapper {
  padding: 4.75rem 0;
  background: url(images/Fillin_Loading_GIF.gif) no-repeat center center;
  background-size: auto 147px; }

/* line 1, sass/layout/_navigation.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  /* line 7, sass/layout/_navigation.scss */
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0 0 3rem;
    padding-left: 0;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 7, sass/layout/_navigation.scss */
      .main-navigation ul {
        text-align: right;
        margin: 0; } }
    /* line 16, sass/layout/_navigation.scss */
    .main-navigation ul li {
      display: block;
      float: none;
      text-align: center;
      /*1024*/
      position: relative;
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 16, sass/layout/_navigation.scss */
        .main-navigation ul li {
          display: inline-block;
          float: left; }
          /* line 23, sass/layout/_navigation.scss */
          .main-navigation ul li:nth-child(3), .main-navigation ul li:nth-child(4) {
            float: right; } }
      /* line 28, sass/layout/_navigation.scss */
      .main-navigation ul li a {
        display: inline-block;
        text-decoration: none;
        color: #1E1E2D;
        /*1024*/ }
        @media (min-width: 1024px) {
          /* line 28, sass/layout/_navigation.scss */
          .main-navigation ul li a {
            color: #AAAAB5; }
            /* line 34, sass/layout/_navigation.scss */
            .main-navigation ul li a:hover {
              color: #fff; } }
      @media (min-width: 1024px) {
        /* line 41, sass/layout/_navigation.scss */
        .main-navigation ul li.current-menu-item a {
          color: #fff; } }

/*1024*/
/* line 66, sass/layout/_navigation.scss */
.main-navigation ul li {
  line-height: 26px;
  margin-bottom: 3.25em;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 66, sass/layout/_navigation.scss */
    .main-navigation ul li {
      margin-bottom: 0;
      width: 13.3%;
      margin-right: 4%; }
      /* line 74, sass/layout/_navigation.scss */
      .main-navigation ul li:nth-child(3) {
        margin-right: 0; } }

/* Small menu. */
/* line 121, sass/layout/_navigation.scss */
.menu-toggle, .menu-close {
  float: right;
  width: 55px;
  height: 44px;
  border: 0;
  text-indent: -9999px;
  border: 0;
  background: url(images/menu-sprite.png) no-repeat top center;
  background-size: 55px auto;
  margin-top: 23px; }

/* line 132, sass/layout/_navigation.scss */
.menu-close {
  background-position: center bottom; }

/* line 133, sass/layout/_navigation.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/*1024*/
@media (min-width: 1024px) {
  /* line 139, sass/layout/_navigation.scss */
  .menu-toggle {
    display: none; }

  /* line 142, sass/layout/_navigation.scss */
  .main-navigation ul {
    display: block; } }
/* line 148, sass/layout/_navigation.scss */
.dropdown-trigger {
  padding-bottom: 10px;
  border-bottom: 3px solid #000; }
  /* line 152, sass/layout/_navigation.scss */
  .project-subhead-subnav .dropdown-trigger {
    border: 0;
    padding-bottom: 0; }
  @media (min-width: 768px) {
    /* line 148, sass/layout/_navigation.scss */
    .dropdown-trigger {
      border: 0;
      padding-bottom: 0; } }
  /* line 160, sass/layout/_navigation.scss */
  .dropdown-trigger a {
    text-decoration: none;
    color: #000;
    display: inline-block; }
    /* line 164, sass/layout/_navigation.scss */
    .dropdown-trigger a:after {
      content: ' '; }
  /* line 168, sass/layout/_navigation.scss */
  .dropdown-trigger:after {
    content: ' ';
    margin-left: .75rem;
    width: 17px;
    height: 11px;
    background: url(images/carat-sprite.png) no-repeat center top;
    background-size: 17px auto;
    display: inline-block; }
    @media (min-width: 1680px) {
      /* line 168, sass/layout/_navigation.scss */
      .dropdown-trigger:after {
        width: 20px;
        height: 13px;
        background-size: 20px auto; } }
  /* line 182, sass/layout/_navigation.scss */
  .dropdown-trigger.open:after {
    background-position: center bottom; }

/* line 189, sass/layout/_navigation.scss */
.mobile-tablet-only .dropdown-trigger a, .mobile-tablet-only.dropdown-trigger a, .mobile-only .dropdown-trigger a, .mobile-only.dropdown-trigger a {
  width: calc(100% - 33px); }
  @media (min-width: 768px) {
    /* line 189, sass/layout/_navigation.scss */
    .mobile-tablet-only .dropdown-trigger a, .mobile-tablet-only.dropdown-trigger a, .mobile-only .dropdown-trigger a, .mobile-only.dropdown-trigger a {
      width: auto; } }

/* line 198, sass/layout/_navigation.scss */
.dropdown-options-container {
  display: none;
  padding: 1rem 0 2.5rem; }
  /* line 201, sass/layout/_navigation.scss */
  .dropdown-options-container ul {
    list-style: none;
    margin: 0;
    /*1024*/ }
    @media (min-width: 768px) {
      /* line 201, sass/layout/_navigation.scss */
      .dropdown-options-container ul {
        columns: 2 auto; } }
    @media (min-width: 1024px) {
      /* line 201, sass/layout/_navigation.scss */
      .dropdown-options-container ul {
        columns: 3 auto; } }
    /* line 210, sass/layout/_navigation.scss */
    .dropdown-options-container ul li {
      font-size: 1.25rem;
      padding: .5em 0;
      display: block; }
      @media (max-width: 768px) {
        /* line 214, sass/layout/_navigation.scss */
        .project-subhead-subnav .dropdown-options-container ul li {
          font-size: 1rem; } }
      @media (min-width: 768px) {
        /* line 210, sass/layout/_navigation.scss */
        .dropdown-options-container ul li {
          font-size: 0.875rem;
          line-height: 2em;
          white-space: nowrap;
          overflow: visible;
          padding: 0; } }
      @media (min-width: 1680px) {
        /* line 210, sass/layout/_navigation.scss */
        .dropdown-options-container ul li {
          font-size: 1.125rem; } }
      /* line 232, sass/layout/_navigation.scss */
      .dropdown-options-container ul li a {
        color: #000;
        text-decoration: none; }
        @media (min-width: 768px) {
          /* line 232, sass/layout/_navigation.scss */
          .dropdown-options-container ul li a {
            color: #AAAAB5; } }

/* line 244, sass/layout/_navigation.scss */
.dropdown-menu-container {
  display: none;
  /*1024*/ }
  /* line 246, sass/layout/_navigation.scss */
  .dropdown-menu-container.project {
    display: block;
    margin-top: .95rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 246, sass/layout/_navigation.scss */
      .dropdown-menu-container.project {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    /* line 244, sass/layout/_navigation.scss */
    .dropdown-menu-container {
      display: block; } }

/* line 257, sass/layout/_navigation.scss */
.mobile-only .dropdown-menu-container {
  display: block; }

/* line 261, sass/layout/_navigation.scss */
.dropdown-menu-container.studio .dropdown-options-container ul {
  padding-right: 20%;
  columns: 4 auto; }

/* line 269, sass/layout/_navigation.scss */
.dropdown-trigger.filter-trigger,
.dropdown-trigger.view-mode-trigger {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #C8C9CB;
  /*1024*/ }
  /* line 274, sass/layout/_navigation.scss */
  .dropdown-trigger.filter-trigger:first-child,
  .dropdown-trigger.view-mode-trigger:first-child {
    border-top: 1px solid #C8C9CB; }
  @media (min-width: 1024px) {
    /* line 269, sass/layout/_navigation.scss */
    .dropdown-trigger.filter-trigger,
    .dropdown-trigger.view-mode-trigger {
      display: inline-block;
      margin-left: 2rem;
      padding: 0;
      border: 0; }
      /* line 280, sass/layout/_navigation.scss */
      .dropdown-trigger.filter-trigger:first-child,
      .dropdown-trigger.view-mode-trigger:first-child {
        border: 0; } }
  /* line 282, sass/layout/_navigation.scss */
  .dropdown-trigger.filter-trigger span,
  .dropdown-trigger.view-mode-trigger span {
    color: #AAAAB5;
    padding-right: 4px; }

/* line 287, sass/layout/_navigation.scss */
.dropdown-trigger.view-mode-trigger {
  font-family: "value-bold", sans-serif; }

@media (min-width: 768px) {
  /* line 290, sass/layout/_navigation.scss */
  .dropdown-options-container.filter-container {
    padding-top: 0; } }

/* line 298, sass/layout/_navigation.scss */
.dropdown-menu-container .dropdown-trigger:after {
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .25s ease-in-out; }

/* line 303, sass/layout/_navigation.scss */
.dropdown-menu-container .dropdown-trigger.move:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* line 2, sass/layout/_header.scss */
header .logo-nav-container {
  padding: 50px 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 2, sass/layout/_header.scss */
    header .logo-nav-container {
      padding: 110px 0;
      position: relative; } }
/* line 10, sass/layout/_header.scss */
header .site-title {
  background: url(images/fillin-logo-main.svg) no-repeat left top;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-size: contain;
  text-indent: -9999px;
  float: left;
  width: 150px;
  height: 114px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 10, sass/layout/_header.scss */
    header .site-title {
      height: 147px;
      width: 194px;
      background-position: center top;
      position: absolute;
      left: 50%;
      top: 50px;
      transform: translateX(-50%); }
      /* line 27, sass/layout/_header.scss */
      header .site-title:hover {
        -webkit-filter: none;
        filter: none; } }
  /* line 32, sass/layout/_header.scss */
  header .site-title a {
    display: block;
    height: 100%; }
/* line 72, sass/layout/_header.scss */
header .open-menu-containing-column {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  z-index: 101;
  overflow-x: hidden;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.1s linear;
  z-index: 9999;
  /*1024*/ }
  @media (max-width: 768px) {
    /* line 72, sass/layout/_header.scss */
    header .open-menu-containing-column {
      padding: 0; } }
  @media (min-width: 1024px) {
    /* line 72, sass/layout/_header.scss */
    header .open-menu-containing-column {
      display: block;
      position: relative;
      overflow: hidden;
      transform: none;
      background: transparent; }
      /* line 94, sass/layout/_header.scss */
      header .open-menu-containing-column .logo-nav-container {
        display: none; } }
  /* line 98, sass/layout/_header.scss */
  header .open-menu-containing-column.open {
    bottom: auto;
    top: 0;
    transform: scaleY(1);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.59);
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 98, sass/layout/_header.scss */
      header .open-menu-containing-column.open {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }

/* line 117, sass/layout/_header.scss */
.page-template-purpose-page-template:not(.page-our-purpose) header {
  background: #AAAAB5; }

/* line 1, sass/layout/_footer.scss */
.site-footer {
  margin: 100px 0 0 0;
  padding: 55px 0 45px 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 1, sass/layout/_footer.scss */
    .site-footer {
      margin: 150px 0 0 0; } }
  @media (min-width: 1280px) {
    /* line 1, sass/layout/_footer.scss */
    .site-footer {
      margin-top: 260px; } }
  @media (min-width: 1680px) {
    /* line 1, sass/layout/_footer.scss */
    .site-footer {
      margin-top: 350px; } }
  /* line 18, sass/layout/_footer.scss */
  .site-footer .footer-menus-container {
    padding: 25px 0;
    position: relative; }
  /* line 23, sass/layout/_footer.scss */
  .site-footer .site-title {
    background: url(images/fillin-logo-main.svg) no-repeat left top;
    background-size: contain;
    text-indent: -9999px;
    height: 72px;
    width: 95px;
    margin: 0 auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 23, sass/layout/_footer.scss */
      .site-footer .site-title {
        float: left;
        margin: 0;
        background-position: center top;
        height: 72px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
        /* line 41, sass/layout/_footer.scss */
        .site-footer .site-title:hover {
          -webkit-filter: none;
          filter: none; } }
    /* line 46, sass/layout/_footer.scss */
    .site-footer .site-title a {
      display: block; }
  /* line 51, sass/layout/_footer.scss */
  .site-footer p {
    font-size: .9375rem; }
    /* line 53, sass/layout/_footer.scss */
    .site-footer p a {
      text-decoration: none; }
  /* line 58, sass/layout/_footer.scss */
  .site-footer .nav-container {
    display: none;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 58, sass/layout/_footer.scss */
      .site-footer .nav-container {
        display: block; } }
  /* line 65, sass/layout/_footer.scss */
  .site-footer .footer-secondary {
    text-transform: uppercase;
    font-size: .7125rem;
    text-align: right;
    padding-bottom: 3px; }
    @media (min-width: 1280px) {
      /* line 65, sass/layout/_footer.scss */
      .site-footer .footer-secondary {
        font-size: .7125rem; } }
    @media (min-width: 1680px) {
      /* line 65, sass/layout/_footer.scss */
      .site-footer .footer-secondary {
        font-size: .8125rem; } }
    /* line 76, sass/layout/_footer.scss */
    .site-footer .footer-secondary a {
      margin-right: 1rem; }
  /* line 80, sass/layout/_footer.scss */
  .site-footer .follow-section {
    padding-bottom: 3px; }
  /* line 83, sass/layout/_footer.scss */
  .site-footer #mc_embed_signup {
    background: transparent;
    position: relative; }
    /* line 86, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup form {
      padding: 0;
      text-align: center;
      margin: 2rem 0;
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 86, sass/layout/_footer.scss */
        .site-footer #mc_embed_signup form {
          margin: 0; } }
    @media (min-width: 1280px) {
      /* line 94, sass/layout/_footer.scss */
      .site-footer #mc_embed_signup #mc_embed_signup_scroll {
        width: 80%; } }
    /* line 99, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup h2 {
      text-align: center; }
    /* line 102, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup .mc-field-group label {
      text-indent: -9999px;
      height: 1px; }
    /* line 106, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup .mc-field-group input {
      font-family: "value-reg", serif;
      font-size: .9375rem;
      background: #1E1E2D;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 2px solid #fff;
      border-radius: 0;
      color: #fff; }
      @media (min-width: 1280px) {
        /* line 106, sass/layout/_footer.scss */
        .site-footer #mc_embed_signup .mc-field-group input {
          display: inline-block; } }
    /* line 120, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
      border-right: 0;
      border-left: 0;
      border-top: 0; }
    /* line 125, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
      display: none; }
    /* line 128, sass/layout/_footer.scss */
    .site-footer #mc_embed_signup .button {
      width: 82px;
      height: 82px;
      margin: 1rem auto 0;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 1em;
      color: #1E1E2D;
      padding: 0;
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 128, sass/layout/_footer.scss */
        .site-footer #mc_embed_signup .button {
          position: absolute;
          right: 0;
          top: 0;
          width: 90px;
          height: 90px;
          margin: 0; } }

/* line 151, sass/layout/_footer.scss */
#page .cookie-notice-container {
  padding: 30px; }
  /* line 153, sass/layout/_footer.scss */
  #page .cookie-notice-container .cn-button {
    color: #fff;
    margin-left: 20px; }

/* line 1, sass/components/_sections.scss */
.section {
  margin: 4rem 0 0; }
  @media (min-width: 1280px) {
    /* line 1, sass/components/_sections.scss */
    .section {
      margin: 9rem 0 0 0; } }
  /* line 6, sass/components/_sections.scss */
  .section.projects-archive-items {
    margin: 0; }

/* line 11, sass/components/_sections.scss */
.rel-container {
  position: relative; }

/* line 16, sass/components/_sections.scss */
.related-section .related-div {
  display: block; }
/* line 19, sass/components/_sections.scss */
.related-section .unrelated-div {
  display: none; }

/* line 25, sass/components/_sections.scss */
.social-section .insta-follow, .social-section .twitter-follow {
  text-align: right; }
/* line 28, sass/components/_sections.scss */
.social-section .twitter-follow img {
  height: 20px;
  margin-right: 8px;
  vertical-align: -.3rem;
  display: inline; }
  @media (min-width: 1680px) {
    /* line 28, sass/components/_sections.scss */
    .social-section .twitter-follow img {
      height: 22px; } }

/* line 39, sass/components/_sections.scss */
.projects-metadata {
  margin-bottom: 2.5rem; }
  /* line 41, sass/components/_sections.scss */
  .projects-metadata span {
    display: inline-block; }
    /* line 43, sass/components/_sections.scss */
    .projects-metadata span:after {
      content: '|';
      padding: 0 6px;
      font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif; }

/* line 6, sass/components/_overview.scss */
.share-section {
  margin: 4.6rem 0 6.25rem; }
  @media (min-width: 1280px) {
    /* line 6, sass/components/_overview.scss */
    .share-section {
      margin-bottom: 0;
      margin-top: 3.5rem; } }
  @media (min-width: 1680px) {
    /* line 6, sass/components/_overview.scss */
    .share-section {
      margin-top: 4.6875rem; } }
  @media (max-width: 480px) {
    /* line 6, sass/components/_overview.scss */
    .share-section {
      display: flex;
      justify-content: space-between; } }
  /* line 20, sass/components/_overview.scss */
  .share-section > div {
    float: left; }
  /* line 23, sass/components/_overview.scss */
  .share-section .share-title {
    font-family: "value-bold", sans-serif;
    margin-right: 22px;
    display: none; }
    @media (min-width: 768px) {
      /* line 23, sass/components/_overview.scss */
      .share-section .share-title {
        display: block; } }
    @media (min-width: 1280px) {
      /* line 23, sass/components/_overview.scss */
      .share-section .share-title {
        margin-right: 22px; } }
    @media (min-width: 1680px) {
      /* line 23, sass/components/_overview.scss */
      .share-section .share-title {
        margin-right: 30px; } }
  /* line 37, sass/components/_overview.scss */
  .share-section .section-title-indent {
    display: none; }
    @media (min-width: 768px) {
      /* line 37, sass/components/_overview.scss */
      .share-section .section-title-indent {
        display: block; } }
    /* line 42, sass/components/_overview.scss */
    .share-section .section-title-indent:before {
      width: 48px;
      margin-right: 22px; }
      @media (min-width: 1280px) {
        /* line 42, sass/components/_overview.scss */
        .share-section .section-title-indent:before {
          width: 48px;
          margin-right: 22px; } }
      @media (min-width: 1680px) {
        /* line 42, sass/components/_overview.scss */
        .share-section .section-title-indent:before {
          width: 63px;
          margin-right: 30px; } }
  /* line 56, sass/components/_overview.scss */
  .share-section .share-icon {
    text-indent: -9999px;
    background: url(images/share-sprite.png?v=1234) no-repeat left bottom;
    background-size: 150px auto;
    height: 20px; }
    /* line 61, sass/components/_overview.scss */
    .share-section .share-icon.share-facebook {
      width: 10px;
      margin-right: 38px; }
    /* line 62, sass/components/_overview.scss */
    .share-section .share-icon.share-twitter {
      width: 21px;
      background-position: -15px bottom;
      margin-right: 32px; }
    /* line 63, sass/components/_overview.scss */
    .share-section .share-icon.share-linkedin {
      width: 19px;
      background-position: -38px bottom;
      margin-right: 35px; }
    /* line 64, sass/components/_overview.scss */
    .share-section .share-icon.share-pinterest {
      width: 17px;
      background-position: -60px bottom;
      margin-right: 32px; }
    /* line 65, sass/components/_overview.scss */
    .share-section .share-icon.share-email {
      width: 24px;
      background-position: -78px bottom;
      margin-right: 0; }
    /* line 66, sass/components/_overview.scss */
    .share-section .share-icon.share-venmo {
      width: 22px;
      background-position: -105px bottom;
      margin-right: 0; }
    /* line 67, sass/components/_overview.scss */
    .share-section .share-icon.share-instagram {
      width: 32px;
      background-position: -127px bottom;
      margin-right: 38px; }
    @media (min-width: 1280px) {
      /* line 56, sass/components/_overview.scss */
      .share-section .share-icon {
        background-size: 150px auto;
        height: 20px; }
        /* line 71, sass/components/_overview.scss */
        .share-section .share-icon.share-facebook {
          width: 10px;
          margin-right: 38px; }
        /* line 72, sass/components/_overview.scss */
        .share-section .share-icon.share-twitter {
          width: 21px;
          background-position: -15px bottom;
          margin-right: 32px; }
        /* line 73, sass/components/_overview.scss */
        .share-section .share-icon.share-linkedin {
          width: 19px;
          background-position: -38px bottom;
          margin-right: 35px; }
        /* line 74, sass/components/_overview.scss */
        .share-section .share-icon.share-pinterest {
          width: 17px;
          background-position: -60px bottom;
          margin-right: 32px; }
        /* line 75, sass/components/_overview.scss */
        .share-section .share-icon.share-email {
          width: 24px;
          background-position: -78px bottom;
          margin-right: 0; } }
    @media (min-width: 1680px) {
      /* line 56, sass/components/_overview.scss */
      .share-section .share-icon {
        background-size: 200px auto;
        height: 26px; }
        /* line 80, sass/components/_overview.scss */
        .share-section .share-icon.share-facebook {
          width: 13px;
          margin-right: 50px; }
        /* line 81, sass/components/_overview.scss */
        .share-section .share-icon.share-twitter {
          width: 28px;
          background-position: -20px bottom;
          margin-right: 43px; }
        /* line 82, sass/components/_overview.scss */
        .share-section .share-icon.share-linkedin {
          width: 25px;
          background-position: -50px bottom;
          margin-right: 47px; }
        /* line 83, sass/components/_overview.scss */
        .share-section .share-icon.share-pinterest {
          width: 22px;
          background-position: -80px bottom;
          margin-right: 43px; }
        /* line 84, sass/components/_overview.scss */
        .share-section .share-icon.share-email {
          width: 30px;
          background-position: -105px bottom;
          margin-right: 0; }
        /* line 85, sass/components/_overview.scss */
        .share-section .share-icon.share-venmo {
          width: 30px;
          background-position: -140px bottom;
          margin-right: 0; }
        /* line 86, sass/components/_overview.scss */
        .share-section .share-icon.share-instagram {
          width: 30px;
          background-position: -170px bottom; } }
    /* line 88, sass/components/_overview.scss */
    .share-section .share-icon a {
      display: block;
      border: 0; }

/* line 97, sass/components/_overview.scss */
.hero-container .hero-wrapper {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw; }
  /* line 105, sass/components/_overview.scss */
  .hero-container .hero-wrapper img {
    display: block; }
  /* line 108, sass/components/_overview.scss */
  .hero-container .hero-wrapper .video-embed-wrapper {
    padding-top: 40%; }
  /* line 111, sass/components/_overview.scss */
  .hero-container .hero-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
/* line 121, sass/components/_overview.scss */
.hero-container .caption {
  padding: 0;
  text-align: right; }

/* line 128, sass/components/_overview.scss */
.hero-section + .overview {
  padding: 2.5rem 0 4rem 0; }
  @media (min-width: 1280px) {
    /* line 128, sass/components/_overview.scss */
    .hero-section + .overview {
      padding: 5.5rem 0 8rem 0; } }
  @media (min-width: 1680px) {
    /* line 128, sass/components/_overview.scss */
    .hero-section + .overview {
      padding: 8.25rem 0 12rem 0; } }

/* line 1, sass/pages/_home.scss */
.home {
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 6, sass/pages/_home.scss */
    .home .main-navigation ul li a {
      color: #fff; }
      /* line 8, sass/pages/_home.scss */
      .home .main-navigation ul li a:hover {
        color: #AAAAB5; } }
  /* line 16, sass/pages/_home.scss */
  .home .large_content {
    margin: 2.5rem 0 5.25rem; }
    @media (min-width: 1280px) {
      /* line 16, sass/pages/_home.scss */
      .home .large_content {
        margin: 4.5rem 0 9rem; } }
    @media (min-width: 1680px) {
      /* line 16, sass/pages/_home.scss */
      .home .large_content {
        margin: 6rem 0 12rem; } }
  /* line 27, sass/pages/_home.scss */
  .home .module-section.image-text .secondary-content {
    display: none;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 27, sass/pages/_home.scss */
      .home .module-section.image-text .secondary-content {
        display: block; } }
  /* line 34, sass/pages/_home.scss */
  .home .detail-link {
    margin-top: 3.5rem; }
  /* line 38, sass/pages/_home.scss */
  .home .slideshow-container .slide {
    position: relative;
    width: 100%;
    padding-bottom: 52.5%;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 38, sass/pages/_home.scss */
      .home .slideshow-container .slide {
        padding-bottom: 47.917%; } }
    /* line 45, sass/pages/_home.scss */
    .home .slideshow-container .slide img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%; }
  /* line 56, sass/pages/_home.scss */
  .home .slideshow-container .slick-arrow {
    position: absolute;
    width: 17px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    display: none !important; }
    /* line 62, sass/pages/_home.scss */
    .home .slideshow-container .slick-arrow.slick-next {
      background-image: url(images/arrow-next@2x.png);
      right: -40px; }
    /* line 66, sass/pages/_home.scss */
    .home .slideshow-container .slick-arrow.slick-prev {
      background-image: url(images/arrow-prev@2x.png);
      left: -40px; }
    /* line 70, sass/pages/_home.scss */
    .home .slideshow-container .slick-arrow:before {
      content: ''; }
    @media (min-width: 768px) {
      /* line 56, sass/pages/_home.scss */
      .home .slideshow-container .slick-arrow {
        display: block !important; } }
  /* line 80, sass/pages/_home.scss */
  .home .slide-meta-container {
    margin-top: 1.5rem; }
    @media (min-width: 1280px) {
      /* line 80, sass/pages/_home.scss */
      .home .slide-meta-container {
        margin-top: 3rem; } }
    /* line 85, sass/pages/_home.scss */
    .home .slide-meta-container .slide-page-indicator {
      text-align: center;
      color: #fff; }
      /* line 88, sass/pages/_home.scss */
      .home .slide-meta-container .slide-page-indicator div {
        display: inline; }
    /* line 92, sass/pages/_home.scss */
    .home .slide-meta-container .artist-name {
      margin: 2.5rem 0 1rem; }
  /* line 96, sass/pages/_home.scss */
  .home .artist-nav-section {
    margin-bottom: 6.25rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 96, sass/pages/_home.scss */
      .home .artist-nav-section {
        display: block;
        margin: 5rem 0 10rem; } }
  /* line 103, sass/pages/_home.scss */
  .home .detail-link {
    text-align: center; }

/* line 1, sass/pages/_archive.scss */
.filter-container {
  height: 1.125rem;
  /*1024*/ }
  /* line 3, sass/pages/_archive.scss */
  .filter-container a {
    text-decoration: none; }
    /* line 6, sass/pages/_archive.scss */
    .filter-container a.active, .filter-container a:hover {
      color: #fff; }
  @media (min-width: 1024px) {
    /* line 1, sass/pages/_archive.scss */
    .filter-container {
      text-align: center; }
      /* line 12, sass/pages/_archive.scss */
      .filter-container a {
        line-height: 1.125rem;
        color: #AAAAB5;
        position: relative;
        display: inline-block; }
        /* line 29, sass/pages/_archive.scss */
        .filter-container a:first-child {
          margin-left: 0; }
        /* line 32, sass/pages/_archive.scss */
        .filter-container a:last-child {
          margin-right: 0;
          padding-right: 0; }
          /* line 35, sass/pages/_archive.scss */
          .filter-container a:last-child:after {
            display: none; }
      /* line 41, sass/pages/_archive.scss */
      .filter-container span {
        display: inline-block;
        width: 8.6%;
        height: 1.125rem;
        position: relative; }
        /* line 46, sass/pages/_archive.scss */
        .filter-container span:after {
          content: ' ';
          height: 2px;
          width: 70%;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: #AAAAB5;
          top: 50%; } }
  @media (min-width: 1280px) {
    /* line 60, sass/pages/_archive.scss */
    .filter-container span {
      width: 10.6%; } }

/* line 72, sass/pages/_archive.scss */
.post-type-archive-projects a.block-link:hover ~ .content-container, .featured-project-section a.block-link:hover ~ .content-container {
  color: #AAAAB5; }
/* line 75, sass/pages/_archive.scss */
.post-type-archive-projects a.block-link:hover ~ .thumb-container, .featured-project-section a.block-link:hover ~ .thumb-container {
  opacity: .7; }
/* line 79, sass/pages/_archive.scss */
.post-type-archive-projects .content-container, .featured-project-section .content-container {
  position: relative;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 79, sass/pages/_archive.scss */
    .post-type-archive-projects .content-container, .featured-project-section .content-container {
      padding-left: 3.25%; } }
  /* line 84, sass/pages/_archive.scss */
  .post-type-archive-projects .content-container .thumb-title, .featured-project-section .content-container .thumb-title {
    margin: 2rem  0 1.5rem;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 84, sass/pages/_archive.scss */
      .post-type-archive-projects .content-container .thumb-title, .featured-project-section .content-container .thumb-title {
        margin: 0  0 1.5rem; } }
  /* line 91, sass/pages/_archive.scss */
  .post-type-archive-projects .content-container a.block-link:hover ~ div, .featured-project-section .content-container a.block-link:hover ~ div {
    color: #AAAAB5; }

/* line 103, sass/pages/_archive.scss */
.artists-archive-items .people-item a:hover ~ h2, .artists-archive-items .people-item a:hover ~ .tag, .artists-archive-items .people-item a:hover + img {
  opacity: .7; }

@media (max-width: 768px) {
  /* line 118, sass/pages/_archive.scss */
  .page-people .people-section .section-title-has-supports div {
    order: 3; }
  /* line 119, sass/pages/_archive.scss */
  .page-people .people-section .section-title-has-supports .section-title-indent {
    order: 2; }
  /* line 122, sass/pages/_archive.scss */
  .page-people .people-section .section-title-has-supports .trigger-column {
    order: 1; }
  /* line 125, sass/pages/_archive.scss */
  .page-people .people-section .section-title-has-supports .section-title {
    margin-bottom: 0; }
  /* line 129, sass/pages/_archive.scss */
  .page-people .people-section .people-filter-tools {
    margin-bottom: 5rem; }
  /* line 132, sass/pages/_archive.scss */
  .page-people .people-section .person-archive {
    margin-top: 3.5rem; } }

/* line 2, sass/pages/_single.scss */
.single h1 {
  margin-bottom: 2rem; }
/* line 5, sass/pages/_single.scss */
.single .metadata {
  margin-bottom: 2.5rem; }
/* line 15, sass/pages/_single.scss */
.single.single-projects .featured-img-col img {
  display: block; }
/* line 20, sass/pages/_single.scss */
.single.single-projects .logos-container {
  margin: 2.5rem 0; }
  /* line 22, sass/pages/_single.scss */
  .single.single-projects .logos-container .logo-container {
    float: left;
    width: 48%;
    margin-right: 2%;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 22, sass/pages/_single.scss */
      .single.single-projects .logos-container .logo-container {
        width: 38%; } }
/* line 32, sass/pages/_single.scss */
.single.single-projects .desc-container + h2 {
  margin-top: 2.5rem; }
/* line 35, sass/pages/_single.scss */
.single.single-projects .related-artist-container {
  margin-bottom: 3.5rem; }
  /* line 37, sass/pages/_single.scss */
  .single.single-projects .related-artist-container .related-artist {
    width: 48%;
    margin-right: 2%;
    /*1024*/ }
    @media (min-width: 1024px) {
      /* line 37, sass/pages/_single.scss */
      .single.single-projects .related-artist-container .related-artist {
        width: 40%; } }
    /* line 43, sass/pages/_single.scss */
    .single.single-projects .related-artist-container .related-artist:nth-child(even) {
      /*1024*/ }
      @media (min-width: 1024px) {
        /* line 43, sass/pages/_single.scss */
        .single.single-projects .related-artist-container .related-artist:nth-child(even) {
          margin-right: 20%; } }
/* line 51, sass/pages/_single.scss */
.single .nivo-lightbox-wrap {
  left: 6.5%;
  right: 6.5%; }
/* line 55, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background-color: rgba(30, 30, 45, 0.9); }
/* line 58, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default .nivo-lightbox-nav {
  opacity: 1;
  width: 6.5%; }
  /* line 61, sass/pages/_single.scss */
  .single .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: transparent; }
/* line 65, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default .nivo-lightbox-title {
  background: transparent;
  font-family: "value-bold", sans-serif; }
/* line 70, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(images/arrow-next@2x.png);
  background-size: 20px auto; }
/* line 74, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(images/arrow-prev@2x.png);
  background-size: 20px auto; }
/* line 79, sass/pages/_single.scss */
.single .nivo-lightbox-theme-default .nivo-lightbox-close {
  background-image: url(images/close@2x.png);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  background-position: top left;
  opacity: 1; }

/* line 1, sass/pages/_search.scss */
form.search-form {
  width: 100%;
  position: relative; }
  /* line 4, sass/pages/_search.scss */
  form.search-form .awesomplete {
    display: block; }
  /* line 7, sass/pages/_search.scss */
  form.search-form input[type="search"] {
    border: none;
    padding: 10px 0;
    background: none;
    color: #fff;
    outline: none;
    border-bottom: 3px solid white;
    width: 100%;
    border-radius: 0;
    line-height: 1em;
    -webkit-appearance: none !important; }
  /* line 20, sass/pages/_search.scss */
  form.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    text-indent: -9999px;
    border: 0; }

/* line 32, sass/pages/_search.scss */
.page-embedded-search form.search-form {
  margin: 0 auto 160px; }
  /* line 34, sass/pages/_search.scss */
  .page-embedded-search form.search-form input[type="search"] {
    border-color: #000;
    color: #000; }

/* line 43, sass/pages/_search.scss */
header form.search-form input[type="submit"] {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
/* line 49, sass/pages/_search.scss */
header .search-item {
  position: absolute;
  width: 17px;
  right: calc(9.333% + 50px);
  top: 32px;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 49, sass/pages/_search.scss */
    header .search-item {
      top: 6px;
      right: 0; } }

/* line 65, sass/pages/_search.scss */
.page-template-purpose-page-template:not(.page-our-purpose) header .search-item,
.home header .search-item {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }
/* line 69, sass/pages/_search.scss */
.page-template-purpose-page-template:not(.page-our-purpose) header .open-menu-containing-column.open + .secondary-nav-items .search-item,
.home header .open-menu-containing-column.open + .secondary-nav-items .search-item {
  -webkit-filter: none;
  filter: none; }

/* line 77, sass/pages/_search.scss */
.post-type-archive-studio header {
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 79, sass/pages/_search.scss */
    .post-type-archive-studio header .search-item {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); } }
  /* line 84, sass/pages/_search.scss */
  .post-type-archive-studio header .open-menu-containing-column.open + .secondary-nav-items .search-item {
    -webkit-filter: none;
    filter: none; }

/* line 92, sass/pages/_search.scss */
header .search-item a,
form.search-form input[type="submit"] {
  display: block;
  background: url(images/search.png) no-repeat center center;
  background-size: contain;
  height: 21px; }
  @media (min-width: 1280px) {
    /* line 92, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 17px; } }
  @media (min-width: 1680px) {
    /* line 92, sass/pages/_search.scss */
    header .search-item a,
    form.search-form input[type="submit"] {
      height: 21px; } }

/* line 107, sass/pages/_search.scss */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* line 108, sass/pages/_search.scss */
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* line 109, sass/pages/_search.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* line 2, sass/pages/_page.scss */
.page h1.page-title {
  margin-bottom: 3rem;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 2, sass/pages/_page.scss */
    .page h1.page-title {
      margin-bottom: 6rem; } }
/* line 9, sass/pages/_page.scss */
.page.page-contact .overview {
  padding: 3.5rem 0 4rem 0; }
  @media (min-width: 1280px) {
    /* line 9, sass/pages/_page.scss */
    .page.page-contact .overview {
      padding: 4.875rem 0 6rem 0; } }
  @media (min-width: 1680px) {
    /* line 9, sass/pages/_page.scss */
    .page.page-contact .overview {
      padding: 6.5rem 0 8rem 0; } }
/* line 18, sass/pages/_page.scss */
.page.page-contact .color-blocks {
  margin: 1.9rem 0 6rem 0;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 18, sass/pages/_page.scss */
    .page.page-contact .color-blocks {
      margin: 4.2375rem 0 8.4375rem 0; } }
/* line 24, sass/pages/_page.scss */
.page.page-contact .contact-block {
  display: flex; }
  @media (max-width: 768px) {
    /* line 24, sass/pages/_page.scss */
    .page.page-contact .contact-block {
      margin-bottom: 1rem; } }
  /* line 29, sass/pages/_page.scss */
  .page.page-contact .contact-block .color-block {
    height: 100%; }
  /* line 32, sass/pages/_page.scss */
  .page.page-contact .contact-block .block-title {
    margin-bottom: 1em;
    font-family: "value-bold", sans-serif; }
  /* line 36, sass/pages/_page.scss */
  .page.page-contact .contact-block .extra {
    border-width: 2px;
    line-height: 1.666em;
    font-family: "value-bold", sans-serif; }
    @media (min-width: 1680px) {
      /* line 36, sass/pages/_page.scss */
      .page.page-contact .contact-block .extra {
        border-width: 3px; } }
/* line 48, sass/pages/_page.scss */
.page.page-careers .purpose-color-container .overview {
  padding: 3.5rem 0 4rem 0; }
  @media (min-width: 1280px) {
    /* line 48, sass/pages/_page.scss */
    .page.page-careers .purpose-color-container .overview {
      padding: 5.625rem 0 7rem 0; } }
  @media (min-width: 1680px) {
    /* line 48, sass/pages/_page.scss */
    .page.page-careers .purpose-color-container .overview {
      padding: 6.25rem 0 9.75rem 0; } }
/* line 60, sass/pages/_page.scss */
.page .about-statement p:first-child {
  margin-bottom: 5rem; }
/* line 64, sass/pages/_page.scss */
.page .about-statement p {
  margin-bottom: 3rem; }

/* line 71, sass/pages/_page.scss */
.error404 .overview h1 {
  margin-bottom: 4rem; }
  @media (min-width: 1680px) {
    /* line 71, sass/pages/_page.scss */
    .error404 .overview h1 {
      margin-bottom: 6rem; } }
/* line 77, sass/pages/_page.scss */
.error404 .overview p {
  margin-bottom: 2.5rem; }
  @media (min-width: 1680px) {
    /* line 77, sass/pages/_page.scss */
    .error404 .overview p {
      margin-top: 3.5rem; } }

/* Text meant only for screen readers. */
/* line 51, sass/style.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 64, sass/style.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
/* line 87, sass/style.scss */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* line 91, sass/style.scss */
* {
  min-height: 0;
  min-width: 0; }

/* line 96, sass/style.scss */
.mobile-only {
  display: none !important; }
  @media (max-width: 480px) {
    /* line 96, sass/style.scss */
    .mobile-only {
      display: block !important; } }

/* line 102, sass/style.scss */
.hide-mobile {
  display: block !important; }
  @media (max-width: 480px) {
    /* line 102, sass/style.scss */
    .hide-mobile {
      display: none !important; } }

/* line 109, sass/style.scss */
.mobile-tablet-only {
  display: block;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 109, sass/style.scss */
    .mobile-tablet-only {
      display: none !important; } }

/* line 116, sass/style.scss */
.hide-mobile-tablet {
  display: none !important;
  /*1024*/ }
  @media (min-width: 1024px) {
    /* line 116, sass/style.scss */
    .hide-mobile-tablet {
      display: block !important; } }

/* line 123, sass/style.scss */
body {
  background-color: #1E1E2D; }

/* line 126, sass/style.scss */
.video-embed-wrapper {
  padding-top: 56%;
  position: relative; }

/* line 130, sass/style.scss */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
