/*! DO NOT EDIT THIS CSS FILE DIRECTLY. IT IS GENERATED BY COMPASS. See the scss folder. */
/* For our web font */
/* Core ---------------------- */
/* Reset ----------------------  */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 21, ../scss/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 31, ../scss/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 42, ../scss/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 52, ../scss/core/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 68, ../scss/core/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 82, ../scss/core/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 90, ../scss/core/_normalize.scss */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 103, ../scss/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 113, ../scss/core/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 127, ../scss/core/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 141, ../scss/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 150, ../scss/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 154, ../scss/core/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 162, ../scss/core/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 170, ../scss/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 180, ../scss/core/_normalize.scss */
p,
pre {
  margin: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 192, ../scss/core/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 202, ../scss/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 215, ../scss/core/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 222, ../scss/core/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 227, ../scss/core/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 237, ../scss/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 244, ../scss/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 248, ../scss/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 264, ../scss/core/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 0;
}

/* line 268, ../scss/core/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 278, ../scss/core/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 26px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 287, ../scss/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 303, ../scss/core/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 313, ../scss/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 326, ../scss/core/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 339, ../scss/core/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 347, ../scss/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 359, ../scss/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 375, ../scss/core/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 387, ../scss/core/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 401, ../scss/core/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 412, ../scss/core/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
/* line 424, ../scss/core/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 436, ../scss/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 448, ../scss/core/_normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 458, ../scss/core/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 468, ../scss/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
/* line 482, ../scss/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General ----------------------  */
/* =Global Standards
-------------------------------------------------------------- */
/* line 5, ../scss/_globals.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../scss/_globals.scss */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

/* line 7, ../scss/_globals.scss */
body, button, input, select, textarea {
  color: black;
}

/* line 8, ../scss/_globals.scss */
body {
  margin: 0 auto;
  background-color: black;
  font: normal normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 320px;
  max-width: 1225px;
}

/* line 9, ../scss/_globals.scss */
::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

/* line 10, ../scss/_globals.scss */
::selection {
  background: black;
  color: white;
  text-shadow: none;
}

@-webkit-viewport {
  width: device-width;
  zoom: 1;
}

@-moz-viewport {
  width: device-width;
  zoom: 1;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}

@-o-viewport {
  width: device-width;
  zoom: 1;
}

@viewport {
  width: device-width;
  zoom: 1;
}

/* =Links
-------------------------------------------------------------- */
/* line 20, ../scss/_globals.scss */
a {
  color: #797979;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  outline: 0;
}
/* line 25, ../scss/_globals.scss */
a:visited {
  color: #797979;
}
/* line 26, ../scss/_globals.scss */
a:hover {
  color: #231f20;
}
/* line 27, ../scss/_globals.scss */
a:focus {
  outline: 0;
}

/* Core ---------------------- */
@font-face {
  font-family: 'StationIcons';
  src: url("../fonts/icons/sts-icons.eot");
  src: url("../fonts/icons/sts-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/sts-icons.woff") format("woff"), url("../fonts/icons/sts-icons.ttf") format("truetype"), url("../fonts/icons/sts-icons.svg#StationIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 23, ../scss/_fonts.scss */
[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: 'StationIcons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-transform: none;
}

/* line 37, ../scss/_fonts.scss */
.icon-gplus:before {
  content: '\e804';
}

/* line 38, ../scss/_fonts.scss */
.icon-pinterest:before {
  content: '\e802';
}

/* line 39, ../scss/_fonts.scss */
.icon-twitter:before {
  content: '\e805';
}

/* line 40, ../scss/_fonts.scss */
.icon-youtube:before {
  content: '\e809';
}

/* line 41, ../scss/_fonts.scss */
.icon-vimeo:before {
  content: '\e808';
}

/* line 42, ../scss/_fonts.scss */
.icon-email:before {
  content: '\e803';
}

/* line 43, ../scss/_fonts.scss */
.icon-facebook:before {
  content: '\e806';
}

/* line 44, ../scss/_fonts.scss */
.icon-tumblr:before {
  content: '\e807';
}

/* line 45, ../scss/_fonts.scss */
.icon-play:before {
  content: '\e801';
}

/* line 46, ../scss/_fonts.scss */
.icon-link:before {
  content: '\e800';
}

/* line 47, ../scss/_fonts.scss */
.icon-instagram:before {
  content: '\e80a';
}

/* line 48, ../scss/_fonts.scss */
.icon-search:before {
  content: '\e80b';
}

/* =Headers
-------------------------------------------------------------- */
/* line 5, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font: normal normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

/* line 13, ../scss/_typography.scss */
h1 {
  font-size: 44px;
  font-size: 2.75rem;
}

/* line 17, ../scss/_typography.scss */
h2 {
  font-size: 37px;
  font-size: 2.3125rem;
  text-transform: uppercase;
}

/* line 22, ../scss/_typography.scss */
h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}

/* line 26, ../scss/_typography.scss */
h4 {
  font-size: 23px;
  font-size: 1.4375rem;
}

/* line 30, ../scss/_typography.scss */
h5 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 36, ../scss/_typography.scss */
h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

/* =Paragraph
-------------------------------------------------------------- */
/* line 43, ../scss/_typography.scss */
p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* =Lists
-------------------------------------------------------------- */
/* Lists */
/* line 53, ../scss/_typography.scss */
ul, ol, dl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* Unordered & Ordered Lists */
/* line 65, ../scss/_typography.scss */
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 72, ../scss/_typography.scss */
dl dt {
  margin-bottom: .3em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 78, ../scss/_typography.scss */
dl dd {
  margin-bottom: .75em;
}

/* =Quotes
-------------------------------------------------------------- */
/* Blockquotes */
/* line 86, ../scss/_typography.scss */
blockquote {
  margin: 0 auto 1.75em;
  padding: 1em 2em;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.5;
  max-width: 80%;
}
/* line 93, ../scss/_typography.scss */
blockquote p {
  line-height: 1.6;
  margin-bottom: .75em;
}
/* line 96, ../scss/_typography.scss */
blockquote p:last-of-type {
  margin-bottom: 0;
}
/* line 100, ../scss/_typography.scss */
blockquote cite {
  display: block;
  margin-top: .25em;
  font-size: 0.9em;
}
/* line 104, ../scss/_typography.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* =Media
-------------------------------------------------------------- */
/* line 115, ../scss/_typography.scss */
img,
object,
embed,
video {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

/* line 122, ../scss/_typography.scss */
iframe {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

/* WordPress Core */
/* line 133, ../scss/_typography.scss */
section[role="main"] img[class*="align"],
section[role="main"] img[class*="wp-image-"],
section[role="main"] img[class*="attachment-"] {
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  /* line 133, ../scss/_typography.scss */
  section[role="main"] img[class*="align"],
  section[role="main"] img[class*="wp-image-"],
  section[role="main"] img[class*="attachment-"] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  /* line 142, ../scss/_typography.scss */
  section[role="main"] img[class*="wp-image-"],
  section[role="main"] .wp-caption {
    text-align: right;
  }
}
/* line 147, ../scss/_typography.scss */
section[role="main"] img[class*="wp-image-"] {
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}
/* line 151, ../scss/_typography.scss */
section[role="main"] .wp-caption {
  /*width: auto !important;*/
}
/* line 153, ../scss/_typography.scss */
section[role="main"] .wp-caption img[class*="wp-image-"] {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 157, ../scss/_typography.scss */
section[role="main"] .wp-caption .img-meta {
  margin-bottom: 1.35em;
}
@media (min-width: 768px) {
  /* line 162, ../scss/_typography.scss */
  section[role="main"] .alignleft,
  section[role="main"] .alignright {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  /* line 167, ../scss/_typography.scss */
  section[role="main"] .alignleft {
    float: left;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  /* line 173, ../scss/_typography.scss */
  section[role="main"] .alignright {
    float: right;
    margin-left: 1em;
  }
}
/* line 179, ../scss/_typography.scss */
section[role="main"] .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 187, ../scss/_typography.scss */
.img-meta {
  margin-top: 4px;
  margin-bottom: 4px;
  max-width: 100% !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.275;
  text-align: left;
}
/* line 195, ../scss/_typography.scss */
.img-meta span {
  display: block;
}
/* line 198, ../scss/_typography.scss */
.img-meta .img-credit {
  text-align: right;
  margin-bottom: 2px;
}
/* line 201, ../scss/_typography.scss */
.img-meta .img-credit a {
  color: #797979;
}
/* line 203, ../scss/_typography.scss */
.img-meta .img-credit a:hover {
  color: black;
}
/* line 208, ../scss/_typography.scss */
.img-meta .img-description {
  text-align: left;
}

/* line 213, ../scss/_typography.scss */
.wp-caption {
  margin: 0 0 1.55em;
  max-width: 100%;
}

/* line 214, ../scss/_typography.scss */
.wp-caption.aligncenter {
  margin: 1em auto;
}

/* line 216, ../scss/_typography.scss */
.wp-caption .wp-caption-text,
.entry-caption {
  margin-top: 4px;
  font-style: italic;
}

/* line 6, ../scss/_forms.scss */
form input,
form textarea {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
/* line 18, ../scss/_forms.scss */
form input {
  text-transform: uppercase;
  height: 22px;
  line-height: 22px;
}
/* line 24, ../scss/_forms.scss */
form textarea {
  resize: none;
}
/* line 29, ../scss/_forms.scss */
form button[type="submit"],
form input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  background-color: white;
  height: 22px;
  line-height: 22px;
}
/* line 35, ../scss/_forms.scss */
form button[type="submit"]:focus,
form input[type="submit"]:focus {
  outline: 0;
}
/* line 40, ../scss/_forms.scss */
form[role="search"] {
  margin: 1.5em 0;
  overflow: hidden;
}
/* line 43, ../scss/_forms.scss */
form[role="search"] input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 47, ../scss/_forms.scss */
form[role="search"] input,
form[role="search"] button {
  float: left;
  color: black;
}
/* line 51, ../scss/_forms.scss */
form[role="search"] [type="text"] {
  width: 100%;
  padding: 0 9px;
  margin: 0;
}
/* line 57, ../scss/_forms.scss */
form[role="search"] [type="submit"] {
  visibility: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 15px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 67, ../scss/_forms.scss */
form[role="search"] [type="submit"]:focus {
  outline: 0;
}
/* line 70, ../scss/_forms.scss */
form[role="search"] [type="submit"]:before {
  line-height: 0;
}
/* line 76, ../scss/_forms.scss */
form input::-webkit-input-placeholder {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
/* line 83, ../scss/_forms.scss */
form input:-moz-placeholder {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  opacity: 1;
}
/* line 91, ../scss/_forms.scss */
form input::-moz-placeholder {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  opacity: 1;
}
/* line 99, ../scss/_forms.scss */
form input:-ms-input-placeholder {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
/* line 106, ../scss/_forms.scss */
form .placeholder {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}

/* line 116, ../scss/_forms.scss */
#subForm {
  margin: 18px auto 1.5em;
  text-align: center;
  overflow: hidden;
  max-width: 312px;
}
/* line 121, ../scss/_forms.scss */
#subForm input {
  float: left;
  height: 36px;
  padding: 5px;
}
/* line 126, ../scss/_forms.scss */
#subForm input[type=text] {
  width: 100%;
  padding-right: 110px;
}
/* line 130, ../scss/_forms.scss */
#subForm input[type=submit] {
  width: 100px;
  margin-left: -100px;
  background: #797979;
  color: white;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 136, ../scss/_forms.scss */
#subForm input[type=submit]:hover {
  background: #393939;
}

/* Global Structure ---------------------- */
/* line 3, ../scss/global-structure/_layout.scss */
html {
  overflow-x: hidden;
}

/* line 7, ../scss/global-structure/_layout.scss */
body {
  padding: 0 8px;
  overflow-x: hidden;
}

/* line 12, ../scss/global-structure/_layout.scss */
.mobile-nav-is-open {
  height: 100%;
  overflow: hidden;
}
/* line 15, ../scss/global-structure/_layout.scss */
.mobile-nav-is-open body {
  height: 100%;
  overflow: hidden;
}

/* line 4, ../scss/global-structure/_header.scss */
h1.h-card {
  margin: 44px auto 8px;
  line-height: 0;
  max-width: 530px;
}
/* line 8, ../scss/global-structure/_header.scss */
h1.h-card a {
  display: block;
  z-index: 1;
  text-align: center;
}
/* line 13, ../scss/global-structure/_header.scss */
h1.h-card .svg-wrap {
  display: block;
  z-index: -1;
  position: relative;
  max-height: 65px;
}
/* line 19, ../scss/global-structure/_header.scss */
h1.h-card object {
  max-height: 65px;
}

/* line 25, ../scss/global-structure/_header.scss */
#mobile-header {
  background-color: #393939;
  z-index: 3;
  padding: 0 8px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 38, ../scss/global-structure/_header.scss */
h3.nav-trigger {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
  color: white;
  cursor: pointer;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
/* line 46, ../scss/global-structure/_header.scss */
h3.nav-trigger span {
  display: inline-block;
}
/* line 48, ../scss/global-structure/_header.scss */
h3.nav-trigger span:after {
  content: '+';
  display: inline-block;
  padding-left: 5px;
}
/* line 57, ../scss/global-structure/_header.scss */
h3.nav-trigger.is-open span:after {
  content: '-';
}

/* line 65, ../scss/global-structure/_header.scss */
#nav-wrap {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 1.25em;
  left: 0;
}
/* line 74, ../scss/global-structure/_header.scss */
#nav-wrap.is-open {
  left: 240px;
}
/* line 77, ../scss/global-structure/_header.scss */
#nav-wrap.is-open #nav-menu {
  left: 0;
  overflow: auto;
}

/* line 86, ../scss/global-structure/_header.scss */
#nav-menu {
  background: #393939;
  clear: both;
  margin-top: 44px;
  padding: 20px 22px 2em;
  border-right: 1px solid #393939;
  width: 240px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: -240px;
  bottom: 0;
}

/* line 114, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 121, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 127, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] .sub-menu {
  border-left: 1px solid #d9d9d9;
  padding: 0 0 0 .75em;
  margin: 0 0 0 2px;
}
/* line 131, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] .sub-menu li {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: .85em;
}
/* line 138, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] li {
  margin-bottom: 1.2em;
  line-height: 1.1;
}
/* line 142, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] a {
  color: white;
  display: inline-block;
  line-height: 1;
}
/* line 146, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] a:visited {
  color: white;
}
/* line 149, ../scss/global-structure/_header.scss */
nav[aria-label="Main Navigation"] a:hover {
  color: #797979;
}

/* line 158, ../scss/global-structure/_header.scss */
#nav li.is-parent {
  position: relative;
}
/* line 160, ../scss/global-structure/_header.scss */
#nav li.is-parent > a {
  padding-right: 20px;
}
/* line 164, ../scss/global-structure/_header.scss */
#nav li.is-parent > a:after {
  font-weight: normal;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: -6px;
  top: -7px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: white;
  content: '+';
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 180, ../scss/global-structure/_header.scss */
#nav li.is-parent > a:hover:after {
  color: #797979;
}
/* line 188, ../scss/global-structure/_header.scss */
#nav li.is-parent.is-open > a:after {
  content: '-';
}
/* line 194, ../scss/global-structure/_header.scss */
#nav .sub-menu {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
  height: 0;
}

/* line 3, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] {
  padding-top: 1.5em;
  margin: 0 -9px 0;
  text-align: center;
  color: white;
}
/* line 10, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] h6, footer[role="contentinfo"] li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
/* line 15, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] ol, footer[role="contentinfo"] ul {
  padding: 0;
  margin: 0 auto;
}
/* line 20, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] ol {
  border-top: 1px solid white;
  max-width: 70%;
  padding: .75em 0 1.25em;
}
/* line 27, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] ul {
  padding-top: 34px;
  margin-bottom: 1em;
  background: url(../img/logos/logo-mini.png) no-repeat 50% 0;
  -webkit-background-size: 60px 24px;
  -moz-background-size: 60px 24px;
  -o-background-size: 60px 24px;
  background-size: 60px 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 27, ../scss/global-structure/_footer.scss */
  footer[role="contentinfo"] ul {
    background-image: url(../img/logos/logo-mini@2x.png);
  }
}
/* line 40, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] ul li ~ li:before {
  content: ' | ';
  display: inline;
  padding: 0 3px;
}
/* line 49, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] li {
  line-height: 1;
  display: inline-block;
}
/* line 54, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] h6 {
  margin: 0;
  line-height: 1;
  display: inline;
  font-weight: normal;
}
/* line 59, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] h6 a {
  padding: .6em 0;
}
/* line 64, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] a {
  color: white;
  padding: .6em .75em;
  display: inline-block;
}
/* line 68, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] a:visited {
  color: white;
}
/* line 71, ../scss/global-structure/_footer.scss */
footer[role="contentinfo"] a:hover {
  color: #797979;
}

/* line 4, ../scss/global-structure/_modules.scss */
#nav-below {
  margin: 0 auto;
}
/* line 7, ../scss/global-structure/_modules.scss */
#nav-below mark {
  background-color: transparent;
  color: black;
}
@media (min-width: 600px) {
  /* line 4, ../scss/global-structure/_modules.scss */
  #nav-below {
    max-width: none;
    text-align: center;
  }
}
/* line 16, ../scss/global-structure/_modules.scss */
#nav-below ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 21, ../scss/global-structure/_modules.scss */
#nav-below li {
  text-align: center;
  padding: 0;
  width: 50%;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
/* line 29, ../scss/global-structure/_modules.scss */
#nav-below li.prev-nav {
  float: right;
  padding-left: 1px;
}
/* line 33, ../scss/global-structure/_modules.scss */
#nav-below li.prev-nav .icon-arrow-right:after {
  border-right: 0 inset transparent;
  border-left: 10px solid black;
  margin-left: 4px;
}
/* line 40, ../scss/global-structure/_modules.scss */
#nav-below li.next-nav {
  float: left;
  padding-right: 1px;
}
/* line 44, ../scss/global-structure/_modules.scss */
#nav-below li.next-nav .icon-arrow-left:before {
  border-left: 0 inset transparent;
  border-right: 10px solid black;
  margin-right: 4px;
}
/* line 52, ../scss/global-structure/_modules.scss */
#nav-below a {
  display: inline-block;
  width: 100%;
  color: black;
  background-color: white;
  padding: 12px 20px;
}
/* line 58, ../scss/global-structure/_modules.scss */
#nav-below a:visited {
  color: black;
}
/* line 65, ../scss/global-structure/_modules.scss */
#nav-below .icon-arrow-left:before, #nav-below .icon-arrow-left:after,
#nav-below .icon-arrow-right:before,
#nav-below .icon-arrow-right:after {
  width: 0;
  height: 0;
  content: '';
  border-top: 5px inset transparent;
  border-bottom: 5px inset transparent;
  display: inline-block;
  vertical-align: 0;
}

/* line 78, ../scss/global-structure/_modules.scss */
.post-share-url {
  max-width: 400px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #e6e6e6;
  vertical-align: middle;
  padding: 0 5px 0 0;
  margin: 2em auto 0;
  height: 18px;
  color: #393939;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 93, ../scss/global-structure/_modules.scss */
.post-share-url:hover {
  color: black;
}
/* line 95, ../scss/global-structure/_modules.scss */
.post-share-url:hover span {
  color: white;
  background-color: black;
}

/* line 102, ../scss/global-structure/_modules.scss */
.icon-link {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 0 4px;
  text-align: center;
  border-right: 1px solid white;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 4px;
  color: #797979;
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
/* line 117, ../scss/global-structure/_modules.scss */
.icon-link:before {
  padding-right: 3px;
  line-height: 16px;
  height: 18px;
}

/* line 126, ../scss/global-structure/_modules.scss */
.m-social-share ul,
.m-social-follow {
  list-style-type: none;
  margin: 0 0 1.5em;
  padding: 0;
}
/* line 130, ../scss/global-structure/_modules.scss */
.m-social-share ul li,
.m-social-follow li {
  display: inline-block;
  margin-right: -2px;
  margin-bottom: 3px;
}
/* line 135, ../scss/global-structure/_modules.scss */
.m-social-share ul a,
.m-social-follow a {
  display: inline-block;
  background-color: white;
  color: black;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
/* line 143, ../scss/global-structure/_modules.scss */
.m-social-share ul a:visited,
.m-social-follow a:visited {
  color: black;
}
/* line 146, ../scss/global-structure/_modules.scss */
.m-social-share ul a:hover,
.m-social-follow a:hover {
  color: white;
  background-color: black;
}
/* line 150, ../scss/global-structure/_modules.scss */
.m-social-share ul a:before,
.m-social-follow a:before {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
  text-align: center;
}

/* line 161, ../scss/global-structure/_modules.scss */
.m-social-share ul {
  margin: 0;
  line-height: 0;
}
/* line 164, ../scss/global-structure/_modules.scss */
.m-social-share ul li {
  margin-bottom: 0;
}
/* line 167, ../scss/global-structure/_modules.scss */
.m-social-share ul a {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
/* line 171, ../scss/global-structure/_modules.scss */
.m-social-share ul a:before {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
}

/* line 181, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-prev,
#swipe-slider-nav .gallery-nav-next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  background-color: black;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  z-index: 2;
  text-align: center;
}
/* line 192, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-prev:before,
#swipe-slider-nav .gallery-nav-next:before {
  width: 0;
  height: 0;
  content: '';
  border-top: 7px inset transparent;
  border-bottom: 7px inset transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
}
/* line 206, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-prev {
  left: 0;
}
/* line 208, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-prev:before {
  border-left: 0 inset transparent;
  border-right: 14px solid white;
}
/* line 213, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-next {
  right: 0;
}
/* line 215, ../scss/global-structure/_modules.scss */
#swipe-slider-nav .gallery-nav-next:before {
  border-right: 0 inset transparent;
  border-left: 14px solid white;
}

/* line 221, ../scss/global-structure/_modules.scss */
.swipe-slider {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  text-align: center;
}

/* line 227, ../scss/global-structure/_modules.scss */
.swipe-wrap {
  overflow: hidden;
  position: relative;
}

/* line 231, ../scss/global-structure/_modules.scss */
.swipe-slide {
  float: left;
  width: 100%;
  position: relative;
}
/* line 235, ../scss/global-structure/_modules.scss */
.swipe-slide figcaption {
  padding: 0 2.5% 10px;
  margin-bottom: 0;
}

/* line 242, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry {
  background-color: #1c1c1c;
  padding: 0;
  height: auto;
  float: none;
  width: 100%;
  max-width: 100%;
  color: white;
  text-align: center;
}
@media (min-width: 960px) {
  /* line 242, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry {
    overflow: hidden;
    margin-bottom: 1.5em;
    text-align: left;
  }
}
/* line 257, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry a {
  color: white;
}
/* line 259, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry a:visited {
  color: white;
}
/* line 262, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry a:hover {
  color: white;
}
@media (min-width: 960px) {
  /* line 267, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry .featured-post-content-wrap,
  article.m-featured-post.h-entry figure {
    float: left;
  }
}
/* line 273, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry .featured-post-content-wrap {
  background-color: #393939;
  padding: 32px;
  overflow: visible;
  position: relative;
}
@media (min-width: 960px) {
  /* line 273, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry .featured-post-content-wrap {
    padding: 3%;
    width: 34%;
  }
}
@media (min-width: 960px) {
  /* line 283, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry .featured-post-content-wrap:after {
    content: '';
    height: 750%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #393939;
    position: absolute;
    z-index: -1;
  }
}
/* line 297, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry h2 {
  text-transform: none;
  margin-bottom: .3em;
}
/* line 301, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry figure {
  max-height: 100%;
}
@media (min-width: 960px) {
  /* line 301, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry figure {
    width: 66%;
  }
}
/* line 307, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry figure a {
  max-height: 100%;
}
/* line 310, ../scss/global-structure/_modules.scss */
article.m-featured-post.h-entry figure img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 960px) {
  /* line 310, ../scss/global-structure/_modules.scss */
  article.m-featured-post.h-entry figure img {
    max-height: none;
  }
}

/* line 323, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry h5.location-btn {
  display: inline-block;
}
/* line 326, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry h5.location-btn a {
  height: 34px;
  width: 130px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: black;
}
/* line 336, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry h5.location-btn a:hover {
  background-color: black;
  color: white;
}
/* line 343, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry .featured-post-content-wrap {
  padding: 15px 15px 20px;
}
/* line 347, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry figure {
  max-height: 100%;
}
/* line 349, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry figure a {
  max-height: 100%;
}
/* line 352, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry figure img {
  max-height: 100%;
  max-width: 100%;
}
/* line 357, ../scss/global-structure/_modules.scss */
article.m-featured-post.m-featured-static.h-entry .popup-youtube {
  padding: 25px 30px;
}

/* line 362, ../scss/global-structure/_modules.scss */
#m-slider {
  background-color: #1c1c1c;
  padding: 0;
  height: auto;
  float: none;
  width: 100%;
  max-width: 100%;
  color: white;
  text-align: left;
  position: relative;
  margin-bottom: 38px;
}
/* line 375, ../scss/global-structure/_modules.scss */
#m-slider.has-pagination {
  padding: 0 0 42px 0;
}
@media (min-width: 600px) {
  /* line 362, ../scss/global-structure/_modules.scss */
  #m-slider {
    margin-bottom: 4%;
  }
}
@media (min-width: 960px) {
  /* line 362, ../scss/global-structure/_modules.scss */
  #m-slider {
    overflow: hidden;
    margin-bottom: 1.5em;
    text-align: left;
  }
}
/* line 391, ../scss/global-structure/_modules.scss */
#m-slider a {
  color: white;
}
/* line 393, ../scss/global-structure/_modules.scss */
#m-slider a:visited {
  color: white;
}
/* line 396, ../scss/global-structure/_modules.scss */
#m-slider a:hover {
  color: white;
}
@media (min-width: 960px) {
  /* line 402, ../scss/global-structure/_modules.scss */
  #m-slider .slider-content-wrap,
  #m-slider figure {
    float: left;
  }
}
/* line 409, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap {
  background-color: #393939;
  padding: 14px 16px;
  overflow: visible;
  position: relative;
}
@media (min-width: 960px) {
  /* line 409, ../scss/global-structure/_modules.scss */
  #m-slider .slider-content-wrap {
    width: 34%;
  }
}
/* line 421, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap.no-title p {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
}
/* line 424, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap.no-title p.slide-url {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
/* line 433, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap.has-countdown div {
  margin-bottom: .5em;
}
/* line 438, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap div {
  margin-bottom: 1.5em;
}
/* line 440, ../scss/global-structure/_modules.scss */
#m-slider .slider-content-wrap div * {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin-bottom: .5em;
  margin-top: 0;
  line-height: 1.2;
}
@media (min-width: 960px) {
  /* line 450, ../scss/global-structure/_modules.scss */
  #m-slider .slider-content-wrap:after {
    content: '';
    height: 750%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #393939;
    position: absolute;
    z-index: -1;
  }
}
/* line 465, ../scss/global-structure/_modules.scss */
#m-slider h3 {
  text-transform: none;
  margin: 0 0 .45em;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
}
/* line 473, ../scss/global-structure/_modules.scss */
#m-slider figure {
  max-height: 100%;
  background-color: #1c1c1c;
  text-align: center;
}
@media (min-width: 960px) {
  /* line 473, ../scss/global-structure/_modules.scss */
  #m-slider figure {
    width: 66%;
    max-height: 384px;
  }
}
/* line 483, ../scss/global-structure/_modules.scss */
#m-slider figure a {
  max-height: 100%;
}
/* line 486, ../scss/global-structure/_modules.scss */
#m-slider figure img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 960px) {
  /* line 486, ../scss/global-structure/_modules.scss */
  #m-slider figure img {
    max-height: none;
  }
}
/* line 496, ../scss/global-structure/_modules.scss */
#m-slider p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 auto .75em;
  max-width: auto;
  text-align: left;
}
@media (min-width: 960px) {
  /* line 496, ../scss/global-structure/_modules.scss */
  #m-slider p {
    margin: 0 0 1.15em;
  }
}
/* line 508, ../scss/global-structure/_modules.scss */
#m-slider p.slide-url {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase;
}
/* line 514, ../scss/global-structure/_modules.scss */
#m-slider p.slide-url a {
  height: 34px;
  width: 130px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: black;
}
/* line 524, ../scss/global-structure/_modules.scss */
#m-slider p.slide-url a:visited {
  background-color: white;
  color: black;
}
/* line 528, ../scss/global-structure/_modules.scss */
#m-slider p.slide-url a:hover {
  background-color: black;
  color: white;
}
/* line 544, ../scss/global-structure/_modules.scss */
#m-slider #swipe-slider-nav .gallery-nav-prev,
#m-slider #swipe-slider-nav .gallery-nav-next {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-top: 0;
  background-color: #1c1c1c;
  width: 42px;
  height: 42px;
  line-height: 42px;
  z-index: 4;
}
/* line 555, ../scss/global-structure/_modules.scss */
#m-slider #swipe-slider-nav .gallery-nav-prev:before,
#m-slider #swipe-slider-nav .gallery-nav-next:before {
  margin-top: -9px;
  margin-left: -9px;
  border-top: 9px inset transparent;
  border-bottom: 9px inset transparent;
}
/* line 563, ../scss/global-structure/_modules.scss */
#m-slider #swipe-slider-nav .gallery-nav-prev:before {
  border-right: 16px solid white;
}
/* line 568, ../scss/global-structure/_modules.scss */
#m-slider #swipe-slider-nav .gallery-nav-next:before {
  border-left: 16px solid white;
}
/* line 575, ../scss/global-structure/_modules.scss */
#m-slider #slider-position {
  margin: 0 auto;
  text-align: center;
  padding: 0 42px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 42px;
  line-height: 42px;
}
/* line 585, ../scss/global-structure/_modules.scss */
#m-slider #slider-position li {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 2px;
  cursor: pointer;
  padding: 0;
  background-color: #777777;
}
/* line 594, ../scss/global-structure/_modules.scss */
#m-slider #slider-position li.on {
  background-color: white;
}
/* line 600, ../scss/global-structure/_modules.scss */
#m-slider .swipe-wrap {
  background-color: #393939;
}
@media (min-width: 960px) {
  /* line 600, ../scss/global-structure/_modules.scss */
  #m-slider .swipe-wrap {
    background-color: transparent;
  }
}
/* line 608, ../scss/global-structure/_modules.scss */
#m-slider .swipe-slider {
  text-align: left;
}
/* line 614, ../scss/global-structure/_modules.scss */
#m-slider #static-intro figure {
  max-height: 100%;
  position: relative;
}
/* line 617, ../scss/global-structure/_modules.scss */
#m-slider #static-intro figure a {
  max-height: 100%;
}
/* line 620, ../scss/global-structure/_modules.scss */
#m-slider #static-intro figure img {
  max-height: 100%;
  max-width: 100%;
}
/* line 625, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .popup-youtube {
  position: static;
  text-align: center;
  width: auto;
  padding: 25px 30px;
}
/* line 630, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .popup-youtube .icon-play {
  position: static;
  color: white;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
/* line 638, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .popup-youtube .icon-play:hover {
  opacity: .75;
}
/* line 641, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .popup-youtube .icon-play:before {
  line-height: 0;
  font-size: 42px;
  font-size: 2.625rem;
}
/* line 647, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .location-countdown {
  margin-bottom: 0;
}
/* line 649, ../scss/global-structure/_modules.scss */
#m-slider #static-intro .location-countdown time {
  margin-top: 1em;
}
/* line 653, ../scss/global-structure/_modules.scss */
#m-slider #static-intro #kickoff {
  width: 300px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 10;
  margin-top: -44px;
  margin-left: -150px;
}
/* line 665, ../scss/global-structure/_modules.scss */
#m-slider #static-intro p.ticket-info {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 671, ../scss/global-structure/_modules.scss */
#m-slider #static-intro p.ticket-info a {
  color: white;
}
/* line 673, ../scss/global-structure/_modules.scss */
#m-slider #static-intro p.ticket-info a:visited {
  color: white;
}
/* line 676, ../scss/global-structure/_modules.scss */
#m-slider #static-intro p.ticket-info a:hover {
  color: #797979;
}

/* line 687, ../scss/global-structure/_modules.scss */
.location-countdown {
  margin-bottom: 1em;
}
/* line 690, ../scss/global-structure/_modules.scss */
.location-countdown h4 {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 696, ../scss/global-structure/_modules.scss */
.location-countdown p, .location-countdown time {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 702, ../scss/global-structure/_modules.scss */
.location-countdown p {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2em;
}
/* line 707, ../scss/global-structure/_modules.scss */
.location-countdown time {
  display: block;
  margin: .45em 0 .8em;
}
/* line 710, ../scss/global-structure/_modules.scss */
.location-countdown time > span {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 0 4px;
}
/* line 717, ../scss/global-structure/_modules.scss */
.location-countdown time .t-spacer {
  vertical-align: 17px;
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 721, ../scss/global-structure/_modules.scss */
.location-countdown time .t-label {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}

/* line 731, ../scss/global-structure/_modules.scss */
article.m-news .post-wrap-bgd {
  background-color: white;
  padding: 3.5% 3.5%;
}
/* line 736, ../scss/global-structure/_modules.scss */
article.m-news h4 {
  text-transform: uppercase;
  margin: 0 0 .65em;
  font-weight: 700;
  color: black;
}
/* line 742, ../scss/global-structure/_modules.scss */
article.m-news ol, article.m-news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 747, ../scss/global-structure/_modules.scss */
article.m-news li {
  margin: 0;
}
/* line 749, ../scss/global-structure/_modules.scss */
article.m-news li.h-entry {
  padding: 0 0 5%;
  height: auto;
  float: none;
  width: 100%;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
  -webkit-perspective: none;
  -moz-perspective: none;
  -ms-perspective: none;
  -o-perspective: none;
  perspective: none;
}
/* line 757, ../scss/global-structure/_modules.scss */
article.m-news li a {
  display: block;
}
/* line 760, ../scss/global-structure/_modules.scss */
article.m-news li ~ li.h-entry {
  border-top: 1px solid #d9d9d9;
  padding-top: 5%;
}
/* line 765, ../scss/global-structure/_modules.scss */
article.m-news h3, article.m-news p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 769, ../scss/global-structure/_modules.scss */
article.m-news h3 {
  margin: 0;
  max-height: 38px;
  overflow: hidden;
}
/* line 773, ../scss/global-structure/_modules.scss */
article.m-news h3 a {
  max-height: 38px;
  overflow: hidden;
}
/* line 778, ../scss/global-structure/_modules.scss */
article.m-news p {
  margin: 6% 0 0;
}
/* line 782, ../scss/global-structure/_modules.scss */
article.m-news .menu {
  margin: 0;
  padding: 0;
}
/* line 786, ../scss/global-structure/_modules.scss */
article.m-news .menu li {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  font-size: 85%;
  border-top: 1px solid #ccc;
}

/* line 798, ../scss/global-structure/_modules.scss */
#m-location-indicator {
  padding: 18px 1em 10px;
  background: #393939;
  margin: -2em auto 2.5em;
  position: relative;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  /* line 798, ../scss/global-structure/_modules.scss */
  #m-location-indicator {
    margin-top: -2%;
  }
}
/* line 814, ../scss/global-structure/_modules.scss */
#m-location-indicator .l-day {
  display: none;
  vertical-align: top;
  margin-right: -4px;
  margin-bottom: 1.25em;
  border-top: 1px solid #777777;
  width: 4%;
  position: relative;
  line-height: 0;
}
/* line 824, ../scss/global-structure/_modules.scss */
#m-location-indicator .l-day.has-event {
  width: 25%;
}
/* line 827, ../scss/global-structure/_modules.scss */
#m-location-indicator .l-day.is-past {
  border-color: white;
}
/* line 829, ../scss/global-structure/_modules.scss */
#m-location-indicator .l-day.is-past:before {
  background-color: white;
}
/* line 833, ../scss/global-structure/_modules.scss */
#m-location-indicator .l-day.is-last-event {
  border-color: transparent;
}
/* line 838, ../scss/global-structure/_modules.scss */
#m-location-indicator .has-event:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #777777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 2px;
  z-index: 2;
}
/* line 850, ../scss/global-structure/_modules.scss */
#m-location-indicator .has-event:after {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #393939;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
}
/* line 863, ../scss/global-structure/_modules.scss */
#m-location-indicator .is-current:before {
  background-color: white;
}
/* line 867, ../scss/global-structure/_modules.scss */
#m-location-indicator .p-location {
  line-height: 1;
  margin-top: .75em;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: visible;
  text-overflow: ellipsis;
}
/* line 875, ../scss/global-structure/_modules.scss */
#m-location-indicator .p-location a {
  color: white;
  padding-top: 25px;
  position: relative;
  z-index: 3;
}
/* line 880, ../scss/global-structure/_modules.scss */
#m-location-indicator .p-location a:visited {
  color: white;
}
/* line 883, ../scss/global-structure/_modules.scss */
#m-location-indicator .p-location a:hover {
  color: #797979;
}
/* line 888, ../scss/global-structure/_modules.scss */
#m-location-indicator #is-location-now {
  z-index: 3;
  color: white;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 1.75em;
}

/* line 901, ../scss/global-structure/_modules.scss */
.post-edit-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 909, ../scss/global-structure/_modules.scss */
#wpadminbar #wp-admin-bar-user-info img.avatar {
  max-height: none;
}

/* Templates ---------------------- */
/* =Loop (includes styles specific to posts in loops)
-------------------------------------------------------------- */
/* line 11, ../scss/templates/_loop.scss */
.blog .archive-title,
.archive .archive-title,
.search .archive-title,
.page-template-pagesmosaic-php .archive-title {
  margin-top: 0;
  margin-bottom: .75em;
  text-align: center;
}
/* line 18, ../scss/templates/_loop.scss */
.blog .live-title,
.archive .live-title,
.search .live-title,
.page-template-pagesmosaic-php .live-title {
  color: white;
  font-weight: 700;
}
/* line 24, ../scss/templates/_loop.scss */
.blog .category-description,
.archive .category-description,
.search .category-description,
.page-template-pagesmosaic-php .category-description {
  text-align: center;
  margin-bottom: 3.25em;
}
/* line 29, ../scss/templates/_loop.scss */
.blog .l-loop-wrap,
.archive .l-loop-wrap,
.search .l-loop-wrap,
.page-template-pagesmosaic-php .l-loop-wrap {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 600px) {
  /* line 29, ../scss/templates/_loop.scss */
  .blog .l-loop-wrap,
  .archive .l-loop-wrap,
  .search .l-loop-wrap,
  .page-template-pagesmosaic-php .l-loop-wrap {
    overflow: hidden;
    max-width: 542px;
  }
}
/* line 42, ../scss/templates/_loop.scss */
.blog #ajax-post,
.archive #ajax-post,
.search #ajax-post,
.page-template-pagesmosaic-php #ajax-post {
  background-color: white;
  margin: 2em auto;
  max-width: 870px;
  position: relative;
  padding: 3.25%;
  float: none;
  height: 100%;
  display: block;
}
/* line 51, ../scss/templates/_loop.scss */
.blog #ajax-post.is-smaller,
.archive #ajax-post.is-smaller,
.search #ajax-post.is-smaller,
.page-template-pagesmosaic-php #ajax-post.is-smaller {
  max-width: 645px;
}
/* line 55, ../scss/templates/_loop.scss */
.blog #ajax-post .h-entry,
.blog #ajax-post .h-participant,
.archive #ajax-post .h-entry,
.archive #ajax-post .h-participant,
.search #ajax-post .h-entry,
.search #ajax-post .h-participant,
.page-template-pagesmosaic-php #ajax-post .h-entry,
.page-template-pagesmosaic-php #ajax-post .h-participant {
  width: 100%;
  height: auto;
  float: none;
  padding: 0;
}
/* line 65, ../scss/templates/_loop.scss */
.blog #ajax-post #nav-below .prev-nav .icon-arrow-right:after,
.archive #ajax-post #nav-below .prev-nav .icon-arrow-right:after,
.search #ajax-post #nav-below .prev-nav .icon-arrow-right:after,
.page-template-pagesmosaic-php #ajax-post #nav-below .prev-nav .icon-arrow-right:after {
  border-left-color: white;
}
/* line 72, ../scss/templates/_loop.scss */
.blog #ajax-post #nav-below .next-nav .icon-arrow-left:before,
.archive #ajax-post #nav-below .next-nav .icon-arrow-left:before,
.search #ajax-post #nav-below .next-nav .icon-arrow-left:before,
.page-template-pagesmosaic-php #ajax-post #nav-below .next-nav .icon-arrow-left:before {
  border-right-color: white;
}
/* line 77, ../scss/templates/_loop.scss */
.blog #ajax-post #nav-below a,
.archive #ajax-post #nav-below a,
.search #ajax-post #nav-below a,
.page-template-pagesmosaic-php #ajax-post #nav-below a {
  color: white;
  background-color: black;
}
/* line 80, ../scss/templates/_loop.scss */
.blog #ajax-post #nav-below a:visited,
.archive #ajax-post #nav-below a:visited,
.search #ajax-post #nav-below a:visited,
.page-template-pagesmosaic-php #ajax-post #nav-below a:visited {
  color: white;
  background-color: black;
}
/* line 88, ../scss/templates/_loop.scss */
.blog #ajax-post.hide-pagination #nav-below,
.archive #ajax-post.hide-pagination #nav-below,
.search #ajax-post.hide-pagination #nav-below,
.page-template-pagesmosaic-php #ajax-post.hide-pagination #nav-below {
  display: none;
}
/* line 95, ../scss/templates/_loop.scss */
.blog #infscr-loading,
.archive #infscr-loading,
.search #infscr-loading,
.page-template-pagesmosaic-php #infscr-loading {
  color: white;
  text-align: center;
  clear: both;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  background-color: black;
  width: 360px;
  height: auto;
  left: 50%;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  margin-left: -180px;
  margin-top: 0;
}
/* line 114, ../scss/templates/_loop.scss */
.blog #infscr-loading img,
.archive #infscr-loading img,
.search #infscr-loading img,
.page-template-pagesmosaic-php #infscr-loading img {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}
/* line 120, ../scss/templates/_loop.scss */
.blog #infscr-loading div,
.archive #infscr-loading div,
.search #infscr-loading div,
.page-template-pagesmosaic-php #infscr-loading div {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
/* line 128, ../scss/templates/_loop.scss */
.blog #nav-below,
.archive #nav-below,
.search #nav-below,
.page-template-pagesmosaic-php #nav-below {
  clear: both;
}

/* =Global Post: Posts, Social Posts, Participants
-------------------------------------------------------------- */
/* line 137, ../scss/templates/_loop.scss */
.h-entry,
.h-participant {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  margin: 0 auto 38px;
  overflow: hidden;
  text-align: left;
  max-width: 251px;
}
@media (min-width: 600px) {
  /* line 137, ../scss/templates/_loop.scss */
  .h-entry,
  .h-participant {
    max-width: 271px;
    margin-bottom: 4%;
    height: 340px;
    float: left;
    padding: 0 4.05% 0;
    width: 50%;
  }
}
/* line 160, ../scss/templates/_loop.scss */
.h-entry .post-wrap-bgd,
.h-participant .post-wrap-bgd {
  background-color: white;
  position: relative;
}
@media (min-width: 600px) {
  /* line 160, ../scss/templates/_loop.scss */
  .h-entry .post-wrap-bgd,
  .h-participant .post-wrap-bgd {
    height: 340px;
  }
}
/* line 169, ../scss/templates/_loop.scss */
.h-entry .post-content-wrap,
.h-participant .post-content-wrap {
  padding: 4.5% 3.5%;
  overflow: hidden;
}
/* line 174, ../scss/templates/_loop.scss */
.h-entry a,
.h-participant a {
  color: black;
}
/* line 176, ../scss/templates/_loop.scss */
.h-entry a:visited,
.h-participant a:visited {
  color: black;
}
/* line 179, ../scss/templates/_loop.scss */
.h-entry a:hover,
.h-participant a:hover {
  color: #797979;
}
/* line 186, ../scss/templates/_loop.scss */
.h-entry .e-content a,
.h-entry .p-note a,
.h-participant .e-content a,
.h-participant .p-note a {
  color: #797979;
}
/* line 188, ../scss/templates/_loop.scss */
.h-entry .e-content a:visited,
.h-entry .p-note a:visited,
.h-participant .e-content a:visited,
.h-participant .p-note a:visited {
  color: #797979;
}
/* line 191, ../scss/templates/_loop.scss */
.h-entry .e-content a:hover,
.h-entry .p-note a:hover,
.h-participant .e-content a:hover,
.h-participant .p-note a:hover {
  color: black;
}
/* line 197, ../scss/templates/_loop.scss */
.h-entry header,
.h-participant header {
  min-height: 18px;
}
/* line 201, ../scss/templates/_loop.scss */
.h-entry figure,
.h-participant figure {
  position: relative;
  max-height: 188px;
  overflow: hidden;
}
/* line 205, ../scss/templates/_loop.scss */
.h-entry figure a,
.h-participant figure a {
  display: inline-block;
  max-height: 188px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 213, ../scss/templates/_loop.scss */
.h-entry figure img,
.h-participant figure img {
  max-height: 188px;
  min-height: 188px;
  max-width: none;
}
/* line 222, ../scss/templates/_loop.scss */
.h-entry h2,
.h-participant h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 2px;
  line-height: .9;
  overflow: hidden;
}
/* line 228, ../scss/templates/_loop.scss */
.h-entry h2 a,
.h-participant h2 a {
  max-height: 100px;
  overflow: hidden;
  display: block;
}
/* line 235, ../scss/templates/_loop.scss */
.h-entry footer,
.h-participant footer {
  color: black;
}
/* line 237, ../scss/templates/_loop.scss */
.h-entry footer p,
.h-participant footer p {
  margin-bottom: .5em;
}
/* line 242, ../scss/templates/_loop.scss */
.h-entry .m-social-share,
.h-participant .m-social-share {
  margin: 1.25em 0 0;
}
@media (min-width: 600px) {
  /* line 242, ../scss/templates/_loop.scss */
  .h-entry .m-social-share,
  .h-participant .m-social-share {
    margin: 0;
    .position: absolute;
    left: 9%;
    bottom: 12px;
  }
}
/* line 251, ../scss/templates/_loop.scss */
.h-entry .m-social-share a,
.h-participant .m-social-share a {
  background-color: #cdcdce;
}
/* line 253, ../scss/templates/_loop.scss */
.h-entry .m-social-share a:hover,
.h-participant .m-social-share a:hover {
  background-color: transparent;
  color: black;
}
/* line 261, ../scss/templates/_loop.scss */
.h-entry .post-share-url,
.h-participant .post-share-url {
  display: none;
}
/* line 266, ../scss/templates/_loop.scss */
.h-entry .is-meta-btn,
.h-participant .is-meta-btn {
  text-align: center;
  margin-bottom: 2em;
  margin-top: .75em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-transform: uppercase;
}
/* line 273, ../scss/templates/_loop.scss */
.h-entry .is-meta-btn a,
.h-participant .is-meta-btn a {
  background-color: black;
  color: white;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 24px;
}
/* line 280, ../scss/templates/_loop.scss */
.h-entry .is-meta-btn a:visited,
.h-participant .is-meta-btn a:visited {
  background-color: black;
  color: white;
}
/* line 284, ../scss/templates/_loop.scss */
.h-entry .is-meta-btn a:hover,
.h-participant .is-meta-btn a:hover {
  background-color: white;
  color: black;
}

/* =Post: Posts, Social Posts
-------------------------------------------------------------- */
/* line 296, ../scss/templates/_loop.scss */
.h-entry .popup-youtube {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  padding: 15px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 309, ../scss/templates/_loop.scss */
.h-entry .icon-play {
  color: white;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  padding: 15px;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 327, ../scss/templates/_loop.scss */
.h-entry .p-column {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px;
  line-height: 1;
}
/* line 335, ../scss/templates/_loop.scss */
.h-entry ol.p-post-meta {
  padding: 0;
  margin: 4px 0 0 0;
  list-style-type: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 342, ../scss/templates/_loop.scss */
.h-entry ol.p-post-meta li {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline;
}
/* line 351, ../scss/templates/_loop.scss */
.h-entry ol.p-post-meta .p-author ~ .h-adr ~ .h-adr:before {
  content: none;
}
/* line 355, ../scss/templates/_loop.scss */
.h-entry ol.p-post-meta .p-author ~ .h-adr:before {
  content: '|';
  padding: 0 4px 0 1px;
}
/* line 363, ../scss/templates/_loop.scss */
.h-entry ol.p-post-meta .h-adr.p-locality ~ .h-adr.p-locality:before {
  content: ',';
  padding: 0 3px 0 0;
}
/* line 373, ../scss/templates/_loop.scss */
.h-entry.blurb .post-content-wrap {
  padding: 8% 10%;
}
/* line 377, ../scss/templates/_loop.scss */
.h-entry.blurb figure img {
  max-width: none;
  min-height: 246px;
  max-height: none;
  width: 100%;
}
/* line 388, ../scss/templates/_loop.scss */
.h-entry.blurb .p-summary {
  max-height: 262px;
  min-height: 262px;
  overflow: hidden;
  margin: 0 0 2px;
  line-height: 1.15;
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
}
/* line 398, ../scss/templates/_loop.scss */
.h-entry.blurb .p-summary a:after {
  content: '';
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC44NSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.85)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
}
/* line 409, ../scss/templates/_loop.scss */
.h-entry.blurb .p-summary a {
  max-height: 262px;
  min-height: 262px;
  overflow: hidden;
}
/* line 415, ../scss/templates/_loop.scss */
.h-entry.blurb div.e-content {
  margin-top: 1em;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
/* line 426, ../scss/templates/_loop.scss */
.h-entry.twitter .post-content-wrap {
  padding: 0;
}
/* line 430, ../scss/templates/_loop.scss */
.h-entry.twitter footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.925);
  height: 36px;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
/* line 441, ../scss/templates/_loop.scss */
.h-entry.twitter .twitter-embed-wrapper {
  height: 100%;
  max-height: 340px;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
/* line 448, ../scss/templates/_loop.scss */
.h-entry.twitter .p-summary {
  max-height: 340px;
  overflow: hidden;
  height: auto;
  padding-bottom: 63px;
  margin: 0;
  line-height: 1.15;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 455, ../scss/templates/_loop.scss */
.h-entry.twitter .p-summary blockquote {
  margin: 0 0 2px;
  line-height: 1.15;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  border: 0;
  max-width: none;
  padding: 0;
}
/* line 464, ../scss/templates/_loop.scss */
.h-entry.twitter .p-summary blockquote p {
  margin: 0 0 2px;
  line-height: 1.15;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  word-wrap: break-word;
}
/* line 473, ../scss/templates/_loop.scss */
.h-entry.twitter .p-summary p {
  padding: 8% 10% 0;
}
/* line 475, ../scss/templates/_loop.scss */
.h-entry.twitter .p-summary p ~ p {
  padding-top: 0;
}
/* line 489, ../scss/templates/_loop.scss */
.h-entry.twitter iframe {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  max-width: 246px !important;
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 auto !important;
}
/* line 503, ../scss/templates/_loop.scss */
.h-entry.instagram figure, .h-entry.tumblr figure {
  max-height: 246px;
}
/* line 505, ../scss/templates/_loop.scss */
.h-entry.instagram figure a, .h-entry.tumblr figure a {
  max-height: 246px;
}
/* line 508, ../scss/templates/_loop.scss */
.h-entry.instagram figure img, .h-entry.tumblr figure img {
  max-width: none;
  min-height: 246px;
  max-height: none;
  width: 100%;
}
/* line 519, ../scss/templates/_loop.scss */
.h-entry.instagram figure ~ .post-content-wrap, .h-entry.tumblr figure ~ .post-content-wrap {
  padding: 4.5% 3.5%;
}
/* line 521, ../scss/templates/_loop.scss */
.h-entry.instagram figure ~ .post-content-wrap .p-summary, .h-entry.tumblr figure ~ .post-content-wrap .p-summary {
  max-height: 36px;
  min-height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 526, ../scss/templates/_loop.scss */
.h-entry.instagram figure ~ .post-content-wrap .p-summary a:after, .h-entry.tumblr figure ~ .post-content-wrap .p-summary a:after {
  height: 16px;
}
/* line 530, ../scss/templates/_loop.scss */
.h-entry.instagram figure ~ .post-content-wrap .p-summary a, .h-entry.tumblr figure ~ .post-content-wrap .p-summary a {
  max-height: 36px;
  min-height: 36px;
}
/* line 537, ../scss/templates/_loop.scss */
.h-entry.instagram .post-content-wrap, .h-entry.tumblr .post-content-wrap {
  padding: 10% 10% 6.5%;
}
/* line 540, ../scss/templates/_loop.scss */
.h-entry.instagram .p-summary, .h-entry.tumblr .p-summary {
  max-height: 244px;
  min-height: 244px;
  overflow: hidden;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 2px;
  line-height: 1.15;
  position: relative;
}
/* line 549, ../scss/templates/_loop.scss */
.h-entry.instagram .p-summary a:after, .h-entry.tumblr .p-summary a:after {
  content: '';
  height: 26px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC44NSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.85)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85) 100%);
}
/* line 561, ../scss/templates/_loop.scss */
.h-entry.instagram .p-summary a, .h-entry.tumblr .p-summary a {
  max-height: 244px;
  min-height: 244px;
  overflow: hidden;
}
/* line 567, ../scss/templates/_loop.scss */
.h-entry.instagram p img, .h-entry.tumblr p img {
  margin-top: 0;
}
/* line 573, ../scss/templates/_loop.scss */
.h-entry.tumblr {
  /* Blockquotes */
}
/* line 575, ../scss/templates/_loop.scss */
.h-entry.tumblr blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: auto;
  max-width: 100%;
}
/* line 581, ../scss/templates/_loop.scss */
.h-entry.tumblr blockquote p {
  margin-bottom: 1.25em;
  line-height: 1.35;
}
/* line 589, ../scss/templates/_loop.scss */
.h-entry .p-social-network {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  color: black;
}
/* line 596, ../scss/templates/_loop.scss */
.h-entry .p-social-network ~ .m-social-share {
  margin-top: .5em;
}
@media (min-width: 600px) {
  /* line 589, ../scss/templates/_loop.scss */
  .h-entry .p-social-network {
    position: absolute;
    right: 8%;
    bottom: 13px;
  }
  /* line 604, ../scss/templates/_loop.scss */
  .h-entry .p-social-network ~ .m-social-share {
    margin-top: 0;
  }
}

/* =Post: Participants
-------------------------------------------------------------- */
/* line 616, ../scss/templates/_loop.scss */
article.h-participant header .p-post-meta {
  display: none;
  padding: 0;
  margin: 4px 0 0 0;
  list-style-type: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 624, ../scss/templates/_loop.scss */
article.h-participant header .p-post-meta li {
  padding: 0;
  margin: 0 3px 0 0;
  line-height: 1;
  display: inline-block;
}
/* line 633, ../scss/templates/_loop.scss */
article.h-participant figure {
  max-height: 246px;
}
/* line 635, ../scss/templates/_loop.scss */
article.h-participant figure a {
  max-height: 246px;
}
/* line 638, ../scss/templates/_loop.scss */
article.h-participant figure img {
  max-width: none;
  min-height: 246px;
  max-height: none;
  width: 100%;
}
/* line 651, ../scss/templates/_loop.scss */
article.h-participant h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: -4px 0 2px;
  line-height: 1.25;
  max-height: 56px;
  overflow: hidden;
}
/* line 657, ../scss/templates/_loop.scss */
article.h-participant h3 a {
  max-height: 60px;
  overflow: hidden;
  display: block;
}
/* line 664, ../scss/templates/_loop.scss */
article.h-participant .artist-loop-locations {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  max-height: 38px;
}
/* line 672, ../scss/templates/_loop.scss */
article.h-participant .artist-loop-locations li {
  padding: 0;
  margin: 0 3px 0 0;
  line-height: 1;
  display: inline-block;
}
/* line 681, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-align: center;
  color: #c7c7c7;
  list-style-type: none;
  padding: 0;
  line-height: 1.15;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: .25em;
}
/* line 690, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta ~ .post-footer-meta {
  margin-top: 1.25em;
}
/* line 693, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta:before {
  display: block;
  color: black;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
  max-width: 150px;
  text-align: center;
  margin: 0 auto 6px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  content: 'Locations: ';
}
/* line 705, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta li {
  margin: 0 3px 0 0;
  padding: 0;
  display: inline-block;
  color: #797979;
  line-height: 1.15;
  display: inline-block;
}
/* line 713, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta a {
  color: #797979;
}
/* line 715, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta a:visited {
  color: #797979;
}
/* line 718, ../scss/templates/_loop.scss */
article.h-participant footer .p-post-meta a:hover {
  color: black;
}

/* =Post: Locations
-------------------------------------------------------------- */
/* line 731, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry {
  background-color: #1c1c1c;
  text-align: left;
}
/* line 735, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry .featured-post-content-wrap {
  padding: 14px 16px;
}
/* line 739, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h2 {
  margin-bottom: .45em;
  line-height: 1;
  overflow: visible;
}
/* line 745, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry time,
.single-sts-location article.m-featured-post.h-entry h3.p-location {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 748, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry time {
  display: block;
  margin-bottom: 4px;
}
/* line 753, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry .e-content {
  margin-bottom: 1.5em;
}
/* line 755, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry .e-content * {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: .5em;
  margin-top: 0;
  line-height: 1.15;
}
/* line 762, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h3.p-location {
  margin-bottom: 1em;
}
/* line 765, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h5.location-btn {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
/* line 769, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h5.location-btn a {
  height: 34px;
  width: 130px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: black;
}
/* line 779, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h5.location-btn a:visited {
  background-color: white;
  color: black;
}
/* line 783, ../scss/templates/_loop.scss */
.single-sts-location article.m-featured-post.h-entry h5.location-btn a:hover {
  background-color: black;
  color: white;
}

/* line 792, ../scss/templates/_loop.scss */
h5.btn {
  margin: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
/* line 796, ../scss/templates/_loop.scss */
h5.btn a {
  height: 34px;
  width: 130px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: black;
}
/* line 806, ../scss/templates/_loop.scss */
h5.btn a:visited {
  background-color: white;
  color: black;
}
/* line 810, ../scss/templates/_loop.scss */
h5.btn a:hover {
  background-color: #333;
  color: white;
}

/* =Single Posts
-------------------------------------------------------------- */
/* line 822, ../scss/templates/_loop.scss */
#ajax-post .h-entry,
#ajax-post .h-participant {
  height: auto;
  width: 100%;
  max-width: none;
  float: none;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  -moz-perspective: none;
  -ms-perspective: none;
  -o-perspective: none;
  perspective: none;
  background-color: white;
  margin: 2em auto 2px;
  padding: 3.25%;
}
/* line 833, ../scss/templates/_loop.scss */
#ajax-post .h-entry header,
#ajax-post .h-participant header {
  position: relative;
  margin-bottom: .75em;
}
/* line 836, ../scss/templates/_loop.scss */
#ajax-post .h-entry header .m-social-share,
#ajax-post .h-participant header .m-social-share {
  display: none;
}
/* line 841, ../scss/templates/_loop.scss */
#ajax-post .h-entry footer,
#ajax-post .h-participant footer {
  position: relative;
  background-color: white;
  padding: 20px 20px 24px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
/* line 848, ../scss/templates/_loop.scss */
#ajax-post .h-entry footer .post-footer-meta ~ .m-social-share,
#ajax-post .h-participant footer .post-footer-meta ~ .m-social-share {
  margin-top: 1.75em;
}
/* line 851, ../scss/templates/_loop.scss */
#ajax-post .h-entry footer .m-social-share,
#ajax-post .h-participant footer .m-social-share {
  text-align: center;
  margin-top: 0;
}
/* line 858, ../scss/templates/_loop.scss */
#ajax-post p.p-column {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 .5em;
  font-weight: bold;
}
/* line 864, ../scss/templates/_loop.scss */
#ajax-post h2.p-name {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 .2em;
  line-height: 1;
  max-height: none;
  text-transform: none;
  overflow: visible;
}
/* line 873, ../scss/templates/_loop.scss */
#ajax-post ol.p-post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 880, ../scss/templates/_loop.scss */
#ajax-post ol.p-post-meta li {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline;
}
/* line 888, ../scss/templates/_loop.scss */
#ajax-post figure {
  max-height: 100%;
  margin: .65em 0 1.5em;
  position: relative;
}
/* line 892, ../scss/templates/_loop.scss */
#ajax-post figure img {
  max-height: 100%;
  max-width: 100%;
}
/* line 899, ../scss/templates/_loop.scss */
#ajax-post .swipe-slide img {
  max-height: 300px;
}
/* line 904, ../scss/templates/_loop.scss */
#ajax-post aside.m-social-share {
  margin: 0;
  position: static;
}
/* line 910, ../scss/templates/_loop.scss */
#ajax-post .p-donate {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: black;
  list-style-type: none;
  padding: 0;
  line-height: 1.15;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  margin-top: 20px;
}
/* line 920, ../scss/templates/_loop.scss */
#ajax-post .p-donate a {
  height: 34px;
  width: 85px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: black;
  color: white;
  margin-left: .2em;
}
/* line 937, ../scss/templates/_loop.scss */
#ajax-post .post-participants,
#ajax-post ul.p-adr,
#ajax-post .p-categories,
#ajax-post .p-tags {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  text-align: center;
  color: #c7c7c7;
  list-style-type: none;
  padding: 0;
  line-height: 1.15;
  font-size: 16px;
  font-size: 1rem;
}
/* line 945, ../scss/templates/_loop.scss */
#ajax-post .post-participants:before,
#ajax-post ul.p-adr:before,
#ajax-post .p-categories:before,
#ajax-post .p-tags:before {
  display: block;
  color: black;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
  max-width: 150px;
  text-align: center;
  margin: 0 auto 6px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
/* line 957, ../scss/templates/_loop.scss */
#ajax-post .post-participants li,
#ajax-post ul.p-adr li,
#ajax-post .p-categories li,
#ajax-post .p-tags li {
  margin: 0;
  padding: 0;
  display: inline;
  color: #797979;
  line-height: 1.15;
}
/* line 964, ../scss/templates/_loop.scss */
#ajax-post .post-participants li ~ li:before,
#ajax-post ul.p-adr li ~ li:before,
#ajax-post .p-categories li ~ li:before,
#ajax-post .p-tags li ~ li:before {
  content: ', ';
  display: inline;
}
/* line 971, ../scss/templates/_loop.scss */
#ajax-post .post-participants a,
#ajax-post ul.p-adr a,
#ajax-post .p-categories a,
#ajax-post .p-tags a {
  color: #797979;
}
/* line 973, ../scss/templates/_loop.scss */
#ajax-post .post-participants a:visited,
#ajax-post ul.p-adr a:visited,
#ajax-post .p-categories a:visited,
#ajax-post .p-tags a:visited {
  color: #797979;
}
/* line 976, ../scss/templates/_loop.scss */
#ajax-post .post-participants a:hover,
#ajax-post ul.p-adr a:hover,
#ajax-post .p-categories a:hover,
#ajax-post .p-tags a:hover {
  color: black;
}
/* line 984, ../scss/templates/_loop.scss */
#ajax-post .p-categories li,
#ajax-post .p-tags li {
  display: inline-block;
  margin-right: 3px;
}
/* line 988, ../scss/templates/_loop.scss */
#ajax-post .p-categories li ~ li:before,
#ajax-post .p-tags li ~ li:before {
  content: none;
}
/* line 996, ../scss/templates/_loop.scss */
#ajax-post .post-participants:before {
  content: 'Participants: ';
}
/* line 1001, ../scss/templates/_loop.scss */
#ajax-post ul.p-adr:before {
  content: 'Locations: ';
}
/* line 1007, ../scss/templates/_loop.scss */
#ajax-post .p-categories:before {
  content: 'Topics: ';
}
/* line 1013, ../scss/templates/_loop.scss */
#ajax-post .p-tags:before {
  content: 'Tags: ';
}
/* line 1019, ../scss/templates/_loop.scss */
#ajax-post #nav-below .is-pag-full {
  display: none;
}
/* line 1025, ../scss/templates/_loop.scss */
#ajax-post .p-social-network {
  font-size: 12px;
  font-size: 0.75rem;
  position: static;
  display: block;
}
/* line 1031, ../scss/templates/_loop.scss */
#ajax-post footer .p-social-network {
  text-align: center;
  width: 100%;
}
/* line 1034, ../scss/templates/_loop.scss */
#ajax-post footer .p-social-network ~ .m-social-share {
  margin-top: 1.25em;
}
/* line 1043, ../scss/templates/_loop.scss */
#ajax-post .twitter header .m-social-share {
  top: 0;
}
/* line 1047, ../scss/templates/_loop.scss */
#ajax-post .twitter iframe {
  background-color: white;
}
/* line 1050, ../scss/templates/_loop.scss */
#ajax-post .twitter footer {
  position: relative;
  height: auto;
  max-width: 100%;
}
/* line 1059, ../scss/templates/_loop.scss */
#ajax-post .h-participant footer,
#ajax-post .instagram footer {
  padding-top: 0;
}

/* =Page
-------------------------------------------------------------- */
/* line 7, ../scss/templates/_page.scss */
.page .page-content-wrap,
.error404 .page-content-wrap {
  color: white;
}
/* line 9, ../scss/templates/_page.scss */
.page .page-content-wrap ::-moz-selection,
.error404 .page-content-wrap ::-moz-selection {
  background: white;
  color: black;
  text-shadow: none;
}
/* line 10, ../scss/templates/_page.scss */
.page .page-content-wrap ::selection,
.error404 .page-content-wrap ::selection {
  background: white;
  color: black;
  text-shadow: none;
}
/* line 13, ../scss/templates/_page.scss */
.page .archive-title,
.error404 .archive-title {
  margin-top: 0;
  margin-bottom: .75em;
  text-align: center;
}
/* line 17, ../scss/templates/_page.scss */
.page .archive-title ~ *,
.error404 .archive-title ~ * {
  max-width: 800px;
}

/* =Page: Follow
-------------------------------------------------------------- */
/* line 27, ../scss/templates/_page.scss */
.page-follow .page-content-wrap p {
  font-size: 21px;
  font-size: 1.3125rem;
}
/* line 31, ../scss/templates/_page.scss */
.page-follow .pg-follow-content {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
/* line 35, ../scss/templates/_page.scss */
.page-follow .pg-follow-content p {
  margin-bottom: 12px;
}
/* line 39, ../scss/templates/_page.scss */
.page-follow #success {
  margin: 10px 0;
}

/* =Page: Mosaic
-------------------------------------------------------------- */
/* line 48, ../scss/templates/_page.scss */
.page-template-pagesmosaic-php .page-content-wrap {
  position: relative;
  margin-top: 1em;
}

/* line 56, ../scss/templates/_page.scss */
#mosaic-grid {
  width: 100%;
}
/* line 61, ../scss/templates/_page.scss */
#mosaic-grid .mosaic-grid-day {
  clear: both;
  margin-bottom: 1em;
}
/* line 64, ../scss/templates/_page.scss */
#mosaic-grid .mosaic-grid-day > span {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  margin-bottom: 6px;
  margin-right: 12px;
  border-bottom: 1px solid #777;
  padding-bottom: 3px;
}
/* line 71, ../scss/templates/_page.scss */
#mosaic-grid .mosaic-grid-day > span.is-location {
  margin: 0 15px 0 0;
  float: right;
}
/* line 74, ../scss/templates/_page.scss */
#mosaic-grid .mosaic-grid-day > span.is-location a {
  color: #fff;
}
/* line 77, ../scss/templates/_page.scss */
#mosaic-grid .mosaic-grid-day > span.is-location a:hover {
  color: #ccc;
}
/* line 85, ../scss/templates/_page.scss */
#mosaic-grid .h-entry {
  opacity: 0;
  max-width: none;
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  -moz-perspective: none;
  -ms-perspective: none;
  -o-perspective: none;
  perspective: none;
  float: left;
  max-width: 46px;
  overflow: visible;
}
/* line 103, ../scss/templates/_page.scss */
#mosaic-grid .h-entry a {
  display: block;
}
/* line 105, ../scss/templates/_page.scss */
#mosaic-grid .h-entry a:hover {
  color: black;
}
/* line 111, ../scss/templates/_page.scss */
#mosaic-grid .h-entry.place-left h2 {
  right: auto;
  left: -194px;
  padding-left: 0;
  padding-right: 2px;
}
/* line 119, ../scss/templates/_page.scss */
#mosaic-grid .h-entry h2 {
  opacity: 0;
  display: none;
  position: absolute;
  line-height: 1.05;
  margin: 0;
  padding-left: 2px;
  top: 0;
  z-index: 10;
  right: -192px;
  width: 192px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: normal;
  height: 35px;
}
/* line 135, ../scss/templates/_page.scss */
#mosaic-grid .h-entry h2 span {
  background-color: white;
  padding: 4px;
  min-height: 29px;
  display: table-cell;
  vertical-align: middle;
}
/* line 145, ../scss/templates/_page.scss */
#mosaic-grid .h-entry figure,
#mosaic-grid .h-entry img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  min-height: 35px;
}
/* line 153, ../scss/templates/_page.scss */
#mosaic-grid .h-entry img {
  float: left;
  max-width: none;
  width: 46px;
  float: left;
}

/* line 165, ../scss/templates/_page.scss */
#mosaic-filters {
  margin-left: -64px;
  width: 64px;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  position: relative;
  z-index: 20px;
}
/* line 175, ../scss/templates/_page.scss */
#mosaic-filters #mosaic-filter-trigger {
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  text-align: center;
  line-height: 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  background-color: white;
  height: 40px;
  line-height: 40px;
  display: block;
  z-index: 12;
}
/* line 191, ../scss/templates/_page.scss */
#mosaic-filters .mosaic-filters-wrap {
  opacity: 0;
  display: none;
  background-color: white;
  color: black;
  width: 240px;
  float: right;
  padding: 28px 33px 2px;
}
/* line 201, ../scss/templates/_page.scss */
#mosaic-filters h5 {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.05;
  margin: 0 0 4px;
}
/* line 208, ../scss/templates/_page.scss */
#mosaic-filters .filter-all {
  display: block;
  margin-bottom: 15px;
}
/* line 213, ../scss/templates/_page.scss */
#mosaic-filters ul, #mosaic-filters .filter-all {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 217, ../scss/templates/_page.scss */
#mosaic-filters li, #mosaic-filters .filter-all {
  cursor: pointer;
  line-height: 1.05;
}
/* line 222, ../scss/templates/_page.scss */
#mosaic-filters ul {
  margin: 0;
  padding: 0 0 18px;
  list-style-type: none;
}
/* line 229, ../scss/templates/_page.scss */
#mosaic-filters li ~ li {
  margin-top: 4px;
}
/* line 234, ../scss/templates/_page.scss */
#mosaic-filters .is-on {
  position: relative;
}
/* line 236, ../scss/templates/_page.scss */
#mosaic-filters .is-on:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -2px;
  background-color: black;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 250, ../scss/templates/_page.scss */
#mosaic-mask {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 256, ../scss/templates/_page.scss */
#mosaic-mask img {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
}

@media (min-width: 960px) {
  /* line 272, ../scss/templates/_page.scss */
  #mosaic-grid .mosaic-grid-day {
    width: 4.25%;
    float: left;
    clear: none;
    overflow: visible;
    position: relative;
  }
  /* line 278, ../scss/templates/_page.scss */
  #mosaic-grid .mosaic-grid-day > span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  /* line 283, ../scss/templates/_page.scss */
  #mosaic-grid .mosaic-grid-day > span.is-location {
    margin: 0;
    border: 1px solid white;
    padding: 0 3px;
    position: absolute;
    float: none;
    top: 0;
    white-space: nowrap;
  }
  /* line 295, ../scss/templates/_page.scss */
  #mosaic-grid .h-entry {
    float: none;
  }
}
/* =Page: 404
-------------------------------------------------------------- */
/* line 304, ../scss/templates/_page.scss */
.error404 .page-content-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 800px;
}
/* line 310, ../scss/templates/_page.scss */
.error404 .page-content-wrap h2 {
  margin-bottom: .5em;
  margin-top: 10%;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 315, ../scss/templates/_page.scss */
.error404 .page-content-wrap p {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 317, ../scss/templates/_page.scss */
.error404 .page-content-wrap p a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  background-color: white;
  color: black;
  padding: 10px 25px;
}
/* line 325, ../scss/templates/_page.scss */
.error404 .page-content-wrap p a:visited {
  color: black;
  background-color: white;
}
/* line 329, ../scss/templates/_page.scss */
.error404 .page-content-wrap p a:hover {
  color: white;
  background-color: black;
}

/* line 339, ../scss/templates/_page.scss */
.p-donate {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: white;
  list-style-type: none;
  padding: 0;
  line-height: 1.15;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  margin-top: 40px;
}
/* line 349, ../scss/templates/_page.scss */
.p-donate a {
  height: 34px;
  width: 85px;
  line-height: 34px;
  padding: 0;
  margin-bottom: .35em;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: black;
  margin-left: .2em;
}

/* Templates ---------------------- */
/* line 69, ../scss/functionality/_magnific.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 82, ../scss/functionality/_magnific.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 94, ../scss/functionality/_magnific.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 108, ../scss/functionality/_magnific.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 116, ../scss/functionality/_magnific.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 121, ../scss/functionality/_magnific.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

/* line 130, ../scss/functionality/_magnific.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 140, ../scss/functionality/_magnific.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 145, ../scss/functionality/_magnific.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 151, ../scss/functionality/_magnific.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 158, ../scss/functionality/_magnific.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 165, ../scss/functionality/_magnific.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 170, ../scss/functionality/_magnific.scss */
.mfp-hide {
  display: none !important;
}

/* overlay at start */
/* line 179, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
/* line 184, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 188, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 193, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* content animate it */
/* line 198, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 202, ../scss/functionality/_magnific.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* line 211, ../scss/functionality/_magnific.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

/* line 222, ../scss/functionality/_magnific.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 225, ../scss/functionality/_magnific.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 230, ../scss/functionality/_magnific.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 235, ../scss/functionality/_magnific.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 241, ../scss/functionality/_magnific.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

/* line 251, ../scss/functionality/_magnific.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 257, ../scss/functionality/_magnific.scss */
.mfp-close {
  position: absolute;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: white;
  cursor: pointer;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  background-color: black;
  color: white;
  font-size: 38px;
  font-size: 2.375rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  right: 0;
}
/* line 285, ../scss/functionality/_magnific.scss */
.mfp-close a {
  color: white;
}
@media (min-width: 935px) {
  /* line 257, ../scss/functionality/_magnific.scss */
  .mfp-close {
    right: -30px;
  }
}

/* line 316, ../scss/functionality/_magnific.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 327, ../scss/functionality/_magnific.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 338, ../scss/functionality/_magnific.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 342, ../scss/functionality/_magnific.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 351, ../scss/functionality/_magnific.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
/* line 365, ../scss/functionality/_magnific.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 373, ../scss/functionality/_magnific.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 380, ../scss/functionality/_magnific.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 384, ../scss/functionality/_magnific.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 389, ../scss/functionality/_magnific.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 395, ../scss/functionality/_magnific.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 398, ../scss/functionality/_magnific.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 403, ../scss/functionality/_magnific.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 413, ../scss/functionality/_magnific.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 417, ../scss/functionality/_magnific.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 422, ../scss/functionality/_magnific.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 428, ../scss/functionality/_magnific.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 447, ../scss/functionality/_magnific.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 461, ../scss/functionality/_magnific.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 475, ../scss/functionality/_magnific.scss */
.mfp-figure {
  line-height: 0;
}

/* line 478, ../scss/functionality/_magnific.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 486, ../scss/functionality/_magnific.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

/* line 494, ../scss/functionality/_magnific.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 500, ../scss/functionality/_magnific.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 504, ../scss/functionality/_magnific.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 515, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 519, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  /* line 523, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 528, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 539, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 542, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 546, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0;
  }

  /* line 557, ../scss/functionality/_magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 567, ../scss/functionality/_magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 571, ../scss/functionality/_magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 575, ../scss/functionality/_magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 579, ../scss/functionality/_magnific.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Misc ---------------------- */
/* line 6, ../scss/fallbacks/_no-js.scss */
.no-js nav#nav-below {
  display: block;
}
/* line 11, ../scss/fallbacks/_no-js.scss */
.no-js #mobile-header {
  display: none;
}
/* line 17, ../scss/fallbacks/_no-js.scss */
.no-js #ajax-post .h-entry,
.no-js #ajax-post .h-participant {
  margin-bottom: 3px;
}
/* line 22, ../scss/fallbacks/_no-js.scss */
.no-js h1.h-card {
  margin-top: 0;
}
/* line 27, ../scss/fallbacks/_no-js.scss */
.no-js section[role="complementary"] {
  padding: 1.5em 1em;
  background-color: #393939;
  margin-bottom: 1em;
}
@media (min-width: 900px) {
  /* line 27, ../scss/fallbacks/_no-js.scss */
  .no-js section[role="complementary"] {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
  }
}
/* line 38, ../scss/fallbacks/_no-js.scss */
.no-js #nav-menu {
  padding: 0;
  border-right: 0;
  width: 100%;
  height: auto;
  position: static;
}
/* line 44, ../scss/fallbacks/_no-js.scss */
.no-js #nav-menu .m-social-follow {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  /* line 38, ../scss/fallbacks/_no-js.scss */
  .no-js #nav-menu {
    position: absolute;
    top: 0;
    width: 122px;
  }
}
/* line 54, ../scss/fallbacks/_no-js.scss */
.no-js .admin-bar #nav-menu {
  top: 0;
}
/* line 58, ../scss/fallbacks/_no-js.scss */
.no-js span.nav-trigger {
  display: none;
}
/* line 62, ../scss/fallbacks/_no-js.scss */
.no-js #nav .sub-menu {
  position: static;
  height: auto;
  margin-top: .5em;
  opacity: 1;
}
@media (min-width: 900px) {
  /* line 62, ../scss/fallbacks/_no-js.scss */
  .no-js #nav .sub-menu {
    margin-top: 0;
  }
}
/* line 70, ../scss/fallbacks/_no-js.scss */
.no-js #nav .sub-menu li {
  margin-bottom: 0;
  display: inline-block;
}
/* line 74, ../scss/fallbacks/_no-js.scss */
.no-js #nav .sub-menu a {
  padding: .25em .5em;
}
@media (min-width: 900px) {
  /* line 74, ../scss/fallbacks/_no-js.scss */
  .no-js #nav .sub-menu a {
    padding: 0;
    color: white;
  }
  /* line 79, ../scss/fallbacks/_no-js.scss */
  .no-js #nav .sub-menu a:visited {
    color: white;
  }
  /* line 82, ../scss/fallbacks/_no-js.scss */
  .no-js #nav .sub-menu a:hover {
    color: #797979;
  }
}
/* line 90, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator {
  padding: 18px 1em 5px;
  background: #393939;
  margin: -2em auto 2.5em;
  height: auto;
}
@media (min-width: 600px) {
  /* line 90, ../scss/fallbacks/_no-js.scss */
  .no-js #m-location-indicator {
    margin-top: -2%;
  }
}
/* line 99, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator div.l-day {
  margin-right: -4px;
  margin-bottom: 1.25em;
  width: 4%;
  position: relative;
}
/* line 104, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator div.l-day.has-event {
  width: 25%;
}
/* line 107, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator div.l-day.is-past {
  border-color: white;
}
/* line 109, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator div.l-day.is-past:before {
  background-color: white;
}
/* line 113, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator div.l-day.is-last-event {
  border-color: transparent;
}
/* line 118, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator .has-event:before {
  background-color: #777777;
}
/* line 121, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator .has-event:after {
  background-color: #393939;
}
/* line 126, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator .is-current:before {
  background-color: white;
}
/* line 130, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator .p-location {
  margin-top: .75em;
  overflow: visible;
  position: static;
}
/* line 135, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator #is-location-now {
  position: static;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  width: 100%;
}
/* line 142, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator #train {
  white-space: normal;
  width: auto;
  border-left: 0;
  padding-left: 0;
  position: static;
  height: auto;
}
/* line 149, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator #train:before {
  content: none;
}
/* line 153, ../scss/fallbacks/_no-js.scss */
.no-js #m-location-indicator #tracks {
  display: none;
}
/* line 161, ../scss/fallbacks/_no-js.scss */
.no-js #swipe-slider-nav .gallery-nav-prev,
.no-js #swipe-slider-nav .gallery-nav-next {
  display: none;
}
/* line 165, ../scss/fallbacks/_no-js.scss */
.no-js .swipe-slider {
  visibility: visible;
  position: relative;
  text-align: center;
}
/* line 170, ../scss/fallbacks/_no-js.scss */
.no-js .swipe-slide {
  float: none;
}
/* line 172, ../scss/fallbacks/_no-js.scss */
.no-js .swipe-slide ~ .swipe-slide {
  margin-top: 1em;
}

/* =Boxsizing
 * Special message and box so won't have broken site
-------------------------------------------------------------- */
/* line 8, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing body {
  min-width: 240px;
}
/* line 9, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #nav-wrap {
  display: none;
}
/* line 12, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers {
  display: block;
  margin: 10% auto;
  padding: 0 20px;
}
/* line 17, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers img {
  max-width: 530px;
  display: block;
  margin: 0 auto 1em;
}
/* line 24, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers div {
  max-width: 545px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 6px;
  background-color: white;
  color: black;
}
/* line 31, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers div > * {
  padding: 0 20px;
}
/* line 34, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers div h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: .5em;
  border-bottom: 0;
  text-transform: none;
}
/* line 41, ../scss/fallbacks/_modernizr.scss */
.no-boxsizing #old-browsers div p {
  font-size: 16px;
  font-size: 1rem;
}

/* =Opacity
-------------------------------------------------------------- */
/* line 55, ../scss/fallbacks/_modernizr.scss */
.no-opacity .desktop #nav li.is-visible .sub-menu,
.no-opacity .no-mediaqueries #nav li.is-visible .sub-menu {
  display: block;
}
/* line 59, ../scss/fallbacks/_modernizr.scss */
.no-opacity .desktop #nav .sub-menu,
.no-opacity .no-mediaqueries #nav .sub-menu {
  display: none;
}

/* =CSS Transitions & 3d Transforms
-------------------------------------------------------------- */
/* line 73, ../scss/fallbacks/_modernizr.scss */
.no-csstransitions #nav-wrap.is-open,
.no-csstransforms3d #nav-wrap.is-open {
  left: 0;
}

/* =Media Queries
-------------------------------------------------------------- */
/* line 82, ../scss/fallbacks/_modernizr.scss */
.no-mediaqueries {
  min-width: 960px;
}
/* line 89, ../scss/fallbacks/_modernizr.scss */
.no-mediaqueries #mosaic-grid .mosaic-grid-day {
  width: 4.25%;
  float: left;
  clear: none;
  overflow: visible;
  position: relative;
}
/* line 95, ../scss/fallbacks/_modernizr.scss */
.no-mediaqueries #mosaic-grid .mosaic-grid-day > span {
  border-bottom: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-top: 20px;
}
/* line 100, ../scss/fallbacks/_modernizr.scss */
.no-mediaqueries #mosaic-grid .mosaic-grid-day > span.is-location {
  margin: 0;
  border: 1px solid white;
  padding: 0 3px;
  position: absolute;
  float: none;
  top: 0;
  white-space: nowrap;
}
/* line 112, ../scss/fallbacks/_modernizr.scss */
.no-mediaqueries #mosaic-grid .h-entry {
  float: none;
}

/* line 4, ../scss/core/_helper-class.scss */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* line 14, ../scss/core/_helper-class.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 21, ../scss/core/_helper-class.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 36, ../scss/core/_helper-class.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 47, ../scss/core/_helper-class.scss */
.invisible {
  visibility: hidden;
}

/* line 54, ../scss/core/_helper-class.scss */
.group:before,
.group:after {
  content: "";
  display: table;
}

/* line 58, ../scss/core/_helper-class.scss */
.group:after {
  clear: both;
}

/* line 61, ../scss/core/_helper-class.scss */
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* line 9, ../scss/fallbacks/_xbrowser.scss */
.tablet .blog #infscr-loading,
.tablet .archive #infscr-loading,
.tablet .search #infscr-loading {
  bottom: 160px;
}

/* line 19, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav a:hover {
  color: white;
}
/* line 24, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav li.is-parent > a {
  color: white;
}
/* line 26, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav li.is-parent > a:hover {
  color: white;
}
/* line 28, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav li.is-parent > a:hover:after {
  color: white;
}
/* line 35, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav li.is-parent.is-visible > a {
  color: #797979;
}
/* line 37, ../scss/fallbacks/_xbrowser.scss */
.is-touch-device #nav li.is-parent.is-visible > a:after {
  color: #797979;
}

/* line 50, ../scss/fallbacks/_xbrowser.scss */
.mobile #m-location-indicator .l-day.at-minneapolis {
  width: 40%;
}
@media (min-width: 550px) {
  /* line 50, ../scss/fallbacks/_xbrowser.scss */
  .mobile #m-location-indicator .l-day.at-minneapolis {
    width: 22%;
  }
}

/* line 67, ../scss/fallbacks/_xbrowser.scss */
.gecko .h-entry.blurb .p-summary,
.ie .h-entry.blurb .p-summary {
  max-height: 272px;
  min-height: 272px;
}
/* line 70, ../scss/fallbacks/_xbrowser.scss */
.gecko .h-entry.blurb .p-summary a:after,
.ie .h-entry.blurb .p-summary a:after {
  height: 28px;
}
/* line 73, ../scss/fallbacks/_xbrowser.scss */
.gecko .h-entry.blurb .p-summary a,
.ie .h-entry.blurb .p-summary a {
  max-height: 272px;
  min-height: 272px;
}
@media (min-width: 768px) {
  /* line 89, ../scss/fallbacks/_xbrowser.scss */
  .gecko.blog #ajax-post #nav-below .prev-nav a.active .is-pag-full, .gecko.archive #ajax-post #nav-below .prev-nav a.active .is-pag-full, .gecko.search #ajax-post #nav-below .prev-nav a.active .is-pag-full,
  .ie.blog #ajax-post #nav-below .prev-nav a.active .is-pag-full,
  .ie.archive #ajax-post #nav-below .prev-nav a.active .is-pag-full,
  .ie.search #ajax-post #nav-below .prev-nav a.active .is-pag-full {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

/* line 104, ../scss/fallbacks/_xbrowser.scss */
.ie #nav .sub-menu {
  top: 2px;
}
/* line 109, ../scss/fallbacks/_xbrowser.scss */
.ie .mfp-close {
  line-height: 27px;
}

/* line 115, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 {
  overflow-x: auto;
}
/* line 119, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 body {
  overflow-x: auto;
}
/* line 126, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #ajax-post .h-entry .post-participants,
.lt-ie9 #ajax-post .h-participant .post-participants {
  padding-left: 90px;
}
/* line 129, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #ajax-post .h-entry ul.p-adr,
.lt-ie9 #ajax-post .h-participant ul.p-adr {
  padding-left: 78px;
}
/* line 132, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #ajax-post .h-entry .p-categories,
.lt-ie9 #ajax-post .h-participant .p-categories {
  padding-left: 60px;
}
/* line 135, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #ajax-post .h-entry .p-tags,
.lt-ie9 #ajax-post .h-participant .p-tags {
  padding-left: 45px;
}
/* line 143, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #nav ol > li > a {
  padding: 8px 0 !important;
}
/* line 149, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #nav li.is-parent > a:after {
  top: 4px;
}
/* line 154, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #nav .sub-menu {
  left: 128px;
}
/* line 162, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #m-location-indicator .has-event:before {
  z-index: -1;
}
/* line 165, ../scss/fallbacks/_xbrowser.scss */
.lt-ie9 #m-location-indicator .has-event:after {
  content: none;
}

/* Media Queries ---------------------- */
@media print {
  /* line 3, ../scss/mq/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 4, ../scss/mq/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 5, ../scss/mq/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 6, ../scss/mq/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 7, ../scss/mq/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 8, ../scss/mq/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 9, ../scss/mq/_print.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 10, ../scss/mq/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 11, ../scss/mq/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 13, ../scss/mq/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 14, ../scss/mq/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
