/**
 * SXSW INDEPENDENT BLOGGERS GUIDE
 *
 * Roger Glenn
 * roger@mach1media.com
 * Created: Jan 2017
 *
 * Compiled using Gulp
 */
/* line 4, dev/css/vendor/bourbon/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 9, dev/css/vendor/bourbon/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit; }

/*! sass-bem-constructor - version : 1.1.0 - 2016-02-07 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, dev/css/modules/_normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, dev/css/modules/_normalize.css */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 35, dev/css/modules/_normalize.css */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, dev/css/modules/_normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, dev/css/modules/_normalize.css */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 72, dev/css/modules/_normalize.css */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, dev/css/modules/_normalize.css */
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 92, dev/css/modules/_normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, dev/css/modules/_normalize.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, dev/css/modules/_normalize.css */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, dev/css/modules/_normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, dev/css/modules/_normalize.css */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, dev/css/modules/_normalize.css */
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 154, dev/css/modules/_normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, dev/css/modules/_normalize.css */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, dev/css/modules/_normalize.css */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 182, dev/css/modules/_normalize.css */
small {
  font-size: 80%; }

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

/* line 199, dev/css/modules/_normalize.css */
sub {
  bottom: -0.25em; }

/* line 203, dev/css/modules/_normalize.css */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, dev/css/modules/_normalize.css */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, dev/css/modules/_normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, dev/css/modules/_normalize.css */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 240, dev/css/modules/_normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, dev/css/modules/_normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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 268, dev/css/modules/_normalize.css */
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 278, dev/css/modules/_normalize.css */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, dev/css/modules/_normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, dev/css/modules/_normalize.css */
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 312, dev/css/modules/_normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, dev/css/modules/_normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, dev/css/modules/_normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, dev/css/modules/_normalize.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, dev/css/modules/_normalize.css */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, dev/css/modules/_normalize.css */
[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 388, dev/css/modules/_normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, dev/css/modules/_normalize.css */
[type="search"]::-webkit-search-cancel-button,
[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 407, dev/css/modules/_normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, dev/css/modules/_normalize.css */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 429, dev/css/modules/_normalize.css */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, dev/css/modules/_normalize.css */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 448, dev/css/modules/_normalize.css */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, dev/css/modules/_normalize.css */
[hidden] {
  display: none; }

/**
 * SELF-HOSTING GOOGLE FONTS
 * https://google-webfonts-helper.herokuapp.com/
 */
/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans Thin"), local("WorkSans-Thin"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-100.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans Light"), local("WorkSans-Light"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-300.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans ExtraLight"), local("WorkSans-ExtraLight"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-200.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans"), local("WorkSans-Regular"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-regular.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-500.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-600.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans Bold"), local("WorkSans-Bold"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-700.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans ExtraBold"), local("WorkSans-ExtraBold"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-800.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/* work-sans-900 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Work Sans Black"), local("WorkSans-Black"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.ttf") format("truetype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/work-sans-v2-latin-900.svg#WorkSans") format("svg");
  /* Legacy iOS */ }

/**
 * FOUNDERS GROTESK
 */
@font-face {
  font-family: FoundersCondensed;
  src: url(/wp-content/themes/sxsw-mbg/assets/fonts/FoundersGroteskCondensedWeb-Bold.woff2) format("woff2"), url(/wp-content/themes/sxsw-mbg/assets/fonts/FoundersGroteskCondensedWeb-Bold.woff) format("woff"), url(/wp-content/themes/sxsw-mbg/assets/fonts/FoundersGroteskCondensedWeb-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

/**
 * OFFICE CODE PRO
 */
@font-face {
  font-family: 'Office Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-Regular.eot");
  /* IE9 Compat Modes */
  src: local("Office Code Pro"), local("OfficeCodePro-Regular"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF2/OfficeCodePro-Regular.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF/OfficeCodePro-Regular.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/TTF/OfficeCodePro-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Office Code Pro';
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-RegularItalic.eot");
  /* IE9 Compat Modes */
  src: local("Office Code Pro"), local("OfficeCodePro-RegularItalic"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF2/OfficeCodePro-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF/OfficeCodePro-RegularItalic.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/TTF/OfficeCodePro-RegularItalic.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Office Code Pro';
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-Medium.eot");
  /* IE9 Compat Modes */
  src: local("Office Code Pro"), local("OfficeCodePro-Medium"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF2/OfficeCodePro-Medium.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF/OfficeCodePro-Medium.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/TTF/OfficeCodePro-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Office Code Pro';
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: local("Office Code Pro"), local("OfficeCodePro-MediumItalic"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/EOT/OfficeCodePro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF2/OfficeCodePro-MediumItalic.woff2") format("woff2"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/WOFF/OfficeCodePro-MediumItalic.woff") format("woff"), url("/wp-content/themes/sxsw-mbg/assets/fonts/OfficeCodePro/TTF/OfficeCodePro-MediumItalic.ttf") format("truetype");
  /* Safari, Android, iOS */ }

/*
html {
	font-size: 1em;
	height  : 100%;
	overflow: hidden;
}
*/
/* line 324, dev/css/modules/_typography.scss */
a {
  color: #231F20; }
  /* line 327, dev/css/modules/_typography.scss */
  a:hover {
    text-decoration: none; }

/* line 332, dev/css/modules/_typography.scss */
body {
  width: 100%;
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  color: #231F20;
  /*
	// minor third 1.200
	h1 {font-size: 2.074em; color: $color-blue;}
	h2 {font-size: 1.728em; color: $color-red;}
	h3 {font-size: 1.44em; color: $color-red;}
	h4 {font-size: 1em;}
*/ }
  /* line 352, dev/css/modules/_typography.scss */
  body h1 {
    font-size: 2.441em; }
  /* line 353, dev/css/modules/_typography.scss */
  body h2 {
    font-size: 1.953em; }
  /* line 354, dev/css/modules/_typography.scss */
  body h3 {
    font-size: 1.563em; }
  /* line 355, dev/css/modules/_typography.scss */
  body h4 {
    font-size: 1em; }
  /* line 357, dev/css/modules/_typography.scss */
  body small, body .font_small {
    font-size: 0.833em; }
  @media screen and (min-width: 1100px) {
    /* line 332, dev/css/modules/_typography.scss */
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1100px) {
    /* line 332, dev/css/modules/_typography.scss */
    body {
      font-size: 14px; } }

/* line 367, dev/css/modules/_typography.scss */
h1, h2, h3 {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1em; }

/* line 371, dev/css/modules/_typography.scss */
h2, h3 {
  margin-top: 2em; }

/* line 374, dev/css/modules/_typography.scss */
h4 {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: -.75em; }

/* line 379, dev/css/modules/_typography.scss */
strong {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal; }

/* line 382, dev/css/modules/_typography.scss */
em {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic; }

@-webkit-keyframes blur {
  from {
    filter: blur(0px); }
  to {
    filter: blur(10px); } }

@-moz-keyframes blur {
  from {
    filter: blur(0px); }
  to {
    filter: blur(10px); } }

@keyframes blur {
  from {
    filter: blur(0px); }
  to {
    filter: blur(10px); } }

@-webkit-keyframes unblur {
  from {
    filter: blur(10px); }
  to {
    filter: blur(0px); } }

@-moz-keyframes unblur {
  from {
    filter: blur(10px); }
  to {
    filter: blur(0px); } }

@keyframes unblur {
  from {
    filter: blur(10px); }
  to {
    filter: blur(0px); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: .5; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: .5; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: .5; } }

@-webkit-keyframes fadeInFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeInFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOutFull {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes fadeOutFull {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOutFull {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
 * PLACEHOLDERS
 */
/* line 11, dev/css/modules/all.scss */
img {
  display: block;
  max-width: 100%;
  height: auto; }

/**
 * LOADING
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-loading {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  background: white;
  color: black;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-loading__flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    height: 100%; }
    /* line 11, dev/css/modules/_mixins.scss */
    .c-loading__flex > :first-child {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  /* line 27, dev/css/components/_loading.scss */
  .is-loading .c-loading {
    display: block;
    opacity: 1; }

/**
 * BACKGROUND
 */
/* line 4, dev/css/components/_background.scss */
body {
  background-color: #19AD5C;
  background-image: -webkit-linear-gradient(#19AD5C 0%, #2BA8F7 25%, #FCC42D 50%, #F64635 75%, #B78878 100%);
  background-image: linear-gradient(#19AD5C 0%, #2BA8F7 25%, #FCC42D 50%, #F64635 75%, #B78878 100%); }

body.modal-open {
  overflow:hidden;
  }

/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  background-color: #19AD5C;
  background-image: -webkit-linear-gradient(#19AD5C 0%, #2BA8F7 25%, #FCC42D 50%, #F64635 75%, #B78878 100%);
  background-image: linear-gradient(#19AD5C 0%, #2BA8F7 25%, #FCC42D 50%, #F64635 75%, #B78878 100%); }
  /* line 67, dev/css/components/_background.scss */
  .intro-open .c-background {
    display: block; }

/**
 * ARTISTS
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-artists {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 240px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-animation: unblur 0.5s ease-out;
  -moz-animation: unblur 0.5s ease-out;
  animation: unblur 0.5s ease-out; }
  /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
  .c-artists::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artists {
      padding-top: 80px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artists {
      padding-top: 80px; } }
  @media screen and (min-width: 800px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artists {
      display: block;
      padding-top: 300px; }
      /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
      .c-artists::after {
        clear: both;
        content: "";
        display: table; } }
  /* line 30, dev/css/components/_artists.scss */
  .modal-open .c-artists, .summary-open .c-artists {
    -webkit-animation: blur 0.5s ease-out;
    -moz-animation: blur 0.5s ease-out;
    animation: blur 0.5s ease-out;
    filter: blur(10px);
    opacity: .25;
    padding-bottom: 240px; }
  /* line 39, dev/css/components/_artists.scss */
  .intro-open .c-artists {
    -webkit-animation: fadeIn 1s ease-in;
    -moz-animation: fadeIn 1s ease-in;
    animation: fadeIn 1s ease-in; }

/**
 * ARTIST LISTING
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-artist {
  display: block; }
  /* line 11, dev/css/components/_artist.scss */
  .c-artist p {
    margin-top: 0; }
  @media screen and (min-width: 800px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      /* line 89, dev/css/vendor/bourbon/neat/grid/_span-columns.scss */
      .c-artist:last-child {
        margin-right: 0; }
      /* line 78, dev/css/vendor/bourbon/neat/grid/_omega.scss */
      .c-artist:nth-child(2n) {
        margin-right: 0; }
      /* line 83, dev/css/vendor/bourbon/neat/grid/_omega.scss */
      .c-artist:nth-child(2n+1) {
        clear: left; }
      /* line 20, dev/css/components/_artist.scss */
      .c-artist:nth-of-type(2n + 1) .c-artist__card {
        margin-top: -220px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__desktop {
    padding: 0; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__desktop {
        position: relative; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__card {
    -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media screen and (min-width: 1100px) {
      /* line 38, dev/css/components/_artist.scss */
      .c-artist__card > img {
        cursor: pointer;
        -webkit-transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
        /* line 49, dev/css/components/_artist.scss */
        .c-artist__card > img:hover {
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); } }
    /* line 54, dev/css/components/_artist.scss */
    .c-artist__mobile .c-artist__card > figure {
      margin-bottom: 20px; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__card {
        padding-bottom: 40px; }
        /* line 60, dev/css/components/_artist.scss */
        .mobile-artist-info-open .c-artist__card {
          padding-bottom: 40px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__figure {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    /* line 72, dev/css/components/_artist.scss */
    .c-artist__card .c-artist__figure img {
      cursor: pointer; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__figcaption {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 20px;
    background: black;
    color: white;
    font-family: "Office Code Pro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 1em;
    margin: 0;
    padding: 10px; }
  @media screen and (max-width: 1100px) {
    /* line 92, dev/css/components/_artist.scss */
    .c-artist .js-artist-info-mobile {
      display: none; } }
  @media screen and (min-width: 1100px) {
    /* line 105, dev/css/components/_artist.scss */
    .c-artist:nth-of-type(even) {
      padding-top: 60px; }
    /* line 110, dev/css/components/_artist.scss */
    .c-artist:nth-of-type(4n+1) > .c-artist__desktop > .c-artist__card {
      -webkit-transform: scale(0.8) rotate(5deg);
      -moz-transform: scale(0.8) rotate(5deg);
      -ms-transform: scale(0.8) rotate(5deg);
      -o-transform: scale(0.8) rotate(5deg);
      transform: scale(0.8) rotate(5deg); }
      /* line 112, dev/css/components/_artist.scss */
      .c-artist:nth-of-type(4n+1) > .c-artist__desktop > .c-artist__card:hover {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
        /* line 114, dev/css/components/_artist.scss */
        .c-artist:nth-of-type(4n+1) > .c-artist__desktop > .c-artist__card:hover img {
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }
    /* line 121, dev/css/components/_artist.scss */
    .c-artist:nth-of-type(4n+2) > .c-artist__desktop > .c-artist__card {
      -webkit-transform: scale(0.8) rotate(-12deg);
      -moz-transform: scale(0.8) rotate(-12deg);
      -ms-transform: scale(0.8) rotate(-12deg);
      -o-transform: scale(0.8) rotate(-12deg);
      transform: scale(0.8) rotate(-12deg); }
      /* line 123, dev/css/components/_artist.scss */
      .c-artist:nth-of-type(4n+2) > .c-artist__desktop > .c-artist__card:hover {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
        /* line 125, dev/css/components/_artist.scss */
        .c-artist:nth-of-type(4n+2) > .c-artist__desktop > .c-artist__card:hover img {
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }
    /* line 132, dev/css/components/_artist.scss */
    .c-artist:nth-of-type(4n+3) > .c-artist__desktop > .c-artist__card {
      -webkit-transform: scale(0.8) rotate(-14deg);
      -moz-transform: scale(0.8) rotate(-14deg);
      -ms-transform: scale(0.8) rotate(-14deg);
      -o-transform: scale(0.8) rotate(-14deg);
      transform: scale(0.8) rotate(-14deg); }
      /* line 134, dev/css/components/_artist.scss */
      .c-artist:nth-of-type(4n+3) > .c-artist__desktop > .c-artist__card:hover {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
        /* line 136, dev/css/components/_artist.scss */
        .c-artist:nth-of-type(4n+3) > .c-artist__desktop > .c-artist__card:hover img {
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }
    /* line 143, dev/css/components/_artist.scss */
    .c-artist:nth-of-type(4n) > .c-artist__desktop > .c-artist__card {
      -webkit-transform: scale(0.8) rotate(10deg);
      -moz-transform: scale(0.8) rotate(10deg);
      -ms-transform: scale(0.8) rotate(10deg);
      -o-transform: scale(0.8) rotate(10deg);
      transform: scale(0.8) rotate(10deg); }
      /* line 145, dev/css/components/_artist.scss */
      .c-artist:nth-of-type(4n) > .c-artist__desktop > .c-artist__card:hover {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
        /* line 147, dev/css/components/_artist.scss */
        .c-artist:nth-of-type(4n) > .c-artist__desktop > .c-artist__card:hover img {
          -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__title {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    margin: 0; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__title {
        font-size: 48px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__title {
        font-size: 36px;
        margin-bottom: 10px; } }
  @media screen and (max-width: 799px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__photo-desktop {
      display: none !important; } }
  @media screen and (min-width: 800px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__photo-mobile {
      display: none !important; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__modal {
    display: none;
    overflow-y: auto;
    padding: 40px; }
    /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__modal.is-active {
      display: block;
      position: fixed;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 99;
      opacity: 0;
      top: -50vh; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__modal {
        padding: 40px 20px; } }
  @media screen and (min-width: 800px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__modal-flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      height: 100%;
      padding-bottom: 40px; }
      /* line 11, dev/css/modules/_mixins.scss */
      .c-artist__modal-flex > :first-child {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  @media screen and (min-width: 800px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__modal-row {
      display: block; }
      /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
      .c-artist__modal-row::after {
        clear: both;
        content: "";
        display: table; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__modal-maxwidth {
    max-width: 1280px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__modal-image {
    width: 100%; }
    /* line 231, dev/css/components/_artist.scss */
    .c-artist__modal-image > img {
      min-width: 100%; }
    @media screen and (min-width: 800px) {
      /* line 235, dev/css/components/_artist.scss */
      .c-artist__modal--odd .c-artist__modal-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        /* line 89, dev/css/vendor/bourbon/neat/grid/_span-columns.scss */
        .c-artist__modal--odd .c-artist__modal-image:last-child {
          margin-right: 0; }
      /* line 238, dev/css/components/_artist.scss */
      .c-artist__modal--even .c-artist__modal-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 51.17883%; }
        /* line 89, dev/css/vendor/bourbon/neat/grid/_span-columns.scss */
        .c-artist__modal--even .c-artist__modal-image:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 800px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__modal-description {
      max-height: 80vh;
      overflow-y: auto; }
      /* line 247, dev/css/components/_artist.scss */
      .c-artist__modal--odd .c-artist__modal-description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        /* line 89, dev/css/vendor/bourbon/neat/grid/_span-columns.scss */
        .c-artist__modal--odd .c-artist__modal-description:last-child {
          margin-right: 0; }
      /* line 251, dev/css/components/_artist.scss */
      .c-artist__modal--even .c-artist__modal-description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: -102.35765%; }
        /* line 89, dev/css/vendor/bourbon/neat/grid/_span-columns.scss */
        .c-artist__modal--even .c-artist__modal-description:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 799px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__modal-description {
      position: relative;
      padding-bottom: 100px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__modal-title {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    margin: 0; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__modal-title {
        font-size: 50px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__modal-title {
        font-size: 36px; } }
  @media screen and (max-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__location {
      margin: 0 0 10px 0; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__genre {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 1em; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__play-song {
    margin-bottom: 10px; }
    @media screen and (min-width: 1100px) {
      /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
      .c-artist__play-song::after {
        clear: both;
        content: "";
        display: table; }
      /* line 293, dev/css/components/_artist.scss */
      .c-artist__play-song > img, .c-artist__play-song > a {
        display: block;
        float: left;
        height: 40px;
        width: 40px;
        margin-right: 16px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__play-song {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; }
        /* line 311, dev/css/components/_artist.scss */
        .c-artist__play-song > a, .c-artist__play-song > span {
          -webkit-align-self: auto;
          -moz-align-self: auto;
          align-self: auto;
          -ms-flex-item-align: auto;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          flex-shrink: 0;
          -ms-flex-negative: 0;
          -webkit-flex-grow: 0;
          -moz-flex-grow: 0;
          flex-grow: 0;
          -ms-flex-positive: 0;
          -webkit-flex-basis: auto;
          -moz-flex-basis: auto;
          flex-basis: auto;
          -ms-flex-preferred-size: auto; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__song-title {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__song-title {
        display: block;
        float: left;
        line-height: 36px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__song-title {
        line-height: 1em !important;
        margin-top: 7px;
        margin-left: 10px;
        max-width: 90%; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__description {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em; }
    @media screen and (min-width: 960px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__description {
        font-size: 14px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__blogger-name {
    margin-bottom: 16px; }
    /* line 350, dev/css/components/_artist.scss */
    .c-artist__blogger-name a {
      font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 600;
      font-style: normal; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__schedule-link {
    font-family: "Office Code Pro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 12px; }
  /* line 361, dev/css/components/_artist.scss */
  .c-artist__related h3 {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: .25em; }
  /* line 367, dev/css/components/_artist.scss */
  .c-artist__related > a {
    font-family: "Office Code Pro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: 400;
    font-style: normal;
    margin-right: 1em;
    font-size: 12px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__share {
    display: none; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__share {
        line-height: 30px;
        font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        margin-top: 8px; }
        /* line 382, dev/css/components/_artist.scss */
        .c-artist__modal.is-active .c-artist__share {
          display: block;
          float: right;
          vertical-align: text-top; }
        /* line 393, dev/css/components/_artist.scss */
        .c-artist__share > a {
          display: block;
          float: left;
          width: 30px;
          height: 30px;
          margin-left: 4px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__share-label {
    display: block;
    float: left; }
  @media screen and (min-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__share-mobile {
      display: none !important; } }
  @media screen and (max-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__share-mobile {
      margin-top: 40px; }
      /* line 414, dev/css/components/_artist.scss */
      .c-artist__share-mobile > span {
        display: block;
        line-height: 30px;
        float: none; }
      /* line 419, dev/css/components/_artist.scss */
      .c-artist__share-mobile > a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 4px; } }
  @media screen and (min-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__branding-mobile {
      display: none !important; } }
  @media screen and (max-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-artist__branding-mobile {
      position: absolute;
      bottom: 100px;
      right: 20px;
      font-size: 12px;
      width: 130px !important;
      height: 25px !important;
      text-align: right; } }
  /* line 441, dev/css/components/_artist.scss */
  .c-artist__branding-mobile a {
    font-size: 10px; }
  /* line 444, dev/css/components/_artist.scss */
  .c-artist__branding-mobile img {
    display: inline-block;
    position: relative;
    top: 2px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__prev {
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    text-align: center;
    cursor: pointer;
    overflow: hidden; }
    /* line 465, dev/css/components/_artist.scss */
    .c-artist__prev > img {
      display: block;
      height: 13px;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__prev {
        display: none; } }
    /* line 477, dev/css/components/_artist.scss */
    .c-artist__prev > .c-artist__prev-label {
      margin-top: -1.3em;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      /* line 482, dev/css/components/_artist.scss */
      .c-artist__prev > .c-artist__prev-label.is-active {
        margin-top: 0;
        opacity: 1; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__next {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    text-align: center;
    cursor: pointer;
    overflow: hidden; }
    /* line 497, dev/css/components/_artist.scss */
    .c-artist__next > img {
      display: block;
      height: 13px;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__next {
        display: none; } }
    /* line 509, dev/css/components/_artist.scss */
    .c-artist__next > .c-artist__next-label {
      margin-bottom: -1.3em;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      /* line 514, dev/css/components/_artist.scss */
      .c-artist__next > .c-artist__next-label.is-active {
        margin-bottom: 0;
        opacity: 1; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-artist__modal-close {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    padding: 10px;
    padding: 10px;
    top: 30px;
    right: 30px;
    z-index: 99; }
    /* line 539, dev/css/components/_artist.scss */
    .c-artist__modal-close > img {
      cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-artist__modal-close {
        position: fixed;
        z-index: 999;
        width: 38px;
        height: 38px;
        padding: 10px;
        top: 10px;
        right: 20px; } }

/**
 * BLOGGER PANE
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-blogger {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  max-width: 400px;
  padding: 40px;
  background-color: black;
  color: white;
  text-align: center;
  overflow-y: scroll;
  right: -400px; }
  /* line 23, dev/css/components/_blogger.scss */
  .c-blogger a {
    color: white; }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger.is-active {
    display: block !important; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__photo {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    /* line 38, dev/css/components/_blogger.scss */
    .c-blogger__photo img {
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px;
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__heading {
    margin-bottom: 32px; }
    /* line 46, dev/css/components/_blogger.scss */
    .c-blogger__heading h3 {
      font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1em;
      margin: 0; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__mag {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__links {
    font-family: "Office Code Pro", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__description {
    text-align: left;
    font-size: 14px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 40px;
    right: 40px;
    z-index: 999;
    cursor: pointer; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-blogger__overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: black;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
    /* line 97, dev/css/components/_blogger.scss */
    .blogger-pane-open .c-blogger__overlay {
      opacity: .7;
      right: 0; }
    /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-blogger__overlay.is-active {
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 999;
      opacity: .7;
      background-color: black; }

/**
 * DIRECTORY
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-directory {
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  text-align: left;
  background-color: black;
  color: #F8EDEB;
  overflow-y: scroll;
  left: -100vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory.is-active {
    left: 0;
    opacity: 1; }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory.is-closing {
    opacity: 0; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__tabs {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    z-index: top;
    text-align: center;
    padding: 120px 40px 0 40px;
    background: black;
    left: 0; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__tabs {
        padding: 80px 0 0 0; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__tab {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__tab {
        font-size: 84px;
        line-height: 1em; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__tab {
        font-size: 48px;
        line-height: 1em; } }
    /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__tab.is-active {
      color: #F8EDEB; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__page {
    display: none;
    padding: 240px 100px 40px 100px; }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__page--about {
      text-align: center; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__page {
        padding: 160px 20px 20px 20px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__list-headings {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
    .c-directory__list-headings::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__list-headings {
        display: none; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__list {
    position: relative;
    display: block;
    width: 100%; }
    /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
    .c-directory__list::after {
      clear: both;
      content: "";
      display: table; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__column {
    position: relative;
    display: block;
    float: left;
    color: #F8EDEB;
    line-height: 1em;
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    cursor: pointer; }
    /* line 116, dev/css/components/_directory.scss */
    .c-directory__column > img {
      height: 8px;
      width: auto;
      display: inline-block;
      margin: 2px; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__column {
        width: 100% !important; } }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__column--title {
      width: 25%; }
      /* line 129, dev/css/components/_directory.scss */
      .c-directory__list-headings .c-directory__column--title {
        font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px; }
      @media screen and (max-width: 1100px) {
        /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
        .c-directory__column--title {
          font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 18px; } }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__column--genre {
      width: 20%; }
      /* line 140, dev/css/components/_directory.scss */
      .c-directory__list-headings .c-directory__column--genre {
        font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px; }
      @media screen and (max-width: 1100px) {
        /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
        .c-directory__column--genre {
          font-size: 12px; } }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__column--author {
      width: 30%; }
      /* line 150, dev/css/components/_directory.scss */
      .c-directory__list-headings .c-directory__column--author {
        font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px; }
      @media screen and (max-width: 1100px) {
        /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
        .c-directory__column--author {
          font-size: 12px; } }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__column--viewed {
      width: 10%;
      text-align: center; }
      /* line 161, dev/css/components/_directory.scss */
      .c-directory__list-headings .c-directory__column--viewed {
        font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px; }
      @media screen and (max-width: 1100px) {
        /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
        .c-directory__column--viewed {
          display: none; } }
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__column--liked {
      width: 15%;
      text-align: center; }
      /* line 172, dev/css/components/_directory.scss */
      .c-directory__list-headings .c-directory__column--liked {
        font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px; }
      @media screen and (max-width: 1100px) {
        /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
        .c-directory__column--liked {
          display: none; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__artist {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer; }
    /* line 20, node_modules/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
    .c-directory__artist::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1100px) {
      /* line 188, dev/css/components/_directory.scss */
      .c-directory__artist .c-directory__column {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 1100px) {
      /* line 188, dev/css/components/_directory.scss */
      .c-directory__artist .c-directory__column {
        padding-top: 5px;
        padding-bottom: 5px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__artist {
        padding-top: 10px;
        padding-bottom: 10px; } }
    /* line 204, dev/css/components/_directory.scss */
    .c-directory__artist .c-directory__column--viewed {
      text-align: center; }
    /* line 208, dev/css/components/_directory.scss */
    .c-directory__artist:hover {
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; }
    /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-directory__artist.is-viewed {
      color: #676767; }
      /* line 216, dev/css/components/_directory.scss */
      .c-directory__artist.is-viewed .c-directory__column {
        color: #676767; }
      /* line 220, dev/css/components/_directory.scss */
      .c-directory__artist.is-viewed .c-directory__seen {
        visibility: visible; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__seen {
    display: block;
    height: 16px !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    visibility: hidden; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__liked {
    display: block;
    height: 16px !important;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__modal-close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 40px;
    left: -100vw;
    z-index: 999;
    cursor: pointer; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__mobile-sort {
    position: relative;
    display: block;
    text-align: center; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-directory__mobile-sort {
        display: none; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__mobile-sort-current {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    cursor: pointer;
    width: 140px; }
    /* line 276, dev/css/components/_directory.scss */
    .c-directory__mobile-sort-current img {
      display: inline-block;
      height: 6px;
      width: auto; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__mobile-sort-options {
    display: none;
    position: relative;
    background: #333;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    width: 140px; }
    /* line 292, dev/css/components/_directory.scss */
    .c-directory__mobile-sort-options:after {
      content: "";
      height: 0;
      width: 0;
      border-bottom: 7.5px solid #333;
      border-left: 7.5px solid transparent;
      border-right: 7.5px solid transparent;
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -7px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-directory__mobile-sort-option {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
    cursor: pointer; }
    /* line 309, dev/css/components/_directory.scss */
    .c-directory__mobile-sort-option:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }

/**
 * PROGRESS BAR
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-progress-bar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  z-index: 999; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-progress-bar__progress {
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    background-color: black; }
  /* line 22, dev/css/components/_progress-bar.scss */
  .mobile-artist-info-open .c-progress-bar, .intro-open .c-progress-bar {
    display: none; }

/**
 * HAMBURGER
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-hamburger {
  display: block;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out; }
  /* line 15, dev/css/components/_hamburger.scss */
  .c-hamburger img {
    width: 24px;
    height: auto; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-hamburger {
      left: 30px; } }

/**
 * SHUFFLE
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-shuffle {
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out; }
  /* line 15, dev/css/components/_shuffle.scss */
  .c-shuffle img {
    width: 28px;
    height: auto; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-shuffle {
      right: 30px; } }

/**
 * INTRO
 */
/* line 4, dev/css/components/_intro.scss */
body.intro-open {
  position: fixed;
  overflow: hidden; }
  /* line 8, dev/css/components/_intro.scss */
  body.intro-open .c-artists {
    overflow: hidden; }

/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-intro {
  display: block;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  bottom: -50vh; }
  /* line 27, dev/css/components/_intro.scss */
  .c-intro h1 {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12vw;
    line-height: .85em;
    margin: 0;
    padding: 0;
    max-width: 90vw;
    text-transform: uppercase; }
    /* line 36, dev/css/components/_intro.scss */
    .c-intro h1 span {
      opacity: 1; }
    @media screen and (max-width: 799px) {
      /* line 27, dev/css/components/_intro.scss */
      .c-intro h1 {
        font-size: 20vw;
        margin: .25em 0 0 0; }
        /* line 44, dev/css/components/_intro.scss */
        .c-intro h1 span {
          display: block; } }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-intro.is-active {
    display: block !important; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-intro__flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    height: 100%; }
    /* line 11, dev/css/modules/_mixins.scss */
    .c-intro__flex > :first-child {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }

/**
 * INTRO SCROLL ARROW
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-intro-scroll-arrow {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  width: 22px;
  height: 12.5px;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

/**
 * LETTER
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-letter {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-size: 16px;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  bottom: -100vh; }
  @media screen and (min-width: 1100px) {
    /* line 20, dev/css/components/_letter.scss */
    .c-letter .c-btn {
      display: none; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-letter__flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    height: 100%; }
    /* line 11, dev/css/modules/_mixins.scss */
    .c-letter__flex > :first-child {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__flex {
        max-height: 100vh; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-letter__inner {
    max-width: 1160px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__inner {
        text-align: center; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__inner {
        text-align: left !important;
        max-height: 100vh;
        overflow-y: scroll;
        padding-top: 80px; } }
  /* line 52, dev/css/components/_letter.scss */
  .c-letter__lead p {
    margin-top: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-letter__lead {
      font-size: 26px;
      line-height: 1.4em;
      margin-top: 0; } }
  @media screen and (max-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-letter__lead {
      font-size: 18px;
      line-height: 1.333em;
      margin-top: 2em;
      text-align: left; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-letter__name {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: url("/wp-content/themes/sxsw-mbg/assets/img/jminor_sig_black.svg") center 20px no-repeat;
    background-size: 200px;
    padding-top: 100px; }
    /* line 76, dev/css/components/_letter.scss */
    .c-letter__name p {
      margin-top: 0;
      margin-bottom: 0; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__name {
        font-size: 24px;
        line-height: 1.333em; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__name {
        font-size: 16px;
        line-height: 1.333em;
        text-align: center; } }
    /* line 91, dev/css/components/_letter.scss */
    .c-directory__page .c-letter__name {
      background: url("/wp-content/themes/sxsw-mbg/assets/img/jminor_sig_white.svg") center 20px no-repeat;
      background-size: 200px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-letter__name-title {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal; }
    /* line 100, dev/css/components/_letter.scss */
    .c-letter__name-title p {
      margin-top: 0;
      margin-bottom: 0; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__name-title {
        font-size: 16px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-letter__name-title {
        font-size: 14px;
        text-align: center; } }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-letter.is-active {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.8); }

/**
 * SUMMARY
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-summary {
  display: block;
  width: 100vw;
  height: 100vh;
  text-align: left;
  text-align: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  /* line 11, dev/css/modules/_mixins.scss */
  .c-summary > :first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (min-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-summary {
      position: fixed;
      right: 0;
      left: 0;
      -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
      -moz-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
      transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
      bottom: -100vh;
      opacity: 0;
      z-index: 999; } }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-summary {
      position: relative; }
      /* line 34, dev/css/components/_summary.scss */
      .modal-open .c-summary {
        opacity: 0; }
      /* line 38, dev/css/components/_summary.scss */
      .mobile-artist-info-open .c-summary {
        display: none; } }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary.is-active {
    bottom: 0;
    opacity: 1; }
  /* line 48, dev/css/components/_summary.scss */
  .c-summary p {
    margin: 0; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__count {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 142px;
    line-height: .85em;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-summary__count {
        font-size: 120px;
        line-height: 1.2em; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__count-label {
    font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: .85em;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-summary__count-label {
        font-size: 24px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__buttons {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    /* line 81, dev/css/components/_summary.scss */
    .c-summary__buttons .c-btn {
      margin-left: 12px;
      margin-right: 12px; }
    @media screen and (max-width: 799px) {
      /* line 88, dev/css/components/_summary.scss */
      .c-summary__buttons .c-btn {
        display: block;
        margin-bottom: 12px;
        margin-left: 40px;
        margin-right: 40px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__share {
    line-height: 36px;
    margin-top: 30px !important; }
    /* line 101, dev/css/components/_summary.scss */
    .c-summary__share > a {
      display: inline-block;
      width: 36px;
      height: 36px;
      margin-left: 4px;
      margin-right: 4px; }
      /* line 108, dev/css/components/_summary.scss */
      .c-summary__share > a img {
        height: 100%;
        width: auto; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__sxsw {
    margin-top: 10px !important; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-summary__spotify {
    margin-top: 10px !important; }

/**
 * FOOTER
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-footer {
  display: block;
  position: fixed;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-footer {
      bottom: -65px; } }
  /* line 710, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-footer.is-playing {
    bottom: 0 !important;
    z-index: 999; }
  /* line 25, dev/css/components/_footer.scss */
  .c-footer #at_sxsw_link {
    text-decoration: none;
    cursor: pointer; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-footer__share {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 40px;
    bottom: 90px;
    text-align: center;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-footer__share {
        display: none !important;
        left: 30px; } }
    /* line 46, dev/css/components/_footer.scss */
    .c-footer__share > img {
      position: absolute;
      bottom: 0;
      left: 4px;
      width: 20px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    /* line 57, dev/css/components/_footer.scss */
    .c-footer__share > a {
      width: 30px;
      height: 30px;
      margin-left: auto;
      margin-right: auto; }
    /* line 64, dev/css/components/_footer.scss */
    .c-footer__share:hover, .c-footer__share.is-active {
      height: 120px; }
      /* line 67, dev/css/components/_footer.scss */
      .c-footer__share:hover .c-footer__share-icons > a, .c-footer__share.is-active .c-footer__share-icons > a {
        height: 30px;
        opacity: 1; }
        /* line 71, dev/css/components/_footer.scss */
        .c-footer__share:hover .c-footer__share-icons > a:nth-of-type(1), .c-footer__share.is-active .c-footer__share-icons > a:nth-of-type(1) {
          bottom: 40px; }
        /* line 74, dev/css/components/_footer.scss */
        .c-footer__share:hover .c-footer__share-icons > a:nth-of-type(2), .c-footer__share.is-active .c-footer__share-icons > a:nth-of-type(2) {
          bottom: 80px; }
        /* line 77, dev/css/components/_footer.scss */
        .c-footer__share:hover .c-footer__share-icons > a:nth-of-type(3), .c-footer__share.is-active .c-footer__share-icons > a:nth-of-type(3) {
          bottom: 120px; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-footer__share-icons {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0; }
    /* line 91, dev/css/components/_footer.scss */
    .c-footer__share-icons a {
      position: absolute;
      display: block;
      bottom: 0;
      width: 30px;
      height: 30px;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    /* line 100, dev/css/components/_footer.scss */
    .c-footer__share-icons img {
      display: block;
      width: 30px;
      height: auto;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-footer__branding {
    position: absolute;
    display: block;
    right: 40px;
    bottom: 90px;
    font-size: 12px;
    z-index: 9999;
    -webkit-transition: right 0.2s ease-in-out;
    -moz-transition: right 0.2s ease-in-out;
    transition: right 0.2s ease-in-out; }
    /* line 121, dev/css/components/_footer.scss */
    .c-footer__branding a {
      text-decoration: none; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-footer__branding {
        right: 30px; } }
    /* line 129, dev/css/components/_footer.scss */
    .c-footer__branding img {
      display: inline-block;
      position: relative;
      top: 4px; }

/**
 * BUTTONS
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-btn {
  display: inline-block;
  font-family: FoundersCondensed, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: .75em 2em .95em 2em;
  border: 2px solid black;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
  /* line 20, dev/css/components/_buttons.scss */
  .c-btn:hover {
    background-color: black;
    color: white; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-btn {
      line-height: 1em;
      padding: 1em 2em; } }
  @media screen and (min-width: 960px) {
    /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-btn--sxsw {
      font-size: 15px; } }

/**
 * ICONS
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /* Images containers */ }
  /* line 17, dev/css/components/_icons.scss */
  .c-icon > span {
    position: absolute;
    left: -9999em; }
  /* line 23, dev/css/components/_icons.scss */
  .c-icon:before, .c-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  /* line 38, dev/css/components/_icons.scss */
  .c-icon--twitter:before {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/twitter_sml_a.svg");
    opacity: 1; }
  /* line 42, dev/css/components/_icons.scss */
  .c-icon--twitter:after {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/twitter_sml_b.svg");
    opacity: 0; }
  /* line 46, dev/css/components/_icons.scss */
  .c-icon--twitter:hover:before {
    opacity: 0; }
  /* line 49, dev/css/components/_icons.scss */
  .c-icon--twitter:hover:after {
    opacity: 1; }
  /* line 55, dev/css/components/_icons.scss */
  .c-icon--facebook:before {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/facebook_sml_a.svg");
    opacity: 1; }
  /* line 59, dev/css/components/_icons.scss */
  .c-icon--facebook:after {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/facebook_sml_b.svg");
    opacity: 0; }
  /* line 63, dev/css/components/_icons.scss */
  .c-icon--facebook:hover:before {
    opacity: 0; }
  /* line 66, dev/css/components/_icons.scss */
  .c-icon--facebook:hover:after {
    opacity: 1; }
  /* line 72, dev/css/components/_icons.scss */
  .c-icon--link:before {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/link_sml_a.svg");
    opacity: 1; }
  /* line 76, dev/css/components/_icons.scss */
  .c-icon--link:after {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/link_sml_b.svg");
    opacity: 0; }
  /* line 80, dev/css/components/_icons.scss */
  .c-icon--link:hover:before {
    opacity: 0; }
  /* line 83, dev/css/components/_icons.scss */
  .c-icon--link:hover:after {
    opacity: 1; }
  /* line 90, dev/css/components/_icons.scss */
  .c-icon--play:before {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/icon_play_a.svg");
    opacity: 1; }
  /* line 94, dev/css/components/_icons.scss */
  .c-icon--play:after {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/icon_play_b.svg");
    opacity: 0; }
  /* line 98, dev/css/components/_icons.scss */
  .c-icon--play:hover:before {
    opacity: 0; }
  /* line 101, dev/css/components/_icons.scss */
  .c-icon--play:hover:after {
    opacity: 1; }
  /* line 107, dev/css/components/_icons.scss */
  .c-icon--pause:before {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/icon_pause_a.svg");
    opacity: 1; }
  /* line 111, dev/css/components/_icons.scss */
  .c-icon--pause:after {
    background-image: url("/wp-content/themes/sxsw-mbg/assets/img/icon_pause_b.svg");
    opacity: 0; }
  /* line 115, dev/css/components/_icons.scss */
  .c-icon--pause:hover:before {
    opacity: 0; }
  /* line 118, dev/css/components/_icons.scss */
  .c-icon--pause:hover:after {
    opacity: 1; }
  /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-icon--like {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    display: inline-block !important;
    cursor: pointer; }
    /* line 129, dev/css/components/_icons.scss */
    .c-icon--like:before {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_sml_a.svg");
      opacity: 1; }
    /* line 133, dev/css/components/_icons.scss */
    .c-icon--like:after {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_sml_b.svg");
      opacity: 0; }
    /* line 137, dev/css/components/_icons.scss */
    .c-icon--like:hover:before {
      opacity: 0; }
    /* line 140, dev/css/components/_icons.scss */
    .c-icon--like:hover:after {
      opacity: 1; }
    /* line 144, dev/css/components/_icons.scss */
    .c-icon--like.is-liked:before {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_sml_c.svg"); }
    /* line 147, dev/css/components/_icons.scss */
    .c-icon--like.is-liked:after {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_sml_d.svg"); }
  /* line 547, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-icon--directory-like {
    width: 30px;
    height: 30px;
    margin-left: 4px;
    display: inline-block !important; }
    /* line 158, dev/css/components/_icons.scss */
    .c-icon--directory-like:before {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_dir_unliked.svg");
      opacity: 1; }
    /* line 163, dev/css/components/_icons.scss */
    .c-icon--directory-like.is-liked:before {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_dir_liked.svg"); }
    /* line 166, dev/css/components/_icons.scss */
    .c-icon--directory-like.is-liked:after {
      background-image: url("/wp-content/themes/sxsw-mbg/assets/img/like_dir_over.svg");
      opacity: 0; }
    /* line 170, dev/css/components/_icons.scss */
    .c-icon--directory-like.is-liked:hover:before {
      opacity: 0; }
    /* line 173, dev/css/components/_icons.scss */
    .c-icon--directory-like.is-liked:hover:after {
      opacity: 1; }

/**
 * PLAYER
 */
/* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
.c-player {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: black;
  border-top: 1px solid #292929;
  color: white; }
  /* line 27, dev/css/components/_player.scss */
  .c-player a {
    color: white; }
  @media screen and (max-width: 1100px) {
    /* line 409, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-player {
      height: 62px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__progress {
    display: block;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__progress {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 400px;
        margin-left: -200px; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__progress {
        position: absolute;
        width: 100%;
        bottom: 0; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__info {
    display: block; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__info {
        position: absolute;
        z-index: 999;
        left: 40px;
        height: 50px;
        line-height: 50px;
        width: 25%;
        font-size: 12px;
        text-align: left; } }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__info {
        position: absolute;
        z-index: 999;
        left: 0;
        bottom: 41px;
        height: 12px;
        line-height: 12px;
        width: 100%;
        font-size: 12px;
        text-align: center; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__song {
    font-family: "Work Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 600;
    font-style: normal; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__play {
    position: absolute;
    z-index: 999;
    display: block;
    width: 16px;
    height: 16px;
    bottom: 17px;
    left: 0;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__play {
        left: 10px;
        padding: 10px;
        width: 36px;
        height: 36px;
        bottom: 7px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__pause {
    position: absolute;
    z-index: 999;
    display: none;
    width: 16px;
    height: 16px;
    bottom: 17px;
    left: 0;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__pause {
        left: 10px;
        padding: 10px;
        width: 36px;
        height: 36px;
        bottom: 7px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__mute {
    position: absolute;
    z-index: 999;
    display: block;
    width: 16px;
    height: 16px;
    top: 17px;
    right: 0;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__mute {
        display: none;
        width: 36px;
        height: 36px;
        padding: 10px;
        top: 7px; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__muted {
    position: absolute;
    z-index: 999;
    display: none;
    width: 16px;
    height: 16px;
    top: 17px;
    right: 0;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__muted {
        display: none;
        width: 36px;
        height: 36px;
        padding: 10px;
        top: 7px; } }
  @media screen and (min-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-player__seek {
      position: absolute;
      z-index: 999;
      display: block;
      width: 352px;
      left: 24px;
      height: 2px;
      bottom: 24px; } }
  @media screen and (max-width: 1100px) {
    /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
    .c-player__seek {
      position: absolute;
      display: block;
      width: 268px;
      height: 2px;
      bottom: 24px;
      left: 50%;
      margin-left: -134px; } }
  /* line 200, dev/css/components/_player.scss */
  .c-player input {
    display: none\9 !important; }
  /* line 203, dev/css/components/_player.scss */
  .c-player input[type="range"] {
    -webkit-appearance: none;
    border: 1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    outline: none; }
  /* line 212, dev/css/components/_player.scss */
  .c-player input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: white; }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__close-desktop {
    position: absolute;
    z-index: 999;
    display: block;
    width: 38px;
    height: 38px;
    padding: 10px;
    right: 30px;
    bottom: 6px;
    cursor: pointer; }
    @media screen and (max-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__close-desktop {
        display: none; } }
  /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
  .c-player__close-mobile {
    position: absolute;
    z-index: 999;
    display: block;
    width: 38px;
    height: 38px;
    right: 10px;
    bottom: 6px;
    padding: 10px;
    cursor: pointer; }
    @media screen and (min-width: 1100px) {
      /* line 491, dev/css/vendor/bem-constructor/dist/_bem-constructor.scss */
      .c-player__close-mobile {
        display: none; } }

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