@charset "UTF-8";
/**
 * Forms
 */
/**
 * Icons
 */
/**
 * Typography
 */
/** HEADERS */
/** SIZE VARIANTS */
/** ELEMENTS */
/**
 * Spektrix
 */
/**
 * Icons
 */
/**
 * Navigation
 */
/**
 * Links
 */
/**
 * Buttons
 */
/**
 * List elements
 */
/**
 * SVG graphics
 */
@import url(../../node_modules/animate.css/animate.min.css);
@import url(../../node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css);
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
/**
 * Blocks
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 0;
}

/* line 93, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container, .listing-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .listing-content:before, .container:after, .listing-content:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after, .listing-content:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .listing-content {
    width: 740px;
  }
}
@media (min-width: 1024px) {
  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .listing-content {
    width: 1008px;
  }
}
@media (min-width: 1400px) {
  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .listing-content {
    width: 1356px;
  }
}

/* line 30, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  /* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 0;
}

/* line 224, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 79, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
/* line 340, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

/* line 79, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}
/* line 366, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  /* line 603, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse, #menu-modal .modal-body .submenu {
  display: none;
}
/* line 21, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in, #menu-modal .modal-body .in.submenu {
  display: block;
}

/* line 26, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in, #menu-modal .modal-body tr.in.submenu {
  display: table-row;
}

/* line 28, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in, #menu-modal .modal-body tbody.in.submenu {
  display: table-row-group;
}

/* line 30, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 9, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse, #menu-modal .modal-body .navbar-collapse.submenu {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header, .listing-content > .navbar-header,
.container > .navbar-collapse,
.listing-content > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  /* line 108, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header, .listing-content > .navbar-header,
  .container > .navbar-collapse,
  .listing-content > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 12px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .listing-content .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}

/* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -12px;
}
/* line 235, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  /* line 386, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive, .article-content .video-embed,
.article-content .embed-container, .article-content .map-embed, .modal-open .modal-video.in .modal-dialog .modal-body .video-source {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item, .article-content .video-embed .embed-responsive-item,
.article-content .embed-container .embed-responsive-item, .article-content .map-embed .embed-responsive-item, .modal-open .modal-video.in .modal-dialog .modal-body .video-source .embed-responsive-item, .article-content .video-embed iframe,
.article-content .embed-container iframe, .article-content .map-embed iframe, .embed-responsive .modal-open .modal-video.in .modal-dialog .modal-body iframe, .modal-open .modal-video.in .modal-dialog .modal-body .embed-responsive iframe, .article-content .video-embed .modal-open .modal-video.in .modal-dialog .modal-body iframe, .modal-open .modal-video.in .modal-dialog .modal-body .article-content .video-embed iframe,
.article-content .embed-container .modal-open .modal-video.in .modal-dialog .modal-body iframe,
.modal-open .modal-video.in .modal-dialog .modal-body .article-content .embed-container iframe, .article-content .map-embed .modal-open .modal-video.in .modal-dialog .modal-body iframe, .modal-open .modal-video.in .modal-dialog .modal-body .article-content .map-embed iframe, .modal-open .modal-video.in .modal-dialog .modal-body .video-source iframe,
.embed-responsive iframe,
.article-content .video-embed iframe,
.article-content .embed-container iframe,
.article-content .map-embed iframe,
.modal-open .modal-video.in .modal-dialog .modal-body .video-source iframe,
.embed-responsive embed,
.article-content .video-embed embed,
.article-content .embed-container embed,
.article-content .map-embed embed,
.modal-open .modal-video.in .modal-dialog .modal-body .video-source embed,
.embed-responsive object,
.article-content .video-embed object,
.article-content .embed-container object,
.article-content .map-embed object,
.modal-open .modal-video.in .modal-dialog .modal-body .video-source object,
.embed-responsive video,
.article-content .video-embed video,
.article-content .embed-container video,
.article-content .map-embed video,
.modal-open .modal-video.in .modal-dialog .modal-body .video-source video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9, .article-content .video-embed,
.article-content .embed-container, .article-content .map-embed, .modal-open .modal-video.in .modal-dialog .modal-body .video-source {
  padding-bottom: 56.25%;
}

/* line 33, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 6, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 79, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  /* line 149, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 73, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 78, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 83, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  /* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  /* line 92, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  /* line 97, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  /* line 102, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  /* line 111, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  /* line 116, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  /* line 121, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'richmix';
  src: url("../icons/fontello/font/richmix.eot?42447205");
  src: url("../icons/fontello/font/richmix.eot?42447205#iefix") format("embedded-opentype"), url("../icons/fontello/font/richmix.woff2?42447205") format("woff2"), url("../icons/fontello/font/richmix.woff?42447205") format("woff"), url("../icons/fontello/font/richmix.ttf?42447205") format("truetype"), url("../icons/fontello/font/richmix.svg?42447205#richmix") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'richmix';
    src: url('../font/richmix.svg?42447205#richmix') format('svg');
  }
}
*/
/* line 23, ../sass/vendor/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "richmix";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 57, ../sass/vendor/_fontello.scss */
.icon-fill-asterisk:before {
  content: '\e800';
}

/* '' */
/* line 58, ../sass/vendor/_fontello.scss */
.icon-f-sqaure:before {
  content: '\e801';
}

/* '' */
/* line 59, ../sass/vendor/_fontello.scss */
.icon-fill-checkbox:before {
  content: '\e804';
}

/* '' */
/* line 60, ../sass/vendor/_fontello.scss */
.icon-fill-circle-for-rating:before {
  content: '\e805';
}

/* '' */
/* line 61, ../sass/vendor/_fontello.scss */
.icon-fill-basket:before {
  content: '\e806';
}

/* '' */
/* line 62, ../sass/vendor/_fontello.scss */
.icon-fill-circleprofile:before {
  content: '\e807';
}

/* '' */
/* line 63, ../sass/vendor/_fontello.scss */
.icon-fill-circle:before {
  content: '\e808';
}

/* '' */
/* line 64, ../sass/vendor/_fontello.scss */
.icon-fill-datepick:before {
  content: '\e809';
}

/* '' */
/* line 65, ../sass/vendor/_fontello.scss */
.icon-fill-door:before {
  content: '\e80a';
}

/* '' */
/* line 66, ../sass/vendor/_fontello.scss */
.icon-fill-down-arrow:before {
  content: '\e80b';
}

/* '' */
/* line 67, ../sass/vendor/_fontello.scss */
.icon-fill-facebook:before {
  content: '\e80c';
}

/* '' */
/* line 68, ../sass/vendor/_fontello.scss */
.icon-fill-oneperson:before {
  content: '\e80d';
}

/* '' */
/* line 69, ../sass/vendor/_fontello.scss */
.icon-fill-line:before {
  content: '\e80e';
}

/* '' */
/* line 70, ../sass/vendor/_fontello.scss */
.icon-fill-insta:before {
  content: '\e80f';
}

/* '' */
/* line 71, ../sass/vendor/_fontello.scss */
.icon-fill-messyunderline:before {
  content: '\e810';
}

/* '' */
/* line 72, ../sass/vendor/_fontello.scss */
.icon-fill-left-arrow:before {
  content: '\e811';
}

/* '' */
/* line 73, ../sass/vendor/_fontello.scss */
.icon-fill-pdf:before {
  content: '\e812';
}

/* '' */
/* line 74, ../sass/vendor/_fontello.scss */
.icon-fill-phone:before {
  content: '\e813';
}

/* '' */
/* line 75, ../sass/vendor/_fontello.scss */
.icon-fill-profile:before {
  content: '\e814';
}

/* '' */
/* line 76, ../sass/vendor/_fontello.scss */
.icon-fill-short-slash:before {
  content: '\e815';
}

/* '' */
/* line 77, ../sass/vendor/_fontello.scss */
.icon-fill-right-arrow:before {
  content: '\e816';
}

/* '' */
/* line 78, ../sass/vendor/_fontello.scss */
.icon-fill-star3:before {
  content: '\e817';
}

/* '' */
/* line 79, ../sass/vendor/_fontello.scss */
.icon-fill-slash:before {
  content: '\e818';
}

/* '' */
/* line 80, ../sass/vendor/_fontello.scss */
.icon-fill-star5:before {
  content: '\e819';
}

/* '' */
/* line 81, ../sass/vendor/_fontello.scss */
.icon-fill-star4:before {
  content: '\e81a';
}

/* '' */
/* line 82, ../sass/vendor/_fontello.scss */
.icon-fill-star2:before {
  content: '\e81b';
}

/* '' */
/* line 83, ../sass/vendor/_fontello.scss */
.icon-fill-threedot:before {
  content: '\e81c';
}

/* '' */
/* line 84, ../sass/vendor/_fontello.scss */
.icon-fill-ticket:before {
  content: '\e81d';
}

/* '' */
/* line 85, ../sass/vendor/_fontello.scss */
.icon-fill-triangle-for-rating:before {
  content: '\e81e';
}

/* '' */
/* line 86, ../sass/vendor/_fontello.scss */
.icon-fill-twitter:before {
  content: '\e81f';
}

/* '' */
/* line 87, ../sass/vendor/_fontello.scss */
.icon-fill-up-arrow:before {
  content: '\e820';
}

/* '' */
/* line 88, ../sass/vendor/_fontello.scss */
.icon-fill-twopeople:before {
  content: '\e821';
}

/* '' */
/* line 89, ../sass/vendor/_fontello.scss */
.icon-fill-star1:before {
  content: '\e822';
}

/* '' */
/* line 90, ../sass/vendor/_fontello.scss */
.icon-fill-search:before {
  content: '\e823';
}

/* '' */
/* line 91, ../sass/vendor/_fontello.scss */
.icon-rm-icon---ticketmoney:before {
  content: '\e829';
}

/* '' */
/* line 92, ../sass/vendor/_fontello.scss */
.icon-rm-icon---ticket:before {
  content: '\e82a';
}

/* '' */
/* line 93, ../sass/vendor/_fontello.scss */
.icon-rm-icon---popcorn-drink:before {
  content: '\e82b';
}

/* '' */
/* line 94, ../sass/vendor/_fontello.scss */
.icon-rm-icon---mike:before {
  content: '\e82c';
}

/* '' */
/* line 95, ../sass/vendor/_fontello.scss */
.icon-rm-icon---film:before {
  content: '\e82d';
}

/* '' */
/* line 96, ../sass/vendor/_fontello.scss */
.icon-rm-icon---money:before {
  content: '\e82e';
}

/* '' */
/* line 97, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-free-ticket:before {
  content: '\e831';
}

/* '' */
/* line 98, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-family:before {
  content: '\e832';
}

/* '' */
/* line 99, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-gift:before {
  content: '\e833';
}

/* '' */
/* line 100, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-paintbrush6:before {
  content: '\e834';
}

/* '' */
/* line 101, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-resident:before {
  content: '\e835';
}

/* '' */
/* line 102, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-percent:before {
  content: '\e836';
}

/* '' */
/* line 103, ../sass/vendor/_fontello.scss */
.icon-rich-mix_-icons-people:before {
  content: '\e837';
}

/* '' */
/* line 104, ../sass/vendor/_fontello.scss */
.icon-fill-envelope-share:before {
  content: '\e846';
}

/* '' */
/* line 27, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 32, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 36, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
/* line 41, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
/* line 47, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 58, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 68, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 73, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}
/* line 77, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/* line 81, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 88, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 93, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 97, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 101, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 110, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 121, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 126, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 132, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 136, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
/* line 146, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 150, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 154, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 159, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
/* line 164, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 171, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
/* line 178, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 187, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 192, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 196, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 206, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/* line 209, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
/* line 213, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 217, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
/* line 221, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 226, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 230, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 235, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 240, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 256, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 264, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 268, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 276, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 283, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 290, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 295, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 306, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 319, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 326, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 335, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 340, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 347, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 354, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 360, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 364, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 369, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 374, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 380, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 384, ../../node_modules/bootstrap-select/sass/bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel, .page-template-whats-on-overview .listing-content .months {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 12, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-stage, .page-template-whats-on-overview .listing-content .months .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 19, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-stage:after, .page-template-whats-on-overview .listing-content .months .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 28, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-stage-outer, .page-template-whats-on-overview .listing-content .months .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 35, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-wrapper, .page-template-whats-on-overview .listing-content .months .owl-wrapper,
.owl-carousel .owl-item,
.page-template-whats-on-overview .listing-content .months .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 45, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-item, .page-template-whats-on-overview .listing-content .months .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 53, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-item img, .page-template-whats-on-overview .listing-content .months .owl-item img {
  display: block;
  width: 100%;
}
/* line 58, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-nav.disabled, .page-template-whats-on-overview .listing-content .months .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.page-template-whats-on-overview .listing-content .months .owl-dots.disabled {
  display: none;
}
/* line 63, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-nav .owl-prev, .page-template-whats-on-overview .listing-content .months .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.page-template-whats-on-overview .listing-content .months .owl-nav .owl-next,
.owl-carousel .owl-dot,
.page-template-whats-on-overview .listing-content .months .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 74, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel .owl-nav button.owl-prev, .page-template-whats-on-overview .listing-content .months .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.page-template-whats-on-overview .listing-content .months .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.page-template-whats-on-overview .listing-content .months button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 84, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-loaded, .page-template-whats-on-overview .listing-content .owl-loaded.months {
  display: block;
}
/* line 88, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-loading, .page-template-whats-on-overview .listing-content .owl-loading.months {
  opacity: 0;
  display: block;
}
/* line 93, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-hidden, .page-template-whats-on-overview .listing-content .owl-hidden.months {
  opacity: 0;
}
/* line 97, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-refresh .owl-item, .page-template-whats-on-overview .listing-content .owl-refresh.months .owl-item {
  visibility: hidden;
}
/* line 101, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-drag .owl-item, .page-template-whats-on-overview .listing-content .owl-drag.months .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 109, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-grab, .page-template-whats-on-overview .listing-content .owl-grab.months {
  cursor: move;
  cursor: grab;
}
/* line 114, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-rtl, .page-template-whats-on-overview .listing-content .owl-rtl.months {
  direction: rtl;
}
/* line 118, ../../node_modules/owl.carousel/src/scss/_core.scss */
.owl-carousel.owl-rtl .owl-item, .page-template-whats-on-overview .listing-content .owl-rtl.months .owl-item {
  float: right;
}

/* No Js */
/* line 124, ../../node_modules/owl.carousel/src/scss/_core.scss */
.no-js .owl-carousel, .no-js .page-template-whats-on-overview .listing-content .months, .page-template-whats-on-overview .listing-content .no-js .months {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, ../../node_modules/owl.carousel/src/scss/_animate.scss */
.owl-carousel .animated, .page-template-whats-on-overview .listing-content .months .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9, ../../node_modules/owl.carousel/src/scss/_animate.scss */
.owl-carousel .owl-animated-in, .page-template-whats-on-overview .listing-content .months .owl-animated-in {
  z-index: 0;
}
/* line 12, ../../node_modules/owl.carousel/src/scss/_animate.scss */
.owl-carousel .owl-animated-out, .page-template-whats-on-overview .listing-content .months .owl-animated-out {
  z-index: 1;
}
/* line 15, ../../node_modules/owl.carousel/src/scss/_animate.scss */
.owl-carousel .fadeOut, .page-template-whats-on-overview .listing-content .months .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, ../../node_modules/owl.carousel/src/scss/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 6, ../../node_modules/owl.carousel/src/scss/_lazyload.scss */
.owl-carousel .owl-item, .page-template-whats-on-overview .listing-content .months .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 7, ../../node_modules/owl.carousel/src/scss/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy, .page-template-whats-on-overview .listing-content .months .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 16, ../../node_modules/owl.carousel/src/scss/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .page-template-whats-on-overview .listing-content .months .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]), .page-template-whats-on-overview .listing-content .months .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 20, ../../node_modules/owl.carousel/src/scss/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy, .page-template-whats-on-overview .listing-content .months .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 8, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-wrapper, .page-template-whats-on-overview .listing-content .months .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 14, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-play-icon, .page-template-whats-on-overview .listing-content .months .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 29, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-play-icon:hover, .page-template-whats-on-overview .listing-content .months .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 33, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .page-template-whats-on-overview .listing-content .months .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.page-template-whats-on-overview .listing-content .months .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 38, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-tn, .page-template-whats-on-overview .listing-content .months .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 47, ../../node_modules/owl.carousel/src/scss/_video.scss */
.owl-carousel .owl-video-frame, .page-template-whats-on-overview .listing-content .months .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 9, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
/* line 19, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
/* line 25, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 32, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 36, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 40, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 45, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* line 58, ../../node_modules/owl.carousel/src/scss/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * 
 * General
 * 
 */
/* line 7, ../sass/parts/_general.sass */
::selection {
  background: #eb223d;
  color: #ffffff;
}

/* line 22, ../sass/parts/_general.sass */
html.lockscroll,
body.lockscroll {
  touch-action: manipulation;
  position: fixed;
  overflow: hidden;
}

/* line 28, ../sass/parts/_general.sass */
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 10, ../sass/mixins/_typography.sass */
body b, body strong, body dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
body b em, body b i, body strong em, body strong i, body dt em, body dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
body i, body em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
body i strong, body i b, body i dt, body em strong, body em b, body em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 46, ../sass/parts/_general.sass */
body.cinema-tickets .layout,
body.cinema-tickets footer, body.whoweare .layout,
body.whoweare footer {
  display: none;
}

/* line 51, ../sass/parts/_general.sass */
.fixed-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background-image: linear-gradient(to bottom, #eb223d 50%, #000000 0%);
}
/* line 58, ../sass/parts/_general.sass */
.home .fixed-background, .cinema-tickets .fixed-background, .whoweare .fixed-background {
  background: #000000;
}

/* line 63, ../sass/parts/_general.sass */
.layout {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 70, ../sass/parts/_general.sass */
.post-password-form {
  padding: 60px 0;
}
/* line 74, ../sass/parts/_general.sass */
.post-password-form input {
  height: 29px;
  padding: 0 12px;
  border: 1px solid #000000;
  color: #000000;
}
/* line 80, ../sass/parts/_general.sass */
.post-password-form input:focus {
  border: 1px solid #000000;
}
/* line 83, ../sass/parts/_general.sass */
.post-password-form input[type="submit"] {
  height: 29px;
  border: none;
  background: #eb223d;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}

/* line 92, ../sass/parts/_general.sass */
main {
  flex-grow: 1;
  background: white;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 92, ../sass/parts/_general.sass */
  main {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  /* line 92, ../sass/parts/_general.sass */
  main {
    margin-top: -65px;
  }
}

/* line 146, ../sass/parts/_general.sass */
aside::-webkit-scrollbar {
  display: none;
}

/* line 149, ../sass/parts/_general.sass */
aside::-webkit-scrollbar-thumb {
  display: none;
}

/* line 152, ../sass/parts/_general.sass */
h1 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #eb223d;
  background: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 152, ../sass/parts/_general.sass */
  h1 {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* line 152, ../sass/parts/_general.sass */
  h1 {
    font-size: 60px;
    line-height: 82px;
  }
}
/* line 79, ../sass/mixins/_typography.sass */
h1 small {
  display: none;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  h1 small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #eb223d;
  }
}

/* line 155, ../sass/parts/_general.sass */
h2 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #eb223d;
}
@media (min-width: 1024px) {
  /* line 155, ../sass/parts/_general.sass */
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
h2 a {
  color: inherit;
}

/* line 158, ../sass/parts/_general.sass */
h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}

/* line 161, ../sass/parts/_general.sass */
h4 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}
/* line 10, ../sass/mixins/_typography.sass */
h4 b, h4 strong, h4 dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
h4 b em, h4 b i, h4 strong em, h4 strong i, h4 dt em, h4 dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
h4 i, h4 em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
h4 i strong, h4 i b, h4 i dt, h4 em strong, h4 em b, h4 em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}

/* line 164, ../sass/parts/_general.sass */
hr {
  padding-bottom: 20px;
  border: none;
  background-image: url("/wp-content/themes/richmix/skin/images/divider-double.svg");
  background-repeat: no-repeat;
}
/* line 169, ../sass/parts/_general.sass */
.article-sidebar hr {
  background-image: url("/wp-content/themes/richmix/skin/images/divider-double-white.svg");
  background-repeat: no-repeat;
}

/* line 173, ../sass/parts/_general.sass */
ul, ol {
  padding-left: 0;
  list-style-position: inside;
}

/* line 177, ../sass/parts/_general.sass */
a {
  color: #000000;
  text-decoration: none;
}
/* line 181, ../sass/parts/_general.sass */
a:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  /* line 187, ../sass/parts/_general.sass */
  a:hover #arrow .arrow-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards;
    animation-delay: 0;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 187, ../sass/parts/_general.sass */
  a:hover #arrow .arrow-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 1024px) {
  /* line 190, ../sass/parts/_general.sass */
  a:hover #arrow .arrow-1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards;
    animation-delay: 300ms;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 190, ../sass/parts/_general.sass */
  a:hover #arrow .arrow-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/* line 193, ../sass/parts/_general.sass */
a:focus {
  color: inherit;
  outline: thin dotted #000000;
  outline-offset: 2px;
  text-decoration: none;
}

/* line 201, ../sass/parts/_general.sass */
img {
  max-width: 100%;
  height: auto;
}

/* line 205, ../sass/parts/_general.sass */
input, button, .form-control {
  background: none;
  border: none;
}
/* line 209, ../sass/parts/_general.sass */
input:focus, button:focus, .form-control:focus {
  outline: none;
  outline-offset: 2px;
  border: none;
  box-shadow: none;
}

/* line 216, ../sass/parts/_general.sass */
blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;
}

/* line 222, ../sass/parts/_general.sass */
cite {
  font-style: normal;
}

/* line 226, ../sass/parts/_general.sass */
.rating {
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: auto;
  padding: 20px 10px 10px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 239, ../sass/parts/_general.sass */
.rating span {
  width: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 25px;
  white-space: normal;
}
/* line 247, ../sass/parts/_general.sass */
.tease .rating span {
  line-height: 16px;
}
/* line 474, ../sass/mixins/_typography.sass */
.rating.rating-f:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 252, ../sass/parts/_general.sass */
.rating.rating-f:before {
  position: absolute;
  color: #eb223d;
  font-size: 32px;
}
/* line 258, ../sass/parts/_general.sass */
small .rating.rating-f {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-top: 10px;
}
/* line 10, ../sass/mixins/_typography.sass */
small .rating.rating-f b, small .rating.rating-f strong, small .rating.rating-f dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
small .rating.rating-f b em, small .rating.rating-f b i, small .rating.rating-f strong em, small .rating.rating-f strong i, small .rating.rating-f dt em, small .rating.rating-f dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
small .rating.rating-f i, small .rating.rating-f em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
small .rating.rating-f i strong, small .rating.rating-f i b, small .rating.rating-f i dt, small .rating.rating-f em strong, small .rating.rating-f em b, small .rating.rating-f em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 263, ../sass/parts/_general.sass */
small .rating.rating-f:before {
  font-size: 40px;
}
/* line 474, ../sass/mixins/_typography.sass */
.rating.rating-12:before, .rating.rating-12a:before, .rating.rating-15:before, .rating.rating-18:before, .rating.rating-12-live:before, .rating.rating-12a-live:before, .rating.rating-15-live:before, .rating.rating-18-live:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 275, ../sass/parts/_general.sass */
.rating.rating-12:before, .rating.rating-12a:before, .rating.rating-15:before, .rating.rating-18:before, .rating.rating-12-live:before, .rating.rating-12a-live:before, .rating.rating-15-live:before, .rating.rating-18-live:before {
  position: absolute;
  color: #eb223d;
  font-size: 32px;
}
/* line 281, ../sass/parts/_general.sass */
small .rating.rating-12, small .rating.rating-12a, small .rating.rating-15, small .rating.rating-18, small .rating.rating-12-live, small .rating.rating-12a-live, small .rating.rating-15-live, small .rating.rating-18-live {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-top: 10px;
}
/* line 10, ../sass/mixins/_typography.sass */
small .rating.rating-12 b, small .rating.rating-12 strong, small .rating.rating-12 dt, small .rating.rating-12a b, small .rating.rating-12a strong, small .rating.rating-12a dt, small .rating.rating-15 b, small .rating.rating-15 strong, small .rating.rating-15 dt, small .rating.rating-18 b, small .rating.rating-18 strong, small .rating.rating-18 dt, small .rating.rating-12-live b, small .rating.rating-12-live strong, small .rating.rating-12-live dt, small .rating.rating-12a-live b, small .rating.rating-12a-live strong, small .rating.rating-12a-live dt, small .rating.rating-15-live b, small .rating.rating-15-live strong, small .rating.rating-15-live dt, small .rating.rating-18-live b, small .rating.rating-18-live strong, small .rating.rating-18-live dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
small .rating.rating-12 b em, small .rating.rating-12 b i, small .rating.rating-12 strong em, small .rating.rating-12 strong i, small .rating.rating-12 dt em, small .rating.rating-12 dt i, small .rating.rating-12a b em, small .rating.rating-12a b i, small .rating.rating-12a strong em, small .rating.rating-12a strong i, small .rating.rating-12a dt em, small .rating.rating-12a dt i, small .rating.rating-15 b em, small .rating.rating-15 b i, small .rating.rating-15 strong em, small .rating.rating-15 strong i, small .rating.rating-15 dt em, small .rating.rating-15 dt i, small .rating.rating-18 b em, small .rating.rating-18 b i, small .rating.rating-18 strong em, small .rating.rating-18 strong i, small .rating.rating-18 dt em, small .rating.rating-18 dt i, small .rating.rating-12-live b em, small .rating.rating-12-live b i, small .rating.rating-12-live strong em, small .rating.rating-12-live strong i, small .rating.rating-12-live dt em, small .rating.rating-12-live dt i, small .rating.rating-12a-live b em, small .rating.rating-12a-live b i, small .rating.rating-12a-live strong em, small .rating.rating-12a-live strong i, small .rating.rating-12a-live dt em, small .rating.rating-12a-live dt i, small .rating.rating-15-live b em, small .rating.rating-15-live b i, small .rating.rating-15-live strong em, small .rating.rating-15-live strong i, small .rating.rating-15-live dt em, small .rating.rating-15-live dt i, small .rating.rating-18-live b em, small .rating.rating-18-live b i, small .rating.rating-18-live strong em, small .rating.rating-18-live strong i, small .rating.rating-18-live dt em, small .rating.rating-18-live dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
small .rating.rating-12 i, small .rating.rating-12 em, small .rating.rating-12a i, small .rating.rating-12a em, small .rating.rating-15 i, small .rating.rating-15 em, small .rating.rating-18 i, small .rating.rating-18 em, small .rating.rating-12-live i, small .rating.rating-12-live em, small .rating.rating-12a-live i, small .rating.rating-12a-live em, small .rating.rating-15-live i, small .rating.rating-15-live em, small .rating.rating-18-live i, small .rating.rating-18-live em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
small .rating.rating-12 i strong, small .rating.rating-12 i b, small .rating.rating-12 i dt, small .rating.rating-12 em strong, small .rating.rating-12 em b, small .rating.rating-12 em dt, small .rating.rating-12a i strong, small .rating.rating-12a i b, small .rating.rating-12a i dt, small .rating.rating-12a em strong, small .rating.rating-12a em b, small .rating.rating-12a em dt, small .rating.rating-15 i strong, small .rating.rating-15 i b, small .rating.rating-15 i dt, small .rating.rating-15 em strong, small .rating.rating-15 em b, small .rating.rating-15 em dt, small .rating.rating-18 i strong, small .rating.rating-18 i b, small .rating.rating-18 i dt, small .rating.rating-18 em strong, small .rating.rating-18 em b, small .rating.rating-18 em dt, small .rating.rating-12-live i strong, small .rating.rating-12-live i b, small .rating.rating-12-live i dt, small .rating.rating-12-live em strong, small .rating.rating-12-live em b, small .rating.rating-12-live em dt, small .rating.rating-12a-live i strong, small .rating.rating-12a-live i b, small .rating.rating-12a-live i dt, small .rating.rating-12a-live em strong, small .rating.rating-12a-live em b, small .rating.rating-12a-live em dt, small .rating.rating-15-live i strong, small .rating.rating-15-live i b, small .rating.rating-15-live i dt, small .rating.rating-15-live em strong, small .rating.rating-15-live em b, small .rating.rating-15-live em dt, small .rating.rating-18-live i strong, small .rating.rating-18-live i b, small .rating.rating-18-live i dt, small .rating.rating-18-live em strong, small .rating.rating-18-live em b, small .rating.rating-18-live em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 286, ../sass/parts/_general.sass */
small .rating.rating-12:before, small .rating.rating-12a:before, small .rating.rating-15:before, small .rating.rating-18:before, small .rating.rating-12-live:before, small .rating.rating-12a-live:before, small .rating.rating-15-live:before, small .rating.rating-18-live:before {
  font-size: 45px;
}
/* line 474, ../sass/mixins/_typography.sass */
.rating.rating-pg:before, .rating.rating-u:before, .rating.rating-tbc:before, .rating.rating-u-live:before, .rating.rating-pg-live:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 295, ../sass/parts/_general.sass */
.rating.rating-pg:before, .rating.rating-u:before, .rating.rating-tbc:before, .rating.rating-u-live:before, .rating.rating-pg-live:before {
  position: absolute;
  color: #eb223d;
  font-size: 32px;
  margin-top: -3px;
}
/* line 301, ../sass/parts/_general.sass */
small .rating.rating-pg, small .rating.rating-u, small .rating.rating-tbc, small .rating.rating-u-live, small .rating.rating-pg-live {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-top: 10px;
}
/* line 10, ../sass/mixins/_typography.sass */
small .rating.rating-pg b, small .rating.rating-pg strong, small .rating.rating-pg dt, small .rating.rating-u b, small .rating.rating-u strong, small .rating.rating-u dt, small .rating.rating-tbc b, small .rating.rating-tbc strong, small .rating.rating-tbc dt, small .rating.rating-u-live b, small .rating.rating-u-live strong, small .rating.rating-u-live dt, small .rating.rating-pg-live b, small .rating.rating-pg-live strong, small .rating.rating-pg-live dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
small .rating.rating-pg b em, small .rating.rating-pg b i, small .rating.rating-pg strong em, small .rating.rating-pg strong i, small .rating.rating-pg dt em, small .rating.rating-pg dt i, small .rating.rating-u b em, small .rating.rating-u b i, small .rating.rating-u strong em, small .rating.rating-u strong i, small .rating.rating-u dt em, small .rating.rating-u dt i, small .rating.rating-tbc b em, small .rating.rating-tbc b i, small .rating.rating-tbc strong em, small .rating.rating-tbc strong i, small .rating.rating-tbc dt em, small .rating.rating-tbc dt i, small .rating.rating-u-live b em, small .rating.rating-u-live b i, small .rating.rating-u-live strong em, small .rating.rating-u-live strong i, small .rating.rating-u-live dt em, small .rating.rating-u-live dt i, small .rating.rating-pg-live b em, small .rating.rating-pg-live b i, small .rating.rating-pg-live strong em, small .rating.rating-pg-live strong i, small .rating.rating-pg-live dt em, small .rating.rating-pg-live dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
small .rating.rating-pg i, small .rating.rating-pg em, small .rating.rating-u i, small .rating.rating-u em, small .rating.rating-tbc i, small .rating.rating-tbc em, small .rating.rating-u-live i, small .rating.rating-u-live em, small .rating.rating-pg-live i, small .rating.rating-pg-live em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
small .rating.rating-pg i strong, small .rating.rating-pg i b, small .rating.rating-pg i dt, small .rating.rating-pg em strong, small .rating.rating-pg em b, small .rating.rating-pg em dt, small .rating.rating-u i strong, small .rating.rating-u i b, small .rating.rating-u i dt, small .rating.rating-u em strong, small .rating.rating-u em b, small .rating.rating-u em dt, small .rating.rating-tbc i strong, small .rating.rating-tbc i b, small .rating.rating-tbc i dt, small .rating.rating-tbc em strong, small .rating.rating-tbc em b, small .rating.rating-tbc em dt, small .rating.rating-u-live i strong, small .rating.rating-u-live i b, small .rating.rating-u-live i dt, small .rating.rating-u-live em strong, small .rating.rating-u-live em b, small .rating.rating-u-live em dt, small .rating.rating-pg-live i strong, small .rating.rating-pg-live i b, small .rating.rating-pg-live i dt, small .rating.rating-pg-live em strong, small .rating.rating-pg-live em b, small .rating.rating-pg-live em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 306, ../sass/parts/_general.sass */
small .rating.rating-pg:before, small .rating.rating-u:before, small .rating.rating-tbc:before, small .rating.rating-u-live:before, small .rating.rating-pg-live:before {
  font-size: 48px;
  margin-top: -10px;
}

/* line 312, ../sass/parts/_general.sass */
.sold-out {
  opacity: 0.5;
  pointer-events: none;
}

/* line 318, ../sass/parts/_general.sass */
.wrap {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.wrap:before, .wrap:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.wrap:after {
  clear: both;
}
@media (min-width: 1024px) {
  /* line 318, ../sass/parts/_general.sass */
  .wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .wrap:before, .wrap:after {
    content: " ";
    display: table;
  }
  /* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .wrap:after {
    clear: both;
  }
}

/* line 325, ../sass/parts/_general.sass */
.modal {
  height: 100vh;
}

/* line 330, ../sass/parts/_general.sass */
.modal-open.whoweare {
  overflow: auto;
}

/* line 333, ../sass/parts/_general.sass */
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 336, ../sass/parts/_general.sass */
.cinema-tickets .modal-backdrop.in {
  display: none;
}

/* line 339, ../sass/parts/_general.sass */
[data-dismiss="modal"] {
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  z-index: 1;
}
/* line 22, ../sass/mixins/_svg.sass */
[data-dismiss="modal"] a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
[data-dismiss="modal"] .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 96, ../sass/mixins/_buttons.sass */
[data-dismiss="modal"] path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 96, ../sass/mixins/_buttons.sass */
  [data-dismiss="modal"] path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 100, ../sass/mixins/_buttons.sass */
[data-dismiss="modal"] .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 100, ../sass/mixins/_buttons.sass */
  [data-dismiss="modal"] .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 103, ../sass/mixins/_buttons.sass */
[data-dismiss="modal"] .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 103, ../sass/mixins/_buttons.sass */
  [data-dismiss="modal"] .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/* line 344, ../sass/parts/_general.sass */
.breadcrumbs {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  /* line 344, ../sass/parts/_general.sass */
  .breadcrumbs {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 474, ../sass/mixins/_typography.sass */
.breadcrumbs a:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 0;
  color: #eb223d;
  speak: none;
}

/* line 348, ../sass/parts/_general.sass */
.decoration {
  display: inline-flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  /* line 348, ../sass/parts/_general.sass */
  .decoration {
    display: inline-block;
  }
}
/* line 356, ../sass/parts/_general.sass */
.decoration svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

/* line 361, ../sass/parts/_general.sass */
.cookie-consent {
  color: #ffffff;
  position: absolute;
  display: none;
  top: 130px;
  z-index: 1;
  width: 100%;
}
/* line 366, ../sass/parts/_general.sass */
.cookie-consent a {
  color: #ffffff;
}
/* line 377, ../sass/parts/_general.sass */
.home .cookie-consent {
  top: 65px;
  visibility: hidden;
  -webkit-transition: all 100ms linear 3s;
  -o-transition: all 100ms linear 3s;
  transition: all 100ms linear 3s;
}
/* line 382, ../sass/parts/_general.sass */
.home .cookie-consent.slide-in {
  visibility: visible;
}
/* line 386, ../sass/parts/_general.sass */
.modal-open .cookie-consent {
  display: none !important;
}
/* line 391, ../sass/parts/_general.sass */
.cookie-consent .container, .cookie-consent .listing-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
/* line 396, ../sass/parts/_general.sass */
.cookie-consent .container .cookie-message, .cookie-consent .listing-content .cookie-message {
  position: fixed;
  top: initial;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  /* line 396, ../sass/parts/_general.sass */
  .cookie-consent .container .cookie-message, .cookie-consent .listing-content .cookie-message {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  /* line 396, ../sass/parts/_general.sass */
  .cookie-consent .container .cookie-message, .cookie-consent .listing-content .cookie-message {
    width: 30%;
  }
}
/* line 415, ../sass/parts/_general.sass */
.cookie-consent .container .cookie-message a, .cookie-consent .listing-content .cookie-message a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  display: inline-block;
}
/* line 125, ../sass/mixins/_links.sass */
.cookie-consent .container .cookie-message a .decoration, .cookie-consent .listing-content .cookie-message a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .cookie-consent .container .cookie-message a .decoration, .cookie-consent .listing-content .cookie-message a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.cookie-consent .container .cookie-message a .decoration path, .cookie-consent .listing-content .cookie-message a .decoration path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .cookie-consent .container .cookie-message a .decoration path, .cookie-consent .listing-content .cookie-message a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 420, ../sass/parts/_general.sass */
.cookie-consent .container .cookie-message a .decoration, .cookie-consent .listing-content .cookie-message a .decoration {
  max-width: 37px;
}
/* line 423, ../sass/parts/_general.sass */
.cookie-consent .container .cookie-message .dismiss-cookie-message, .cookie-consent .listing-content .cookie-message .dismiss-cookie-message {
  margin-top: 10px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
/* line 430, ../sass/parts/_general.sass */
.cookie-consent .container .cookie-message .dismiss-cookie-message .decoration, .cookie-consent .listing-content .cookie-message .dismiss-cookie-message .decoration {
  max-width: 30px;
  margin-right: 10px;
}

/* line 3, ../sass/parts/_header.sass */
.announcement-head {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
/* line 12, ../sass/parts/_header.sass */
.page .announcement-head {
  background: #ffffff;
}
/* line 15, ../sass/parts/_header.sass */
.modal-open .announcement-head {
  display: none !important;
}
/* line 18, ../sass/parts/_header.sass */
.home .announcement-head {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  /* line 3, ../sass/parts/_header.sass */
  .announcement-head {
    height: 65px;
  }
}
@media (max-width: 1023px) {
  /* line 26, ../sass/parts/_header.sass */
  .home .announcement-head {
    position: static;
  }
  /* line 30, ../sass/parts/_header.sass */
  .home .announcement-head + .cookie-consent {
    position: static;
  }
  /* line 33, ../sass/parts/_header.sass */
  .home .announcement-head + .cookie-consent .container, .home .announcement-head + .cookie-consent .listing-content {
    padding: 0;
  }
  /* line 36, ../sass/parts/_header.sass */
  .home .announcement-head + .cookie-consent .cookie-message {
    position: static;
  }
}
/* line 43, ../sass/parts/_header.sass */
.announcement-head.active {
  display: flex;
  align-items: center;
}
/* line 48, ../sass/parts/_header.sass */
.announcement-head + .cookie-consent {
  top: 100%;
}
/* line 53, ../sass/parts/_header.sass */
.announcement-head--content {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 53, ../sass/parts/_header.sass */
  .announcement-head--content {
    text-align: center;
  }
}
/* line 60, ../sass/parts/_header.sass */
.announcement-head p {
  margin: 0;
}
/* line 63, ../sass/parts/_header.sass */
.announcement-head .container, .announcement-head .listing-content {
  display: flex;
}
@media (min-width: 1024px) {
  /* line 63, ../sass/parts/_header.sass */
  .announcement-head .container, .announcement-head .listing-content {
    justify-content: center;
  }
}
/* line 69, ../sass/parts/_header.sass */
.announcement-head [data-dismiss="announcement"] {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  z-index: 1;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-left: 8px;
}
/* line 22, ../sass/mixins/_svg.sass */
.announcement-head [data-dismiss="announcement"] a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.announcement-head [data-dismiss="announcement"] .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 96, ../sass/mixins/_buttons.sass */
.announcement-head [data-dismiss="announcement"] path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 96, ../sass/mixins/_buttons.sass */
  .announcement-head [data-dismiss="announcement"] path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 100, ../sass/mixins/_buttons.sass */
.announcement-head [data-dismiss="announcement"] .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 100, ../sass/mixins/_buttons.sass */
  .announcement-head [data-dismiss="announcement"] .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 103, ../sass/mixins/_buttons.sass */
.announcement-head [data-dismiss="announcement"] .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 103, ../sass/mixins/_buttons.sass */
  .announcement-head [data-dismiss="announcement"] .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 77, ../sass/parts/_header.sass */
.announcement-head [data-dismiss="announcement"] path {
  stroke: #eb223d;
}

/**
 * Main Navigation
 */
/* line 5, ../sass/parts/_navigation.sass */
#website-navigation {
  position: relative;
  z-index: 100;
}
/* line 11, ../sass/parts/_navigation.sass */
#website-navigation.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -65px;
  z-index: 100;
}
/* line 17, ../sass/parts/_navigation.sass */
.home #website-navigation.sticky {
  top: 0;
}
/* line 20, ../sass/parts/_navigation.sass */
.cinema-tickets #website-navigation {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000;
}

/* line 27, ../sass/parts/_navigation.sass */
#navigation {
  display: flex;
  flex-direction: column;
}
/* line 31, ../sass/parts/_navigation.sass */
#navigation ul {
  padding-left: 0;
  list-style: none;
}
/* line 34, ../sass/parts/_navigation.sass */
#navigation a, #navigation button {
  color: white;
}

/* line 37, ../sass/parts/_navigation.sass */
#website-brand {
  background: #eb223d;
}
/* line 41, ../sass/parts/_navigation.sass */
.page-template-spektrix-page #website-brand, .page-template-basket #website-brand {
  background: #000000;
}
/* line 45, ../sass/parts/_navigation.sass */
.home #website-brand, .cinema-tickets #website-brand {
  display: none;
}
/* line 49, ../sass/parts/_navigation.sass */
#website-brand .container, #website-brand .listing-content {
  display: flex;
  align-items: center;
  height: 65px;
}
@media (min-width: 768px) {
  /* line 49, ../sass/parts/_navigation.sass */
  #website-brand .container, #website-brand .listing-content {
    justify-content: center;
  }
}
/* line 58, ../sass/parts/_navigation.sass */
#website-brand .container img, #website-brand .listing-content img {
  height: 44px;
}

/* line 62, ../sass/parts/_navigation.sass */
#menu-bar {
  background: #000000;
}
@media (min-width: 768px) {
  /* line 62, ../sass/parts/_navigation.sass */
  #menu-bar {
    background: rgba(0, 0, 0, 0.8);
  }
}
/* line 71, ../sass/parts/_navigation.sass */
#menu-bar .container nav, #menu-bar .listing-content nav {
  display: flex;
  align-items: center;
  height: 65px;
}
/* line 76, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 83, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu ul, #menu-bar .listing-content #booking-menu ul {
  display: flex;
  width: 100%;
}
/* line 87, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu li, #menu-bar .listing-content #booking-menu li {
  margin-right: 7px;
}
/* line 92, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu li a, #menu-bar .listing-content #booking-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  border: 1px solid #ffffff;
}
/* line 102, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu li a:hover, #menu-bar .listing-content #booking-menu li a:hover {
  background: #eb223d;
}
@media (min-width: 769px) {
  /* line 92, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu li a, #menu-bar .listing-content #booking-menu li a {
    width: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 92, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu li a, #menu-bar .listing-content #booking-menu li a {
    width: 130px;
  }
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-bar .container #booking-menu .tickets:before, #menu-bar .listing-content #booking-menu .tickets:before {
  font-family: "richmix";
  font-size: 48px;
  content: "";
  display: inline-table;
  margin-right: 0;
  color: inherit;
  speak: none;
}
@media (min-width: 769px) {
  /* line 474, ../sass/mixins/_typography.sass */
  #menu-bar .container #booking-menu .tickets:before, #menu-bar .listing-content #booking-menu .tickets:before {
    font-family: "richmix";
    font-size: 30px;
    content: "";
    display: inline-table;
    margin-right: 0;
    color: inherit;
    speak: none;
  }
}
@media (min-width: 1400px) {
  /* line 474, ../sass/mixins/_typography.sass */
  #menu-bar .container #booking-menu .tickets:before, #menu-bar .listing-content #booking-menu .tickets:before {
    font-family: "richmix";
    font-size: 48px;
    content: "";
    display: inline-table;
    margin-right: 0;
    color: inherit;
    speak: none;
  }
}
/* line 127, ../sass/parts/_navigation.sass */
.cinema-tickets #menu-bar .container #booking-menu .tickets, .cinema-tickets #menu-bar .listing-content #booking-menu .tickets {
  background: #eb223d;
}
/* line 130, ../sass/parts/_navigation.sass */
#menu-bar .container #booking-menu .hire-us, #menu-bar .listing-content #booking-menu .hire-us {
  display: none;
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-bar .container #booking-menu .hire-us:before, #menu-bar .listing-content #booking-menu .hire-us:before {
  font-family: "richmix";
  font-size: 38px;
  content: "";
  display: inline-table;
  margin-right: 0;
  color: inherit;
  speak: none;
}
@media (min-width: 769px) {
  /* line 474, ../sass/mixins/_typography.sass */
  #menu-bar .container #booking-menu .hire-us:before, #menu-bar .listing-content #booking-menu .hire-us:before {
    font-family: "richmix";
    font-size: 30px;
    content: "";
    display: inline-table;
    margin-right: 0;
    color: inherit;
    speak: none;
  }
}
@media (min-width: 1400px) {
  /* line 474, ../sass/mixins/_typography.sass */
  #menu-bar .container #booking-menu .hire-us:before, #menu-bar .listing-content #booking-menu .hire-us:before {
    font-family: "richmix";
    font-size: 48px;
    content: "";
    display: inline-table;
    margin-right: 0;
    color: inherit;
    speak: none;
  }
}
@media (min-width: 768px) {
  /* line 76, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 76, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 76, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 76, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
    float: left;
    width: 25%;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 76, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu, #menu-bar .listing-content #booking-menu {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  /* line 156, ../sass/parts/_navigation.sass */
  #menu-bar .container #booking-menu .hire-us, #menu-bar .listing-content #booking-menu .hire-us {
    display: flex;
  }
}
/* line 159, ../sass/parts/_navigation.sass */
#menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
  display: none;
}
/* line 163, ../sass/parts/_navigation.sass */
#menu-bar .container #main-menu li, #menu-bar .listing-content #main-menu li {
  padding: 0 7px;
  font-family: "ProximaNova-Semibold";
  font-size: 22px;
  line-height: 22px;
  position: relative;
}
@media (max-width: 1024px) {
  /* line 163, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu li, #menu-bar .listing-content #main-menu li {
    font-size: 25px;
    line-height: 25px;
  }
}
/* line 22, ../sass/mixins/_svg.sass */
#menu-bar .container #main-menu li a, #menu-bar .listing-content #main-menu li a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#menu-bar .container #main-menu li .decoration, #menu-bar .listing-content #main-menu li .decoration {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  /* line 163, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu li, #menu-bar .listing-content #main-menu li {
    padding: 0 20px;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 176, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu li .decoration, #menu-bar .listing-content #main-menu li .decoration {
    top: 0;
  }
}
/* line 182, ../sass/parts/_navigation.sass */
#menu-bar .container #main-menu li .decoration svg, #menu-bar .listing-content #main-menu li .decoration svg {
  display: none;
}
/* line 185, ../sass/parts/_navigation.sass */
#menu-bar .container #main-menu li .decoration path, #menu-bar .listing-content #main-menu li .decoration path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 185, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu li .decoration path, #menu-bar .listing-content #main-menu li .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 192, ../sass/parts/_navigation.sass */
#menu-bar .container #main-menu li.current-page-ancestor .decoration svg, #menu-bar .listing-content #main-menu li.current-page-ancestor .decoration svg, #menu-bar .container #main-menu li.current-menu-item .decoration svg, #menu-bar .listing-content #main-menu li.current-menu-item .decoration svg {
  display: inline-flex;
}
@media (min-width: 768px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1024px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    justify-content: flex-start;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    float: left;
    width: 58.33333%;
  }
}

@media (min-width: 1400px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    justify-content: center;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 1400px) and (-ms-high-contrast: none) {
  /* line 159, ../sass/parts/_navigation.sass */
  #menu-bar .container #main-menu, #menu-bar .listing-content #main-menu {
    width: 40%;
  }
}

/* line 213, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: flex-end;
}
/* line 219, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu > div, #menu-bar .listing-content #search-menu > div {
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 219, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu > div, #menu-bar .listing-content #search-menu > div {
    width: 100%;
  }
}
/* line 226, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu form, #menu-bar .listing-content #search-menu form {
  display: none;
}
/* line 229, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu [data-dismiss], #menu-bar .listing-content #search-menu [data-dismiss] {
  display: none;
}
@media (max-width: 767px) {
  /* line 232, ../sass/parts/_navigation.sass */
  .cinema-tickets #menu-bar .container #search-menu [data-dismiss], .cinema-tickets #menu-bar .listing-content #search-menu [data-dismiss] {
    display: block;
  }
}
/* line 236, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu .toggle-navigation, #menu-bar .listing-content #search-menu .toggle-navigation {
  position: relative;
  width: 50px;
  height: 25px;
}
/* line 22, ../sass/mixins/_svg.sass */
#menu-bar .container #search-menu .toggle-navigation a, #menu-bar .listing-content #search-menu .toggle-navigation a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#menu-bar .container #search-menu .toggle-navigation .decoration, #menu-bar .listing-content #search-menu .toggle-navigation .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 241, ../sass/parts/_navigation.sass */
  .cinema-tickets #menu-bar .container #search-menu .toggle-navigation, .cinema-tickets #menu-bar .listing-content #search-menu .toggle-navigation {
    display: none;
  }
}
/* line 245, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu .toggle-navigation path, #menu-bar .listing-content #search-menu .toggle-navigation path {
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 245, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu .toggle-navigation path, #menu-bar .listing-content #search-menu .toggle-navigation path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 248, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu .toggle-navigation .hamburger-menu-1, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 248, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu .toggle-navigation .hamburger-menu-1, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 251, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu .toggle-navigation .hamburger-menu-2, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 251, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu .toggle-navigation .hamburger-menu-2, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 254, ../sass/parts/_navigation.sass */
#menu-bar .container #search-menu .toggle-navigation .hamburger-menu-3, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-3 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 254, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu .toggle-navigation .hamburger-menu-3, #menu-bar .listing-content #search-menu .toggle-navigation .hamburger-menu-3 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    float: left;
    width: 16.66667%;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  /* line 269, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form, #menu-bar .listing-content #search-menu form {
    display: inline-block;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 269, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form, #menu-bar .listing-content #search-menu form {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  /* line 276, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form span, #menu-bar .listing-content #search-menu form span {
    font-size: 24px;
  }
  /* line 279, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form .input-group, #menu-bar .listing-content #search-menu form .input-group {
    background-image: url("/wp-content/themes/richmix/skin/images/footer-divider.svg");
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: left 20px;
  }
  /* line 280, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form .input-group input, #menu-bar .listing-content #search-menu form .input-group input {
    max-width: 112px;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 280, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form .input-group input, #menu-bar .listing-content #search-menu form .input-group input {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 213, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu, #menu-bar .listing-content #search-menu {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  /* line 297, ../sass/parts/_navigation.sass */
  #menu-bar .container #search-menu form .input-group input, #menu-bar .listing-content #search-menu form .input-group input {
    max-width: 160px;
  }
}
/* line 300, ../sass/parts/_navigation.sass */
#menu-bar .container ul, #menu-bar .listing-content ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
#menu-bar .container ul li, #menu-bar .listing-content ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  #menu-bar .container ul li, #menu-bar .listing-content ul li {
    display: inline;
  }
}

/** WHO WE ARE */
/* line 305, ../sass/parts/_navigation.sass */
.who-we-are {
  position: relative;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  display: inline-flex;
  margin-right: 40px;
  padding: 0 30px;
}
/* line 22, ../sass/mixins/_svg.sass */
.who-we-are a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.who-we-are .decoration {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 314, ../sass/parts/_navigation.sass */
.who-we-are a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.who-we-are a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .who-we-are a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.who-we-are a .decoration path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .who-we-are a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /* line 314, ../sass/parts/_navigation.sass */
  .who-we-are a {
    height: 60px;
  }
}
/* line 321, ../sass/parts/_navigation.sass */
.who-we-are a .decoration {
  right: -70px;
  left: initial;
}
@media all and (-ms-high-contrast: none) {
  /* line 321, ../sass/parts/_navigation.sass */
  .who-we-are a .decoration {
    position: relative;
    display: inline;
  }
}
/* line 331, ../sass/parts/_navigation.sass */
.who-we-are .decoration path {
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 331, ../sass/parts/_navigation.sass */
  .who-we-are .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** SPEKTRIX PAGES */
/* line 342, ../sass/parts/_navigation.sass */
.page-template-spektrix-page #website-brand .container, .page-template-spektrix-page #website-brand .listing-content,
.page-template-basket #website-brand .container,
.page-template-basket #website-brand .listing-content {
  position: relative;
}
/* line 345, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu,
.page-template-basket .spektrix-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 345, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu,
  .page-template-basket .spektrix-menu {
    position: absolute;
    right: 0;
  }
}
/* line 356, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .basket,
.page-template-basket .spektrix-menu .basket {
  padding-top: 4px;
  display: none;
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-spektrix-page .spektrix-menu .basket:before,
.page-template-basket .spektrix-menu .basket:before {
  font-family: "richmix";
  font-size: 35px;
  content: "";
  display: inline-table;
  margin-right: 25px;
  color: #ffffff;
  speak: none;
}
@media (min-width: 768px) {
  /* line 356, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .basket,
  .page-template-basket .spektrix-menu .basket {
    display: inline-flex;
  }
}
/* line 364, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .account,
.page-template-basket .spektrix-menu .account {
  display: none;
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-spektrix-page .spektrix-menu .account:before,
.page-template-basket .spektrix-menu .account:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 25px;
  color: #ffffff;
  speak: none;
}
/* line 368, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .account [data-logged-in-status-customer-first-name],
.page-template-spektrix-page .spektrix-menu .account [data-logged-in-status-customer-last-name],
.page-template-spektrix-page .spektrix-menu .account [data-logged-in-status-customer-email-address],
.page-template-basket .spektrix-menu .account [data-logged-in-status-customer-first-name],
.page-template-basket .spektrix-menu .account [data-logged-in-status-customer-last-name],
.page-template-basket .spektrix-menu .account [data-logged-in-status-customer-email-address] {
  display: none;
}
@media (min-width: 768px) {
  /* line 364, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .account,
  .page-template-basket .spektrix-menu .account {
    display: inline-flex;
  }
}
/* line 376, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation,
.page-template-basket .spektrix-menu .toggle-navigation {
  position: relative;
  width: 50px;
  height: 25px;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation a,
.page-template-basket .spektrix-menu .toggle-navigation a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation .decoration,
.page-template-basket .spektrix-menu .toggle-navigation .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 381, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation path,
.page-template-basket .spektrix-menu .toggle-navigation path {
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 381, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .toggle-navigation path,
  .page-template-basket .spektrix-menu .toggle-navigation path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 384, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-1,
.page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 384, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-1,
  .page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 387, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-2,
.page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 387, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-2,
  .page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 390, ../sass/parts/_navigation.sass */
.page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-3,
.page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-3 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 390, ../sass/parts/_navigation.sass */
  .page-template-spektrix-page .spektrix-menu .toggle-navigation .hamburger-menu-3,
  .page-template-basket .spektrix-menu .toggle-navigation .hamburger-menu-3 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** MODAL MENU */
/* line 397, ../sass/parts/_navigation.sass */
#menu-modal {
  flex-direction: column;
  background-color: #eb223d;
  color: #ffffff;
}
/* line 403, ../sass/parts/_navigation.sass */
#menu-modal.in {
  display: flex !important;
}
/* line 407, ../sass/parts/_navigation.sass */
#menu-modal a {
  color: #ffffff;
}
/* line 410, ../sass/parts/_navigation.sass */
#menu-modal ul {
  padding-left: 0;
  list-style: none;
}
/* line 413, ../sass/parts/_navigation.sass */
#menu-modal .dialog {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  /* line 413, ../sass/parts/_navigation.sass */
  #menu-modal .dialog {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  /* line 422, ../sass/parts/_navigation.sass */
  #menu-modal .dialog .container-fluid {
    width: 1356px;
  }
}
/* line 426, ../sass/parts/_navigation.sass */
#menu-modal .container, #menu-modal .listing-content,
#menu-modal .container-fluid {
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  /* line 426, ../sass/parts/_navigation.sass */
  #menu-modal .container, #menu-modal .listing-content,
  #menu-modal .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
  }
}
/* line 437, ../sass/parts/_navigation.sass */
#menu-modal .modal-header {
  display: flex;
  justify-content: flex-end;
  border: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 442, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .searchform {
    width: 300px;
  }
}
/* line 448, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .searchform .input-group {
  background-image: url("/wp-content/themes/richmix/skin/images/footer-divider.svg");
  background-repeat: no-repeat;
  background-size: 100% 6px;
  background-position: left 32px;
}
@media (max-width: 413px) {
  /* line 448, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .searchform .input-group {
    width: 195px;
  }
  /* line 456, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .searchform .input-group input {
    width: 175px;
  }
  /* line 459, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .searchform .input-group button {
    padding: 0;
  }
}
/* line 462, ../sass/parts/_navigation.sass */
#menu-modal .modal-header [data-dismiss] {
  min-width: 40px;
  height: 40px;
}
/* line 466, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .icon {
  padding-left: 5px;
  font-size: 36px;
}
/* line 470, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .venue-status {
  display: none;
  align-items: center;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 476, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .venue-status svg {
  height: 35px;
  margin-left: 12px;
}
@media (min-width: 1200px) {
  /* line 470, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .venue-status {
    display: flex;
    padding-right: 35px;
  }
}
/* line 484, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .account {
  display: none;
}
/* line 487, ../sass/parts/_navigation.sass */
#menu-modal .modal-header .account [data-logged-in-status-customer-last-name],
#menu-modal .modal-header .account [data-logged-in-status-customer-email-address] {
  display: none;
}
@media (min-width: 1200px) {
  /* line 484, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .account {
    display: inline-flex;
    text-transform: uppercase;
    font-family: "ProximaNova-Semibold";
    font-weight: normal;
  }
  /* line 496, ../sass/parts/_navigation.sass */
  #menu-modal .modal-header .account .basket,
  #menu-modal .modal-header .account .profile {
    display: inline-flex;
    align-items: center;
    padding-right: 35px;
  }
}
/* line 503, ../sass/parts/_navigation.sass */
#menu-modal .modal-footer {
  position: relative;
  margin: 50px 0;
  border: none;
  text-align: left;
}
@media (min-width: 1200px) {
  /* line 503, ../sass/parts/_navigation.sass */
  #menu-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100px;
    background-image: url("/wp-content/themes/richmix/skin/images/richmix-main.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
  }
}
/* line 519, ../sass/parts/_navigation.sass */
#menu-modal .modal-footer .home-link {
  display: none;
}
@media (min-width: 1200px) {
  /* line 519, ../sass/parts/_navigation.sass */
  #menu-modal .modal-footer .home-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
/* line 534, ../sass/parts/_navigation.sass */
#menu-modal .modal-body {
  padding: 0;
}
/* line 537, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul {
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  /* line 537, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul {
    border: none;
  }
  /* line 544, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul.full-menu {
    display: flex;
    justify-content: space-between;
  }
}
/* line 548, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul li {
  border-bottom: 1px solid #ffffff;
}
/* line 551, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul li .latest {
  display: block;
  margin: 0 20px;
  padding-bottom: 15px;
  background-image: url("/wp-content/themes/richmix/skin/images/divider-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 100% 23px;
}
/* line 559, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul li .latest + a {
  display: inline-block !important;
}
/* line 562, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul li .latest + a .decoration {
  display: inline-block;
  max-width: 37px;
  padding-left: 5px;
  margin-top: 2px;
}
@media all and (-ms-high-contrast: none) {
  /* line 568, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul li .latest + a .decoration svg {
    height: 15px;
  }
}
/* line 573, ../sass/parts/_navigation.sass */
#menu-modal .modal-body ul li .latest + a .decoration path {
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 573, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul li .latest + a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 1200px) {
  /* line 548, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul li {
    border: none;
    flex: 1;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
  /* line 548, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body ul li {
    flex: none;
  }
}

/* line 584, ../sass/parts/_navigation.sass */
#menu-modal .modal-body a {
  font-family: "ProximaNova-Semibold";
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 50px;
  margin: 0 20px;
}
@media (min-width: 1024px) {
  /* line 584, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body a {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  /* line 584, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body a {
    font-size: 30px;
    line-height: 30px;
  }
}
/* line 594, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .menu-item-has-children .toggle-submenu {
  margin-left: auto;
  padding-left: 20px;
  cursor: pointer;
}
/* line 486, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .menu-item-has-children .toggle-submenu:after {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 3px;
  color: inherit;
  speak: none;
}
/* line 486, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .menu-item-has-children .toggle-submenu.switch:after {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 3px;
  color: inherit;
  speak: none;
}
@media (min-width: 1200px) {
  /* line 594, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body .menu-item-has-children .toggle-submenu {
    display: none;
  }
}
/* line 606, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .submenu {
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  /* line 606, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body .submenu {
    display: block !important;
  }
}
/* line 614, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .submenu ul {
  border: none;
}
/* line 618, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .submenu ul li {
  border-bottom: none;
}
/* line 621, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .submenu a {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  line-height: 16px;
  height: 30px;
}
/* line 626, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .account-menu {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
@media (min-width: 1200px) {
  /* line 626, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body .account-menu {
    display: none;
  }
}
/* line 635, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .account-menu li {
  width: 50%;
}
/* line 638, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .account-menu li:nth-child(2n+0) {
  border-left: 1px solid #ffffff;
}
/* line 641, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .account-menu li a {
  position: relative;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 648, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .account-menu li a:before {
  margin-left: -10px;
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .account-menu li .tickets:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 5px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .account-menu li .hire-us:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 5px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .account-menu li .basket:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 5px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
#menu-modal .modal-body .account-menu li .account:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 5px;
  color: inherit;
  speak: none;
}
/* line 675, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .venue-status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 685, ../sass/parts/_navigation.sass */
#menu-modal .modal-body .venue-status svg {
  order: -1;
  height: 30px;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  /* line 675, ../sass/parts/_navigation.sass */
  #menu-modal .modal-body .venue-status {
    display: none;
  }
}

/** CINEMA TICKETS */
/* line 696, ../sass/parts/_navigation.sass */
#cinema-tickets {
  flex-direction: column;
  padding-top: 65px;
  background: #000000;
  color: #ffffff;
  z-index: 1060;
}
/* line 707, ../sass/parts/_navigation.sass */
#cinema-tickets.in {
  position: absolute !important;
  display: flex !important;
}
/* line 713, ../sass/parts/_navigation.sass */
#cinema-tickets.no-results .options {
  display: none;
}
/* line 716, ../sass/parts/_navigation.sass */
#cinema-tickets.no-results .message.no-results {
  display: flex;
}
/* line 719, ../sass/parts/_navigation.sass */
#cinema-tickets a {
  color: #ffffff;
}
/* line 722, ../sass/parts/_navigation.sass */
#cinema-tickets select {
  display: none;
}
/* line 725, ../sass/parts/_navigation.sass */
#cinema-tickets .dialog {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  /* line 725, ../sass/parts/_navigation.sass */
  #cinema-tickets .dialog {
    border-top: 1px solid #ffffff;
  }
}
/* line 733, ../sass/parts/_navigation.sass */
#cinema-tickets .clear-selection {
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
/* line 22, ../sass/mixins/_svg.sass */
#cinema-tickets .clear-selection a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#cinema-tickets .clear-selection .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 743, ../sass/parts/_navigation.sass */
#cinema-tickets .clear-selection .decoration {
  position: relative;
  width: 30px;
  height: 19px;
  padding-right: 6px;
}
/* line 749, ../sass/parts/_navigation.sass */
#cinema-tickets .clear-selection path {
  stroke: #ffffff;
  stroke-width: 6;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 749, ../sass/parts/_navigation.sass */
  #cinema-tickets .clear-selection path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 752, ../sass/parts/_navigation.sass */
#cinema-tickets .container, #cinema-tickets .listing-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 758, ../sass/parts/_navigation.sass */
#cinema-tickets .container.options, #cinema-tickets .options.listing-content {
  position: relative;
  flex-grow: 1;
}
/* line 762, ../sass/parts/_navigation.sass */
#cinema-tickets .container.options [data-dismiss], #cinema-tickets .options.listing-content [data-dismiss] {
  position: absolute;
  top: 20px;
  right: 12px;
  height: 40px;
  display: none;
}
@media (min-width: 768px) {
  /* line 762, ../sass/parts/_navigation.sass */
  #cinema-tickets .container.options [data-dismiss], #cinema-tickets .options.listing-content [data-dismiss] {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 758, ../sass/parts/_navigation.sass */
  #cinema-tickets .container.options, #cinema-tickets .options.listing-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 775, ../sass/parts/_navigation.sass */
  #cinema-tickets .wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  /* line 780, ../sass/parts/_navigation.sass */
  #cinema-tickets .films,
  #cinema-tickets .dates {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 780, ../sass/parts/_navigation.sass */
  #cinema-tickets .films,
  #cinema-tickets .dates {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 780, ../sass/parts/_navigation.sass */
  #cinema-tickets .films,
  #cinema-tickets .dates {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 780, ../sass/parts/_navigation.sass */
  #cinema-tickets .films,
  #cinema-tickets .dates {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  /* line 788, ../sass/parts/_navigation.sass */
  #cinema-tickets .films {
    margin-left: 8.33333%;
  }
}
@media (max-width: 767px) {
  /* line 793, ../sass/parts/_navigation.sass */
  .tickets-days #cinema-tickets .films {
    display: none;
  }
  /* line 796, ../sass/parts/_navigation.sass */
  #cinema-tickets .films .film-times {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  /* line 803, ../sass/parts/_navigation.sass */
  .tickets-films #cinema-tickets .dates {
    display: none;
  }
}
/* line 806, ../sass/parts/_navigation.sass */
#cinema-tickets .separator {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #878787;
}
@media (max-width: 767px) {
  /* line 816, ../sass/parts/_navigation.sass */
  .tickets-days #cinema-tickets .separator, .tickets-films #cinema-tickets .separator {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 806, ../sass/parts/_navigation.sass */
  #cinema-tickets .separator {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 806, ../sass/parts/_navigation.sass */
  #cinema-tickets .separator {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 806, ../sass/parts/_navigation.sass */
  #cinema-tickets .separator {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 806, ../sass/parts/_navigation.sass */
  #cinema-tickets .separator {
    float: left;
    width: 16.66667%;
  }
}

/* line 830, ../sass/parts/_navigation.sass */
#cinema-tickets .daily-films {
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 830, ../sass/parts/_navigation.sass */
  #cinema-tickets .daily-films {
    padding: 20px;
  }
}
/* line 839, ../sass/parts/_navigation.sass */
#cinema-tickets .daily-films .film-times {
  padding: 10px 0 0;
}
/* line 842, ../sass/parts/_navigation.sass */
#cinema-tickets .film-times {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 848, ../sass/parts/_navigation.sass */
#cinema-tickets .film-times a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: calc(50% - 12px) !important;
  margin-right: 0 !important;
  margin-bottom: 12px;
}
/* line 849, ../sass/parts/_navigation.sass */
#cinema-tickets .film-times a.dummy {
  height: 1px;
  margin-bottom: 0;
  visibility: hidden;
}
/* line 48, ../sass/mixins/_buttons.sass */
#cinema-tickets .film-times a:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
#cinema-tickets .film-times a:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  #cinema-tickets .film-times a:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 848, ../sass/parts/_navigation.sass */
  #cinema-tickets .film-times a {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
#cinema-tickets .film-times a.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 856, ../sass/parts/_navigation.sass */
#cinema-tickets .film-times a:first-child {
  margin-bottom: 12px !important;
}
@media (min-width: 1400px) {
  /* line 848, ../sass/parts/_navigation.sass */
  #cinema-tickets .film-times a {
    width: calc(33% - 12px) !important;
  }
}
/* line 879, ../sass/parts/_navigation.sass */
#cinema-tickets .disclaimer {
  display: none;
  text-align: center;
}
/* line 883, ../sass/parts/_navigation.sass */
#cinema-tickets .disclaimer a {
  position: relative;
  padding: 0;
  display: inline-block;
}
/* line 19, ../sass/mixins/_links.sass */
#cinema-tickets .disclaimer a:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
}
/* line 888, ../sass/parts/_navigation.sass */
#cinema-tickets.filtered .disclaimer {
  display: block;
}
@media (max-width: 767px) {
  /* line 892, ../sass/parts/_navigation.sass */
  #cinema-tickets.filtered .explore {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 895, ../sass/parts/_navigation.sass */
  #cinema-tickets .bootstrap-select {
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff;
  }
  /* line 901, ../sass/parts/_navigation.sass */
  #cinema-tickets .bootstrap-select .filter-option {
    border: none;
  }
  /* line 904, ../sass/parts/_navigation.sass */
  #cinema-tickets .bootstrap-select:first-child {
    margin-bottom: 0;
    border-top: 1px solid #ffffff;
  }
}
/* line 909, ../sass/parts/_navigation.sass */
#cinema-tickets .message {
  display: none;
  flex-direction: column;
  align-items: center;
}
/* line 916, ../sass/parts/_navigation.sass */
#cinema-tickets .message.active {
  display: flex;
}
/* line 919, ../sass/parts/_navigation.sass */
#cinema-tickets .message.no-results {
  flex: 1 0 auto;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  /* line 919, ../sass/parts/_navigation.sass */
  #cinema-tickets .message.no-results {
    padding-top: 150px;
  }
}
/* line 927, ../sass/parts/_navigation.sass */
#cinema-tickets .message.explore {
  padding-bottom: 30px;
  border-top: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  /* line 927, ../sass/parts/_navigation.sass */
  #cinema-tickets .message.explore {
    padding-bottom: 0;
  }
}
/* line 934, ../sass/parts/_navigation.sass */
#cinema-tickets .message.explore .container, #cinema-tickets .message.explore .listing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  /* line 934, ../sass/parts/_navigation.sass */
  #cinema-tickets .message.explore .container, #cinema-tickets .message.explore .listing-content {
    flex-direction: row;
  }
  /* line 943, ../sass/parts/_navigation.sass */
  #cinema-tickets .message.explore .container p, #cinema-tickets .message.explore .listing-content p {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
/* line 947, ../sass/parts/_navigation.sass */
#cinema-tickets .message p {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  max-width: 700px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 947, ../sass/parts/_navigation.sass */
  #cinema-tickets .message p {
    font-size: 25px;
    line-height: 25px;
  }
}
/* line 953, ../sass/parts/_navigation.sass */
#cinema-tickets .message a {
  background: transparent;
  color: #ffffff;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  max-width: 314px;
  padding: 14px 12px 12px;
  border: 1px solid #ffffff;
  text-align: center;
}

/** WHO WE ARE */
/* line 971, ../sass/parts/_navigation.sass */
#who-we-are-modal {
  position: absolute;
  bottom: initial;
  flex-direction: column;
  width: 100vw;
  height: auto;
  background: #000000;
  color: #ffffff;
  z-index: 1100;
  overflow: hidden;
}
/* line 984, ../sass/parts/_navigation.sass */
#who-we-are-modal .dialog {
  width: auto;
  margin: 0;
  background: #000000;
}
/* line 989, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 105px;
  padding: 20px;
  border: none;
  background: black;
}
/* line 1000, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-header [data-dismiss] {
  position: absolute;
  top: 35px;
  right: 20px;
  height: 40px;
}
/* line 1007, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-header .who-we-are {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  /* line 1007, ../sass/parts/_navigation.sass */
  #who-we-are-modal .modal-header .who-we-are {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
#who-we-are-modal .modal-header .who-we-are a {
  color: inherit;
}
/* line 1013, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-header .who-we-are .decoration path {
  stroke: #eb223d;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 1013, ../sass/parts/_navigation.sass */
  #who-we-are-modal .modal-header .who-we-are .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1016, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-footer {
  display: flex;
  border: none;
  margin-top: -60px;
}
/* line 1021, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-footer .who-we-are {
  display: none;
}
@media (min-width: 1024px) {
  /* line 1016, ../sass/parts/_navigation.sass */
  #who-we-are-modal .modal-footer {
    justify-content: flex-end;
  }
}
/* line 1028, ../sass/parts/_navigation.sass */
#who-we-are-modal .modal-body {
  padding: 0;
}
/* line 1031, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide {
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  height: 100vh;
  padding-top: 105px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#who-we-are-modal .slide:before, #who-we-are-modal .slide:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#who-we-are-modal .slide:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 1031, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide {
    padding-top: 140px;
  }
}
/* line 1041, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .image {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  padding: 0;
}
@media (min-width: 768px) {
  /* line 1041, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .image {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1041, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .image {
    float: left;
    width: 58.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 1041, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .image {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    padding-top: 65px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 1041, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .image {
    float: left;
    width: 58.33333%;
  }
}

/* line 1056, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .image img {
  position: absolute;
  top: 0;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  /* line 1056, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .image img {
    top: 65px;
  }
}
/* line 1064, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption {
  position: absolute;
  top: 240px;
  width: 40%;
  display: none;
}
@media (min-width: 768px) {
  /* line 1064, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .caption {
    display: block;
  }
}
@media (min-width: 1024px) {
  /* line 1064, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .caption {
    width: 100%;
  }
}
/* line 1076, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption .container, #who-we-are-modal .slide .caption .listing-content {
  display: flex;
  flex-direction: column;
}
/* line 1080, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption button {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 40px;
  color: #eb223d;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 1089, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption button span {
  position: absolute;
  top: -10px;
  left: -3px;
  color: #ffffff;
  font-size: 50px;
}
/* line 1096, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption .caption-text {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin-top: 20px;
  background: #eb223d;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 10, ../sass/mixins/_typography.sass */
#who-we-are-modal .slide .caption .caption-text b, #who-we-are-modal .slide .caption .caption-text strong, #who-we-are-modal .slide .caption .caption-text dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
#who-we-are-modal .slide .caption .caption-text b em, #who-we-are-modal .slide .caption .caption-text b i, #who-we-are-modal .slide .caption .caption-text strong em, #who-we-are-modal .slide .caption .caption-text strong i, #who-we-are-modal .slide .caption .caption-text dt em, #who-we-are-modal .slide .caption .caption-text dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
#who-we-are-modal .slide .caption .caption-text i, #who-we-are-modal .slide .caption .caption-text em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
#who-we-are-modal .slide .caption .caption-text i strong, #who-we-are-modal .slide .caption .caption-text i b, #who-we-are-modal .slide .caption .caption-text i dt, #who-we-are-modal .slide .caption .caption-text em strong, #who-we-are-modal .slide .caption .caption-text em b, #who-we-are-modal .slide .caption .caption-text em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 1096, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .caption .caption-text {
    float: left;
    width: 25%;
  }
}
/* line 1105, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .caption .caption-text span {
  display: block;
  padding: 12px 0;
}
/* line 1112, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .statement {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 20px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    left: 41.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    left: 41.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 1112, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement {
    font-size: 45px;
    line-height: 45px;
  }
}
/* line 1132, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .statement strong {
  position: relative;
}
/* line 1134, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .statement strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 20px;
  background-image: url("/wp-content/themes/richmix/skin/images/doubleunderline-white.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  /* line 1134, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .statement strong:after {
    bottom: -10px;
  }
}
/* line 1147, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .next-slide {
  position: relative;
  position: absolute;
  bottom: 20%;
  right: 12%;
}
/* line 22, ../sass/mixins/_svg.sass */
#who-we-are-modal .slide .next-slide a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#who-we-are-modal .slide .next-slide .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 1147, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .next-slide {
    bottom: 30%;
    right: 20%;
  }
}
/* line 1157, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .next-slide .decoration {
  display: none;
  width: 30px;
}
@media (min-width: 768px) {
  /* line 1157, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .next-slide .decoration {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  /* line 1157, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .next-slide .decoration {
    width: 70px;
  }
}
@media (min-width: 1400px) {
  /* line 1157, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .next-slide .decoration {
    width: 100px;
  }
}
/* line 1170, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .next-slide path {
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 1170, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .next-slide path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1177, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide.active .next-slide .decoration {
  display: flex;
}
/* line 1180, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide.active .long-arrow-down-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 1180, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide.active .long-arrow-down-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1183, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide.active .long-arrow-down-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 1183, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide.active .long-arrow-down-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1187, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  width: 66%;
  color: #ffffff;
  text-transform: none;
}
/* line 1194, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] {
  display: flex;
  margin-top: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
#who-we-are-modal .slide .further-text [data-toggle] .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  #who-we-are-modal .slide .further-text [data-toggle] .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
#who-we-are-modal .slide .further-text [data-toggle] .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  #who-we-are-modal .slide .further-text [data-toggle] .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1202, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] .decoration {
  width: 30px;
}
/* line 1205, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] .plus {
  display: inline-flex;
}
/* line 1208, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] .plus .plus-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 1208, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .further-text [data-toggle] .plus .plus-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1211, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] .plus .plus-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 1211, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .further-text [data-toggle] .plus .plus-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 1214, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle] .minus {
  display: none;
}
/* line 1219, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle][aria-expanded="true"] .plus {
  display: none;
}
/* line 1222, ../sass/parts/_navigation.sass */
#who-we-are-modal .slide .further-text [data-toggle][aria-expanded="true"] .minus {
  display: inline-flex;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 1222, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide .further-text [data-toggle][aria-expanded="true"] .minus {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 1230, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide:nth-child(2n+0) .image {
    right: 0;
  }
  /* line 1233, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide:nth-child(2n+0) .statement {
    left: 0 !important;
  }
  /* line 1239, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide:nth-child(2n+0) .caption .container, #who-we-are-modal .slide:nth-child(2n+0) .caption .listing-content {
    align-items: flex-end;
  }
  /* line 1242, ../sass/parts/_navigation.sass */
  #who-we-are-modal .slide:nth-child(2n+0) .next-slide {
    right: initial;
    left: 30%;
  }
}

/**
 * Listings
 */
/* line 5, ../sass/parts/listings/listing/_common.sass */
.listing {
  display: flex;
  flex-wrap: wrap;
}

/* line 19, ../sass/parts/listings/listing/_common.sass */
#listing-items,
#articles,
.catalogue {
  position: relative;
}

/* line 25, ../sass/parts/listings/listing/_common.sass */
.loading-overlay-calendar {
  position: relative;
  top: -15px !important;
  margin-left: -1px;
}
/* line 22, ../sass/mixins/_svg.sass */
.loading-overlay-calendar a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.loading-overlay-calendar .decoration {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 30, ../sass/parts/listings/listing/_common.sass */
.loading-overlay {
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
.loading-overlay a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.loading-overlay .decoration {
  position: absolute;
  top: 220px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 34, ../sass/parts/listings/listing/_common.sass */
.loading-overlay,
.loading-overlay-calendar {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}
/* line 46, ../sass/parts/listings/listing/_common.sass */
.loading-overlay.open,
.loading-overlay-calendar.open {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
/* line 51, ../sass/parts/listings/listing/_common.sass */
.loading-overlay .decoration,
.loading-overlay-calendar .decoration {
  position: relative;
  width: 90px;
}
/* line 55, ../sass/parts/listings/listing/_common.sass */
.loading-overlay .decoration svg,
.loading-overlay-calendar .decoration svg {
  animation: spin 2s infinite linear;
  animation-delay: 500ms;
}
/* line 59, ../sass/parts/listings/listing/_common.sass */
.loading-overlay path,
.loading-overlay-calendar path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 59, ../sass/parts/listings/listing/_common.sass */
  .loading-overlay path,
  .loading-overlay-calendar path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 62, ../sass/parts/listings/listing/_common.sass */
.loading-overlay .load-1,
.loading-overlay-calendar .load-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
  animation-delay: 0;
}
@media all and (-ms-high-contrast: none) {
  /* line 62, ../sass/parts/listings/listing/_common.sass */
  .loading-overlay .load-1,
  .loading-overlay-calendar .load-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 66, ../sass/parts/listings/listing/_common.sass */
.loading-overlay .load-2,
.loading-overlay-calendar .load-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
  animation-delay: 300ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 66, ../sass/parts/listings/listing/_common.sass */
  .loading-overlay .load-2,
  .loading-overlay-calendar .load-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** WHAT'S ON */
/* line 2, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview {
  /** Listing content */
}
@media (min-width: 768px) {
  /* line 5, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview main {
    margin-top: 0;
  }
}
/* line 8, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .header {
  background: #f2f2f2;
}
/* line 16, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 16, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 16, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters {
    float: left;
    width: 100%;
  }
}

/* line 27, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date,
.page-template-whats-on-overview .filters .filters-type {
  display: flex;
  justify-content: center;
}
/* line 34, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  /* line 34, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date {
    padding-top: 60px;
  }
}
/* line 41, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-whats-on-overview .filters .filters-date ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-whats-on-overview .filters .filters-date ul li {
    display: inline;
  }
}
/* line 44, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date li {
  align-items: center;
}
@media (max-width: 767px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-whats-on-overview .filters .filters-date li:not(:nth-last-child(2)):after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
@media (min-width: 768px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-whats-on-overview .filters .filters-date li:not(:last-child):after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
@media (min-width: 1024px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-whats-on-overview .filters .filters-date li:not(:last-child):after {
    font-family: "richmix";
    font-size: 48px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
/* line 59, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date li:last-child {
  display: none;
}
@media (min-width: 768px) {
  /* line 59, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date li:last-child {
    display: inline-flex;
  }
}
/* line 486, ../sass/mixins/_typography.sass */
.page-template-whats-on-overview .filters .filters-date li:last-child a:after {
  font-family: "richmix";
  font-size: 38px;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 8px;
  color: #000000;
  speak: none;
}
@media (min-width: 1024px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-whats-on-overview .filters .filters-date li:last-child a:after {
    font-family: "richmix";
    font-size: 54px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 8px;
    color: #000000;
    speak: none;
  }
}
/* line 75, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date a {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  color: #eb223d;
}
@media (min-width: 375px) {
  /* line 75, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 414px) {
  /* line 75, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  /* line 75, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 1400px) {
  /* line 75, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a {
    font-size: 44px;
    line-height: 48px;
  }
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .filters .filters-date a a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .filters .filters-date a .decoration {
  position: absolute;
  top: initial;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 80, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date a .decoration {
  display: none;
}
/* line 84, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date a.active .decoration {
  display: block;
}
@media (min-width: 1025px) {
  /* line 89, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a:hover .decoration {
    display: block;
  }
}
/* line 92, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-date a path {
  stroke: #000000;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 92, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-date a path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 96, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type {
  padding: 25px 0;
}
@media (max-width: 767px) {
  /* line 96, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type {
    padding-bottom: 10px;
  }
}
/* line 104, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type ul {
  display: flex;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  flex-wrap: wrap;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-whats-on-overview .filters .filters-type ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-whats-on-overview .filters .filters-type ul li {
    display: inline;
  }
}
/* line 22, ../sass/mixins/_lists.sass */
.page-template-whats-on-overview .filters .filters-type ul li {
  flex-grow: 1;
}
@media (min-width: 768px) {
  /* line 104, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type ul {
    flex-wrap: nowrap;
  }
}
/* line 110, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #eb223d;
  background: #eb223d;
}
@media (min-width: 1024px) {
  /* line 110, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 110, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type a {
    height: 58px;
  }
}
/* line 124, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a.active {
  background: #bc1b31;
}
@media (min-width: 1025px) {
  /* line 128, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type a:hover {
    background: #bc1b31;
  }
}
/* line 131, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a.collapsed {
  background: #000000;
  border-color: #000000;
}
/* line 135, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a.collapsed path {
  stroke: #ffffff !important;
}
/* line 138, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 138, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type a .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 141, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type a .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 141, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type a .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 145, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 414px) {
  /* line 145, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li {
    width: calc(100% / 3);
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  /* line 155, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li:nth-child(2) {
    margin-right: 0;
  }
  /* line 158, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li:nth-child(3), .page-template-whats-on-overview .filters .filters-type li:nth-child(4) {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  /* line 145, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li {
    margin-right: 24px;
  }
}
/* line 165, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li:last-child {
  margin-right: 0;
}
/* line 169, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-whats-on-overview .filters .filters-type li a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-whats-on-overview .filters .filters-type li a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-whats-on-overview .filters .filters-type li a .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-whats-on-overview .filters .filters-type li a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 172, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li a .decoration {
  width: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 172, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li a .decoration {
    max-width: 20px;
  }
}

/* line 178, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li a .dismiss {
  display: none;
  width: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 178, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters .filters-type li a .dismiss {
    width: 25px;
  }
}

/* line 188, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li a.active .dismiss, .page-template-whats-on-overview .filters .filters-type li a.collapsed .dismiss {
  display: block;
}
/* line 191, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters .filters-type li a.active .arrow, .page-template-whats-on-overview .filters .filters-type li a.collapsed .arrow {
  display: none;
}
/* line 199, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore {
  text-transform: uppercase;
  color: #000000;
  background: #f2f2f2;
  margin-top: -20px;
}
/* line 206, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options {
  padding-top: 20px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  align-items: flex-start;
}
/* line 211, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options .clear {
  display: none;
}
/* line 214, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options.in {
  display: flex;
}
/* line 217, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options.in .clear {
  display: flex;
}
/* line 221, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  flex-flow: column nowrap;
  align-items: flex-start;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-whats-on-overview .filters-explore .filters-options ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-whats-on-overview .filters-explore .filters-options ul li {
    display: inline;
  }
}
/* line 230, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options ul + ul {
  margin-left: auto;
}
/* line 233, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li {
  margin-bottom: 5px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  width: auto;
}
/* line 240, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li .decoration {
  max-width: calc(100% + 25px);
  width: 150%;
  min-width: 70px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -58%);
  -ms-transform: translate(-50%, -58%);
  -o-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
}
/* line 254, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li .decoration svg {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 254, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li .decoration svg {
    height: 15px;
  }
}
/* line 260, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li .decoration path {
  stroke: #eb223d;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
  animation-delay: 250ms;
  vector-effect: non-scaling-stroke;
}
@media all and (-ms-high-contrast: none) {
  /* line 260, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /* line 260, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 264, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li a {
  position: relative;
  z-index: 10;
}
/* line 267, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li a.active + .decoration svg {
  opacity: 1;
  display: inline-block;
}
/* line 271, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 271, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li.clear {
    margin-top: 0;
  }
}
/* line 280, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
/* line 285, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a .decoration {
  position: relative;
  padding-left: 5px;
}
/* line 289, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 289, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li.clear a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 292, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a .dismiss {
  width: 30px;
}
/* line 295, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 295, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li.clear a .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 298, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-options li.clear a .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 298, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li.clear a .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 302, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options ul {
    flex-flow: row wrap;
    align-items: flex-start;
  }
  /* line 305, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-options li {
    width: auto;
  }
}
/* line 308, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .main-categories,
.page-template-whats-on-overview .filters-explore .additional-categories {
  position: relative;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  /* line 308, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .main-categories,
  .page-template-whats-on-overview .filters-explore .additional-categories {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 308, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .main-categories,
  .page-template-whats-on-overview .filters-explore .additional-categories {
    float: left;
    width: 100%;
  }
}

/* line 321, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category {
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 375px) {
  /* line 321, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  /* line 321, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 321, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  /* line 321, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 321, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category {
    float: left;
    width: 16.66667%;
  }
}

/* line 337, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #000000;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 337, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category a {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .filters-explore .filters-category a a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 349, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .decoration {
  position: relative;
  padding-left: 5px;
}
/* line 353, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 353, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 356, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .dismiss {
  display: none;
  width: 30px;
}
/* line 360, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 360, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category a .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 363, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 363, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category a .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 369, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category a.active .dismiss {
  display: block;
}
/* line 375, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .filters-category.festival {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 375, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category.festival {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 375, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category.festival {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  /* line 375, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category.festival {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 375, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .filters-category.festival {
    float: left;
    width: 33.33333%;
  }
}

/* line 387, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent {
  background: white;
}
/* line 390, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .wrap > .container, .page-template-whats-on-overview .filters-explore #more-options-permanent .wrap > .listing-content {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  /* line 390, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .wrap > .container, .page-template-whats-on-overview .filters-explore #more-options-permanent .wrap > .listing-content {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
/* line 397, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .flags {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 25px;
  padding-bottom: 4px;
  padding-top: 3px;
}
@media (min-width: 768px) {
  /* line 397, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .flags {
    margin: 27px 0 20px;
    justify-content: flex-start;
  }
}
/* line 410, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .checkbox {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 413, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 25px;
}
/* line 418, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .checkbox label path {
  stroke: #000000;
}
/* line 421, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
  height: 0;
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 421, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .clear {
    margin-left: auto;
    margin-bottom: 0;
  }
}
/* line 434, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a {
  display: flex;
  align-items: center;
}
/* line 438, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .decoration {
  position: relative;
  padding-left: 5px;
}
/* line 442, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 442, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 445, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .dismiss {
  width: 30px;
}
/* line 448, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 448, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 451, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 451, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options-permanent .clear a .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 454, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore #more-options {
    max-height: 50px;
  }
}
/* line 458, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 458, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0 !important;
  }
}
/* line 468, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .flags {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 30px;
}
@media (min-width: 768px) {
  /* line 468, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .flags {
    margin: 25px 0;
  }
}
/* line 477, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .checkbox {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 480, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 25px;
}
/* line 485, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .checkbox label path {
  stroke: #000000;
}
/* line 489, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select {
  margin-bottom: 0;
}
/* line 497, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select button {
  box-shadow: none;
}
/* line 500, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select button .filter-option {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  border: none;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 500, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select button .filter-option {
    padding: 10px 0;
    justify-content: flex-start;
  }
}
/* line 510, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select button .filter-option:after {
  color: #000000;
}
/* line 515, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select.open .filter-option:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 518, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select .dropdown-menu {
  border: none;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  /* line 518, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select .dropdown-menu {
    margin-left: -10px;
  }
}
/* line 525, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .bootstrap-select .dropdown-menu li {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  background: transparent;
}
/* line 529, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 529, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .clear {
    margin-left: auto;
  }
}
/* line 538, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a {
  display: flex;
  align-items: center;
}
/* line 542, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a .decoration {
  position: relative;
  padding-left: 5px;
}
/* line 546, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 546, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .clear a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 549, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a .dismiss {
  width: 30px;
}
/* line 552, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 552, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .clear a .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 555, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .filters-explore .additional-categories .clear a .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 555, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .filters-explore .additional-categories .clear a .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 614, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview.filters-on #more-options-permanent .clear {
  height: auto;
}
/* line 617, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .dismiss-free {
  position: absolute;
  top: 30px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
@media (min-width: 1024px) {
  /* line 617, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .dismiss-free {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 627, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .dismiss-free button {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 30px;
  z-index: 1;
  margin-left: auto;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .dismiss-free button a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .dismiss-free button .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 96, ../sass/mixins/_buttons.sass */
.page-template-whats-on-overview .dismiss-free button path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 96, ../sass/mixins/_buttons.sass */
  .page-template-whats-on-overview .dismiss-free button path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 100, ../sass/mixins/_buttons.sass */
.page-template-whats-on-overview .dismiss-free button .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 100, ../sass/mixins/_buttons.sass */
  .page-template-whats-on-overview .dismiss-free button .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 103, ../sass/mixins/_buttons.sass */
.page-template-whats-on-overview .dismiss-free button .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 103, ../sass/mixins/_buttons.sass */
  .page-template-whats-on-overview .dismiss-free button .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 617, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .dismiss-free {
    left: initial;
  }
  /* line 634, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .dismiss-free button {
    margin-left: 24px;
  }
}
/* line 637, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .current-category {
  background: #000000;
  color: #ffffff;
}
/* line 642, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .current-category .category {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 642, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 642, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 642, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 642, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category {
    float: left;
    width: 100%;
  }
}

/* line 653, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .current-category .category span {
  text-transform: uppercase;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-bottom: 15px;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .current-category .category span a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-whats-on-overview .current-category .category span .decoration {
  position: absolute;
  top: initial;
  right: 0;
  bottom: -7px;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 653, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category span {
    position: relative;
    margin-bottom: 10px;
  }
  /* line 22, ../sass/mixins/_svg.sass */
  .page-template-whats-on-overview .current-category .category span a {
    position: relative;
    z-index: 1;
  }
  /* line 26, ../sass/mixins/_svg.sass */
  .page-template-whats-on-overview .current-category .category span .decoration {
    position: absolute;
    top: initial;
    right: 0;
    bottom: -5px;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
/* line 665, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .current-category .category span svg {
  height: 10px;
}
@media (min-width: 1024px) {
  /* line 665, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category span svg {
    height: 12px;
  }
}
/* line 672, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .current-category .category span path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 672, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .current-category .category span path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 678, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .catalogue.free .tease[style*="none"] {
  display: none;
}
/* line 683, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .no-results {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 686, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content {
  /** Calendar */
}
/* line 688, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content.standalone {
  padding-top: 0;
}
/* line 693, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #eb223d;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 693, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content .section-header {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 693, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content .section-header {
    font-size: 130px;
    line-height: 130px;
  }
}
@media (max-width: 767px) {
  /* line 699, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #featured .section-header {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  /* line 703, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items {
    margin-bottom: 30px;
  }
}
/* line 706, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content #listing-items #articles {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 714, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 719, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 722, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  /* line 727, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 730, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(3n+1) {
    clear: none;
  }
  /* line 733, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content #listing-items .tease:nth-child(4n+1) {
    clear: both;
  }
}
/* line 741, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .months .owl-nav {
  color: #000000;
}
/* line 744, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .months .owl-nav button {
  width: auto;
  height: auto;
  top: calc(50% - 20px);
  font-size: 40px !important;
}
@media (min-width: 1024px) {
  /* line 744, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content .months .owl-nav button {
    top: calc(50% - 45px);
    font-size: 90px !important;
  }
}
/* line 755, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .months .owl-nav button.disabled {
  opacity: 0.2;
}
/* line 758, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .months .owl-nav button.owl-prev {
  left: 0;
}
@media (min-width: 1400px) {
  /* line 758, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content .months .owl-nav button.owl-prev {
    left: -25px;
  }
}
/* line 764, ../sass/parts/listings/listing/_whats-on.sass */
.page-template-whats-on-overview .listing-content .months .owl-nav button.owl-next {
  right: 0;
}
@media (min-width: 1400px) {
  /* line 764, ../sass/parts/listings/listing/_whats-on.sass */
  .page-template-whats-on-overview .listing-content .months .owl-nav button.owl-next {
    right: -25px;
  }
}

/* line 774, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker {
  border: 1px solid #eb223d;
  border-radius: 0;
  box-shadow: none;
  background-image: url("/wp-content/themes/richmix/skin/images/divider.svg");
  background-repeat: no-repeat;
  background-position: center 29px;
  background-size: 95% 12px;
}
/* line 782, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker:before, .datepicker:after {
  display: none;
}
/* line 791, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover,
.datepicker .day:hover {
  background: none !important;
}
/* line 794, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker .datepicker-switch {
  width: 205px;
  color: #eb223d;
  font-size: 24px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 805, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td, .datepicker table tr th {
  width: 30px;
  height: 30px;
  text-shadow: none !important;
}
/* line 810, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td:hover, .datepicker table tr th:hover {
  background: none;
}
/* line 813, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td.dow, .datepicker table tr th.dow {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 816, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td.day, .datepicker table tr th.day {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 820, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td.day:not(.disabled):hover, .datepicker table tr th.day:not(.disabled):hover {
  color: #eb223d;
}
/* line 823, ../sass/parts/listings/listing/_whats-on.sass */
.datepicker table tr td.active, .datepicker table tr th.active {
  background-color: transparent !important;
  color: #000000 !important;
  background-image: url("/wp-content/themes/richmix/skin/images/circle-red.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 829, ../sass/parts/listings/listing/_whats-on.sass */
.info-banner {
  background-color: #000;
  padding: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 829, ../sass/parts/listings/listing/_whats-on.sass */
  .info-banner {
    display: flex;
    padding: 20px;
  }
}
/* line 837, ../sass/parts/listings/listing/_whats-on.sass */
.info-banner p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: "ProximaNova-Semibold";
}
/* line 842, ../sass/parts/listings/listing/_whats-on.sass */
.info-banner h4 {
  font-family: "ProximaNova-Extrabld";
  color: #eb223d;
  margin-bottom: 10px;
}
/* line 847, ../sass/parts/listings/listing/_whats-on.sass */
.info-banner .banner-text {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 847, ../sass/parts/listings/listing/_whats-on.sass */
  .info-banner .banner-text {
    margin-right: 20px;
    width: 85%;
  }
}
/* line 853, ../sass/parts/listings/listing/_whats-on.sass */
.info-banner .banner-icon {
  width: 100%;
  background-image: url("/wp-content/themes/richmix/skin/images/rich-mix-arrow.svg");
  background-repeat: no-repeat;
  margin-top: 20px;
  background-size: auto;
  min-height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  /* line 853, ../sass/parts/listings/listing/_whats-on.sass */
  .info-banner .banner-icon {
    width: 200px;
    background-size: contain;
  }
}

/* line 3, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters {
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 20px 0;
  background: #f2f2f2;
  text-align: center;
}
/* line 12, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters .filters {
  margin-top: 20px;
}
/* line 15, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-take-part-overview .project-filters ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-take-part-overview .project-filters ul li {
    display: inline;
  }
}
/* line 18, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters li {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-take-part-overview .project-filters li:not(:nth-last-child(2)):after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #eb223d;
    speak: none;
  }
}
@media (min-width: 768px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-take-part-overview .project-filters li:not(:last-child):after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #eb223d;
    speak: none;
  }
}
@media (min-width: 1024px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .page-template-take-part-overview .project-filters li:not(:last-child):after {
    font-family: "richmix";
    font-size: 30px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #eb223d;
    speak: none;
  }
}
/* line 32, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] {
  display: inline-flex;
  align-items: center;
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-take-part-overview .project-filters [data-category] a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-take-part-overview .project-filters [data-category] .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 37, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] .decoration {
  position: relative;
  padding-left: 5px;
}
/* line 41, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 41, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .project-filters [data-category] .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 44, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] .dismiss {
  display: none;
  width: 30px;
}
/* line 48, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] .dismiss .dismiss-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 48, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .project-filters [data-category] .dismiss .dismiss-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 51, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category] .dismiss .dismiss-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
  animation-delay: 750ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 51, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .project-filters [data-category] .dismiss .dismiss-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 56, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .project-filters [data-category].active .dismiss {
  display: block;
}
/* line 60, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 72, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 77, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 80, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 83, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease.donate-block {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 83, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease.donate-block {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 83, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease.donate-block {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 83, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .articles .tease.donate-block {
    float: left;
    width: 33.33333%;
  }
}

/* line 92, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article {
  padding: 20px;
  background: #eb223d;
  color: #ffffff;
}
/* line 97, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: none;
  padding-bottom: 20px;
}
/* line 102, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article p {
  text-transform: none;
}
/* line 105, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  display: block;
  margin-top: 20px;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-take-part-overview .articles .tease.donate-block article a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-take-part-overview .articles .tease.donate-block article a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-take-part-overview .articles .tease.donate-block article a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-take-part-overview .articles .tease.donate-block article a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 111, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article a .decoration {
  max-width: 37px;
}
/* line 114, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article button {
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: 200px;
  height: 35px;
  margin-top: 10px;
}
/* line 122, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .articles .tease.donate-block article [data-success-container],
.page-template-take-part-overview .articles .tease.donate-block article [data-fail-container] {
  padding-top: 10px;
}
/* line 126, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
  padding: 20px !important;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 126, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 126, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 126, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 126, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team {
    float: left;
    width: 100%;
  }
}

/* line 141, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team a {
  color: #ffffff;
}
/* line 146, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-intro {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 146, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-intro {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 146, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-intro {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 146, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-intro {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 146, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-intro {
    float: left;
    width: 33.33333%;
  }
}

/* line 156, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-intro h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  /* line 156, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-intro h3 {
    font-size: 65px;
    line-height: 70px;
  }
}
/* line 159, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-person {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 159, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-person {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 159, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-person {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 159, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-person {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 159, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-person {
    float: left;
    width: 33.33333%;
  }
}

/* line 170, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-person .person-name {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  /* line 170, ../sass/parts/listings/listing/_projects.sass */
  .page-template-take-part-overview .team-person .person-name {
    font-size: 25px;
    line-height: 25px;
  }
}
/* line 173, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-person .person-role {
  text-transform: uppercase;
}
/* line 176, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-person p {
  margin-top: 12px;
}
/* line 180, ../sass/parts/listings/listing/_projects.sass */
.page-template-take-part-overview .team-person .person-contact {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
/* line 486, ../sass/mixins/_typography.sass */
.page-template-take-part-overview .team-person .person-contact:after {
  font-family: "richmix";
  font-size: 24px;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 6px;
  color: #eb223d;
  speak: none;
}

/**
 * Common rules for teasers
 */
/* line 5, ../sass/parts/listings/_teaser.sass */
.tease {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -1px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1400px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 5, ../sass/parts/listings/_teaser.sass */
  .tease {
    float: left;
    width: 25%;
  }
}

/* line 20, ../sass/parts/listings/_teaser.sass */
#featured .tease {
  display: block !important;
}
@media (min-width: 768px) {
  /* line 20, ../sass/parts/listings/_teaser.sass */
  #featured .tease {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 20, ../sass/parts/listings/_teaser.sass */
  #featured .tease {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 20, ../sass/parts/listings/_teaser.sass */
  #featured .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 20, ../sass/parts/listings/_teaser.sass */
  #featured .tease {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  /* line 30, ../sass/parts/listings/_teaser.sass */
  #featured .tease:nth-child(2n+1) {
    clear: both;
  }
}
/* line 33, ../sass/parts/listings/_teaser.sass */
#featured .tease .rating,
#featured .tease .highlight {
  display: none;
}
/* line 37, ../sass/parts/listings/_teaser.sass */
#featured .tease .post-image {
  margin-bottom: 0;
}
/* line 40, ../sass/parts/listings/_teaser.sass */
#featured .tease header {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 80%;
  padding: 5px 10px;
  background: transparent;
}
@media (max-width: 413px) {
  /* line 40, ../sass/parts/listings/_teaser.sass */
  #featured .tease header {
    width: auto;
    right: 12px;
  }
}
/* line 53, ../sass/parts/listings/_teaser.sass */
#featured .tease header > div {
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
#featured .tease header > div a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#featured .tease header > div .decoration {
  position: absolute;
  top: initial;
  right: 0;
  bottom: 5px;
  left: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 414px) {
  /* line 56, ../sass/parts/listings/_teaser.sass */
  #featured .tease header > div a {
    padding-right: 50px;
  }
}
/* line 60, ../sass/parts/listings/_teaser.sass */
#featured .tease header > div .decoration {
  width: 40px;
}
@media all and (-ms-high-contrast: none) {
  /* line 60, ../sass/parts/listings/_teaser.sass */
  #featured .tease header > div .decoration {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  /* line 60, ../sass/parts/listings/_teaser.sass */
  #featured .tease header > div .decoration {
    width: 60px;
  }
}
/* line 70, ../sass/parts/listings/_teaser.sass */
#featured .tease header > div path {
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 70, ../sass/parts/listings/_teaser.sass */
  #featured .tease header > div path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 75, ../sass/parts/listings/_teaser.sass */
.tease article {
  position: relative;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
/* line 82, ../sass/parts/listings/_teaser.sass */
.tease article .post-image {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 7px;
}
/* line 87, ../sass/parts/listings/_teaser.sass */
.tease header {
  display: flex;
  flex-direction: column;
  background: #ffffff !important;
}
/* line 92, ../sass/parts/listings/_teaser.sass */
.tease header div {
  flex-grow: 1;
  position: relative;
  z-index: 2;
}
/* line 97, ../sass/parts/listings/_teaser.sass */
.tease h3 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  /* line 97, ../sass/parts/listings/_teaser.sass */
  .tease h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
/* line 100, ../sass/parts/listings/_teaser.sass */
.tease a {
  display: block;
}
/* line 103, ../sass/parts/listings/_teaser.sass */
.tease .post-link {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
  margin-top: 8px;
}
/* line 125, ../sass/mixins/_links.sass */
.tease .post-link .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .tease .post-link .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.tease .post-link .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .tease .post-link .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 108, ../sass/parts/listings/_teaser.sass */
.tease .category {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #eb223d;
}
@media (min-width: 1024px) {
  /* line 108, ../sass/parts/listings/_teaser.sass */
  .tease .category {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 112, ../sass/parts/listings/_teaser.sass */
.tease .category + h3 {
  padding-top: 5px;
}
/* line 115, ../sass/parts/listings/_teaser.sass */
.tease .venue {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #eb223d;
}
@media (min-width: 1024px) {
  /* line 115, ../sass/parts/listings/_teaser.sass */
  .tease .venue {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 474, ../sass/mixins/_typography.sass */
.tease .category + .venue:before,
.tease .category + .post-date:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: #000000;
  speak: none;
}
/* line 123, ../sass/parts/listings/_teaser.sass */
.tease .date {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
@media (min-width: 1024px) {
  /* line 123, ../sass/parts/listings/_teaser.sass */
  .tease .date {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 128, ../sass/parts/listings/_teaser.sass */
.tease .flag {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: -10px;
  right: 20px;
  background: #eb223d;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
}

@media (min-width: 768px) {
  /* line 135, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 135, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 135, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 135, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 143, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 143, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured:first-child {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 143, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 143, ../sass/parts/listings/_teaser.sass */
  .tease-residents.featured:first-child {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 152, ../sass/parts/listings/_teaser.sass */
  .tease-projects {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 152, ../sass/parts/listings/_teaser.sass */
  .tease-projects {
    float: left;
    width: 33.33333%;
  }
}

/* line 157, ../sass/parts/listings/_teaser.sass */
.tease-projects h3 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 160, ../sass/parts/listings/_teaser.sass */
.tease-projects p {
  margin-top: 10px;
  text-transform: none;
}
/* line 164, ../sass/parts/listings/_teaser.sass */
.tease-projects .project-type {
  display: block;
}

@media (min-width: 414px) {
  /* line 171, ../sass/parts/listings/_teaser.sass */
  .tease-cinema header > div {
    padding-right: 30px;
  }
}
/* line 174, ../sass/parts/listings/_teaser.sass */
.tease-cinema .cinema-plus {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  position: absolute;
  right: 20px;
  width: 100px;
  margin-top: -10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  z-index: 1;
}
/* line 188, ../sass/parts/listings/_teaser.sass */
.tease-cinema .rating {
  position: absolute;
  top: -15px;
  right: 0;
}
/* line 193, ../sass/parts/listings/_teaser.sass */
.tease-cinema .rating + .rating {
  right: 36px;
}

/* line 202, ../sass/parts/listings/_teaser.sass */
.tease-cinema .post-link .decoration,
.tease-events .post-link .decoration,
.tease-on-line .post-link .decoration,
.tease-projects .post-link .decoration {
  max-width: 37px;
}
/* line 205, ../sass/parts/listings/_teaser.sass */
.tease-cinema .parent-festival,
.tease-events .parent-festival,
.tease-on-line .parent-festival,
.tease-projects .parent-festival {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  /* line 205, ../sass/parts/listings/_teaser.sass */
  .tease-cinema .parent-festival,
  .tease-events .parent-festival,
  .tease-on-line .parent-festival,
  .tease-projects .parent-festival {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 212, ../sass/parts/listings/_teaser.sass */
.tease-cinema .rating-f:before,
.tease-events .rating-f:before,
.tease-on-line .rating-f:before,
.tease-projects .rating-f:before {
  font-size: 25px;
}

/* line 222, ../sass/parts/listings/_teaser.sass */
.tease-events header.festival,
.tease-cinema header.festival {
  position: relative;
  padding: 15px;
}
/* line 227, ../sass/parts/listings/_teaser.sass */
.tease-events header.festival .highlight,
.tease-cinema header.festival .highlight {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 235, ../sass/parts/listings/_teaser.sass */
.tease-events header.festival .highlight svg,
.tease-cinema header.festival .highlight svg {
  height: 100%;
}
/* line 239, ../sass/parts/listings/_teaser.sass */
.tease-events header.festival .highlight path,
.tease-cinema header.festival .highlight path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s 2s forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 239, ../sass/parts/listings/_teaser.sass */
  .tease-events header.festival .highlight path,
  .tease-cinema header.festival .highlight path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 242, ../sass/parts/listings/_teaser.sass */
.tease-events .rating,
.tease-cinema .rating {
  position: absolute;
  top: -15px;
  right: 0;
}
/* line 247, ../sass/parts/listings/_teaser.sass */
.tease-events .rating + .rating,
.tease-cinema .rating + .rating {
  right: 36px;
}
/* line 250, ../sass/parts/listings/_teaser.sass */
.tease-events .cinema-plus,
.tease-cinema .cinema-plus {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
  margin-top: -10px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  z-index: 1;
}
/* line 265, ../sass/parts/listings/_teaser.sass */
.tease-events .cinema-plus + .flag,
.tease-cinema .cinema-plus + .flag {
  right: 125px;
}

/**
 * Common rules for detail pages
 */
/* line 7, ../sass/parts/articles/single/_common.sass */
article .header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}
/* line 13, ../sass/parts/articles/single/_common.sass */
article header {
  position: relative;
}
/* line 18, ../sass/parts/articles/single/_common.sass */
.page article header .header-info, .single-digitalevent article header .header-info {
  position: relative;
  background: #ffffff;
}
/* line 24, ../sass/parts/articles/single/_common.sass */
article header .container, article header .listing-content {
  position: relative;
}
/* line 29, ../sass/parts/articles/single/_common.sass */
article header .article-header {
  display: flex;
  flex-wrap: wrap;
}
/* line 39, ../sass/parts/articles/single/_common.sass */
article header .article-header .breadcrumbs {
  width: 100%;
  padding: 12px 0;
}
/* line 43, ../sass/parts/articles/single/_common.sass */
article header .article-header .page-title {
  flex-grow: 1;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 50, ../sass/parts/articles/single/_common.sass */
  article header .article-header .page-title {
    order: -1;
    margin-top: -84px;
  }
  /* line 55, ../sass/parts/articles/single/_common.sass */
  article header .article-header h1 {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  /* line 29, ../sass/parts/articles/single/_common.sass */
  article header .article-header {
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  article header .article-header:before, article header .article-header:after {
    content: " ";
    display: table;
  }
  /* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  article header .article-header:after {
    clear: both;
  }
  /* line 63, ../sass/parts/articles/single/_common.sass */
  article header .article-header .page-title {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -115px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 63, ../sass/parts/articles/single/_common.sass */
  article header .article-header .page-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 67, ../sass/parts/articles/single/_common.sass */
  article header .article-header .breadcrumbs {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
    order: 3;
    width: auto !important;
    flex-grow: 1;
    text-align: right;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 67, ../sass/parts/articles/single/_common.sass */
  article header .article-header .breadcrumbs {
    float: left;
    width: 33.33333%;
  }
}

/* line 76, ../sass/parts/articles/single/_common.sass */
.intro {
  font-family: "ProximaNova-Semibold";
  font-size: 28px;
  line-height: 36px;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 76, ../sass/parts/articles/single/_common.sass */
  .intro {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  /* line 76, ../sass/parts/articles/single/_common.sass */
  .intro {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 76, ../sass/parts/articles/single/_common.sass */
  .intro {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 76, ../sass/parts/articles/single/_common.sass */
  .intro {
    float: left;
    width: 66.66667%;
  }
}

/* line 89, ../sass/parts/articles/single/_common.sass */
.intro-path {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 89, ../sass/parts/articles/single/_common.sass */
  .intro-path {
    flex-direction: row;
  }
}
/* line 96, ../sass/parts/articles/single/_common.sass */
.intro-path .intro {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  /* line 96, ../sass/parts/articles/single/_common.sass */
  .intro-path .intro {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 96, ../sass/parts/articles/single/_common.sass */
  .intro-path .intro {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 96, ../sass/parts/articles/single/_common.sass */
  .intro-path .intro {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 96, ../sass/parts/articles/single/_common.sass */
  .intro-path .intro {
    float: left;
    width: 66.66667%;
  }
}

/* line 106, ../sass/parts/articles/single/_common.sass */
.intro-path .breadcrumbs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  order: -1;
}
@media (min-width: 768px) {
  /* line 106, ../sass/parts/articles/single/_common.sass */
  .intro-path .breadcrumbs {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 106, ../sass/parts/articles/single/_common.sass */
  .intro-path .breadcrumbs {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 106, ../sass/parts/articles/single/_common.sass */
  .intro-path .breadcrumbs {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: right;
    order: 2;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 106, ../sass/parts/articles/single/_common.sass */
  .intro-path .breadcrumbs {
    float: left;
    width: 33.33333%;
  }
}

/* line 119, ../sass/parts/articles/single/_common.sass */
#featured-image {
  width: 100vw;
  height: 0;
  padding-bottom: 66.6666%;
  background-size: cover;
  transition: transform 200ms linear 0ms;
}
/* line 121, ../sass/parts/articles/single/_common.sass */
#featured-image img {
  display: none;
}
@media (min-width: 768px) {
  /* line 119, ../sass/parts/articles/single/_common.sass */
  #featured-image {
    padding-bottom: 50%;
  }
}

/* line 135, ../sass/parts/articles/single/_common.sass */
.article-content {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}
@media (min-width: 768px) {
  /* line 135, ../sass/parts/articles/single/_common.sass */
  .article-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 135, ../sass/parts/articles/single/_common.sass */
  .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  /* line 135, ../sass/parts/articles/single/_common.sass */
  .article-content {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  /* line 146, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body {
    margin-right: 16%;
    padding-bottom: 20px;
  }
}
/* line 155, ../sass/parts/articles/single/_common.sass */
.article-content .article-body h2 {
  margin-bottom: 10px;
}
/* line 158, ../sass/parts/articles/single/_common.sass */
.article-content .article-body h3 {
  margin-bottom: 10px;
}
/* line 161, ../sass/parts/articles/single/_common.sass */
.article-content .article-body a {
  position: relative;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  border-bottom: 1px solid #000000;
}
/* line 165, ../sass/parts/articles/single/_common.sass */
.article-content .article-body p {
  margin-bottom: 10px;
}
/* line 169, ../sass/parts/articles/single/_common.sass */
.article-content .article-body ul, .article-content .article-body ol {
  margin-bottom: 15px;
}
/* line 172, ../sass/parts/articles/single/_common.sass */
.article-content .article-body ul li, .article-content .article-body ol li {
  padding-bottom: 5px;
}
/* line 175, ../sass/parts/articles/single/_common.sass */
.article-content .article-body [id^="attachment_"] {
  padding: 12px 0;
}
/* line 179, ../sass/parts/articles/single/_common.sass */
.article-content .article-body [id^="attachment_"] .wp-caption-text {
  padding-top: 5px;
}
/* line 193, ../sass/parts/articles/single/_common.sass */
.article-content .article-body .table-responsive {
  margin-bottom: 50px;
  border: none;
  background: #f2f2f2;
  -webkit-overflow-scrolling: touch;
}
/* line 199, ../sass/parts/articles/single/_common.sass */
.article-content .article-body .table-responsive td {
  white-space: normal !important;
}
@media (min-width: 768px) {
  /* line 193, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-responsive {
    margin-bottom: 0;
  }
}
/* line 221, ../sass/parts/articles/single/_common.sass */
.article-content .article-body .table-container {
  position: relative;
}
@media (min-width: 768px) {
  /* line 221, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container {
    margin-right: -16%;
  }
}
@media (min-width: 1024px) {
  /* line 228, ../sass/parts/articles/single/_common.sass */
  .page-privacy-policy .article-content .article-body .table-container {
    margin-right: -50%;
  }
}
@media (max-width: 768px) {
  /* line 233, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container:before, .article-content .article-body .table-container:after {
    font-family: "richmix";
    display: none;
    align-items: center;
    position: absolute;
    top: 50px;
    font-size: 30px;
    background: transparent;
    color: #eb223d;
    cursor: pointer;
    z-index: 1;
  }
  /* line 247, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container .table-responsive-outer {
    position: relative;
  }
  /* line 250, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container .table-responsive-outer:before, .article-content .article-body .table-container .table-responsive-outer:after {
    font-family: "richmix";
    display: none;
    align-items: center;
    position: absolute;
    bottom: 50px;
    font-size: 30px;
    background: transparent;
    color: #eb223d;
    cursor: pointer;
    z-index: 1;
  }
  /* line 265, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container.scroll-left:before {
    content: "";
    left: -20px;
    display: flex;
  }
  /* line 271, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container.scroll-left .table-responsive-outer:before {
    content: "";
    left: -20px;
    display: flex;
  }
  /* line 277, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container.scroll-right:after {
    content: "";
    right: -20px;
    display: flex;
  }
  /* line 283, ../sass/parts/articles/single/_common.sass */
  .article-content .article-body .table-container.scroll-right .table-responsive-outer:after {
    content: "";
    right: -20px;
    display: flex;
  }
}
/* line 289, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table {
  position: relative;
  border: none;
}
/* line 293, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table tr {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 296, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table tr strong {
  text-transform: uppercase;
}
/* line 300, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table td:first-of-type {
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 304, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table td:first-of-type strong {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 307, ../sass/parts/articles/single/_common.sass */
.article-content .article-body table tr, .article-content .article-body table td {
  border: none;
  text-align: left !important;
}
/* line 312, ../sass/parts/articles/single/_common.sass */
.article-content .cta-block {
  padding-bottom: 20px;
}
/* line 317, ../sass/parts/articles/single/_common.sass */
.article-content .cta-block .block-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 20px;
}
/* line 48, ../sass/mixins/_buttons.sass */
.article-content .cta-block .block-button a:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.article-content .cta-block .block-button a:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .article-content .cta-block .block-button a:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 317, ../sass/parts/articles/single/_common.sass */
  .article-content .cta-block .block-button a {
    width: auto;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.article-content .cta-block .block-button a.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 322, ../sass/parts/articles/single/_common.sass */
.article-content .cta-block .block-button a:before {
  border: none;
}
/* line 325, ../sass/parts/articles/single/_common.sass */
.article-content .quote {
  margin-top: 20px;
  margin-bottom: 12px;
  padding-left: 20px;
  background-image: url("/wp-content/themes/richmix/skin/images/v-line.svg");
  background-repeat: no-repeat;
  background-size: 7px 100%;
  background-position: left center;
}
/* line 336, ../sass/parts/articles/single/_common.sass */
.article-content .quote + .quote {
  padding-top: 0;
}
/* line 340, ../sass/parts/articles/single/_common.sass */
.article-content .quote .quote-content span {
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 298, ../sass/mixins/_typography.sass */
.article-content .quote .quote-content span:before {
  content: "“";
}
/* line 301, ../sass/mixins/_typography.sass */
.article-content .quote .quote-content span:after {
  content: "”";
}
/* line 343, ../sass/parts/articles/single/_common.sass */
.article-content .quote .stars {
  padding-bottom: 5px;
  color: #eb223d;
  font-size: 25px;
}
/* line 348, ../sass/parts/articles/single/_common.sass */
.article-content .quote .author {
  display: block;
  text-transform: uppercase;
}
/* line 352, ../sass/parts/articles/single/_common.sass */
.article-content ul, .article-content ol {
  padding-left: 20px;
  list-style-position: outside;
}
/* line 357, ../sass/parts/articles/single/_common.sass */
.article-content .video-embed,
.article-content .embed-container {
  margin: 30px 0;
}
/* line 370, ../sass/parts/articles/single/_common.sass */
.article-content .map-embed {
  margin: 10px 0 30px 0;
}

/** SECTION OVERVIEW */
/* line 4, ../sass/parts/articles/single/_overview.sass */
.pagination a {
  visibility: hidden;
}

/* line 15, ../sass/parts/articles/single/_overview.sass */
.page-template-section-overview main,
.page-template-take-part-overview main,
.page-template-news-blog-overview main,
.page-template-jobs-overview main,
.page-template-donate main,
.page-template-shop main,
.search main {
  margin-top: 0;
}

/* line 21, ../sass/parts/articles/single/_overview.sass */
.search h2 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #eb223d;
  background: #ffffff;
  text-transform: uppercase;
  padding: 0;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 21, ../sass/parts/articles/single/_overview.sass */
  .search h2 {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* line 21, ../sass/parts/articles/single/_overview.sass */
  .search h2 {
    font-size: 60px;
    line-height: 82px;
  }
}
/* line 79, ../sass/mixins/_typography.sass */
.search h2 small {
  display: none;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .search h2 small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #eb223d;
  }
}
/* line 27, ../sass/parts/articles/single/_overview.sass */
.search .article-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 27, ../sass/parts/articles/single/_overview.sass */
  .search .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 27, ../sass/parts/articles/single/_overview.sass */
  .search .article-content {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 27, ../sass/parts/articles/single/_overview.sass */
  .search .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 27, ../sass/parts/articles/single/_overview.sass */
  .search .article-content {
    float: left;
    width: 100%;
  }
}

/* line 38, ../sass/parts/articles/single/_overview.sass */
.search .catalogue {
  padding-top: 30px;
}
/* line 42, ../sass/parts/articles/single/_overview.sass */
.search .catalogue .results-header {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  text-transform: none;
}
@media (min-width: 768px) {
  /* line 51, ../sass/parts/articles/single/_overview.sass */
  .search .tease:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 55, ../sass/parts/articles/single/_overview.sass */
  .search .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 58, ../sass/parts/articles/single/_overview.sass */
  .search .tease:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  /* line 62, ../sass/parts/articles/single/_overview.sass */
  .search .tease:nth-child(2n+1), .search .tease:nth-child(3n+1) {
    clear: none;
  }
  /* line 66, ../sass/parts/articles/single/_overview.sass */
  .search .tease:nth-child(4n+1) {
    clear: both;
  }
}
/* line 69, ../sass/parts/articles/single/_overview.sass */
.search .tease-search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 76, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search article {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1400px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  /* line 69, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search {
    float: left;
    width: 25%;
  }
}

/* line 92, ../sass/parts/articles/single/_overview.sass */
.search .tease-search article {
  text-transform: none;
}
/* line 97, ../sass/parts/articles/single/_overview.sass */
.search .tease-search header > div {
  flex-grow: 0;
}
/* line 104, ../sass/parts/articles/single/_overview.sass */
.search .tease-search .category {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #eb223d;
}
@media (min-width: 1024px) {
  /* line 104, ../sass/parts/articles/single/_overview.sass */
  .search .tease-search .category {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 109, ../sass/parts/articles/single/_overview.sass */
.search .tease-search .post-date {
  text-transform: uppercase;
}
/* line 116, ../sass/parts/articles/single/_overview.sass */
.search .tease-search .post-preview {
  display: none;
}

/* line 124, ../sass/parts/articles/single/_overview.sass */
.overview header h1 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #eb223d;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 124, ../sass/parts/articles/single/_overview.sass */
  .overview header h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 124, ../sass/parts/articles/single/_overview.sass */
  .overview header h1 {
    font-size: 130px;
    line-height: 130px;
  }
}
@media (min-width: 1024px) {
  /* line 124, ../sass/parts/articles/single/_overview.sass */
  .overview header h1 {
    margin-top: 30px;
  }
}
/* line 132, ../sass/parts/articles/single/_overview.sass */
.page-membership .overview header h1 {
  color: #000000;
}
/* line 135, ../sass/parts/articles/single/_overview.sass */
.overview header #featured-image {
  width: 100vw;
  margin-top: -23px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  transform: none !important;
}
@media (min-width: 1024px) {
  /* line 135, ../sass/parts/articles/single/_overview.sass */
  .overview header #featured-image {
    width: 100%;
    margin-top: -50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 150, ../sass/parts/articles/single/_overview.sass */
.overview .intro {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  /* line 150, ../sass/parts/articles/single/_overview.sass */
  .overview .intro {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 150, ../sass/parts/articles/single/_overview.sass */
  .overview .intro {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 150, ../sass/parts/articles/single/_overview.sass */
  .overview .intro {
    left: 16.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 160, ../sass/parts/articles/single/_overview.sass */
  .overview .article-body {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 160, ../sass/parts/articles/single/_overview.sass */
  .overview .article-body {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 160, ../sass/parts/articles/single/_overview.sass */
  .overview .article-body {
    left: 16.66667%;
  }
}

/* line 168, ../sass/parts/articles/single/_overview.sass */
.overview .gallery {
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  /* line 168, ../sass/parts/articles/single/_overview.sass */
  .overview .gallery {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 168, ../sass/parts/articles/single/_overview.sass */
  .overview .gallery {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 168, ../sass/parts/articles/single/_overview.sass */
  .overview .gallery {
    left: 16.66667%;
  }
}

/* line 178, ../sass/parts/articles/single/_overview.sass */
.section-overview {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  /* line 178, ../sass/parts/articles/single/_overview.sass */
  .section-overview {
    margin-top: 50px;
    background: transparent;
  }
}
/* line 188, ../sass/parts/articles/single/_overview.sass */
.section-overview section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  /* line 188, ../sass/parts/articles/single/_overview.sass */
  .section-overview section {
    margin-top: -85px;
  }
}
/* line 196, ../sass/parts/articles/single/_overview.sass */
.section-overview .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #eb223d;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 196, ../sass/parts/articles/single/_overview.sass */
  .section-overview .section-header {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 196, ../sass/parts/articles/single/_overview.sass */
  .section-overview .section-header {
    font-size: 130px;
    line-height: 130px;
  }
}
/* line 205, ../sass/parts/articles/single/_overview.sass */
.page-membership .section-overview .section-header {
  color: #000000;
}
/* line 209, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease {
  padding-bottom: 20px;
}
/* line 213, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease article {
  height: 100%;
}
/* line 216, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease .post-image {
  margin-bottom: 0;
}
/* line 219, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header {
  flex-grow: 1;
  padding: 20px;
  background: #eb223d !important;
  color: #ffffff;
}
/* line 226, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header h3 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin-bottom: 3px;
}
/* line 230, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header a {
  color: #ffffff;
}
/* line 233, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: none;
}
/* line 238, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header .category,
.section-overview .tease header .post-date {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  color: #ffffff;
}
/* line 10, ../sass/mixins/_typography.sass */
.section-overview .tease header .category b, .section-overview .tease header .category strong, .section-overview .tease header .category dt,
.section-overview .tease header .post-date b,
.section-overview .tease header .post-date strong,
.section-overview .tease header .post-date dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.section-overview .tease header .category b em, .section-overview .tease header .category b i, .section-overview .tease header .category strong em, .section-overview .tease header .category strong i, .section-overview .tease header .category dt em, .section-overview .tease header .category dt i,
.section-overview .tease header .post-date b em,
.section-overview .tease header .post-date b i,
.section-overview .tease header .post-date strong em,
.section-overview .tease header .post-date strong i,
.section-overview .tease header .post-date dt em,
.section-overview .tease header .post-date dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.section-overview .tease header .category i, .section-overview .tease header .category em,
.section-overview .tease header .post-date i,
.section-overview .tease header .post-date em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.section-overview .tease header .category i strong, .section-overview .tease header .category i b, .section-overview .tease header .category i dt, .section-overview .tease header .category em strong, .section-overview .tease header .category em b, .section-overview .tease header .category em dt,
.section-overview .tease header .post-date i strong,
.section-overview .tease header .post-date i b,
.section-overview .tease header .post-date i dt,
.section-overview .tease header .post-date em strong,
.section-overview .tease header .post-date em b,
.section-overview .tease header .post-date em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 244, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease header path {
  stroke: #000000 !important;
}
/* line 247, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease .post-link {
  margin-top: 0;
  white-space: nowrap;
}
/* line 251, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease .post-link .decoration {
  max-width: 37px;
}
/* line 256, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease:first-child header, .section-overview .tease:last-child header {
  background: #000000 !important;
}
/* line 259, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease:first-child header path, .section-overview .tease:last-child header path {
  stroke: #eb223d !important;
}
/* line 263, ../sass/parts/articles/single/_overview.sass */
.section-overview .tease:first-child .post-date:before, .section-overview .tease:last-child .post-date:before {
  color: #eb223d;
}
@media (min-width: 1024px) {
  /* line 209, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 209, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  /* line 271, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 271, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(2) {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1024px) {
  /* line 274, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(2) header {
    flex-direction: row;
    align-items: flex-end;
  }
  /* line 278, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(2) header div {
    max-width: 75%;
  }
  /* line 281, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(2) .post-link {
    margin-left: auto;
  }
  /* line 285, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(1) {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 285, ../sass/parts/articles/single/_overview.sass */
  .section-overview .tease:nth-child(1) {
    float: left;
    width: 41.66667%;
  }
}

/* line 290, ../sass/parts/articles/single/_overview.sass */
.section-overview .owl-carousel, .section-overview .page-template-whats-on-overview .listing-content .months, .page-template-whats-on-overview .listing-content .section-overview .months {
  margin-bottom: 20px;
}
/* line 294, ../sass/parts/articles/single/_overview.sass */
.section-overview .owl-carousel .tease, .section-overview .page-template-whats-on-overview .listing-content .months .tease, .page-template-whats-on-overview .listing-content .section-overview .months .tease {
  padding: 0;
}

/** JOBS OVERVIEW */
/* line 304, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .article-body {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  /* line 307, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 307, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .article-content {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 307, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .article-content {
    left: 16.66667%;
  }
}

/* line 315, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 315, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 315, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 315, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 315, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease {
    float: left;
    width: 100%;
  }
}

/* line 326, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease article {
  padding-top: 20px;
  border-top: 1px solid #878787;
}
/* line 331, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease .post-date {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: block;
  padding-bottom: 10px;
}
/* line 336, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #eb223d;
  text-transform: none;
}
@media (min-width: 1024px) {
  /* line 336, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-jobs-overview .tease h3 a {
  color: inherit;
}
/* line 341, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease .post-link .decoration {
  max-width: 37px;
}
/* line 344, ../sass/parts/articles/single/_overview.sass */
.page-template-jobs-overview .tease .post-link .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 344, ../sass/parts/articles/single/_overview.sass */
  .page-template-jobs-overview .tease .post-link .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** NEWS OVERVIEW */
/* line 354, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .pagination a {
  visibility: hidden;
}
@media (min-width: 1024px) {
  /* line 357, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 357, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 357, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content {
    left: 16.66667%;
  }
}

/* line 366, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
/* line 373, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease header h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  padding-top: 5px;
  text-transform: none;
}
/* line 378, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease header h3 a {
  color: #eb223d;
}
/* line 381, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease header p {
  display: none;
}
/* line 384, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease header > div {
  flex: 0;
}
/* line 387, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease .category {
  color: #000000;
}
/* line 390, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease .post-date {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  /* line 390, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease .post-date {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 393, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease .post-date:before {
  color: #eb223d;
}
/* line 397, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease .post-link .decoration {
  max-width: 37px;
}
/* line 400, ../sass/parts/articles/single/_overview.sass */
.page-template-news-blog-overview .article-content .tease .post-link .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 400, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease .post-link .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 405, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease article {
    flex-direction: row;
  }
  /* line 408, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease article .post-image {
    width: 50%;
  }
  /* line 411, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease article header {
    width: 50%;
    margin-left: 20px;
  }
  /* line 415, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease article h3 {
    padding: 20px 0 10px;
  }
}
@media (min-width: 1024px) {
  /* line 366, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 366, ../sass/parts/articles/single/_overview.sass */
  .page-template-news-blog-overview .article-content .tease {
    float: left;
    width: 100%;
  }
}

/** RESIDENTS OVERVIEW */
/* line 434, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .section-header {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 444, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 448, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 451, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  /* line 455, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 458, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(3n+1) {
    clear: none;
  }
  /* line 461, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:nth-child(4n+1) {
    clear: both;
  }
}
/* line 467, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #eb223d;
  text-transform: none;
}
@media (min-width: 1024px) {
  /* line 467, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:not(.featured) header h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header h3 a {
  color: inherit;
}
/* line 471, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header p {
  text-transform: none;
}
/* line 474, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header a {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
  text-transform: none;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-residents-overview .residents-overview .tease:not(.featured) header a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-residents-overview .residents-overview .tease:not(.featured) header a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 479, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header a .decoration {
  max-width: 37px;
}
/* line 482, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview .tease:not(.featured) header a path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 482, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview .tease:not(.featured) header a path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 487, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease {
  clear: none !important;
}
@media (min-width: 768px) {
  /* line 487, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 487, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 487, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 487, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease {
    float: left;
    width: 50%;
  }
}

/* line 497, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header {
  padding: 40px;
  background: #000000 !important;
  color: #ffffff;
  margin: -30px 20px 0;
}
@media (min-width: 1024px) {
  /* line 497, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease header {
    margin: -30px 30px 0 80px;
  }
}
/* line 507, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header div {
  position: relative;
  z-index: 2;
}
/* line 511, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  text-transform: none;
}
@media (min-width: 1024px) {
  /* line 511, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease header h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-residents-overview .residents-overview.featured .tease header h3 a {
  color: inherit;
}
/* line 515, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header p {
  text-transform: none;
}
/* line 518, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header a {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
  text-transform: none;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-residents-overview .residents-overview.featured .tease header a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-residents-overview .residents-overview.featured .tease header a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-residents-overview .residents-overview.featured .tease header a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-residents-overview .residents-overview.featured .tease header a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 524, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header a .decoration {
  max-width: 37px;
}
/* line 527, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header a path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 527, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease header a path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 530, ../sass/parts/articles/single/_overview.sass */
.page-template-residents-overview .residents-overview.featured .tease header .squiggle {
  display: none;
}
@media (min-width: 768px) {
  /* line 534, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 534, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 534, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 534, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 541, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child article {
    flex-direction: row;
  }
  /* line 544, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child .post-image {
    width: 67%;
  }
  /* line 547, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child header {
    margin: 4% 0 80px -100px;
  }
  /* line 550, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child header .squiggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -90px;
    right: -12px;
    bottom: -40px;
  }
  /* line 559, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child header .squiggle path {
    stroke: #000000;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  /* line 559, ../sass/parts/articles/single/_overview.sass */
  .page-template-residents-overview .residents-overview.featured .tease:first-child header .squiggle path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** SHOP */
/* line 566, ../sass/parts/articles/single/_overview.sass */
.page-template-shop main {
  background: #f2f2f2;
}
/* line 571, ../sass/parts/articles/single/_overview.sass */
.page-template-shop .overview header h1 {
  margin-top: 50px;
  background: transparent;
}
/* line 575, ../sass/parts/articles/single/_overview.sass */
.page-template-shop .overview .intro {
  padding-bottom: 50px;
}
/* line 579, ../sass/parts/articles/single/_overview.sass */
.page-template-shop .tease-merchandise header {
  background: transparent !important;
}
/* line 582, ../sass/parts/articles/single/_overview.sass */
.page-template-shop .tease-merchandise button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 48, ../sass/mixins/_buttons.sass */
.page-template-shop .tease-merchandise button:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.page-template-shop .tease-merchandise button:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .page-template-shop .tease-merchandise button:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 582, ../sass/parts/articles/single/_overview.sass */
  .page-template-shop .tease-merchandise button {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.page-template-shop .tease-merchandise button.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 586, ../sass/parts/articles/single/_overview.sass */
.page-template-shop .tease-merchandise .item-content {
  display: none;
}
@media (min-width: 768px) {
  /* line 590, ../sass/parts/articles/single/_overview.sass */
  .page-template-shop .tease-merchandise:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  /* line 594, ../sass/parts/articles/single/_overview.sass */
  .page-template-shop .tease-merchandise:nth-child(2n+1) {
    clear: none;
  }
  /* line 597, ../sass/parts/articles/single/_overview.sass */
  .page-template-shop .tease-merchandise:nth-child(4n+1) {
    clear: left;
  }
}

/* line 603, ../sass/parts/articles/single/_overview.sass */
#merchandise.in {
  display: flex !important;
  align-items: center;
}
/* line 607, ../sass/parts/articles/single/_overview.sass */
#merchandise .modal-body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 607, ../sass/parts/articles/single/_overview.sass */
  #merchandise .modal-body {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  /* line 614, ../sass/parts/articles/single/_overview.sass */
  #merchandise .item-image {
    width: 50%;
  }
}
/* line 618, ../sass/parts/articles/single/_overview.sass */
#merchandise .item-info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 618, ../sass/parts/articles/single/_overview.sass */
  #merchandise .item-info {
    width: 50%;
    margin-top: 0;
    margin-left: 20px;
  }
}
/* line 626, ../sass/parts/articles/single/_overview.sass */
#merchandise .item-description {
  padding-top: 20px;
}
/* line 630, ../sass/parts/articles/single/_overview.sass */
#merchandise [data-dismiss] path {
  stroke: #000000;
}
/* line 633, ../sass/parts/articles/single/_overview.sass */
#merchandise [data-submit-merchandise] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 48, ../sass/mixins/_buttons.sass */
#merchandise [data-submit-merchandise]:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
#merchandise [data-submit-merchandise]:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  #merchandise [data-submit-merchandise]:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 633, ../sass/parts/articles/single/_overview.sass */
  #merchandise [data-submit-merchandise] {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
#merchandise [data-submit-merchandise].soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}

/** HIRE OVERVIEW */
/* line 643, ../sass/parts/articles/single/_overview.sass */
.page-template-hire-overview main,
.page-template-hire-detail main {
  padding-bottom: 0;
}
/* line 650, ../sass/parts/articles/single/_overview.sass */
.page-template-hire-overview .section-overview,
.page-template-hire-detail .section-overview {
  margin-top: 40px;
}
@media (min-width: 768px) {
  /* line 650, ../sass/parts/articles/single/_overview.sass */
  .page-template-hire-overview .section-overview,
  .page-template-hire-detail .section-overview {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  /* line 663, ../sass/parts/articles/single/_overview.sass */
  .page-template-hire-overview .section-overview .section-header,
  .page-template-hire-detail .section-overview .section-header {
    font-size: 32px;
    line-height: 80px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  /* line 672, ../sass/parts/articles/single/_overview.sass */
  .page-template-hire-overview .section-overview .section-header,
  .page-template-hire-detail .section-overview .section-header {
    font-size: 60px;
    line-height: 80px;
    padding-top: 60px;
  }
}

/* line 682, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .people-overview section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 682, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .people-overview section {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 682, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .people-overview section {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 682, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .people-overview section {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 682, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .people-overview section {
    float: left;
    width: 100%;
  }
}

/* line 693, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .section-title h2 {
  text-transform: none;
}
/* line 698, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .section-category h4 {
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  background-image: url("/wp-content/themes/richmix/skin/images/divider.svg");
  background-repeat: no-repeat;
  background-size: 100% 12px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  /* line 707, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 707, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 712, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 707, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 707, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  /* line 718, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person:nth-child(2n+1) {
    clear: none;
  }
  /* line 721, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person:nth-child(4n+1) {
    clear: both;
  }
}
/* line 724, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  margin: 30px 0;
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-people-overview .tease-person .person-image a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-people-overview .tease-person .person-image .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 732, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-image .decoration {
  z-index: 1;
}
/* line 735, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-image path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 735, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person .person-image path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 738, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-image .image {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
/* line 746, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-image .image img {
  border-radius: 50%;
}
/* line 750, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-role {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 755, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-board-role {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 759, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person a[href^="mailto"] {
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 486, ../sass/mixins/_typography.sass */
.page-template-people-overview .tease-person a[href^="mailto"]:after {
  font-family: "richmix";
  font-size: 24px;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 6px;
  color: #eb223d;
  speak: none;
}
/* line 767, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio .bio-text {
  padding: 12px 0;
}
/* line 770, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a {
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-people-overview .tease-person .person-bio a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-people-overview .tease-person .person-bio a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-people-overview .tease-person .person-bio a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-people-overview .tease-person .person-bio a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 776, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a .decoration {
  max-width: 17px;
  margin-left: 6px;
}
/* line 781, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a .plus path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 781, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person .person-bio a .plus path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 784, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a .dismiss {
  display: none;
}
/* line 786, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a .dismiss path {
  stroke: #eb223d;
  stroke-width: 10;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 786, ../sass/parts/articles/single/_overview.sass */
  .page-template-people-overview .tease-person .person-bio a .dismiss path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 790, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a[aria-expanded="true"] .plus {
  display: none;
}
/* line 793, ../sass/parts/articles/single/_overview.sass */
.page-template-people-overview .tease-person .person-bio a[aria-expanded="true"] .dismiss {
  display: inline-flex;
}

/** FILMS and EVENTS */
/* line 8, ../sass/parts/articles/single/_events.sass */
.single-cinema main,
.single-events main,
.single-digitalevent main,
.single-projects main {
  padding-bottom: 0;
}
/* line 12, ../sass/parts/articles/single/_events.sass */
.single-cinema article > header,
.single-events article > header,
.single-digitalevent article > header,
.single-projects article > header {
  background: #000000;
}
/* line 15, ../sass/parts/articles/single/_events.sass */
.single-cinema .header,
.single-events .header,
.single-digitalevent .header,
.single-projects .header {
  background: #000000;
}
/* line 18, ../sass/parts/articles/single/_events.sass */
.single-cinema .header .container, .single-cinema .header .listing-content,
.single-events .header .container,
.single-events .header .listing-content,
.single-digitalevent .header .container,
.single-digitalevent .header .listing-content,
.single-projects .header .container,
.single-projects .header .listing-content {
  background: #000000;
}
@media (min-width: 768px) {
  /* line 15, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header,
  .single-events .header,
  .single-digitalevent .header,
  .single-projects .header {
    background: transparent;
  }
  /* line 24, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header .container, .single-cinema .header .listing-content,
  .single-events .header .container,
  .single-events .header .listing-content,
  .single-digitalevent .header .container,
  .single-digitalevent .header .listing-content,
  .single-projects .header .container,
  .single-projects .header .listing-content {
    background: transparent;
  }
}
/* line 30, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title,
.single-events header .article-header .page-title,
.single-digitalevent header .article-header .page-title,
.single-projects header .article-header .page-title {
  padding: 20px 0;
}
@media (min-width: 768px) {
  /* line 30, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title,
  .single-events header .article-header .page-title,
  .single-digitalevent header .article-header .page-title,
  .single-projects header .article-header .page-title {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  /* line 30, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title,
  .single-events header .article-header .page-title,
  .single-digitalevent header .article-header .page-title,
  .single-projects header .article-header .page-title {
    padding: 0 12px;
  }
}
/* line 48, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1,
.single-events header .article-header .page-title h1,
.single-digitalevent header .article-header .page-title h1,
.single-projects header .article-header .page-title h1 {
  display: flex;
  min-width: 50%;
  background: #000000;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 48, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1,
  .single-events header .article-header .page-title h1,
  .single-digitalevent header .article-header .page-title h1,
  .single-projects header .article-header .page-title h1 {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* line 48, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1,
  .single-events header .article-header .page-title h1,
  .single-digitalevent header .article-header .page-title h1,
  .single-projects header .article-header .page-title h1 {
    font-size: 60px;
    line-height: 82px;
  }
}
/* line 79, ../sass/mixins/_typography.sass */
.single-cinema header .article-header .page-title h1 small,
.single-events header .article-header .page-title h1 small,
.single-digitalevent header .article-header .page-title h1 small,
.single-projects header .article-header .page-title h1 small {
  display: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .single-cinema header .article-header .page-title h1 small,
  .single-events header .article-header .page-title h1 small,
  .single-digitalevent header .article-header .page-title h1 small,
  .single-projects header .article-header .page-title h1 small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1,
  .single-events header .article-header .page-title h1,
  .single-digitalevent header .article-header .page-title h1,
  .single-projects header .article-header .page-title h1 {
    display: inline-block;
    font-family: "ProximaNova-Extrabld";
    font-weight: normal;
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 48, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1,
  .single-events header .article-header .page-title h1,
  .single-digitalevent header .article-header .page-title h1,
  .single-projects header .article-header .page-title h1 {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  /* line 48, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1,
  .single-events header .article-header .page-title h1,
  .single-digitalevent header .article-header .page-title h1,
  .single-projects header .article-header .page-title h1 {
    font-size: 60px;
    line-height: 82px;
  }
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .single-cinema header .article-header .page-title h1 small,
  .single-events header .article-header .page-title h1 small,
  .single-digitalevent header .article-header .page-title h1 small,
  .single-projects header .article-header .page-title h1 small {
    display: none;
    color: #000000;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .single-cinema header .article-header .page-title h1 small,
  .single-events header .article-header .page-title h1 small,
  .single-digitalevent header .article-header .page-title h1 small,
  .single-projects header .article-header .page-title h1 small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #000000;
  }
}

/* line 58, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 small,
.single-events header .article-header .page-title h1 small,
.single-digitalevent header .article-header .page-title h1 small,
.single-projects header .article-header .page-title h1 small {
  display: flex;
}
@media (min-width: 768px) {
  /* line 58, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small,
  .single-events header .article-header .page-title h1 small,
  .single-digitalevent header .article-header .page-title h1 small,
  .single-projects header .article-header .page-title h1 small {
    margin-left: auto;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  /* line 58, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small,
  .single-events header .article-header .page-title h1 small,
  .single-digitalevent header .article-header .page-title h1 small,
  .single-projects header .article-header .page-title h1 small {
    margin-left: 0;
  }
}
/* line 69, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 small .rating,
.single-events header .article-header .page-title h1 small .rating,
.single-digitalevent header .article-header .page-title h1 small .rating,
.single-projects header .article-header .page-title h1 small .rating {
  margin: 6px;
  padding-left: 0;
}
/* line 73, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 small .rating.rating-f,
.single-events header .article-header .page-title h1 small .rating.rating-f,
.single-digitalevent header .article-header .page-title h1 small .rating.rating-f,
.single-projects header .article-header .page-title h1 small .rating.rating-f {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 73, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small .rating.rating-f,
  .single-events header .article-header .page-title h1 small .rating.rating-f,
  .single-digitalevent header .article-header .page-title h1 small .rating.rating-f,
  .single-projects header .article-header .page-title h1 small .rating.rating-f {
    margin-top: 25px;
  }
}
/* line 81, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 small .rating.rating-f span,
.single-events header .article-header .page-title h1 small .rating.rating-f span,
.single-digitalevent header .article-header .page-title h1 small .rating.rating-f span,
.single-projects header .article-header .page-title h1 small .rating.rating-f span {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 69, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small .rating,
  .single-events header .article-header .page-title h1 small .rating,
  .single-digitalevent header .article-header .page-title h1 small .rating,
  .single-projects header .article-header .page-title h1 small .rating {
    margin: 0;
    margin-left: auto;
    padding-left: 10px;
  }
  /* line 91, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small .rating + .rating,
  .single-events header .article-header .page-title h1 small .rating + .rating,
  .single-digitalevent header .article-header .page-title h1 small .rating + .rating,
  .single-projects header .article-header .page-title h1 small .rating + .rating {
    margin-left: 0;
  }
}
/* line 95, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 small .date-range,
.single-events header .article-header .page-title h1 small .date-range,
.single-digitalevent header .article-header .page-title h1 small .date-range,
.single-projects header .article-header .page-title h1 small .date-range {
  display: none;
}
@media (min-width: 768px) {
  /* line 95, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 small .date-range,
  .single-events header .article-header .page-title h1 small .date-range,
  .single-digitalevent header .article-header .page-title h1 small .date-range,
  .single-projects header .article-header .page-title h1 small .date-range {
    display: inline-block;
    margin-right: 15px;
  }
}
/* line 103, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title.projects h1,
.single-events header .article-header .page-title.projects h1,
.single-digitalevent header .article-header .page-title.projects h1,
.single-projects header .article-header .page-title.projects h1 {
  min-width: initial;
}
/* line 107, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title.events h1,
.single-events header .article-header .page-title.events h1,
.single-digitalevent header .article-header .page-title.events h1,
.single-projects header .article-header .page-title.events h1 {
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 107, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title.events h1,
  .single-events header .article-header .page-title.events h1,
  .single-digitalevent header .article-header .page-title.events h1,
  .single-projects header .article-header .page-title.events h1 {
    flex-direction: row;
  }
}
/* line 113, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title .promoter,
.single-events header .article-header .page-title .promoter,
.single-digitalevent header .article-header .page-title .promoter,
.single-projects header .article-header .page-title .promoter {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}
/* line 10, ../sass/mixins/_typography.sass */
.single-cinema header .article-header .page-title .promoter b, .single-cinema header .article-header .page-title .promoter strong, .single-cinema header .article-header .page-title .promoter dt,
.single-events header .article-header .page-title .promoter b,
.single-events header .article-header .page-title .promoter strong,
.single-events header .article-header .page-title .promoter dt,
.single-digitalevent header .article-header .page-title .promoter b,
.single-digitalevent header .article-header .page-title .promoter strong,
.single-digitalevent header .article-header .page-title .promoter dt,
.single-projects header .article-header .page-title .promoter b,
.single-projects header .article-header .page-title .promoter strong,
.single-projects header .article-header .page-title .promoter dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.single-cinema header .article-header .page-title .promoter b em, .single-cinema header .article-header .page-title .promoter b i, .single-cinema header .article-header .page-title .promoter strong em, .single-cinema header .article-header .page-title .promoter strong i, .single-cinema header .article-header .page-title .promoter dt em, .single-cinema header .article-header .page-title .promoter dt i,
.single-events header .article-header .page-title .promoter b em,
.single-events header .article-header .page-title .promoter b i,
.single-events header .article-header .page-title .promoter strong em,
.single-events header .article-header .page-title .promoter strong i,
.single-events header .article-header .page-title .promoter dt em,
.single-events header .article-header .page-title .promoter dt i,
.single-digitalevent header .article-header .page-title .promoter b em,
.single-digitalevent header .article-header .page-title .promoter b i,
.single-digitalevent header .article-header .page-title .promoter strong em,
.single-digitalevent header .article-header .page-title .promoter strong i,
.single-digitalevent header .article-header .page-title .promoter dt em,
.single-digitalevent header .article-header .page-title .promoter dt i,
.single-projects header .article-header .page-title .promoter b em,
.single-projects header .article-header .page-title .promoter b i,
.single-projects header .article-header .page-title .promoter strong em,
.single-projects header .article-header .page-title .promoter strong i,
.single-projects header .article-header .page-title .promoter dt em,
.single-projects header .article-header .page-title .promoter dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.single-cinema header .article-header .page-title .promoter i, .single-cinema header .article-header .page-title .promoter em,
.single-events header .article-header .page-title .promoter i,
.single-events header .article-header .page-title .promoter em,
.single-digitalevent header .article-header .page-title .promoter i,
.single-digitalevent header .article-header .page-title .promoter em,
.single-projects header .article-header .page-title .promoter i,
.single-projects header .article-header .page-title .promoter em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.single-cinema header .article-header .page-title .promoter i strong, .single-cinema header .article-header .page-title .promoter i b, .single-cinema header .article-header .page-title .promoter i dt, .single-cinema header .article-header .page-title .promoter em strong, .single-cinema header .article-header .page-title .promoter em b, .single-cinema header .article-header .page-title .promoter em dt,
.single-events header .article-header .page-title .promoter i strong,
.single-events header .article-header .page-title .promoter i b,
.single-events header .article-header .page-title .promoter i dt,
.single-events header .article-header .page-title .promoter em strong,
.single-events header .article-header .page-title .promoter em b,
.single-events header .article-header .page-title .promoter em dt,
.single-digitalevent header .article-header .page-title .promoter i strong,
.single-digitalevent header .article-header .page-title .promoter i b,
.single-digitalevent header .article-header .page-title .promoter i dt,
.single-digitalevent header .article-header .page-title .promoter em strong,
.single-digitalevent header .article-header .page-title .promoter em b,
.single-digitalevent header .article-header .page-title .promoter em dt,
.single-projects header .article-header .page-title .promoter i strong,
.single-projects header .article-header .page-title .promoter i b,
.single-projects header .article-header .page-title .promoter i dt,
.single-projects header .article-header .page-title .promoter em strong,
.single-projects header .article-header .page-title .promoter em b,
.single-projects header .article-header .page-title .promoter em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 119, ../sass/parts/articles/single/_events.sass */
.single-cinema .intro,
.single-events .intro,
.single-digitalevent .intro,
.single-projects .intro {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 119, ../sass/parts/articles/single/_events.sass */
  .single-cinema .intro,
  .single-events .intro,
  .single-digitalevent .intro,
  .single-projects .intro {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 119, ../sass/parts/articles/single/_events.sass */
  .single-cinema .intro,
  .single-events .intro,
  .single-digitalevent .intro,
  .single-projects .intro {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 119, ../sass/parts/articles/single/_events.sass */
  .single-cinema .intro,
  .single-events .intro,
  .single-digitalevent .intro,
  .single-projects .intro {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 119, ../sass/parts/articles/single/_events.sass */
  .single-cinema .intro,
  .single-events .intro,
  .single-digitalevent .intro,
  .single-projects .intro {
    float: left;
    width: 66.66667%;
  }
}

/* line 134, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details,
.single-events .show-details,
.single-digitalevent .show-details,
.single-projects .show-details {
  position: relative;
  background: #000000;
  color: #ffffff;
  z-index: 100;
}
@media (min-width: 1024px) {
  /* line 134, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details,
  .single-events .show-details,
  .single-digitalevent .show-details,
  .single-projects .show-details {
    padding: 22px 0;
  }
}
/* line 143, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details a,
.single-events .show-details a,
.single-digitalevent .show-details a,
.single-projects .show-details a {
  color: #ffffff;
}
/* line 147, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details ul,
.single-events .show-details ul,
.single-digitalevent .show-details ul,
.single-projects .show-details ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
.single-cinema .show-details ul li,
.single-events .show-details ul li,
.single-digitalevent .show-details ul li,
.single-projects .show-details ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .single-cinema .show-details ul li,
  .single-events .show-details ul li,
  .single-digitalevent .show-details ul li,
  .single-projects .show-details ul li {
    display: inline;
  }
}
/* line 150, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details section,
.single-events .show-details section,
.single-digitalevent .show-details section,
.single-projects .show-details section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  /* line 150, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details section,
  .single-events .show-details section,
  .single-digitalevent .show-details section,
  .single-projects .show-details section {
    flex-wrap: nowrap;
  }
}
/* line 157, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .bookings,
.single-events .show-details .bookings,
.single-digitalevent .show-details .bookings,
.single-projects .show-details .bookings {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  display: flex;
  flex-grow: 1;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 157, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings,
  .single-events .show-details .bookings,
  .single-digitalevent .show-details .bookings,
  .single-projects .show-details .bookings {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  /* line 157, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings,
  .single-events .show-details .bookings,
  .single-digitalevent .show-details .bookings,
  .single-projects .show-details .bookings {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 157, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings,
  .single-events .show-details .bookings,
  .single-digitalevent .show-details .bookings,
  .single-projects .show-details .bookings {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 157, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings,
  .single-events .show-details .bookings,
  .single-digitalevent .show-details .bookings,
  .single-projects .show-details .bookings {
    float: left;
    width: 33.33333%;
  }
}

/* line 173, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .bookings .booking-date,
.single-events .show-details .bookings .booking-date,
.single-digitalevent .show-details .bookings .booking-date,
.single-projects .show-details .bookings .booking-date {
  display: flex;
  flex-direction: column;
}
/* line 177, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .bookings .booking-date .booking,
.single-events .show-details .bookings .booking-date .booking,
.single-digitalevent .show-details .bookings .booking-date .booking,
.single-projects .show-details .bookings .booking-date .booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: 200px;
  height: 50px;
  margin-top: 20px !important;
}
/* line 48, ../sass/mixins/_buttons.sass */
.single-cinema .show-details .bookings .booking-date .booking:hover,
.single-events .show-details .bookings .booking-date .booking:hover,
.single-digitalevent .show-details .bookings .booking-date .booking:hover,
.single-projects .show-details .bookings .booking-date .booking:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.single-cinema .show-details .bookings .booking-date .booking:nth-child(odd),
.single-events .show-details .bookings .booking-date .booking:nth-child(odd),
.single-digitalevent .show-details .bookings .booking-date .booking:nth-child(odd),
.single-projects .show-details .bookings .booking-date .booking:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .single-cinema .show-details .bookings .booking-date .booking:nth-child(odd),
  .single-events .show-details .bookings .booking-date .booking:nth-child(odd),
  .single-digitalevent .show-details .bookings .booking-date .booking:nth-child(odd),
  .single-projects .show-details .bookings .booking-date .booking:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 177, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings .booking-date .booking,
  .single-events .show-details .bookings .booking-date .booking,
  .single-digitalevent .show-details .bookings .booking-date .booking,
  .single-projects .show-details .bookings .booking-date .booking {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.single-cinema .show-details .bookings .booking-date .booking.soldout,
.single-events .show-details .bookings .booking-date .booking.soldout,
.single-digitalevent .show-details .bookings .booking-date .booking.soldout,
.single-projects .show-details .bookings .booking-date .booking.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 177, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings .booking-date .booking,
  .single-events .show-details .bookings .booking-date .booking,
  .single-digitalevent .show-details .bookings .booking-date .booking,
  .single-projects .show-details .bookings .booking-date .booking {
    width: 200px;
    height: 50px;
    margin-top: 10px !important;
  }
}
/* line 189, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info,
.single-events .show-details .info,
.single-digitalevent .show-details .info,
.single-projects .show-details .info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  /* line 189, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .info,
  .single-events .show-details .info,
  .single-digitalevent .show-details .info,
  .single-projects .show-details .info {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 194, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info.events,
.single-events .show-details .info.events,
.single-digitalevent .show-details .info.events,
.single-projects .show-details .info.events {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 189, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .info,
  .single-events .show-details .info,
  .single-digitalevent .show-details .info,
  .single-projects .show-details .info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 189, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .info,
  .single-events .show-details .info,
  .single-digitalevent .show-details .info,
  .single-projects .show-details .info {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 189, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .info,
  .single-events .show-details .info,
  .single-digitalevent .show-details .info,
  .single-projects .show-details .info {
    float: left;
    width: 33.33333%;
  }
}

/* line 207, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info .duration,
.single-cinema .show-details .info .price-range,
.single-events .show-details .info .duration,
.single-events .show-details .info .price-range,
.single-digitalevent .show-details .info .duration,
.single-digitalevent .show-details .info .price-range,
.single-projects .show-details .info .duration,
.single-projects .show-details .info .price-range {
  padding-bottom: 5px;
}
/* line 212, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info.events .price-range,
.single-events .show-details .info.events .price-range,
.single-digitalevent .show-details .info.events .price-range,
.single-projects .show-details .info.events .price-range {
  padding-bottom: 0;
}
/* line 215, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info .pricing,
.single-events .show-details .info .pricing,
.single-digitalevent .show-details .info .pricing,
.single-projects .show-details .info .pricing {
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 220, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .info .pricing a,
.single-events .show-details .info .pricing a,
.single-digitalevent .show-details .info .pricing a,
.single-projects .show-details .info .pricing a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.single-cinema .show-details .info .pricing a .decoration,
.single-events .show-details .info .pricing a .decoration,
.single-digitalevent .show-details .info .pricing a .decoration,
.single-projects .show-details .info .pricing a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .single-cinema .show-details .info .pricing a .decoration,
  .single-events .show-details .info .pricing a .decoration,
  .single-digitalevent .show-details .info .pricing a .decoration,
  .single-projects .show-details .info .pricing a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.single-cinema .show-details .info .pricing a .decoration path,
.single-events .show-details .info .pricing a .decoration path,
.single-digitalevent .show-details .info .pricing a .decoration path,
.single-projects .show-details .info .pricing a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .single-cinema .show-details .info .pricing a .decoration path,
  .single-events .show-details .info .pricing a .decoration path,
  .single-digitalevent .show-details .info .pricing a .decoration path,
  .single-projects .show-details .info .pricing a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 223, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .bookings + .info,
.single-events .show-details .bookings + .info,
.single-digitalevent .show-details .bookings + .info,
.single-projects .show-details .bookings + .info {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  /* line 223, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .bookings + .info,
  .single-events .show-details .bookings + .info,
  .single-digitalevent .show-details .bookings + .info,
  .single-projects .show-details .bookings + .info {
    float: left;
    width: 41.66667%;
  }
}
/* line 226, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .multi-session-info,
.single-events .show-details .multi-session-info,
.single-digitalevent .show-details .multi-session-info,
.single-projects .show-details .multi-session-info {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  /* line 226, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .multi-session-info,
  .single-events .show-details .multi-session-info,
  .single-digitalevent .show-details .multi-session-info,
  .single-projects .show-details .multi-session-info {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 229, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .crew,
.single-cinema .show-details .multi-session-info,
.single-events .show-details .crew,
.single-events .show-details .multi-session-info,
.single-digitalevent .show-details .crew,
.single-digitalevent .show-details .multi-session-info,
.single-projects .show-details .crew,
.single-projects .show-details .multi-session-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 229, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .crew,
  .single-cinema .show-details .multi-session-info,
  .single-events .show-details .crew,
  .single-events .show-details .multi-session-info,
  .single-digitalevent .show-details .crew,
  .single-digitalevent .show-details .multi-session-info,
  .single-projects .show-details .crew,
  .single-projects .show-details .multi-session-info {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  /* line 229, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .crew,
  .single-cinema .show-details .multi-session-info,
  .single-events .show-details .crew,
  .single-events .show-details .multi-session-info,
  .single-digitalevent .show-details .crew,
  .single-digitalevent .show-details .multi-session-info,
  .single-projects .show-details .crew,
  .single-projects .show-details .multi-session-info {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 229, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .crew,
  .single-cinema .show-details .multi-session-info,
  .single-events .show-details .crew,
  .single-events .show-details .multi-session-info,
  .single-digitalevent .show-details .crew,
  .single-digitalevent .show-details .multi-session-info,
  .single-projects .show-details .crew,
  .single-projects .show-details .multi-session-info {
    float: left;
    width: 33.33333%;
  }
}

/* line 243, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .crew .director,
.single-cinema .show-details .multi-session-info .director,
.single-events .show-details .crew .director,
.single-events .show-details .multi-session-info .director,
.single-digitalevent .show-details .crew .director,
.single-digitalevent .show-details .multi-session-info .director,
.single-projects .show-details .crew .director,
.single-projects .show-details .multi-session-info .director {
  padding-bottom: 10px;
}
/* line 246, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .crew span,
.single-cinema .show-details .multi-session-info span,
.single-events .show-details .crew span,
.single-events .show-details .multi-session-info span,
.single-digitalevent .show-details .crew span,
.single-digitalevent .show-details .multi-session-info span,
.single-projects .show-details .crew span,
.single-projects .show-details .multi-session-info span {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 250, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta,
.single-events .show-details .meta,
.single-digitalevent .show-details .meta,
.single-projects .show-details .meta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 250, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta,
  .single-events .show-details .meta,
  .single-digitalevent .show-details .meta,
  .single-projects .show-details .meta {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 250, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta,
  .single-events .show-details .meta,
  .single-digitalevent .show-details .meta,
  .single-projects .show-details .meta {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 250, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta,
  .single-events .show-details .meta,
  .single-digitalevent .show-details .meta,
  .single-projects .show-details .meta {
    float: left;
    width: 33.33333%;
  }
}

/* line 266, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category,
.single-events .show-details .meta .category,
.single-digitalevent .show-details .meta .category,
.single-projects .show-details .meta .category {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 266, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .category,
  .single-events .show-details .meta .category,
  .single-digitalevent .show-details .meta .category,
  .single-projects .show-details .meta .category {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  /* line 266, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .category,
  .single-events .show-details .meta .category,
  .single-digitalevent .show-details .meta .category,
  .single-projects .show-details .meta .category {
    justify-content: flex-end;
  }
}
/* line 275, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category li,
.single-events .show-details .meta .category li,
.single-digitalevent .show-details .meta .category li,
.single-projects .show-details .meta .category li {
  margin-right: 10px;
  position: relative;
  margin-bottom: 15px;
}
/* line 22, ../sass/mixins/_svg.sass */
.single-cinema .show-details .meta .category li a,
.single-events .show-details .meta .category li a,
.single-digitalevent .show-details .meta .category li a,
.single-projects .show-details .meta .category li a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.single-cinema .show-details .meta .category li .decoration,
.single-events .show-details .meta .category li .decoration,
.single-digitalevent .show-details .meta .category li .decoration,
.single-projects .show-details .meta .category li .decoration {
  position: absolute;
  top: initial;
  right: 0;
  bottom: -7px;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 275, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .category li,
  .single-events .show-details .meta .category li,
  .single-digitalevent .show-details .meta .category li,
  .single-projects .show-details .meta .category li {
    position: relative;
    margin-bottom: 10px;
  }
  /* line 22, ../sass/mixins/_svg.sass */
  .single-cinema .show-details .meta .category li a,
  .single-events .show-details .meta .category li a,
  .single-digitalevent .show-details .meta .category li a,
  .single-projects .show-details .meta .category li a {
    position: relative;
    z-index: 1;
  }
  /* line 26, ../sass/mixins/_svg.sass */
  .single-cinema .show-details .meta .category li .decoration,
  .single-events .show-details .meta .category li .decoration,
  .single-digitalevent .show-details .meta .category li .decoration,
  .single-projects .show-details .meta .category li .decoration {
    position: absolute;
    top: initial;
    right: 0;
    bottom: -5px;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
/* line 285, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category li svg,
.single-events .show-details .meta .category li svg,
.single-digitalevent .show-details .meta .category li svg,
.single-projects .show-details .meta .category li svg {
  height: 10px;
}
@media (min-width: 1024px) {
  /* line 285, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .category li svg,
  .single-events .show-details .meta .category li svg,
  .single-digitalevent .show-details .meta .category li svg,
  .single-projects .show-details .meta .category li svg {
    height: 12px;
  }
}
/* line 292, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category li path,
.single-events .show-details .meta .category li path,
.single-digitalevent .show-details .meta .category li path,
.single-projects .show-details .meta .category li path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 292, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .category li path,
  .single-events .show-details .meta .category li path,
  .single-digitalevent .show-details .meta .category li path,
  .single-projects .show-details .meta .category li path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 295, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category a,
.single-events .show-details .meta .category a,
.single-digitalevent .show-details .meta .category a,
.single-projects .show-details .meta .category a {
  color: #ffffff;
  white-space: nowrap;
}
/* line 299, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .category .festival,
.single-events .show-details .meta .category .festival,
.single-digitalevent .show-details .meta .category .festival,
.single-projects .show-details .meta .category .festival {
  display: block;
  width: 200px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  white-space: normal;
  background-image: url("/wp-content/themes/richmix/skin/images/circle-red-noratio.svg");
  background-repeat: no-repeat;
}
/* line 308, ../sass/parts/articles/single/_events.sass */
.single-cinema .show-details .meta .share,
.single-events .show-details .meta .share,
.single-digitalevent .show-details .meta .share,
.single-projects .show-details .meta .share {
  display: none;
}
@media (min-width: 1024px) {
  /* line 308, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .share,
  .single-events .show-details .meta .share,
  .single-digitalevent .show-details .meta .share,
  .single-projects .show-details .meta .share {
    font-size: 20px;
    line-height: 20px;
    font-family: "ProximaNova-Semibold";
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  /* line 320, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .share ul,
  .single-events .show-details .meta .share ul,
  .single-digitalevent .show-details .meta .share ul,
  .single-projects .show-details .meta .share ul {
    margin-left: 20px;
  }
  /* line 323, ../sass/parts/articles/single/_events.sass */
  .single-cinema .show-details .meta .share a,
  .single-events .show-details .meta .share a,
  .single-digitalevent .show-details .meta .share a,
  .single-projects .show-details .meta .share a {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #eb223d;
  }
  /* line 145, ../sass/mixins/_links.sass */
  .single-cinema .show-details .meta .share a:after,
  .single-events .show-details .meta .share a:after,
  .single-digitalevent .show-details .meta .share a:after,
  .single-projects .show-details .meta .share a:after {
    content: "";
  }
  /* line 474, ../sass/mixins/_typography.sass */
  .single-cinema .show-details .meta .share a.facebook:before,
  .single-events .show-details .meta .share a.facebook:before,
  .single-digitalevent .show-details .meta .share a.facebook:before,
  .single-projects .show-details .meta .share a.facebook:before {
    font-family: "richmix";
    font-size: inherit;
    content: "";
    display: inline-table;
    margin-right: 3px;
    color: inherit;
    speak: none;
  }
  /* line 474, ../sass/mixins/_typography.sass */
  .single-cinema .show-details .meta .share a.twitter:before,
  .single-events .show-details .meta .share a.twitter:before,
  .single-digitalevent .show-details .meta .share a.twitter:before,
  .single-projects .show-details .meta .share a.twitter:before {
    font-family: "richmix";
    font-size: inherit;
    content: "";
    display: inline-table;
    margin-right: 3px;
    color: inherit;
    speak: none;
  }
  /* line 474, ../sass/mixins/_typography.sass */
  .single-cinema .show-details .meta .share a.instagram:before,
  .single-events .show-details .meta .share a.instagram:before,
  .single-digitalevent .show-details .meta .share a.instagram:before,
  .single-projects .show-details .meta .share a.instagram:before {
    font-family: "richmix";
    font-size: inherit;
    content: "";
    display: inline-table;
    margin-right: 3px;
    color: inherit;
    speak: none;
  }
  /* line 474, ../sass/mixins/_typography.sass */
  .single-cinema .show-details .meta .share a.email:before,
  .single-events .show-details .meta .share a.email:before,
  .single-digitalevent .show-details .meta .share a.email:before,
  .single-projects .show-details .meta .share a.email:before {
    font-family: "richmix";
    font-size: inherit;
    content: "";
    display: inline-table;
    margin-right: 3px;
    color: inherit;
    speak: none;
  }
}
/* line 328, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances,
.single-events .instances,
.single-digitalevent .instances,
.single-projects .instances {
  position: relative;
  padding: 22px 0 20px;
  background: #f2f2f2;
  z-index: 100;
}
/* line 334, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .container, .single-cinema .instances .listing-content,
.single-events .instances .container,
.single-events .instances .listing-content,
.single-digitalevent .instances .container,
.single-digitalevent .instances .listing-content,
.single-projects .instances .container,
.single-projects .instances .listing-content {
  background: transparent;
}
/* line 337, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances header,
.single-cinema .instances .days,
.single-events .instances header,
.single-events .instances .days,
.single-digitalevent .instances header,
.single-digitalevent .instances .days,
.single-projects .instances header,
.single-projects .instances .days {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 337, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances header,
  .single-cinema .instances .days,
  .single-events .instances header,
  .single-events .instances .days,
  .single-digitalevent .instances header,
  .single-digitalevent .instances .days,
  .single-projects .instances header,
  .single-projects .instances .days {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 337, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances header,
  .single-cinema .instances .days,
  .single-events .instances header,
  .single-events .instances .days,
  .single-digitalevent .instances header,
  .single-digitalevent .instances .days,
  .single-projects .instances header,
  .single-projects .instances .days {
    float: left;
    width: 100%;
  }
}

/* line 349, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances header,
.single-events .instances header,
.single-digitalevent .instances header,
.single-projects .instances header {
  text-transform: uppercase;
  padding-bottom: 8px;
}
/* line 354, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .day,
.single-events .instances .day,
.single-digitalevent .instances .day,
.single-projects .instances .day {
  text-transform: uppercase;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
}
/* line 359, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .day .wrap,
.single-events .instances .day .wrap,
.single-digitalevent .instances .day .wrap,
.single-projects .instances .day .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 359, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .day .wrap,
  .single-events .instances .day .wrap,
  .single-digitalevent .instances .day .wrap,
  .single-projects .instances .day .wrap {
    flex-wrap: nowrap;
  }
}
/* line 368, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .weekday,
.single-events .instances .weekday,
.single-digitalevent .instances .weekday,
.single-projects .instances .weekday {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 368, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .weekday,
  .single-events .instances .weekday,
  .single-digitalevent .instances .weekday,
  .single-projects .instances .weekday {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 368, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .weekday,
  .single-events .instances .weekday,
  .single-digitalevent .instances .weekday,
  .single-projects .instances .weekday {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 368, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .weekday,
  .single-events .instances .weekday,
  .single-digitalevent .instances .weekday,
  .single-projects .instances .weekday {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 368, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .weekday,
  .single-events .instances .weekday,
  .single-digitalevent .instances .weekday,
  .single-projects .instances .weekday {
    float: left;
    width: 25%;
  }
}

/* line 384, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .instance-date,
.single-events .instances .instance-date,
.single-digitalevent .instances .instance-date,
.single-projects .instances .instance-date {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 384, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-date,
  .single-events .instances .instance-date,
  .single-digitalevent .instances .instance-date,
  .single-projects .instances .instance-date {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 384, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-date,
  .single-events .instances .instance-date,
  .single-digitalevent .instances .instance-date,
  .single-projects .instances .instance-date {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 384, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-date,
  .single-events .instances .instance-date,
  .single-digitalevent .instances .instance-date,
  .single-projects .instances .instance-date {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 384, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-date,
  .single-events .instances .instance-date,
  .single-digitalevent .instances .instance-date,
  .single-projects .instances .instance-date {
    float: left;
    width: 33.33333%;
  }
}

/* line 401, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .instance-price,
.single-events .instances .instance-price,
.single-digitalevent .instances .instance-price,
.single-projects .instances .instance-price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  /* line 401, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-price,
  .single-events .instances .instance-price,
  .single-digitalevent .instances .instance-price,
  .single-projects .instances .instance-price {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 401, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-price,
  .single-events .instances .instance-price,
  .single-digitalevent .instances .instance-price,
  .single-projects .instances .instance-price {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 401, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-price,
  .single-events .instances .instance-price,
  .single-digitalevent .instances .instance-price,
  .single-projects .instances .instance-price {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 401, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .instance-price,
  .single-events .instances .instance-price,
  .single-digitalevent .instances .instance-price,
  .single-projects .instances .instance-price {
    float: left;
    width: 16.66667%;
  }
}

/* line 413, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .times,
.single-events .instances .times,
.single-digitalevent .instances .times,
.single-projects .instances .times {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 413, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .times,
  .single-events .instances .times,
  .single-digitalevent .instances .times,
  .single-projects .instances .times {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 413, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .times,
  .single-events .instances .times,
  .single-digitalevent .instances .times,
  .single-projects .instances .times {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1024px) {
  /* line 413, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .times,
  .single-events .instances .times,
  .single-digitalevent .instances .times,
  .single-projects .instances .times {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 413, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .times,
  .single-events .instances .times,
  .single-digitalevent .instances .times,
  .single-projects .instances .times {
    float: left;
    width: 83.33333%;
  }
}

/* line 426, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .times .time,
.single-cinema .instances .times .booking,
.single-events .instances .times .time,
.single-events .instances .times .booking,
.single-digitalevent .instances .times .time,
.single-digitalevent .instances .times .booking,
.single-projects .instances .times .time,
.single-projects .instances .times .booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: calc(50% - 12px);
}
/* line 48, ../sass/mixins/_buttons.sass */
.single-cinema .instances .times .time:hover,
.single-cinema .instances .times .booking:hover,
.single-events .instances .times .time:hover,
.single-events .instances .times .booking:hover,
.single-digitalevent .instances .times .time:hover,
.single-digitalevent .instances .times .booking:hover,
.single-projects .instances .times .time:hover,
.single-projects .instances .times .booking:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.single-cinema .instances .times .time:nth-child(odd),
.single-cinema .instances .times .booking:nth-child(odd),
.single-events .instances .times .time:nth-child(odd),
.single-events .instances .times .booking:nth-child(odd),
.single-digitalevent .instances .times .time:nth-child(odd),
.single-digitalevent .instances .times .booking:nth-child(odd),
.single-projects .instances .times .time:nth-child(odd),
.single-projects .instances .times .booking:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .single-cinema .instances .times .time:nth-child(odd),
  .single-cinema .instances .times .booking:nth-child(odd),
  .single-events .instances .times .time:nth-child(odd),
  .single-events .instances .times .booking:nth-child(odd),
  .single-digitalevent .instances .times .time:nth-child(odd),
  .single-digitalevent .instances .times .booking:nth-child(odd),
  .single-projects .instances .times .time:nth-child(odd),
  .single-projects .instances .times .booking:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 426, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .times .time,
  .single-cinema .instances .times .booking,
  .single-events .instances .times .time,
  .single-events .instances .times .booking,
  .single-digitalevent .instances .times .time,
  .single-digitalevent .instances .times .booking,
  .single-projects .instances .times .time,
  .single-projects .instances .times .booking {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.single-cinema .instances .times .time.soldout,
.single-cinema .instances .times .booking.soldout,
.single-events .instances .times .time.soldout,
.single-events .instances .times .booking.soldout,
.single-digitalevent .instances .times .time.soldout,
.single-digitalevent .instances .times .booking.soldout,
.single-projects .instances .times .time.soldout,
.single-projects .instances .times .booking.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 431, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .times .time.special,
.single-cinema .instances .times .booking.special,
.single-events .instances .times .time.special,
.single-events .instances .times .booking.special,
.single-digitalevent .instances .times .time.special,
.single-digitalevent .instances .times .booking.special,
.single-projects .instances .times .time.special,
.single-projects .instances .times .booking.special {
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
.single-cinema .instances .times .time.special a,
.single-cinema .instances .times .booking.special a,
.single-events .instances .times .time.special a,
.single-events .instances .times .booking.special a,
.single-digitalevent .instances .times .time.special a,
.single-digitalevent .instances .times .booking.special a,
.single-projects .instances .times .time.special a,
.single-projects .instances .times .booking.special a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.single-cinema .instances .times .time.special .decoration,
.single-cinema .instances .times .booking.special .decoration,
.single-events .instances .times .time.special .decoration,
.single-events .instances .times .booking.special .decoration,
.single-digitalevent .instances .times .time.special .decoration,
.single-digitalevent .instances .times .booking.special .decoration,
.single-projects .instances .times .time.special .decoration,
.single-projects .instances .times .booking.special .decoration {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 434, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .times .time.special .decoration,
.single-cinema .instances .times .booking.special .decoration,
.single-events .instances .times .time.special .decoration,
.single-events .instances .times .booking.special .decoration,
.single-digitalevent .instances .times .time.special .decoration,
.single-digitalevent .instances .times .booking.special .decoration,
.single-projects .instances .times .time.special .decoration,
.single-projects .instances .times .booking.special .decoration {
  width: 18px;
}
/* line 437, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .times .time.special .decoration path,
.single-cinema .instances .times .booking.special .decoration path,
.single-events .instances .times .time.special .decoration path,
.single-events .instances .times .booking.special .decoration path,
.single-digitalevent .instances .times .time.special .decoration path,
.single-digitalevent .instances .times .booking.special .decoration path,
.single-projects .instances .times .time.special .decoration path,
.single-projects .instances .times .booking.special .decoration path {
  fill: #ffffff;
}
/* line 441, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .special-performance,
.single-events .instances .special-performance,
.single-digitalevent .instances .special-performance,
.single-projects .instances .special-performance {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: none;
}
/* line 22, ../sass/mixins/_svg.sass */
.single-cinema .instances .special-performance a,
.single-events .instances .special-performance a,
.single-digitalevent .instances .special-performance a,
.single-projects .instances .special-performance a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.single-cinema .instances .special-performance .decoration,
.single-events .instances .special-performance .decoration,
.single-digitalevent .instances .special-performance .decoration,
.single-projects .instances .special-performance .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 441, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .special-performance,
  .single-events .instances .special-performance,
  .single-digitalevent .instances .special-performance,
  .single-projects .instances .special-performance {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 441, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances .special-performance,
  .single-events .instances .special-performance,
  .single-digitalevent .instances .special-performance,
  .single-projects .instances .special-performance {
    margin-left: calc(25% - 20px);
  }
}
/* line 459, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .special-performance div,
.single-events .instances .special-performance div,
.single-digitalevent .instances .special-performance div,
.single-projects .instances .special-performance div {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 465, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .special-performance .decoration,
.single-events .instances .special-performance .decoration,
.single-digitalevent .instances .special-performance .decoration,
.single-projects .instances .special-performance .decoration {
  width: 18px;
  margin-right: 5px;
  position: relative !important;
}
/* line 470, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .special-performance .decoration path,
.single-events .instances .special-performance .decoration path,
.single-digitalevent .instances .special-performance .decoration path,
.single-projects .instances .special-performance .decoration path {
  fill: #eb223d;
}
/* line 473, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .message,
.single-events .instances .message,
.single-digitalevent .instances .message,
.single-projects .instances .message {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 1px solid #ffffff;
}
/* line 10, ../sass/mixins/_typography.sass */
.single-cinema .instances .message b, .single-cinema .instances .message strong, .single-cinema .instances .message dt,
.single-events .instances .message b,
.single-events .instances .message strong,
.single-events .instances .message dt,
.single-digitalevent .instances .message b,
.single-digitalevent .instances .message strong,
.single-digitalevent .instances .message dt,
.single-projects .instances .message b,
.single-projects .instances .message strong,
.single-projects .instances .message dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.single-cinema .instances .message b em, .single-cinema .instances .message b i, .single-cinema .instances .message strong em, .single-cinema .instances .message strong i, .single-cinema .instances .message dt em, .single-cinema .instances .message dt i,
.single-events .instances .message b em,
.single-events .instances .message b i,
.single-events .instances .message strong em,
.single-events .instances .message strong i,
.single-events .instances .message dt em,
.single-events .instances .message dt i,
.single-digitalevent .instances .message b em,
.single-digitalevent .instances .message b i,
.single-digitalevent .instances .message strong em,
.single-digitalevent .instances .message strong i,
.single-digitalevent .instances .message dt em,
.single-digitalevent .instances .message dt i,
.single-projects .instances .message b em,
.single-projects .instances .message b i,
.single-projects .instances .message strong em,
.single-projects .instances .message strong i,
.single-projects .instances .message dt em,
.single-projects .instances .message dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.single-cinema .instances .message i, .single-cinema .instances .message em,
.single-events .instances .message i,
.single-events .instances .message em,
.single-digitalevent .instances .message i,
.single-digitalevent .instances .message em,
.single-projects .instances .message i,
.single-projects .instances .message em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.single-cinema .instances .message i strong, .single-cinema .instances .message i b, .single-cinema .instances .message i dt, .single-cinema .instances .message em strong, .single-cinema .instances .message em b, .single-cinema .instances .message em dt,
.single-events .instances .message i strong,
.single-events .instances .message i b,
.single-events .instances .message i dt,
.single-events .instances .message em strong,
.single-events .instances .message em b,
.single-events .instances .message em dt,
.single-digitalevent .instances .message i strong,
.single-digitalevent .instances .message i b,
.single-digitalevent .instances .message i dt,
.single-digitalevent .instances .message em strong,
.single-digitalevent .instances .message em b,
.single-digitalevent .instances .message em dt,
.single-projects .instances .message i strong,
.single-projects .instances .message i b,
.single-projects .instances .message i dt,
.single-projects .instances .message em strong,
.single-projects .instances .message em b,
.single-projects .instances .message em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 481, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances .message a,
.single-events .instances .message a,
.single-digitalevent .instances .message a,
.single-projects .instances .message a {
  position: relative;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  padding: 0;
  display: inline-block;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 19, ../sass/mixins/_links.sass */
.single-cinema .instances .message a:before,
.single-events .instances .message a:before,
.single-digitalevent .instances .message a:before,
.single-projects .instances .message a:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000000;
}
/* line 485, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle],
.single-events .instances [data-toggle],
.single-digitalevent .instances [data-toggle],
.single-projects .instances [data-toggle] {
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  display: flex;
  padding-top: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
}
/* line 125, ../sass/mixins/_links.sass */
.single-cinema .instances [data-toggle] .decoration,
.single-events .instances [data-toggle] .decoration,
.single-digitalevent .instances [data-toggle] .decoration,
.single-projects .instances [data-toggle] .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .single-cinema .instances [data-toggle] .decoration,
  .single-events .instances [data-toggle] .decoration,
  .single-digitalevent .instances [data-toggle] .decoration,
  .single-projects .instances [data-toggle] .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.single-cinema .instances [data-toggle] .decoration path,
.single-events .instances [data-toggle] .decoration path,
.single-digitalevent .instances [data-toggle] .decoration path,
.single-projects .instances [data-toggle] .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .single-cinema .instances [data-toggle] .decoration path,
  .single-events .instances [data-toggle] .decoration path,
  .single-digitalevent .instances [data-toggle] .decoration path,
  .single-projects .instances [data-toggle] .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 493, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle] .decoration,
.single-events .instances [data-toggle] .decoration,
.single-digitalevent .instances [data-toggle] .decoration,
.single-projects .instances [data-toggle] .decoration {
  width: 20px;
}
/* line 496, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle] .plus,
.single-events .instances [data-toggle] .plus,
.single-digitalevent .instances [data-toggle] .plus,
.single-projects .instances [data-toggle] .plus {
  display: inline-flex;
}
/* line 499, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle] .plus .plus-1,
.single-events .instances [data-toggle] .plus .plus-1,
.single-digitalevent .instances [data-toggle] .plus .plus-1,
.single-projects .instances [data-toggle] .plus .plus-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 499, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances [data-toggle] .plus .plus-1,
  .single-events .instances [data-toggle] .plus .plus-1,
  .single-digitalevent .instances [data-toggle] .plus .plus-1,
  .single-projects .instances [data-toggle] .plus .plus-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 502, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle] .plus .plus-2,
.single-events .instances [data-toggle] .plus .plus-2,
.single-digitalevent .instances [data-toggle] .plus .plus-2,
.single-projects .instances [data-toggle] .plus .plus-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 502, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances [data-toggle] .plus .plus-2,
  .single-events .instances [data-toggle] .plus .plus-2,
  .single-digitalevent .instances [data-toggle] .plus .plus-2,
  .single-projects .instances [data-toggle] .plus .plus-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 505, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle] .minus,
.single-events .instances [data-toggle] .minus,
.single-digitalevent .instances [data-toggle] .minus,
.single-projects .instances [data-toggle] .minus {
  display: none;
}
/* line 510, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle][aria-expanded="true"] .plus,
.single-events .instances [data-toggle][aria-expanded="true"] .plus,
.single-digitalevent .instances [data-toggle][aria-expanded="true"] .plus,
.single-projects .instances [data-toggle][aria-expanded="true"] .plus {
  display: none;
}
/* line 513, ../sass/parts/articles/single/_events.sass */
.single-cinema .instances [data-toggle][aria-expanded="true"] .minus,
.single-events .instances [data-toggle][aria-expanded="true"] .minus,
.single-digitalevent .instances [data-toggle][aria-expanded="true"] .minus,
.single-projects .instances [data-toggle][aria-expanded="true"] .minus {
  display: inline-flex;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 513, ../sass/parts/articles/single/_events.sass */
  .single-cinema .instances [data-toggle][aria-expanded="true"] .minus,
  .single-events .instances [data-toggle][aria-expanded="true"] .minus,
  .single-digitalevent .instances [data-toggle][aria-expanded="true"] .minus,
  .single-projects .instances [data-toggle][aria-expanded="true"] .minus {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 521, ../sass/parts/articles/single/_events.sass */
.single-cinema footer,
.single-events footer,
.single-digitalevent footer,
.single-projects footer {
  padding-top: 16px;
  padding-bottom: 18px;
  background: #f2f2f2;
}
/* line 526, ../sass/parts/articles/single/_events.sass */
.single-cinema footer h4,
.single-events footer h4,
.single-digitalevent footer h4,
.single-projects footer h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
}
/* line 125, ../sass/mixins/_links.sass */
.single-cinema footer h4 .decoration,
.single-events footer h4 .decoration,
.single-digitalevent footer h4 .decoration,
.single-projects footer h4 .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .single-cinema footer h4 .decoration,
  .single-events footer h4 .decoration,
  .single-digitalevent footer h4 .decoration,
  .single-projects footer h4 .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.single-cinema footer h4 .decoration path,
.single-events footer h4 .decoration path,
.single-digitalevent footer h4 .decoration path,
.single-projects footer h4 .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .single-cinema footer h4 .decoration path,
  .single-events footer h4 .decoration path,
  .single-digitalevent footer h4 .decoration path,
  .single-projects footer h4 .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 532, ../sass/parts/articles/single/_events.sass */
.single-cinema footer .e-tickets,
.single-events footer .e-tickets,
.single-digitalevent footer .e-tickets,
.single-projects footer .e-tickets {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("/wp-content/themes/richmix/skin/images/followredline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 532, ../sass/parts/articles/single/_events.sass */
  .single-cinema footer .e-tickets,
  .single-events footer .e-tickets,
  .single-digitalevent footer .e-tickets,
  .single-projects footer .e-tickets {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    background-size: 52%;
    background-position: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 532, ../sass/parts/articles/single/_events.sass */
  .single-cinema footer .e-tickets,
  .single-events footer .e-tickets,
  .single-digitalevent footer .e-tickets,
  .single-projects footer .e-tickets {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 532, ../sass/parts/articles/single/_events.sass */
  .single-cinema footer .e-tickets,
  .single-events footer .e-tickets,
  .single-digitalevent footer .e-tickets,
  .single-projects footer .e-tickets {
    background-size: 63%;
  }
}
/* line 554, ../sass/parts/articles/single/_events.sass */
.single-cinema footer .e-tickets p,
.single-events footer .e-tickets p,
.single-digitalevent footer .e-tickets p,
.single-projects footer .e-tickets p {
  font-size: 20px;
  line-height: 20px;
}
/* line 557, ../sass/parts/articles/single/_events.sass */
.single-cinema footer .accessibility,
.single-events footer .accessibility,
.single-digitalevent footer .accessibility,
.single-projects footer .accessibility {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 557, ../sass/parts/articles/single/_events.sass */
  .single-cinema footer .accessibility,
  .single-events footer .accessibility,
  .single-digitalevent footer .accessibility,
  .single-projects footer .accessibility {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 557, ../sass/parts/articles/single/_events.sass */
  .single-cinema footer .accessibility,
  .single-events footer .accessibility,
  .single-digitalevent footer .accessibility,
  .single-projects footer .accessibility {
    float: left;
    width: 100%;
  }
}

/* line 572, ../sass/parts/articles/single/_events.sass */
.single-cinema header .article-header .page-title h1 {
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 572, ../sass/parts/articles/single/_events.sass */
  .single-cinema header .article-header .page-title h1 {
    flex-direction: row;
  }
}
/* line 578, ../sass/parts/articles/single/_events.sass */
.single-cinema header .info .bookings {
  float: none;
  padding: 0 0 20px;
}

/* line 586, ../sass/parts/articles/single/_events.sass */
.single-cinema .header .video-link,
.single-events .header .video-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 414px) {
  /* line 586, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header .video-link,
  .single-events .header .video-link {
    margin-top: -160px;
  }
}
/* line 602, ../sass/parts/articles/single/_events.sass */
.single-cinema .header-info small,
.single-events .header-info small {
  padding-top: 10px;
}
/* line 605, ../sass/parts/articles/single/_events.sass */
.single-cinema .header-info .page-title,
.single-events .header-info .page-title {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  /* line 600, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info,
  .single-events .header-info {
    position: absolute;
    bottom: 45px;
    width: 100%;
  }
  /* line 613, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info small,
  .single-events .header-info small {
    padding-top: 0;
  }
  /* line 616, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info .page-title,
  .single-events .header-info .page-title {
    padding-bottom: 0 !important;
  }
  /* line 619, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info .page-title .title,
  .single-events .header-info .page-title .title {
    display: inline-block;
    padding-top: 10px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  /* line 600, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info,
  .single-events .header-info {
    bottom: 65px;
  }
  /* line 627, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info .page-title,
  .single-events .header-info .page-title {
    max-width: 75%;
  }
  /* line 630, ../sass/parts/articles/single/_events.sass */
  .single-cinema .header-info .page-title .title,
  .single-events .header-info .page-title .title {
    padding-top: 15px;
    line-height: 55px;
  }
}
/* line 634, ../sass/parts/articles/single/_events.sass */
.single-cinema .f-rating-message,
.single-events .f-rating-message {
  display: flex;
  padding-top: 20px;
}
/* line 638, ../sass/parts/articles/single/_events.sass */
.single-cinema .f-rating-message .rating,
.single-events .f-rating-message .rating {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start !important;
  padding: 13px 10px 10px 0 !important;
}
/* line 644, ../sass/parts/articles/single/_events.sass */
.single-cinema .f-rating-message .rating span,
.single-events .f-rating-message .rating span {
  line-height: 18px;
  font-size: 18px;
  padding-bottom: 7px;
}

/* line 3, ../sass/parts/articles/single/_projects.sass */
.single-projects h1 {
  color: #000000;
}
/* line 6, ../sass/parts/articles/single/_projects.sass */
.single-projects .show-details {
  text-transform: uppercase;
}
/* line 9, ../sass/parts/articles/single/_projects.sass */
.single-projects .show-details .info {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 1024px) {
  /* line 9, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .info {
    float: left;
    width: 41.66667%;
  }
}
/* line 13, ../sass/parts/articles/single/_projects.sass */
.single-projects .show-details .info .post-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: none;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 13, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .info .post-title {
    display: block;
  }
}
/* line 22, ../sass/parts/articles/single/_projects.sass */
.single-projects .show-details .project-price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 22, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .project-price {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  /* line 22, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .project-price {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 22, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .project-price {
    float: left;
    width: 16.66667%;
  }
}

/* line 35, ../sass/parts/articles/single/_projects.sass */
.single-projects .show-details .meta {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 35, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .meta {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 35, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .meta {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 35, ../sass/parts/articles/single/_projects.sass */
  .single-projects .show-details .meta {
    float: left;
    width: 41.66667%;
  }
}

/* line 3, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .header {
  background: #000000;
}
/* line 6, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .article-header {
  display: none;
}
@media (min-width: 768px) {
  /* line 6, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .article-header {
    display: flex;
  }
}
/* line 16, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .space-details {
  position: relative;
  z-index: 100;
  padding: 20px 0 12px;
  background: #000000;
  color: #ffffff;
}
/* line 23, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .space-details .space-price {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 23, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-price {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 23, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-price {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 23, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-price {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 23, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-price {
    float: left;
    width: 33.33333%;
  }
}

/* line 37, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .space-details .space-price .space-name {
  font-size: 24px;
  line-height: 28px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 37, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-price .space-name {
    display: none;
  }
}
/* line 46, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .space-details .space-info {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 46, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 46, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 46, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-info {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 46, ../sass/parts/articles/single/_spaces.sass */
  .page-template-space-detail .space-details .space-info {
    float: left;
    width: 66.66667%;
  }
}

/* line 61, ../sass/parts/articles/single/_spaces.sass */
.page-template-space-detail .space-details .space-info span {
  display: inline-block;
  padding-bottom: 6px;
}

/** Pages components */
/* line 4, ../sass/parts/articles/single/_pages.sass */
[data-custom-donation-input]::placeholder {
  color: #000000;
}

/* line 7, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline {
  background: #000000 !important;
}
/* line 10, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .fixed-background {
  background-image: none;
}
/* line 13, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline #website-navigation {
  border-bottom: 1px solid #878787;
  background: transparent;
}
/* line 17, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline #footer {
  border-top: 1px solid #878787;
}
/* line 20, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline main,
.page-template-timeline .header-info {
  margin-top: 0;
  background: #000000 !important;
  color: #ffffff;
}
/* line 26, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline main .wrap,
.page-template-timeline .header-info .wrap {
  margin: 0;
}
/* line 29, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .page-title {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}
/* line 34, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .page-title h1 {
  background: transparent !important;
}
/* line 37, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline a {
  color: #ffffff;
}
/* line 40, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .featured-image {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 40, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .featured-image {
    float: left;
    width: 83.33333%;
  }
}
/* line 44, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .anchors {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 44, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .anchors {
    float: left;
    width: 100%;
  }
}
/* line 56, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .anchors span {
  padding: 20px 0 10px;
}
/* line 59, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .anchors ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-timeline .anchors ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-timeline .anchors ul li {
    display: inline;
  }
}
/* line 486, ../sass/mixins/_typography.sass */
.page-template-timeline .anchors ul li:not(:last-child):after {
  font-family: "richmix";
  font-size: 24px;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 0;
  color: #eb223d;
  speak: none;
}
/* line 68, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .anchors ul a {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  /* line 75, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .intro-path .intro {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  /* line 72, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .intro-path {
    padding-left: 150px;
  }
  /* line 81, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .intro-path .intro {
    margin-right: auto;
  }
}
/* line 85, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .breadcrumbs {
  display: none;
}
@media (min-width: 1024px) {
  /* line 85, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .breadcrumbs {
    display: inline-block;
    width: auto !important;
    order: initial !important;
    flex-grow: 0 !important;
    padding-top: 20px !important;
  }
}
/* line 100, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .intro {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  float: none !important;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  /* line 100, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .intro {
    float: left;
    width: 66.66667%;
  }
}
/* line 107, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 768px) {
  /* line 107, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block {
    flex-direction: row;
    padding-top: 60px;
  }
}
/* line 116, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block h2 {
  text-transform: uppercase;
  line-height: 30px !important;
  text-align: center;
}
/* line 122, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .block-image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  /* line 122, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-image {
    width: 50%;
  }
}
/* line 133, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .block-image h2 {
  position: absolute;
  bottom: calc(100% - 43px);
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #eb223d;
  background: #ffffff;
  text-transform: uppercase;
  background: transparent;
}
@media (min-width: 768px) {
  /* line 133, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-image h2 {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* line 133, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-image h2 {
    font-size: 60px;
    line-height: 82px;
  }
}
/* line 79, ../sass/mixins/_typography.sass */
.page-template-timeline .timeline-block .block-image h2 small {
  display: none;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .page-template-timeline .timeline-block .block-image h2 small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #eb223d;
  }
}
@media (min-width: 768px) {
  /* line 133, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-image h2 {
    bottom: calc(100% - 50px);
    line-height: 40px !important;
  }
}
@media (min-width: 1024px) {
  /* line 133, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-image h2 {
    bottom: calc(100% - 64px);
    line-height: 64px !important;
  }
}
/* line 149, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .block-text {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 149, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .block-text {
    width: 50%;
    margin-left: 20px;
  }
}
/* line 160, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .block-further-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 168, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block:nth-child(even) .block-text {
    order: -1;
    margin-left: 0;
    margin-right: 20px;
  }
}
/* line 174, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] {
  display: flex;
  height: 32px;
  margin-top: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-timeline .timeline-block [data-toggle] .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-timeline .timeline-block [data-toggle] .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-timeline .timeline-block [data-toggle] .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-timeline .timeline-block [data-toggle] .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 183, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] .decoration {
  width: 30px;
}
/* line 186, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] .plus {
  display: inline-flex;
}
/* line 189, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] .plus .plus-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 189, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block [data-toggle] .plus .plus-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 192, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] .plus .plus-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 192, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block [data-toggle] .plus .plus-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 195, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle] .minus {
  display: none;
}
/* line 200, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle][aria-expanded="true"] .plus {
  display: none;
}
/* line 203, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block [data-toggle][aria-expanded="true"] .minus {
  display: inline-flex;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 203, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block [data-toggle][aria-expanded="true"] .minus {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 207, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .next-slide {
  display: none;
}
@media (min-width: 768px) {
  /* line 207, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .next-slide {
    position: relative;
    position: relative;
    height: 140px;
    left: 20%;
  }
  /* line 22, ../sass/mixins/_svg.sass */
  .page-template-timeline .timeline-block .next-slide a {
    position: relative;
    z-index: 1;
  }
  /* line 26, ../sass/mixins/_svg.sass */
  .page-template-timeline .timeline-block .next-slide .decoration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  /* line 207, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .next-slide {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  /* line 207, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .next-slide {
    height: 230px;
  }
}
/* line 225, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .next-slide .decoration {
  display: none;
  width: 30px;
}
@media (min-width: 1400px) {
  /* line 225, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .next-slide .decoration {
    width: 50px;
  }
}
/* line 232, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block .next-slide path {
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 232, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block .next-slide path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 239, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block.active .next-slide .decoration {
  display: flex;
}
/* line 242, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block.active .long-arrow-down-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 242, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block.active .long-arrow-down-1 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 245, ../sass/parts/articles/single/_pages.sass */
.page-template-timeline .timeline-block.active .long-arrow-down-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 1500ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 245, ../sass/parts/articles/single/_pages.sass */
  .page-template-timeline .timeline-block.active .long-arrow-down-2 {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/* line 249, ../sass/parts/articles/single/_pages.sass */
.back-to-top-wrap {
  display: flex;
  justify-content: center;
}

/* line 253, ../sass/parts/articles/single/_pages.sass */
.back-to-top {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 58px;
  font-size: 20px;
  line-height: 1;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 4px 20px;
  margin: 50px 0 20px;
  cursor: pointer;
}
/* line 269, ../sass/parts/articles/single/_pages.sass */
.back-to-top svg {
  max-width: 30px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -3px;
  margin-left: 4px;
}
/* line 275, ../sass/parts/articles/single/_pages.sass */
.back-to-top path {
  stroke: white;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media (max-width: 767px) {
  /* line 253, ../sass/parts/articles/single/_pages.sass */
  .back-to-top {
    font-size: 15px;
    height: 40px;
  }
  /* line 284, ../sass/parts/articles/single/_pages.sass */
  .back-to-top svg {
    max-width: 20px;
    top: -3px;
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  /* line 295, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .article-sidebar,
  .page-template-campaign .article-sidebar {
    display: none;
  }
}
/* line 299, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .article-body .donation,
.page-template-campaign .article-body .donation {
  margin: 20px 0 30px;
}
/* line 303, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation,
.page-template-campaign .donation {
  padding: 20px;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 303, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation,
  .page-template-campaign .donation {
    padding: 20px 30px;
  }
}
/* line 311, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation .donation-title,
.page-template-campaign .donation .donation-title {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  /* line 311, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation .donation-title,
  .page-template-campaign .donation .donation-title {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-donate .donation .donation-title a,
.page-template-campaign .donation .donation-title a {
  color: inherit;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-donate .donation .donation-title a,
.page-template-campaign .donation .donation-title a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-donate .donation .donation-title .decoration,
.page-template-campaign .donation .donation-title .decoration {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 311, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation .donation-title,
  .page-template-campaign .donation .donation-title {
    margin-bottom: 30px;
  }
}
/* line 322, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation .donation-title path,
.page-template-campaign .donation .donation-title path {
  stroke: #eb223d;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 322, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation .donation-title path,
  .page-template-campaign .donation .donation-title path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 325, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation .donation-options,
.page-template-donate .donation .donation-amount,
.page-template-campaign .donation .donation-options,
.page-template-campaign .donation .donation-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 331, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation .donation-amount,
.page-template-campaign .donation .donation-amount {
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  /* line 331, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation .donation-amount,
  .page-template-campaign .donation .donation-amount {
    flex-direction: row;
  }
}
/* line 339, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-donate-amount],
.page-template-campaign .donation [data-donate-amount] {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  width: 90px;
  height: 90px;
}
@media (min-width: 1024px) {
  /* line 339, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation [data-donate-amount],
  .page-template-campaign .donation [data-donate-amount] {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-donate .donation [data-donate-amount] a,
.page-template-campaign .donation [data-donate-amount] a {
  color: inherit;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-donate .donation [data-donate-amount] a,
.page-template-campaign .donation [data-donate-amount] a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-donate .donation [data-donate-amount] .decoration,
.page-template-campaign .donation [data-donate-amount] .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 346, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-donate-amount] path,
.page-template-campaign .donation [data-donate-amount] path {
  stroke: #eb223d;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 346, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation [data-donate-amount] path,
  .page-template-campaign .donation [data-donate-amount] path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 349, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-donate-amount] .decoration,
.page-template-campaign .donation [data-donate-amount] .decoration {
  display: none;
}
/* line 353, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-donate-amount].active .decoration,
.page-template-campaign .donation [data-donate-amount].active .decoration {
  display: flex;
}
/* line 357, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-submit-donation],
.page-template-donate .donation [data-submit-membership],
.page-template-campaign .donation [data-submit-donation],
.page-template-campaign .donation [data-submit-membership] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: 100% !important;
  height: 45px;
}
/* line 48, ../sass/mixins/_buttons.sass */
.page-template-donate .donation [data-submit-donation]:hover,
.page-template-donate .donation [data-submit-membership]:hover,
.page-template-campaign .donation [data-submit-donation]:hover,
.page-template-campaign .donation [data-submit-membership]:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.page-template-donate .donation [data-submit-donation]:nth-child(odd),
.page-template-donate .donation [data-submit-membership]:nth-child(odd),
.page-template-campaign .donation [data-submit-donation]:nth-child(odd),
.page-template-campaign .donation [data-submit-membership]:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .page-template-donate .donation [data-submit-donation]:nth-child(odd),
  .page-template-donate .donation [data-submit-membership]:nth-child(odd),
  .page-template-campaign .donation [data-submit-donation]:nth-child(odd),
  .page-template-campaign .donation [data-submit-membership]:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 357, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation [data-submit-donation],
  .page-template-donate .donation [data-submit-membership],
  .page-template-campaign .donation [data-submit-donation],
  .page-template-campaign .donation [data-submit-membership] {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.page-template-donate .donation [data-submit-donation].soldout,
.page-template-donate .donation [data-submit-membership].soldout,
.page-template-campaign .donation [data-submit-donation].soldout,
.page-template-campaign .donation [data-submit-membership].soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 357, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation [data-submit-donation],
  .page-template-donate .donation [data-submit-membership],
  .page-template-campaign .donation [data-submit-donation],
  .page-template-campaign .donation [data-submit-membership] {
    width: 180px !important;
  }
}
/* line 368, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .donation [data-custom-donation-input],
.page-template-donate .donation [data-custom-amount],
.page-template-campaign .donation [data-custom-donation-input],
.page-template-campaign .donation [data-custom-amount] {
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 12px;
  line-height: 40px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 368, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .donation [data-custom-donation-input],
  .page-template-donate .donation [data-custom-amount],
  .page-template-campaign .donation [data-custom-donation-input],
  .page-template-campaign .donation [data-custom-amount] {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}
/* line 388, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .section-title,
.page-template-campaign .section-title {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  color: #eb223d;
  background: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 0 !important;
}
@media (min-width: 768px) {
  /* line 388, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-title,
  .page-template-campaign .section-title {
    font-size: 40px;
    line-height: 54px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  /* line 388, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-title,
  .page-template-campaign .section-title {
    font-size: 60px;
    line-height: 82px;
  }
}
/* line 79, ../sass/mixins/_typography.sass */
.page-template-donate .section-title small,
.page-template-campaign .section-title small {
  display: none;
  color: #eb223d;
}
@media (min-width: 768px) {
  /* line 79, ../sass/mixins/_typography.sass */
  .page-template-donate .section-title small,
  .page-template-campaign .section-title small {
    display: block;
    font-family: "ProximaNova-Regular";
    font-size: 38px;
    line-height: 60px;
    color: #eb223d;
  }
}
/* line 393, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .support-blocks,
.page-template-campaign .support-blocks {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 393, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks,
  .page-template-campaign .support-blocks {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 393, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks,
  .page-template-campaign .support-blocks {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 393, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks,
  .page-template-campaign .support-blocks {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 393, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks,
  .page-template-campaign .support-blocks {
    float: left;
    width: 75%;
  }
}

/* line 405, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .support-blocks .support-block,
.page-template-campaign .support-blocks .support-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 405, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks .support-block,
  .page-template-campaign .support-blocks .support-block {
    flex-direction: row;
  }
  /* line 414, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks .support-block .block-image,
  .page-template-campaign .support-blocks .support-block .block-image {
    width: 50%;
    padding-right: 20px;
  }
  /* line 418, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks .support-block .block-text,
  .page-template-campaign .support-blocks .support-block .block-text {
    width: 50%;
  }
}
/* line 421, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .support-blocks .support-block .block-title,
.page-template-campaign .support-blocks .support-block .block-title {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #eb223d;
  display: block;
}
@media (min-width: 1024px) {
  /* line 421, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks .support-block .block-title,
  .page-template-campaign .support-blocks .support-block .block-title {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-donate .support-blocks .support-block .block-title a,
.page-template-campaign .support-blocks .support-block .block-title a {
  color: inherit;
}
@media (max-width: 767px) {
  /* line 421, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .support-blocks .support-block .block-title,
  .page-template-campaign .support-blocks .support-block .block-title {
    margin-top: 10px;
  }
}
/* line 428, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .support-blocks .support-block .cta-button,
.page-template-campaign .support-blocks .support-block .cta-button {
  padding-top: 20px;
}
/* line 431, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .support-blocks .support-block .cta-button a,
.page-template-campaign .support-blocks .support-block .cta-button a {
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #000000;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-donate .support-blocks .support-block .cta-button a .decoration,
.page-template-campaign .support-blocks .support-block .cta-button a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-donate .support-blocks .support-block .cta-button a .decoration,
  .page-template-campaign .support-blocks .support-block .cta-button a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-donate .support-blocks .support-block .cta-button a .decoration path,
.page-template-campaign .support-blocks .support-block .cta-button a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-donate .support-blocks .support-block .cta-button a .decoration path,
  .page-template-campaign .support-blocks .support-block .cta-button a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/* line 439, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 61px;
  color: #eb223d;
  padding: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 439, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-header {
    font-size: 60px;
    line-height: 73px;
  }
}
/* line 444, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .section-headline {
  font-family: "ProximaNova-Semibold";
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 444, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-headline {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  /* line 444, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-headline {
    margin-bottom: 24px;
  }
}
/* line 454, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-campaign .section-header {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 454, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .section-header {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 464, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-campaign .tease h3 {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #eb223d;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin-bottom: 10px;
  color: #eb223d;
  text-transform: none;
}
@media (min-width: 1024px) {
  /* line 464, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-donate .our-campaign .tease h3 a {
  color: inherit;
}
/* line 471, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-campaign .tease p {
  text-transform: none;
}
@media (min-width: 768px) {
  /* line 462, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease {
    width: 100%;
  }
  /* line 478, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease h3 {
    margin-bottom: 0;
  }
  /* line 481, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease article {
    flex-direction: row;
    align-items: flex-start;
  }
  /* line 485, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease article .post-image {
    max-width: 50%;
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  /* line 462, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease {
    width: 60%;
  }
  /* line 494, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-campaign .tease article .post-image {
    max-width: 427px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  /* line 499, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-work {
    margin: 0;
  }
}
/* line 505, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-work h3 {
  font-size: 25px;
  line-height: 30px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: none;
}
/* line 510, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-work h3 a {
  color: #eb223d;
}
/* line 513, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-work .tease {
  width: auto !important;
  padding-bottom: 0;
}
/* line 517, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-work .tease p {
  text-transform: none;
}
/* line 520, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .our-work .owl-nav {
  position: absolute;
  top: 30%;
}
@media (min-width: 1024px) {
  /* line 520, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-work .owl-nav {
    top: 70px;
  }
}
@media (min-width: 1400px) {
  /* line 520, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .our-work .owl-nav {
    top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 532, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-overview {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  /* line 540, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-overview .owl-carousel, .page-template-donate .section-overview .page-template-whats-on-overview .listing-content .months, .page-template-whats-on-overview .listing-content .page-template-donate .section-overview .months {
    margin-bottom: 40px;
  }
  /* line 543, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-overview .owl-nav {
    position: absolute;
    top: 25%;
  }
  /* line 548, ../sass/parts/articles/single/_pages.sass */
  .page-template-donate .section-overview .section-header:before {
    background: white;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 50%;
    z-index: -1;
  }
}
/* line 558, ../sass/parts/articles/single/_pages.sass */
.page-template-donate .section-overview section {
  margin-top: 0;
}

/* line 569, ../sass/parts/articles/single/_pages.sass */
.page-template-membership article .header {
  background: #000000;
}
/* line 574, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .article-header .breadcrumbs {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 574, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .article-header .breadcrumbs {
    display: none;
  }
}
/* line 582, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships {
  position: relative;
  z-index: 100;
  padding: 20px 0 12px;
  background: #000000;
  color: #ffffff;
}
/* line 589, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-title {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 593, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-cta {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 598, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships form {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  /* line 598, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships form {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 598, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships form {
    flex-direction: column;
  }
}
/* line 608, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships form button {
  width: calc(50% - 5px);
}
/* line 611, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single {
  background-image: url("/wp-content/themes/richmix/skin/images/oneperson.svg");
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 16%;
}
@media (min-width: 1400px) {
  /* line 611, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single {
    background-size: 12%;
  }
}
/* line 620, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single .membership-cta {
  margin-bottom: 25px;
}
/* line 623, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-joint {
  background-image: url("/wp-content/themes/richmix/skin/images/twopeople.svg");
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 16%;
}
@media (max-width: 1399px) {
  /* line 623, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-joint {
    clear: left;
  }
}
/* line 631, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single,
.page-template-membership .memberships .membership-joint {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 631, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single,
  .page-template-membership .memberships .membership-joint {
    width: auto;
  }
}
/* line 644, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single .option-membership,
.page-template-membership .memberships .membership-joint .option-membership {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding: 0;
}
/* line 48, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership:hover,
.page-template-membership .memberships .membership-joint .option-membership:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership:nth-child(odd),
.page-template-membership .memberships .membership-joint .option-membership:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .page-template-membership .memberships .membership-single .option-membership:nth-child(odd),
  .page-template-membership .memberships .membership-joint .option-membership:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 644, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single .option-membership,
  .page-template-membership .memberships .membership-joint .option-membership {
    width: 160px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership.soldout,
.page-template-membership .memberships .membership-joint .option-membership.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (max-width: 767px) {
  /* line 644, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single .option-membership,
  .page-template-membership .memberships .membership-joint .option-membership {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
/* line 654, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single a.option-membership,
.page-template-membership .memberships .membership-joint a.option-membership {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 48, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single a.option-membership:hover,
.page-template-membership .memberships .membership-joint a.option-membership:hover {
  background: #cccccc;
}
/* line 51, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single a.option-membership:nth-child(odd),
.page-template-membership .memberships .membership-joint a.option-membership:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .page-template-membership .memberships .membership-single a.option-membership:nth-child(odd),
  .page-template-membership .memberships .membership-joint a.option-membership:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 654, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single a.option-membership,
  .page-template-membership .memberships .membership-joint a.option-membership {
    width: 160px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single a.option-membership.soldout,
.page-template-membership .memberships .membership-joint a.option-membership.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (max-width: 767px) {
  /* line 654, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single a.option-membership,
  .page-template-membership .memberships .membership-joint a.option-membership {
    width: 100%;
  }
}
/* line 665, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-single .option-membership-renew,
.page-template-membership .memberships .membership-joint .option-membership-renew {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding: 0;
}
/* line 48, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership-renew:hover,
.page-template-membership .memberships .membership-joint .option-membership-renew:hover {
  background: #cccccc;
}
/* line 51, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership-renew:nth-child(odd),
.page-template-membership .memberships .membership-joint .option-membership-renew:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .page-template-membership .memberships .membership-single .option-membership-renew:nth-child(odd),
  .page-template-membership .memberships .membership-joint .option-membership-renew:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 665, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single .option-membership-renew,
  .page-template-membership .memberships .membership-joint .option-membership-renew {
    width: 160px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.page-template-membership .memberships .membership-single .option-membership-renew.soldout,
.page-template-membership .memberships .membership-joint .option-membership-renew.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (max-width: 767px) {
  /* line 665, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-single .option-membership-renew,
  .page-template-membership .memberships .membership-joint .option-membership-renew {
    width: 100%;
    margin: 0 0 12px 0;
  }
}
/* line 675, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-disclaimer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 675, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-disclaimer {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 675, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-disclaimer {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 675, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-disclaimer {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 675, ../sass/parts/articles/single/_pages.sass */
  .page-template-membership .memberships .membership-disclaimer {
    float: left;
    width: 100%;
  }
}

/* line 687, ../sass/parts/articles/single/_pages.sass */
.page-template-membership .memberships .membership-disclaimer a {
  color: #ffffff;
}

/* line 690, ../sass/parts/articles/single/_pages.sass */
.post-stats,
.membership-benefits {
  margin: 30px 0;
  padding: 30px;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 1024px) {
  /* line 690, ../sass/parts/articles/single/_pages.sass */
  .post-stats,
  .membership-benefits {
    margin-right: -16%;
  }
}
/* line 700, ../sass/parts/articles/single/_pages.sass */
.post-stats h2,
.membership-benefits h2 {
  color: #ffffff;
}
/* line 703, ../sass/parts/articles/single/_pages.sass */
.post-stats ul,
.membership-benefits ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  /* line 703, ../sass/parts/articles/single/_pages.sass */
  .post-stats ul,
  .membership-benefits ul {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 711, ../sass/parts/articles/single/_pages.sass */
.post-stats li,
.membership-benefits li {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  display: flex;
  align-items: center;
  padding-left: 0;
  background-size: 20px;
}
/* line 719, ../sass/parts/articles/single/_pages.sass */
.post-stats li span,
.membership-benefits li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  max-height: 100px;
  margin: 10px 20px 10px 0;
  border-radius: 50%;
  background: #eb223d;
  color: #ffffff;
  font-size: 48px;
}
/* line 733, ../sass/parts/articles/single/_pages.sass */
.post-stats li span.icon-rm-icon---popcorn-drink:before,
.membership-benefits li span.icon-rm-icon---popcorn-drink:before {
  margin-left: -26px;
}
/* line 737, ../sass/parts/articles/single/_pages.sass */
.post-stats li .stat-text .stat,
.membership-benefits li .stat-text .stat {
  display: block;
  font-size: 25px;
  font-style: normal;
}
@media (min-width: 1024px) {
  /* line 711, ../sass/parts/articles/single/_pages.sass */
  .post-stats li,
  .membership-benefits li {
    max-width: 50%;
    padding-right: 20px;
  }
  /* line 746, ../sass/parts/articles/single/_pages.sass */
  .post-stats li.stats,
  .membership-benefits li.stats {
    min-width: 50%;
  }
}

/** NEWS */
/* line 5, ../sass/parts/articles/single/_news.sass */
.single-post .header-info {
  position: relative;
  background: #ffffff;
}
/* line 13, ../sass/parts/articles/single/_news.sass */
.single-post article header .article-header .post-meta {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  color: #000000;
}
@media (min-width: 1024px) {
  /* line 13, ../sass/parts/articles/single/_news.sass */
  .single-post article header .article-header .post-meta {
    font-size: 16px;
    line-height: 20px;
  }
}
/* line 474, ../sass/mixins/_typography.sass */
.single-post article header .article-header .post-meta .category + .post-date:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: #eb223d;
  speak: none;
}
@media (min-width: 768px) {
  /* line 22, ../sass/parts/articles/single/_news.sass */
  .single-post article header .article-header .page-title {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  /* line 27, ../sass/parts/articles/single/_news.sass */
  .single-post article header .article-header .page-title {
    order: initial !important;
  }
  /* line 30, ../sass/parts/articles/single/_news.sass */
  .single-post article header .article-header .page-title h1 {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  /* line 34, ../sass/parts/articles/single/_news.sass */
  .single-post article header .article-header .page-title {
    width: 75%;
    flex-grow: 0;
    padding-bottom: 65px;
  }
}
/* line 40, ../sass/parts/articles/single/_news.sass */
.single-post .instagram h2 {
  display: flex;
  padding-bottom: 15px;
}
/* line 486, ../sass/mixins/_typography.sass */
.single-post .instagram h2:after {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: auto;
  color: #eb223d;
  speak: none;
}
/* line 46, ../sass/parts/articles/single/_news.sass */
.single-post .insta-post {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 46, ../sass/parts/articles/single/_news.sass */
  .single-post .insta-post {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 46, ../sass/parts/articles/single/_news.sass */
  .single-post .insta-post {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 53, ../sass/parts/articles/single/_news.sass */
  .single-post .insta-post:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 46, ../sass/parts/articles/single/_news.sass */
  .single-post .insta-post {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 46, ../sass/parts/articles/single/_news.sass */
  .single-post .insta-post {
    float: left;
    width: 50%;
  }
}

/* line 61, ../sass/parts/articles/single/_news.sass */
.single-post .insta-post p {
  margin-top: 12px;
}
/* line 64, ../sass/parts/articles/single/_news.sass */
.single-post .insta-post p a:hover {
  color: #eb223d;
}

/* line 3, ../sass/parts/articles/single/_jobs.sass */
.single-jobs main {
  margin-top: 0;
}
/* line 6, ../sass/parts/articles/single/_jobs.sass */
.single-jobs .page-title {
  margin: 0 !important;
}
/* line 9, ../sass/parts/articles/single/_jobs.sass */
.single-jobs h1 {
  padding: 20px 0 0;
}
/* line 12, ../sass/parts/articles/single/_jobs.sass */
.single-jobs .intro {
  padding-top: 0;
}
/* line 15, ../sass/parts/articles/single/_jobs.sass */
.single-jobs .job-details {
  margin-bottom: 30px;
}
/* line 18, ../sass/parts/articles/single/_jobs.sass */
.single-jobs .closing-date {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}

/* line 2, ../sass/parts/articles/single/_spektrix.sass */
.page-gift-vouchers .article-content {
  width: 100% !important;
}

/* line 9, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page main,
.page-template-basket main,
.page-gift-vouchers main {
  margin: 0;
}
/* line 12, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress,
.page-template-basket .spektrix-progress,
.page-gift-vouchers .spektrix-progress {
  padding: 10px 0;
  border-top: 1px solid #292929;
  background: #000000;
  color: #ffffff;
}
/* line 19, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul,
.page-template-basket .spektrix-progress ul,
.page-gift-vouchers .spektrix-progress ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 9, ../sass/mixins/_lists.sass */
.page-template-spektrix-page .spektrix-progress ul li,
.page-template-basket .spektrix-progress ul li,
.page-gift-vouchers .spektrix-progress ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .page-template-spektrix-page .spektrix-progress ul li,
  .page-template-basket .spektrix-progress ul li,
  .page-gift-vouchers .spektrix-progress ul li {
    display: inline;
  }
}
@media (min-width: 768px) {
  /* line 19, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-progress ul,
  .page-template-basket .spektrix-progress ul,
  .page-gift-vouchers .spektrix-progress ul {
    flex-wrap: nowrap;
  }
}
/* line 31, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li,
.page-template-basket .spektrix-progress ul li,
.page-gift-vouchers .spektrix-progress ul li {
  margin: 6px 12px;
}
/* line 34, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li .decoration,
.page-template-basket .spektrix-progress ul li .decoration,
.page-gift-vouchers .spektrix-progress ul li .decoration {
  display: none;
}
/* line 37, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li.current,
.page-template-basket .spektrix-progress ul li.current,
.page-gift-vouchers .spektrix-progress ul li.current {
  background-image: url("/wp-content/themes/richmix/skin/images/underline-progress.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}
/* line 42, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li.selected,
.page-template-basket .spektrix-progress ul li.selected,
.page-gift-vouchers .spektrix-progress ul li.selected {
  position: relative;
  padding-right: 12px;
  background: none;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-spektrix-page .spektrix-progress ul li.selected a,
.page-template-basket .spektrix-progress ul li.selected a,
.page-gift-vouchers .spektrix-progress ul li.selected a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-spektrix-page .spektrix-progress ul li.selected .decoration,
.page-template-basket .spektrix-progress ul li.selected .decoration,
.page-gift-vouchers .spektrix-progress ul li.selected .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 47, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li.selected .decoration,
.page-template-basket .spektrix-progress ul li.selected .decoration,
.page-gift-vouchers .spektrix-progress ul li.selected .decoration {
  display: inline-flex;
  width: 30px;
}
/* line 51, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li.selected .decoration path,
.page-template-basket .spektrix-progress ul li.selected .decoration path,
.page-gift-vouchers .spektrix-progress ul li.selected .decoration path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 51, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-progress ul li.selected .decoration path,
  .page-template-basket .spektrix-progress ul li.selected .decoration path,
  .page-gift-vouchers .spektrix-progress ul li.selected .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 55, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-progress ul li.checkout.current,
.page-template-basket .spektrix-progress ul li.checkout.current,
.page-gift-vouchers .spektrix-progress ul li.checkout.current {
  padding: 0 20px;
}
/* line 61, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .article-body,
.page-template-basket .article-body,
.page-gift-vouchers .article-body {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.page-template-spektrix-page .article-body:before, .page-template-spektrix-page .article-body:after,
.page-template-basket .article-body:before,
.page-template-basket .article-body:after,
.page-gift-vouchers .article-body:before,
.page-gift-vouchers .article-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.page-template-spektrix-page .article-body:after,
.page-template-basket .article-body:after,
.page-gift-vouchers .article-body:after {
  clear: both;
}
/* line 64, ../sass/parts/articles/single/_spektrix.sass */
.page-template-spektrix-page .spektrix-frame,
.page-template-basket .spektrix-frame,
.page-gift-vouchers .spektrix-frame {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  /* line 64, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-frame,
  .page-template-basket .spektrix-frame,
  .page-gift-vouchers .spektrix-frame {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 64, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-frame,
  .page-template-basket .spektrix-frame,
  .page-gift-vouchers .spektrix-frame {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  /* line 64, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-frame,
  .page-template-basket .spektrix-frame,
  .page-gift-vouchers .spektrix-frame {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 64, ../sass/parts/articles/single/_spektrix.sass */
  .page-template-spektrix-page .spektrix-frame,
  .page-template-basket .spektrix-frame,
  .page-gift-vouchers .spektrix-frame {
    float: left;
    width: 100%;
  }
}

/* line 79, ../sass/parts/articles/single/_spektrix.sass */
#SpektrixIFrame {
  width: 100%;
  min-height: 1000px;
}

/* line 5, ../sass/parts/articles/single/_basket.sass */
.page-template-basket h1 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0;
  color: #000000;
}
/* line 11, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .spektrix-basket {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 11, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .spektrix-basket {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 70%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 11, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .spektrix-basket {
    float: left;
    width: 75%;
  }
}

/* line 22, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content {
  padding: 24px 0;
}
/* line 25, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket--header,
.page-template-basket .basket-content .basket--events-items,
.page-template-basket .basket-content .basket-memberships,
.page-template-basket .basket-content .basket-donations,
.page-template-basket .basket-content .basket-vouchers,
.page-template-basket .basket-content .basket-footer,
.page-template-basket .basket-content .booking-fee,
.page-template-basket .basket-content .promotions,
.page-template-basket .basket-content .totals {
  display: flex;
}
/* line 37, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .actions {
  display: flex;
  padding: 12px 0;
}
/* line 41, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .actions a {
  padding-right: 24px;
  color: #eb223d;
  text-decoration: underline;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
/* line 47, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket--header {
  padding: 12px 0;
  background-image: url("/wp-content/themes/richmix/skin/images/divider-black.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  color: #eb223d;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 54, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .item {
  display: flex;
  flex-direction: column;
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 12px;
}
/* line 61, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .qty {
  margin-left: auto;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 65, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .total {
  flex: 1 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: auto;
  padding: 0 12px;
  text-align: right;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 76, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket--events h4 {
  width: 100%;
  padding: 12px 0 0 12px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 81, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket--events .basket--events-items {
  flex-wrap: wrap;
  padding-bottom: 24px;
}
/* line 90, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-memberships,
.page-template-basket .basket-content .basket-donations,
.page-template-basket .basket-content .basket-vouchers {
  padding: 12px 0;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 96, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-memberships .item,
.page-template-basket .basket-content .basket-donations .item,
.page-template-basket .basket-content .basket-vouchers .item {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 99, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer {
  flex-direction: column;
}
/* line 102, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer .booking-fee {
  padding: 12px 0;
  border-top: 1px solid #f2f2f2;
}
/* line 107, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer .booking-fee + .promotions {
  padding-top: 0;
  border: none;
}
/* line 111, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer .promotions {
  padding: 12px 0;
  border-top: 1px solid #f2f2f2;
}
/* line 117, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer .booking-fee .total,
.page-template-basket .basket-content .basket-footer .promotions .total {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
/* line 120, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .basket-content .basket-footer .totals {
  padding: 12px 0;
  background-image: url("/wp-content/themes/richmix/skin/images/divider-black.svg");
  background-repeat: no-repeat;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 126, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership {
  display: none;
  padding: 18px;
  background: #000000;
  color: #ffffff;
  background-image: url("/wp-content/themes/richmix/skin/images/oneperson.svg");
  background-repeat: no-repeat;
  background-position: 105% 20px;
  background-size: 23%;
}
@media (min-width: 414px) {
  /* line 126, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership {
    background-position: 100% 18px;
    background-size: 7%;
  }
}
/* line 145, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership.active {
  display: block;
}
/* line 148, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership h2 {
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  /* line 148, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership h2 {
    line-height: 36px;
  }
}
/* line 157, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership h2, .page-template-basket .membership p {
  padding-right: 10%;
}
@media (min-width: 768px) {
  /* line 157, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership h2, .page-template-basket .membership p {
    padding-right: 10%;
  }
}
/* line 165, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership [data-membership-added] p {
  margin-bottom: 0;
}
/* line 168, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select {
  flex: 1 0 auto;
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 168, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership .bootstrap-select {
    max-width: 260px;
    margin-bottom: 0;
  }
}
/* line 177, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select button {
  height: 37px;
}
/* line 181, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select .filter-option {
  justify-content: space-between;
  align-items: center;
  padding: 5px !important;
  text-transform: none;
}
/* line 187, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select .filter-option:after {
  color: #eb223d;
}
/* line 192, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select.open .filter-option:after {
  margin-right: 0;
  margin-left: 12px;
  transform: rotate(180deg);
}
/* line 197, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .bootstrap-select a {
  padding: 5px !important;
  color: #ffffff !important;
  text-transform: none;
}
/* line 202, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership--savings {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}
/* line 206, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership--choices {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 206, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership--choices {
    flex-direction: row;
  }
}
/* line 213, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership--choice {
  display: none;
}
@media (min-width: 768px) {
  /* line 213, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership--choice {
    margin-left: 12px;
  }
}
/* line 219, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership--choice.active {
  display: inline-block;
}
/* line 222, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership--choice button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #eb223d;
  border: 1px solid #eb223d;
  color: #ffffff;
  flex: 1 0 auto;
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 222, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership--choice button {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 222, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership--choice button {
    width: 25%;
  }
}
@media (min-width: 768px) {
  /* line 222, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership--choice button {
    min-width: 120px !important;
    max-width: 120px !important;
    margin-bottom: 0;
  }
}
/* line 234, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #eb223d;
  border: 1px solid #eb223d;
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  flex: 1 0 auto;
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  /* line 234, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership .read-more {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 234, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership .read-more {
    width: 25%;
  }
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-basket .membership .read-more .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-basket .membership .read-more .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-basket .membership .read-more .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-basket .membership .read-more .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 234, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .membership .read-more {
    min-width: 200px !important;
    max-width: 250px !important;
    margin-left: 12px;
    margin-bottom: 0;
  }
}
/* line 248, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .membership .read-more .decoration {
  max-width: 30px;
  height: 100%;
}
/* line 254, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign {
  background: #eb223d;
  color: #ffffff;
}
/* line 261, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign .donation--title {
  color: #ffffff;
  text-transform: uppercase;
}
/* line 265, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign--content {
  padding: 18px;
}
/* line 269, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign--image {
  padding-top: 56.5%;
  background-image: var(--img-main);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 276, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign .donation-options {
  display: flex;
  flex-direction: column;
  margin: 0;
  justify-content: space-between;
}
/* line 282, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign .donation-options--amount {
  padding-bottom: 20px;
}
/* line 293, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-custom-donation-input] {
  flex: 1 0 auto;
  max-width: 100%;
  height: 37px;
  margin: 0 0 12px 0;
  padding: 0 12px;
  background: #ffffff;
  color: #000000;
}
@media (min-width: 768px) {
  /* line 293, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-custom-donation-input] {
    max-width: 225px;
    margin: 0 12px 0 auto;
  }
}
/* line 307, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-donate-amount] {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  position: relative;
  width: 70px;
  height: 70px;
}
@media (min-width: 1024px) {
  /* line 307, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-donate-amount] {
    font-size: 36px;
    line-height: 44px;
  }
}
/* line 104, ../sass/mixins/_typography.sass */
.page-template-basket .donation-campaign [data-donate-amount] a {
  color: inherit;
}
/* line 22, ../sass/mixins/_svg.sass */
.page-template-basket .donation-campaign [data-donate-amount] a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.page-template-basket .donation-campaign [data-donate-amount] .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 307, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-donate-amount] {
    width: 90px;
    height: 90px;
  }
}
/* line 318, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-donate-amount] path {
  stroke: #000000;
  stroke-width: 3px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 318, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-donate-amount] path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 321, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-donate-amount] .decoration {
  display: none;
}
/* line 325, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-donate-amount].active .decoration {
  display: flex;
  transform: rotate(25deg);
}
/* line 329, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation-campaign [data-submit-donation] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  flex: 1 0 auto;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 12px 17px;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 329, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-submit-donation] {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 329, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation-campaign [data-submit-donation] {
    min-width: 120px !important;
    max-width: 120px !important;
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* line 346, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation {
  display: none;
  margin-bottom: 24px;
  padding: 18px;
  background: #eb223d;
  color: #ffffff;
}
/* line 353, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation.active {
  display: block;
}
/* line 356, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation--title {
  text-transform: uppercase;
}
/* line 360, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation [data-donation-default] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 360, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation [data-donation-default] {
    flex-direction: row;
    align-items: center;
  }
}
/* line 368, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation h2 {
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  /* line 368, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation h2 {
    line-height: 36px;
  }
}
/* line 377, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .donation [data-submit-donation] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  flex: 1 0 auto;
  width: auto !important;
  max-width: 100%;
  margin-top: 12px;
  background: #000000;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 377, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation [data-submit-donation] {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 377, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .donation [data-submit-donation] {
    width: auto !important;
    min-width: 120px !important;
    max-width: 120px !important;
    margin-top: 0;
    margin-left: auto;
  }
}
/* line 395, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings {
  display: none;
  padding: 12px;
  border: 1px solid #000000;
}
/* line 400, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings.active {
  display: block;
}
@media (min-width: 768px) {
  /* line 395, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings {
    padding: 18px;
  }
}
/* line 406, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings h2 {
  margin-bottom: 0;
  color: #000000;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 415, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings .promo-code {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 415, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings .promo-code {
    flex-direction: row;
    align-items: center;
  }
}
/* line 424, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings label {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 424, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings label {
    margin-bottom: 0;
  }
}
/* line 431, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings #promo-code {
  flex: 1 0 auto;
  max-width: 100%;
  height: 37px;
  margin: 0 0 12px;
  padding: 0 12px;
  border: 1px solid #000000;
  color: #000000;
}
@media (min-width: 768px) {
  /* line 431, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings #promo-code {
    max-width: auto;
    margin: 0 12px;
  }
}
/* line 444, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .savings button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #eb223d;
  border: 1px solid #eb223d;
  color: #ffffff;
  flex: 1 0 auto;
  max-width: 100%;
  height: 37px;
}
@media (min-width: 768px) {
  /* line 444, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings button {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 444, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings button {
    width: 25%;
  }
}
@media (min-width: 768px) {
  /* line 444, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .savings button {
    min-width: 120px !important;
    max-width: 120px !important;
  }
}
/* line 458, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
@media (min-width: 768px) {
  /* line 458, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons {
    flex-direction: row;
  }
}
/* line 467, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a {
  width: 100%;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 467, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a {
    width: 50%;
  }
}
/* line 482, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a.continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
@media (min-width: 768px) {
  /* line 482, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a.continue {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 482, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a.continue {
    width: 16.6666%;
  }
}
/* line 488, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a.checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 35px;
  height: 37px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #eb223d;
  border: 1px solid #eb223d;
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  display: none;
  border: 1px solid #eb223d;
  background: #eb223d;
}
@media (min-width: 768px) {
  /* line 488, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a.checkout {
    width: auto;
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 488, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a.checkout {
    width: 25%;
  }
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-basket .buttons a.checkout .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-basket .buttons a.checkout .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-basket .buttons a.checkout .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-basket .buttons a.checkout .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 495, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a.checkout.active {
  display: flex;
}
/* line 498, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a.checkout:hover {
  background: #bc1b31;
}
@media (min-width: 768px) {
  /* line 488, ../sass/parts/articles/single/_basket.sass */
  .page-template-basket .buttons a.checkout {
    margin-left: auto;
  }
}
/* line 504, ../sass/parts/articles/single/_basket.sass */
.page-template-basket .buttons a.checkout .decoration {
  max-width: 30px;
  height: 100%;
}

/* line 6, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree #website-brand .container, .page-template-linktree #website-brand .listing-content {
  justify-content: center;
}
/* line 9, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree main {
  background-color: #eb223d;
}
@media (min-width: 768px) {
  /* line 9, ../sass/parts/articles/single/_link-tree.sass */
  .page-template-linktree main {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  /* line 15, ../sass/parts/articles/single/_link-tree.sass */
  .page-template-linktree .wrap {
    margin: 0 -20px;
  }
}
/* line 20, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .item {
  border-bottom: 1px solid #ffffff;
}
/* line 24, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .item .item-link {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  align-items: flex-end;
}
/* line 125, ../sass/mixins/_links.sass */
.page-template-linktree .item .item-link .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .page-template-linktree .item .item-link .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.page-template-linktree .item .item-link .decoration path {
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .page-template-linktree .item .item-link .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 33, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .item .item-link span {
  max-width: calc(100% - 58px);
  padding-right: 8px;
}
/* line 38, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .item .item-link .decoration {
  margin-left: auto;
  margin-bottom: 5px;
}
/* line 43, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .link-tree-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  background-color: #eb223d;
}
/* line 51, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .who-we-are {
  margin-bottom: 15px;
  margin-right: 0;
}
/* line 55, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .who-we-are path {
  stroke-width: 1;
}
/* line 58, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .networks {
  padding: 25px 0;
}
/* line 62, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .networks a {
  display: flex;
  align-items: center;
  font-size: 43px;
  color: #eb223d;
  color: #000000;
  margin-right: 15px;
}
/* line 145, ../sass/mixins/_links.sass */
.page-template-linktree .networks a:after {
  content: "";
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-linktree .networks a.facebook:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-linktree .networks a.twitter:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-linktree .networks a.instagram:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
.page-template-linktree .networks a.email:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 67, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .networks ul {
  display: flex;
  list-style-type: none;
}
/* line 73, ../sass/parts/articles/single/_link-tree.sass */
.page-template-linktree .networks li:last-child a {
  margin-right: 0;
}

/**
 * Sidebar blocks
 */
/* line 5, ../sass/parts/articles/_sidebar.sass */
.article-sidebar {
  padding-top: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  /* line 5, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 5, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  /* line 5, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 5, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 5, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  /* line 27, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .block-item {
    margin-bottom: 60px;
  }
}
/* line 31, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .item-summary {
  position: relative;
}
@media (min-width: 768px) {
  /* line 31, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .item-summary {
    margin: 0 20px;
    padding: 12px;
  }
}
/* line 97, ../sass/mixins/_blocks.sass */
.article-sidebar .item-summary .box-content {
  position: relative;
  z-index: 2;
}
/* line 101, ../sass/mixins/_blocks.sass */
.article-sidebar .item-summary .box-item {
  position: relative;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -24px;
  z-index: 1;
}
/* line 22, ../sass/mixins/_svg.sass */
.article-sidebar .item-summary .box-item a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.article-sidebar .item-summary .box-item .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 111, ../sass/mixins/_blocks.sass */
.article-sidebar .item-summary .box-item path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 111, ../sass/mixins/_blocks.sass */
  .article-sidebar .item-summary .box-item path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .item-summary {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    padding: 0;
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 31, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .item-summary {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 31, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .item-summary {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    float: none !important;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 31, ../sass/parts/articles/_sidebar.sass */
  .article-sidebar .item-summary {
    float: left;
    width: 100%;
  }
}

/* line 53, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .downloads {
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #000000;
  color: white;
  clear: both;
}
/* line 75, ../sass/mixins/_blocks.sass */
.article-sidebar .downloads h3 {
  margin: 0;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
  margin-bottom: 12px;
}
/* line 79, ../sass/mixins/_blocks.sass */
.article-sidebar .downloads ul {
  padding-left: 0;
  list-style: none;
}
/* line 82, ../sass/mixins/_blocks.sass */
.article-sidebar .downloads a {
  display: block;
  color: white;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: white;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 125, ../sass/mixins/_links.sass */
.article-sidebar .downloads a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .article-sidebar .downloads a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.article-sidebar .downloads a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .article-sidebar .downloads a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 59, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .downloads p {
  margin: 0;
  padding: 5px 0;
}
/* line 63, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .downloads li {
  padding-top: 10px;
}
/* line 67, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .downloads a {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  align-items: flex-start;
}
/* line 10, ../sass/mixins/_typography.sass */
.article-sidebar .downloads a b, .article-sidebar .downloads a strong, .article-sidebar .downloads a dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.article-sidebar .downloads a b em, .article-sidebar .downloads a b i, .article-sidebar .downloads a strong em, .article-sidebar .downloads a strong i, .article-sidebar .downloads a dt em, .article-sidebar .downloads a dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.article-sidebar .downloads a i, .article-sidebar .downloads a em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.article-sidebar .downloads a i strong, .article-sidebar .downloads a i b, .article-sidebar .downloads a i dt, .article-sidebar .downloads a em strong, .article-sidebar .downloads a em b, .article-sidebar .downloads a em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 474, ../sass/mixins/_typography.sass */
.article-sidebar .downloads a:before {
  font-family: "richmix";
  font-size: 1em;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: #eb223d;
  speak: none;
}
/* line 73, ../sass/parts/articles/_sidebar.sass */
.article-sidebar .sidebar-block-image {
  display: none;
}

/* line 76, ../sass/parts/articles/_sidebar.sass */
.sidebar-block {
  margin-bottom: 30px;
  padding: 15px 20px 25px;
  background: #eb223d;
  color: #ffffff;
  clear: both;
}
/* line 37, ../sass/mixins/_blocks.sass */
.sidebar-block a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
  display: inline-flex;
  padding-left: 25px;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 21, ../sass/mixins/_buttons.sass */
.sidebar-block a .decoration {
  width: 50px;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 21, ../sass/mixins/_buttons.sass */
  .sidebar-block a .decoration {
    height: 50px;
  }
}
/* line 29, ../sass/mixins/_buttons.sass */
.sidebar-block a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 29, ../sass/mixins/_buttons.sass */
  .sidebar-block a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 40, ../sass/mixins/_blocks.sass */
.sidebar-block h3 {
  margin: 0;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
}
/* line 43, ../sass/mixins/_blocks.sass */
.sidebar-block ul {
  padding-left: 0;
  list-style: none;
}
/* line 46, ../sass/mixins/_blocks.sass */
.sidebar-block p {
  margin: 0;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 19px;
}

/* line 82, ../sass/parts/articles/_sidebar.sass */
.info-block {
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #000000;
  color: white;
  clear: both;
}
/* line 75, ../sass/mixins/_blocks.sass */
.info-block h3 {
  margin: 0;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
  margin-bottom: 12px;
}
/* line 79, ../sass/mixins/_blocks.sass */
.info-block ul {
  padding-left: 0;
  list-style: none;
}
/* line 82, ../sass/mixins/_blocks.sass */
.info-block a {
  display: block;
  color: white;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: white;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 125, ../sass/mixins/_links.sass */
.info-block a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .info-block a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.info-block a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .info-block a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 82, ../sass/parts/articles/_sidebar.sass */
  .info-block {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 82, ../sass/parts/articles/_sidebar.sass */
  .info-block {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 82, ../sass/parts/articles/_sidebar.sass */
  .info-block {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 82, ../sass/parts/articles/_sidebar.sass */
  .info-block {
    float: left;
    width: 100%;
  }
}

/* line 93, ../sass/parts/articles/_sidebar.sass */
.contact-block {
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #eb223d;
  color: #ffffff;
  clear: both;
}
/* line 17, ../sass/mixins/_blocks.sass */
.contact-block h3 {
  margin: 0;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
}
/* line 20, ../sass/mixins/_blocks.sass */
.contact-block a {
  color: #ffffff;
}
/* line 24, ../sass/mixins/_blocks.sass */
aside .contact-block p {
  margin-top: 12px;
}
/* line 27, ../sass/mixins/_blocks.sass */
aside .contact-block address {
  margin-bottom: 0;
}
/* line 97, ../sass/parts/articles/_sidebar.sass */
.contact-block a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.contact-block a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .contact-block a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.contact-block a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .contact-block a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 100, ../sass/parts/articles/_sidebar.sass */
.contact-block a .decoration {
  max-width: 37px;
}

/**
 * Aside
 */
/* line 4, ../sass/parts/articles/_aside.sass */
aside {
  background: #ffffff;
}
/* line 7, ../sass/parts/articles/_aside.sass */
aside .offers-block {
  padding: 20px 0;
  background: #f2f2f2;
}
/* line 13, ../sass/parts/articles/_aside.sass */
aside .offers-block .container + .container, aside .offers-block .listing-content + .container, aside .offers-block .container + .listing-content, aside .offers-block .listing-content + .listing-content {
  margin-top: 30px;
}
/* line 16, ../sass/parts/articles/_aside.sass */
aside .offers-block .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 16, ../sass/parts/articles/_aside.sass */
  aside .offers-block .wrap {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  /* line 25, ../sass/parts/articles/_aside.sass */
  aside .offers-block .block-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 25, ../sass/parts/articles/_aside.sass */
  aside .offers-block .block-item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 25, ../sass/parts/articles/_aside.sass */
  aside .offers-block .block-item {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 25, ../sass/parts/articles/_aside.sass */
  aside .offers-block .block-item {
    float: left;
    width: 41.66667%;
  }
}

/* line 34, ../sass/parts/articles/_aside.sass */
aside .offers-block .item-summary {
  position: relative;
  margin-top: -40px;
}
@media (min-width: 768px) {
  /* line 34, ../sass/parts/articles/_aside.sass */
  aside .offers-block .item-summary {
    margin: 0 20px;
    padding: 12px;
  }
}
/* line 97, ../sass/mixins/_blocks.sass */
aside .offers-block .item-summary .box-content {
  position: relative;
  z-index: 2;
}
/* line 101, ../sass/mixins/_blocks.sass */
aside .offers-block .item-summary .box-item {
  position: relative;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -24px;
  z-index: 1;
}
/* line 22, ../sass/mixins/_svg.sass */
aside .offers-block .item-summary .box-item a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
aside .offers-block .item-summary .box-item .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 111, ../sass/mixins/_blocks.sass */
aside .offers-block .item-summary .box-item path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 111, ../sass/mixins/_blocks.sass */
  aside .offers-block .item-summary .box-item path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 34, ../sass/parts/articles/_aside.sass */
  aside .offers-block .item-summary {
    padding: 0;
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 34, ../sass/parts/articles/_aside.sass */
  aside .offers-block .item-summary {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  /* line 55, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block {
    margin-bottom: 0;
    padding: 15px 20px;
  }
}
/* line 61, ../sass/parts/articles/_aside.sass */
aside .offers-block .sidebar-block-image {
  order: -1;
}
@media (min-width: 768px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    order: 2;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    left: 33.33333%;
  }
}

@media (min-width: 1024px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 61, ../sass/parts/articles/_aside.sass */
  aside .offers-block .sidebar-block-image {
    left: 33.33333%;
  }
}

/* line 76, ../sass/parts/articles/_aside.sass */
aside .contact-block {
  background-image: url("/wp-content/themes/richmix/skin/images/contact-swoosh.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 95% 90%;
  padding-bottom: 54px;
}
@media (min-width: 768px) {
  /* line 76, ../sass/parts/articles/_aside.sass */
  aside .contact-block {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  /* line 76, ../sass/parts/articles/_aside.sass */
  aside .contact-block {
    background-position: 98% 90%;
    background-size: 15%;
  }
}
/* line 90, ../sass/parts/articles/_aside.sass */
aside .contact-block a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
aside .contact-block a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  aside .contact-block a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
aside .contact-block a .decoration path {
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  aside .contact-block a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 93, ../sass/parts/articles/_aside.sass */
aside .contact-block a .decoration {
  max-width: 37px;
}
@media (min-width: 768px) {
  /* line 96, ../sass/parts/articles/_aside.sass */
  aside .contact-block address {
    width: 60%;
  }
}

/* line 101, ../sass/parts/articles/_aside.sass */
.section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 35px 0 26px;
}

@media (min-width: 768px) {
  /* line 106, ../sass/parts/articles/_aside.sass */
  .contact-repeat + .section-overview {
    margin-top: 0 !important;
  }
  /* line 111, ../sass/parts/articles/_aside.sass */
  .contact-repeat + .section-overview .section-header {
    padding-top: 0 !important;
  }
}

/* line 116, ../sass/parts/articles/_aside.sass */
.cta-blocks .cta-blocks-items {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 119, ../sass/parts/articles/_aside.sass */
.cta-blocks .section-title {
  text-transform: none;
}
/* line 122, ../sass/parts/articles/_aside.sass */
.cta-blocks .block-item {
  padding-bottom: 30px;
}
/* line 128, ../sass/parts/articles/_aside.sass */
.cta-blocks .block-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 20px;
}
/* line 48, ../sass/mixins/_buttons.sass */
.cta-blocks .block-item a:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.cta-blocks .block-item a:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .cta-blocks .block-item a:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 128, ../sass/parts/articles/_aside.sass */
  .cta-blocks .block-item a {
    width: auto;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.cta-blocks .block-item a.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 132, ../sass/parts/articles/_aside.sass */
.cta-blocks .block-item a:before {
  border: none;
}

/* line 135, ../sass/parts/articles/_aside.sass */
.related-news {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 135, ../sass/parts/articles/_aside.sass */
  .related-news {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  /* line 135, ../sass/parts/articles/_aside.sass */
  .related-news {
    margin-bottom: 45px;
  }
}

/* line 146, ../sass/parts/articles/_aside.sass */
.supporters {
  padding-bottom: 20px;
  background-image: url("/wp-content/themes/richmix/skin/images/divider.svg");
  background-repeat: no-repeat;
  background-size: 100% 10px;
}
/* line 152, ../sass/parts/articles/_aside.sass */
.supporters .section-header {
  padding-top: 15px;
  padding-bottom: 12px;
}
/* line 157, ../sass/parts/articles/_aside.sass */
.single-events .supporters .listing {
  margin-top: 20px;
}
/* line 160, ../sass/parts/articles/_aside.sass */
.supporters .supporter {
  width: 100%;
  padding-bottom: 60px;
}
/* line 165, ../sass/parts/articles/_aside.sass */
.supporters .supporter.supporter-text {
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 170, ../sass/parts/articles/_aside.sass */
  .supporters .supporter:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* line 160, ../sass/parts/articles/_aside.sass */
  .supporters .supporter {
    width: 25%;
  }
  /* line 176, ../sass/parts/articles/_aside.sass */
  .single-events .supporters .supporter {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  /* line 186, ../sass/parts/articles/_aside.sass */
  .supporters .supporter:nth-child(3n+1) {
    clear: both;
  }
}
/* line 189, ../sass/parts/articles/_aside.sass */
.supporters .supporter .post-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media (min-width: 768px) {
  /* line 189, ../sass/parts/articles/_aside.sass */
  .supporters .supporter .post-image {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  /* line 189, ../sass/parts/articles/_aside.sass */
  .supporters .supporter .post-image {
    width: 202px;
  }
}
/* line 202, ../sass/parts/articles/_aside.sass */
.supporters .supporter .post-image img {
  max-height: 90px;
  width: auto;
}
/* line 206, ../sass/parts/articles/_aside.sass */
.supporters .supporter .supporter-name {
  display: inline-block;
  padding-top: 5px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 212, ../sass/parts/articles/_aside.sass */
.post-image + .supporters .supporter .supporter-name {
  padding-top: 11px;
}

/* line 216, ../sass/parts/articles/_aside.sass */
.awards {
  background-image: url("/wp-content/themes/richmix/skin/images/divider.svg");
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  /* line 216, ../sass/parts/articles/_aside.sass */
  .awards {
    padding-bottom: 30px;
  }
}
/* line 224, ../sass/parts/articles/_aside.sass */
.awards .container, .awards .listing-content {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  /* line 224, ../sass/parts/articles/_aside.sass */
  .awards .container, .awards .listing-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 233, ../sass/parts/articles/_aside.sass */
.awards .section-header {
  padding-top: 15px;
  padding-bottom: 20px;
}
/* line 237, ../sass/parts/articles/_aside.sass */
.awards .listing {
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 237, ../sass/parts/articles/_aside.sass */
  .awards .listing {
    justify-content: initial;
  }
}
/* line 243, ../sass/parts/articles/_aside.sass */
.awards .tease-award {
  background-image: url("/wp-content/themes/richmix/skin/images/awardleaves.svg");
  background-repeat: no-repeat;
  width: auto;
  min-height: 140px;
}
@media (min-width: 768px) {
  /* line 243, ../sass/parts/articles/_aside.sass */
  .awards .tease-award {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 243, ../sass/parts/articles/_aside.sass */
  .awards .tease-award {
    margin-right: 24px;
  }
}
/* line 259, ../sass/parts/articles/_aside.sass */
.awards .tease-award .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  width: 150px;
}
/* line 267, ../sass/parts/articles/_aside.sass */
.awards .tease-award .award-level {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
/* line 272, ../sass/parts/articles/_aside.sass */
.awards .tease-award .award-category {
  font-size: 16px;
  line-height: 20px;
}
/* line 275, ../sass/parts/articles/_aside.sass */
.awards .tease-award .award-provider {
  font-size: 14px;
  line-height: 14px;
}

/**
 * Homepage
 */
/* line 5, ../sass/parts/_homepage.sass */
.home {
  /** EVENTS */
}
/* line 7, ../sass/parts/_homepage.sass */
.home #website-navigation {
  -webkit-transform: translate(0, -65px);
  -ms-transform: translate(0, -65px);
  -o-transform: translate(0, -65px);
  transform: translate(0, -65px);
  -webkit-transition: transform 150ms linear 3s;
  -o-transition: transform 150ms linear 3s;
  transition: transform 150ms linear 3s;
}
/* line 12, ../sass/parts/_homepage.sass */
.home #website-navigation.slide-in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1023px) {
  /* line 7, ../sass/parts/_homepage.sass */
  .home #website-navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
  }
}
/* line 21, ../sass/parts/_homepage.sass */
.home main {
  margin-top: -65px;
  padding-bottom: 0;
}
/* line 26, ../sass/parts/_homepage.sass */
.home main header {
  position: relative;
  overflow: hidden;
  background: #000000;
}
/* line 33, ../sass/parts/_homepage.sass */
.home #featured-image {
  position: absolute;
  height: 100vh;
  background-position: center top;
  opacity: 0.75;
}
/* line 40, ../sass/parts/_homepage.sass */
.home #richmix-homepage {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: calc(50vh - 120px);
}
@media (min-width: 1024px) {
  /* line 40, ../sass/parts/_homepage.sass */
  .home #richmix-homepage {
    justify-content: center;
    padding-top: 0;
  }
}
/* line 60, ../sass/parts/_homepage.sass */
.home #richmix-homepage svg {
  height: 100px !important;
}
@supports (-ms-ime-align: auto) {
  /* line 60, ../sass/parts/_homepage.sass */
  .home #richmix-homepage svg {
    display: none;
  }
}
@media (min-width: 1400px) {
  /* line 60, ../sass/parts/_homepage.sass */
  .home #richmix-homepage svg {
    height: 200px !important;
  }
}
@media (min-width: 1024px) {
  /* line 60, ../sass/parts/_homepage.sass */
  .home #richmix-homepage svg {
    width: 64% !important;
  }
}
/* line 75, ../sass/parts/_homepage.sass */
.home #richmix-homepage .edge-only {
  display: none;
  width: 70% !important;
  position: relative;
}
@supports (-ms-ime-align: auto) {
  /* line 75, ../sass/parts/_homepage.sass */
  .home #richmix-homepage .edge-only {
    display: block;
  }
}
/* line 85, ../sass/parts/_homepage.sass */
.home .strapline {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  order: 2;
}
@media (min-width: 768px) {
  /* line 85, ../sass/parts/_homepage.sass */
  .home .strapline {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  /* line 85, ../sass/parts/_homepage.sass */
  .home .strapline {
    padding-top: 0;
  }
}
/* line 106, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are {
  position: absolute;
  bottom: 215px;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 100ms linear 1s;
  -o-transition: all 100ms linear 1s;
  transition: all 100ms linear 1s;
}
@media (min-width: 375px) {
  /* line 106, ../sass/parts/_homepage.sass */
  .home #richmix-homepage + .who-we-are {
    right: 80px;
  }
}
@media (min-width: 414px) {
  /* line 106, ../sass/parts/_homepage.sass */
  .home #richmix-homepage + .who-we-are {
    bottom: 156px;
  }
}
/* line 120, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are .decoration {
  display: none;
}
/* line 122, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are .decoration path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 122, ../sass/parts/_homepage.sass */
  .home #richmix-homepage + .who-we-are .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 125, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are a {
  display: none;
  -webkit-transition: all 100ms linear 2s;
  -o-transition: all 100ms linear 2s;
  transition: all 100ms linear 2s;
}
/* line 130, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are.slide-in {
  visibility: visible;
}
/* line 133, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are.slide-in a {
  display: flex;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
/* line 125, ../sass/mixins/_links.sass */
.home #richmix-homepage + .who-we-are.slide-in a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .home #richmix-homepage + .who-we-are.slide-in a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.home #richmix-homepage + .who-we-are.slide-in a .decoration path {
  stroke: #ffffff;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .home #richmix-homepage + .who-we-are.slide-in a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 137, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are.slide-in .decoration {
  display: flex;
}
/* line 140, ../sass/parts/_homepage.sass */
.home #richmix-homepage + .who-we-are.slide-in .decoration path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
  animation-delay: 4s;
}
@media all and (-ms-high-contrast: none) {
  /* line 140, ../sass/parts/_homepage.sass */
  .home #richmix-homepage + .who-we-are.slide-in .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 146, ../sass/parts/_homepage.sass */
.home.announcement-banner .events-types {
  bottom: 65px;
}
/* line 149, ../sass/parts/_homepage.sass */
.home .events-types {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 100ms linear 3s;
  -o-transition: all 100ms linear 3s;
  transition: all 100ms linear 3s;
}
/* line 160, ../sass/parts/_homepage.sass */
.home .events-types nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 414px) {
  /* line 160, ../sass/parts/_homepage.sass */
  .home .events-types nav {
    flex-direction: row;
  }
}
/* line 170, ../sass/parts/_homepage.sass */
.home .events-types .event-type {
  width: 100%;
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: transform 1s ease 3250ms;
  -o-transition: transform 1s ease 3250ms;
  transition: transform 1s ease 3250ms;
}
@media (min-width: 414px) {
  /* line 170, ../sass/parts/_homepage.sass */
  .home .events-types .event-type {
    -moz-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
    width: calc(50% - 12px);
  }
}
/* line 180, ../sass/parts/_homepage.sass */
.home .events-types .event-type:first-child {
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  margin-bottom: 20px;
}
@media (min-width: 414px) {
  /* line 180, ../sass/parts/_homepage.sass */
  .home .events-types .event-type:first-child {
    -moz-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    margin-bottom: 0;
  }
}
/* line 188, ../sass/parts/_homepage.sass */
.home .events-types .event-type:nth-child(3) {
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  margin-top: 20px;
}
@media (min-width: 414px) {
  /* line 188, ../sass/parts/_homepage.sass */
  .home .events-types .event-type:nth-child(3) {
    -moz-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
    margin-top: 0;
  }
}
@media (min-width: 414px) {
  /* line 196, ../sass/parts/_homepage.sass */
  .home .events-types .event-type:nth-child(2) {
    -moz-transform: translateY(25vh);
    -ms-transform: translateY(25vh);
    -webkit-transform: translateY(25vh);
    transform: translateY(25vh);
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /* line 170, ../sass/parts/_homepage.sass */
  .home .events-types .event-type {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 170, ../sass/parts/_homepage.sass */
  .home .events-types .event-type {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 170, ../sass/parts/_homepage.sass */
  .home .events-types .event-type {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 170, ../sass/parts/_homepage.sass */
  .home .events-types .event-type {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  /* line 209, ../sass/parts/_homepage.sass */
  .home .events-types .event-type:first-child {
    justify-content: flex-end;
  }
  /* line 212, ../sass/parts/_homepage.sass */
  .home .events-types .event-type:nth-child(3) {
    justify-content: flex-end;
  }
}
/* line 216, ../sass/parts/_homepage.sass */
.home .events-types.slide-in {
  height: auto;
  overflow: visible;
  padding: 24px 0;
  background: #f2f2f2;
}
/* line 222, ../sass/parts/_homepage.sass */
.home .events-types.slide-in .event-type {
  transform: translate(0, 0);
}
/* line 226, ../sass/parts/_homepage.sass */
.home .events-types a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #eb223d;
  background: #eb223d;
}
@media (min-width: 1024px) {
  /* line 226, ../sass/parts/_homepage.sass */
  .home .events-types a {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 125, ../sass/mixins/_links.sass */
.home .events-types a .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  .home .events-types a .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
.home .events-types a .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  .home .events-types a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  /* line 226, ../sass/parts/_homepage.sass */
  .home .events-types a {
    height: 58px;
  }
}
@media (min-width: 1024px) {
  /* line 226, ../sass/parts/_homepage.sass */
  .home .events-types a {
    width: 425px;
  }
}
/* line 244, ../sass/parts/_homepage.sass */
.home .events-types a:hover {
  background: #bc1b31;
}
@media (min-width: 768px) {
  /* line 257, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(2n+1),
  .home .whats-on .events-list #today .tease:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 261, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(2n+1),
  .home .whats-on .events-list #today .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 264, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(3n+1),
  .home .whats-on .events-list #today .tease:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  /* line 269, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(2n+1),
  .home .whats-on .events-list #today .tease:nth-child(2n+1) {
    clear: none;
  }
  /* line 272, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(3n+1),
  .home .whats-on .events-list #today .tease:nth-child(3n+1) {
    clear: none;
  }
  /* line 275, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list #this-week .tease:nth-child(4n+1),
  .home .whats-on .events-list #today .tease:nth-child(4n+1) {
    clear: both;
  }
}
/* line 279, ../sass/parts/_homepage.sass */
.home .whats-on .events-list nav {
  display: flex;
  justify-content: space-around;
}
/* line 283, ../sass/parts/_homepage.sass */
.home .whats-on .events-list .rating {
  display: none;
}
/* line 286, ../sass/parts/_homepage.sass */
.home .whats-on .events-list h3 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 289, ../sass/parts/_homepage.sass */
.home .whats-on .events-list .view-all {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  /* line 289, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list .view-all {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 289, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list .view-all {
    float: left;
    width: 100%;
  }
}

/* line 297, ../sass/parts/_homepage.sass */
.home .whats-on .events-list .view-all a {
  display: inline-block;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  background-image: url("/wp-content/themes/richmix/skin/images/long-arrow-right.svg");
  background-repeat: no-repeat;
  padding-bottom: 15px;
  background-position: left bottom;
  width: 150px;
}
/* line 306, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] {
  padding: 30px 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
.home .whats-on .events-list [role="tablist"] li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  .home .whats-on .events-list [role="tablist"] li {
    display: inline;
  }
}
@media (min-width: 768px) {
  /* line 306, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  /* line 317, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] li.this-week {
    display: none;
  }
  /* line 486, ../sass/mixins/_typography.sass */
  .home .whats-on .events-list [role="tablist"] li:first-child:after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
@media (min-width: 768px) {
  /* line 324, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] li.this-week {
    display: inline-flex;
  }
  /* line 327, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] li.today {
    display: none;
  }
  /* line 486, ../sass/mixins/_typography.sass */
  .home .whats-on .events-list [role="tablist"] li:first-child:after {
    font-family: "richmix";
    font-size: 20px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
@media (min-width: 1024px) {
  /* line 486, ../sass/mixins/_typography.sass */
  .home .whats-on .events-list [role="tablist"] li:first-child:after {
    font-family: "richmix";
    font-size: 48px;
    content: "";
    display: inline-table;
    vertical-align: middle;
    margin-left: 0;
    color: #000000;
    speak: none;
  }
}
/* line 339, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] li.active .decoration {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  /* line 339, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] li.active .decoration {
    height: 30px;
  }
}
/* line 346, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] a {
  position: relative;
  color: #eb223d;
  font-size: 24px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 22, ../sass/mixins/_svg.sass */
.home .whats-on .events-list [role="tablist"] a a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.home .whats-on .events-list [role="tablist"] a .decoration {
  position: absolute;
  top: initial;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 354, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] a .decoration {
  display: none;
}
/* line 358, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] a.active .decoration {
  display: block;
}
@media (min-width: 768px) {
  /* line 346, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a {
    font-family: "ProximaNova-Extrabld";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (min-width: 375px) {
  /* line 346, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (min-width: 414px) {
  /* line 346, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  /* line 346, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  /* line 346, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (min-width: 1025px) {
  /* line 367, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a:hover .decoration {
    display: block;
  }
}
/* line 371, ../sass/parts/_homepage.sass */
.home .whats-on .events-list [role="tablist"] a path {
  stroke: #000000;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 371, ../sass/parts/_homepage.sass */
  .home .whats-on .events-list [role="tablist"] a path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/** FEATURED ITEMS */
/* line 377, ../sass/parts/_homepage.sass */
.featured-items {
  padding-bottom: 50px;
}
/* line 380, ../sass/parts/_homepage.sass */
.featured-items .container, .featured-items .listing-content {
  position: relative;
  margin-bottom: 50px;
}
/* line 385, ../sass/parts/_homepage.sass */
.featured-items .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #eb223d;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 385, ../sass/parts/_homepage.sass */
  .featured-items .section-header {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 385, ../sass/parts/_homepage.sass */
  .featured-items .section-header {
    font-size: 130px;
    line-height: 130px;
  }
}
@media (max-width: 767px) {
  /* line 385, ../sass/parts/_homepage.sass */
  .featured-items .section-header {
    line-height: 45px !important;
  }
}
/* line 397, ../sass/parts/_homepage.sass */
.featured-items .item-image {
  margin: 0 -10px;
  margin-top: -40px;
}
@media (min-width: 1024px) {
  /* line 397, ../sass/parts/_homepage.sass */
  .featured-items .item-image {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    margin-top: -70px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 397, ../sass/parts/_homepage.sass */
  .featured-items .item-image {
    float: left;
    width: 91.66667%;
  }
}

/* line 406, ../sass/parts/_homepage.sass */
.featured-items .item-summary {
  margin: 0;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  margin: -40px 10px 0;
  padding: 25px 20px 20px;
  background: #eb223d;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 406, ../sass/parts/_homepage.sass */
  .featured-items .item-summary {
    margin: 0 20px;
    padding: 12px;
  }
}
/* line 97, ../sass/mixins/_blocks.sass */
.featured-items .item-summary .box-content {
  position: relative;
  z-index: 2;
}
/* line 101, ../sass/mixins/_blocks.sass */
.featured-items .item-summary .box-item {
  position: relative;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -24px;
  z-index: 1;
}
/* line 22, ../sass/mixins/_svg.sass */
.featured-items .item-summary .box-item a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.featured-items .item-summary .box-item .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 111, ../sass/mixins/_blocks.sass */
.featured-items .item-summary .box-item path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 111, ../sass/mixins/_blocks.sass */
  .featured-items .item-summary .box-item path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 416, ../sass/parts/_homepage.sass */
.featured-items .item-summary .box-item svg {
  height: 120%;
}
/* line 420, ../sass/parts/_homepage.sass */
.featured-items .item-summary .post-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 1400px) {
  /* line 420, ../sass/parts/_homepage.sass */
  .featured-items .item-summary .post-link {
    flex-direction: row;
  }
}
/* line 430, ../sass/parts/_homepage.sass */
.featured-items .item-summary .post-link a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  border: none;
  box-shadow: none;
  display: inline-flex;
  padding-left: 25px;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 21, ../sass/mixins/_buttons.sass */
.featured-items .item-summary .post-link a .decoration {
  width: 50px;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 21, ../sass/mixins/_buttons.sass */
  .featured-items .item-summary .post-link a .decoration {
    height: 50px;
  }
}
/* line 29, ../sass/mixins/_buttons.sass */
.featured-items .item-summary .post-link a .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 29, ../sass/mixins/_buttons.sass */
  .featured-items .item-summary .post-link a .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media (max-width: 767px) {
  /* line 430, ../sass/parts/_homepage.sass */
  .featured-items .item-summary .post-link a {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  /* line 430, ../sass/parts/_homepage.sass */
  .featured-items .item-summary .post-link a {
    margin-bottom: 0;
  }
  /* line 440, ../sass/parts/_homepage.sass */
  .featured-items .item-summary .post-link a:nth-child(2) {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 406, ../sass/parts/_homepage.sass */
  .featured-items .item-summary {
    width: calc(50% - 30px);
    position: absolute;
    right: 12px;
    bottom: -24px;
    padding: 25px 20px 20px;
  }
}
@media (min-width: 1024px) {
  /* line 406, ../sass/parts/_homepage.sass */
  .featured-items .item-summary {
    width: calc(41.66667% - 24px);
    position: absolute;
    right: 4px;
    padding: 25px 20px 20px;
  }
}

/* line 462, ../sass/parts/_homepage.sass */
.mix-more {
  background: #f2f2f2;
}
@media (min-width: 1024px) {
  /* line 462, ../sass/parts/_homepage.sass */
  .mix-more {
    background: none;
  }
}
/* line 469, ../sass/parts/_homepage.sass */
.mix-more section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  /* line 469, ../sass/parts/_homepage.sass */
  .mix-more section {
    margin-top: -70px;
  }
}
/* line 477, ../sass/parts/_homepage.sass */
.mix-more .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  color: #eb223d;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-top: -70px;
  margin-bottom: -20px;
}
@media (min-width: 1024px) {
  /* line 477, ../sass/parts/_homepage.sass */
  .mix-more .section-header {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1400px) {
  /* line 477, ../sass/parts/_homepage.sass */
  .mix-more .section-header {
    font-size: 130px;
    line-height: 130px;
  }
}
/* line 489, ../sass/parts/_homepage.sass */
.mix-more .tease article {
  height: 100%;
}
/* line 492, ../sass/parts/_homepage.sass */
.mix-more .tease .post-image {
  margin-bottom: 0;
}
/* line 495, ../sass/parts/_homepage.sass */
.mix-more .tease header {
  flex-grow: 1;
  padding: 20px;
  background: #eb223d !important;
  color: #ffffff;
}
/* line 502, ../sass/parts/_homepage.sass */
.mix-more .tease header h3 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin-bottom: 3px;
}
/* line 506, ../sass/parts/_homepage.sass */
.mix-more .tease header a {
  color: #ffffff;
}
/* line 509, ../sass/parts/_homepage.sass */
.mix-more .tease header p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: none;
}
/* line 514, ../sass/parts/_homepage.sass */
.mix-more .tease header .category,
.mix-more .tease header .post-date {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  color: #ffffff;
}
/* line 10, ../sass/mixins/_typography.sass */
.mix-more .tease header .category b, .mix-more .tease header .category strong, .mix-more .tease header .category dt,
.mix-more .tease header .post-date b,
.mix-more .tease header .post-date strong,
.mix-more .tease header .post-date dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.mix-more .tease header .category b em, .mix-more .tease header .category b i, .mix-more .tease header .category strong em, .mix-more .tease header .category strong i, .mix-more .tease header .category dt em, .mix-more .tease header .category dt i,
.mix-more .tease header .post-date b em,
.mix-more .tease header .post-date b i,
.mix-more .tease header .post-date strong em,
.mix-more .tease header .post-date strong i,
.mix-more .tease header .post-date dt em,
.mix-more .tease header .post-date dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.mix-more .tease header .category i, .mix-more .tease header .category em,
.mix-more .tease header .post-date i,
.mix-more .tease header .post-date em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.mix-more .tease header .category i strong, .mix-more .tease header .category i b, .mix-more .tease header .category i dt, .mix-more .tease header .category em strong, .mix-more .tease header .category em b, .mix-more .tease header .category em dt,
.mix-more .tease header .post-date i strong,
.mix-more .tease header .post-date i b,
.mix-more .tease header .post-date i dt,
.mix-more .tease header .post-date em strong,
.mix-more .tease header .post-date em b,
.mix-more .tease header .post-date em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 520, ../sass/parts/_homepage.sass */
.mix-more .tease header path {
  stroke: #000000 !important;
}
/* line 523, ../sass/parts/_homepage.sass */
.mix-more .tease .post-link {
  margin-top: 0;
}
/* line 528, ../sass/parts/_homepage.sass */
.mix-more .tease:first-child header, .mix-more .tease:last-child header {
  background: #000000 !important;
}
/* line 531, ../sass/parts/_homepage.sass */
.mix-more .tease:first-child header path, .mix-more .tease:last-child header path {
  stroke: #eb223d !important;
}
@media (min-width: 1024px) {
  /* line 487, ../sass/parts/_homepage.sass */
  .mix-more .tease {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 487, ../sass/parts/_homepage.sass */
  .mix-more .tease {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  /* line 539, ../sass/parts/_homepage.sass */
  .mix-more .tease:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 539, ../sass/parts/_homepage.sass */
  .mix-more .tease:first-child {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1024px) {
  /* line 542, ../sass/parts/_homepage.sass */
  .mix-more .tease:first-child header {
    flex-direction: row;
    align-items: flex-end;
  }
  /* line 547, ../sass/parts/_homepage.sass */
  .mix-more .tease:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 547, ../sass/parts/_homepage.sass */
  .mix-more .tease:nth-child(2) {
    float: left;
    width: 41.66667%;
  }
}

/* line 555, ../sass/parts/_homepage.sass */
.mix-more .tease.mailing-list header a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
}
/* line 560, ../sass/parts/_homepage.sass */
.mix-more .tease.mailing-list header a:after {
  content: "";
  display: block;
  height: 36px;
  background-image: url("/wp-content/themes/richmix/skin/images/long-arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 95% 36px;
}
/* line 569, ../sass/parts/_homepage.sass */
.mix-more .owl-carousel, .mix-more .page-template-whats-on-overview .listing-content .months, .page-template-whats-on-overview .listing-content .mix-more .months {
  margin-bottom: 20px;
}
/* line 573, ../sass/parts/_homepage.sass */
.mix-more .owl-carousel .tease, .mix-more .page-template-whats-on-overview .listing-content .months .tease, .page-template-whats-on-overview .listing-content .mix-more .months .tease {
  padding: 0;
}

/**
 * Gallery
 */
/* line 7, ../sass/parts/_gallery.sass */
.owl-nav {
  position: static;
  width: 100%;
  padding: 0 25px;
  color: #eb223d;
}
@media (max-width: 767px) {
  /* line 7, ../sass/parts/_gallery.sass */
  .owl-nav {
    padding: 0 12px;
  }
}
/* line 16, ../sass/parts/_gallery.sass */
.owl-nav button {
  position: absolute;
  top: calc(50% - 12px);
  display: inline-block;
  font-size: 40px !important;
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  /* line 16, ../sass/parts/_gallery.sass */
  .owl-nav button {
    top: calc(50% - 25px);
    font-size: 40px !important;
    height: 50px;
    width: 50px;
  }
}
/* line 30, ../sass/parts/_gallery.sass */
.owl-nav button:hover {
  color: #eb223d;
}
/* line 33, ../sass/parts/_gallery.sass */
.owl-nav button.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
/* line 38, ../sass/parts/_gallery.sass */
.owl-nav .owl-prev {
  left: -25px;
}
@media (max-width: 768px) {
  /* line 38, ../sass/parts/_gallery.sass */
  .owl-nav .owl-prev {
    left: -20px;
  }
}
/* line 44, ../sass/parts/_gallery.sass */
.owl-nav .owl-prev span {
  padding-right: 4px;
}
/* line 47, ../sass/parts/_gallery.sass */
.owl-nav .owl-next {
  right: -25px;
}
@media (max-width: 768px) {
  /* line 47, ../sass/parts/_gallery.sass */
  .owl-nav .owl-next {
    right: -15px;
  }
}
/* line 53, ../sass/parts/_gallery.sass */
.owl-nav .owl-next span {
  padding-left: 4px;
}

/* line 56, ../sass/parts/_gallery.sass */
.video-icon {
  position: absolute !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #eb223d;
  border-radius: 50%;
  border: none;
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
.video-icon a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.video-icon .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 69, ../sass/parts/_gallery.sass */
.video-icon path {
  stroke: #eb223d;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 69, ../sass/parts/_gallery.sass */
  .video-icon path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 72, ../sass/parts/_gallery.sass */
.video-icon svg {
  position: absolute;
}
/* line 75, ../sass/parts/_gallery.sass */
.video-icon svg.play-circle {
  width: 200%;
}
/* line 78, ../sass/parts/_gallery.sass */
.video-icon svg.play-circle path {
  stroke: #ffffff;
}
/* line 60, ../sass/mixins/_svg.sass */
.active .video-icon .play-circle path, .featured-trailer .video-icon .play-circle path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
  animation-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
  /* line 60, ../sass/mixins/_svg.sass */
  .active .video-icon .play-circle path, .featured-trailer .video-icon .play-circle path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 60, ../sass/mixins/_svg.sass */
.active .video-icon .play-triangle path, .featured-trailer .video-icon .play-triangle path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
  animation-delay: 250ms;
}
@media all and (-ms-high-contrast: none) {
  /* line 60, ../sass/mixins/_svg.sass */
  .active .video-icon .play-triangle path, .featured-trailer .video-icon .play-triangle path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}

/* line 90, ../sass/parts/_gallery.sass */
.gallery {
  margin-bottom: 30px;
}
/* line 92, ../sass/parts/_gallery.sass */
h2 + .gallery {
  margin-top: 10px;
}
/* line 97, ../sass/parts/_gallery.sass */
.gallery .video-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 102, ../sass/parts/_gallery.sass */
.gallery .video-link .video-embed {
  display: none;
}
/* line 109, ../sass/parts/_gallery.sass */
.gallery figure {
  margin-bottom: 0;
}
/* line 112, ../sass/parts/_gallery.sass */
.gallery figcaption {
  display: none;
}
/* line 115, ../sass/parts/_gallery.sass */
.gallery .caption {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  color: #ffffff;
  padding: 4px 0;
  display: none;
}
/* line 10, ../sass/mixins/_typography.sass */
.gallery .caption b, .gallery .caption strong, .gallery .caption dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.gallery .caption b em, .gallery .caption b i, .gallery .caption strong em, .gallery .caption strong i, .gallery .caption dt em, .gallery .caption dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.gallery .caption i, .gallery .caption em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.gallery .caption i strong, .gallery .caption i b, .gallery .caption i dt, .gallery .caption em strong, .gallery .caption em b, .gallery .caption em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}

/** Video modal */
/* line 124, ../sass/parts/_gallery.sass */
.modal-video [data-dismiss="modal"] {
  margin-right: 10px;
}
/* line 127, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in {
  display: flex !important;
  align-items: center;
}
/* line 131, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog {
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-height: 95vh;
  max-width: 160vh;
}
@media (max-width: 767px) {
  /* line 131, ../sass/parts/_gallery.sass */
  .modal-open .modal-video.in .modal-dialog {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  /* line 131, ../sass/parts/_gallery.sass */
  .modal-open .modal-video.in .modal-dialog {
    width: 1200px;
  }
}
/* line 144, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog .modal-header {
  height: 40px;
  padding: 0 10px;
  border: none;
}
/* line 149, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog .modal-content {
  flex: 1;
  padding: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
}
/* line 156, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog .modal-body {
  padding: 10px 15px;
}
@media (min-width: 1400px) {
  /* line 156, ../sass/parts/_gallery.sass */
  .modal-open .modal-video.in .modal-dialog .modal-body {
    max-height: calc(100vh - 100px);
  }
}
/* line 170, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  color: #ffffff;
  padding: 4px 0;
  display: none;
}
/* line 10, ../sass/mixins/_typography.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption b, .modal-open .modal-video.in .modal-dialog .modal-body .caption strong, .modal-open .modal-video.in .modal-dialog .modal-body .caption dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption b em, .modal-open .modal-video.in .modal-dialog .modal-body .caption b i, .modal-open .modal-video.in .modal-dialog .modal-body .caption strong em, .modal-open .modal-video.in .modal-dialog .modal-body .caption strong i, .modal-open .modal-video.in .modal-dialog .modal-body .caption dt em, .modal-open .modal-video.in .modal-dialog .modal-body .caption dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption i, .modal-open .modal-video.in .modal-dialog .modal-body .caption em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption i strong, .modal-open .modal-video.in .modal-dialog .modal-body .caption i b, .modal-open .modal-video.in .modal-dialog .modal-body .caption i dt, .modal-open .modal-video.in .modal-dialog .modal-body .caption em strong, .modal-open .modal-video.in .modal-dialog .modal-body .caption em b, .modal-open .modal-video.in .modal-dialog .modal-body .caption em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 174, ../sass/parts/_gallery.sass */
.modal-open .modal-video.in .modal-dialog .modal-body .caption.with-text {
  display: inline-block;
}

/**
 * Footer
 */
/* line 5, ../sass/parts/_footer.sass */
footer#footer {
  padding: 25px 0;
  background: #000000;
  color: #ffffff;
}
/* line 17, ../sass/parts/_footer.sass */
footer#footer a {
  color: white;
}
/* line 54, ../sass/mixins/_links.sass */
footer#footer a.credit:after, footer#footer a.credit:before, footer#footer a[href^="tel:"]:after, footer#footer a[href^="tel:"]:before {
  content: "";
  border: none;
}
/* line 25, ../sass/parts/_footer.sass */
footer#footer ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  /* line 25, ../sass/parts/_footer.sass */
  footer#footer ul {
    list-style: none;
    margin-bottom: 0;
  }
  /* line 9, ../sass/mixins/_lists.sass */
  footer#footer ul li {
    display: inline-flex;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  footer#footer ul li {
    display: inline;
  }
}

/* line 33, ../sass/parts/_footer.sass */
footer#footer section {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 14, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
footer#footer section:before, footer#footer section:after {
  content: " ";
  display: table;
}
/* line 19, ../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
footer#footer section:after {
  clear: both;
}
/* line 38, ../sass/parts/_footer.sass */
footer#footer .contacts section {
  background-image: url("/wp-content/themes/richmix/skin/images/footer-divider.svg");
  background-repeat: no-repeat;
  background-size: 97% 12px;
  background-position: 10px 100%;
  padding-bottom: 30px;
}
/* line 44, ../sass/parts/_footer.sass */
footer#footer .contacts .identity {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  /* line 44, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  /* line 44, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 44, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity {
    float: left;
    width: 66.66667%;
  }
}

/* line 54, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .footer-brand {
  max-width: 75%;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 54, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .footer-brand {
    max-width: 56%;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 54, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .footer-brand {
    max-width: 50%;
  }
}
/* line 65, ../sass/parts/_footer.sass */
footer#footer .contacts .identity h4 {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: inherit;
  display: flex;
  align-items: center;
  margin: 0;
}
/* line 72, ../sass/parts/_footer.sass */
footer#footer .contacts .identity h4 .decoration {
  width: 50px;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 72, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity h4 .decoration {
    height: 20px;
  }
}
/* line 80, ../sass/parts/_footer.sass */
footer#footer .contacts .identity h4 .decoration path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 80, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity h4 .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 83, ../sass/parts/_footer.sass */
footer#footer .contacts .identity ul {
  margin: 10px 0;
}
@media (min-width: 768px) {
  /* line 83, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity ul {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 83, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity ul {
    margin: 15px 0;
  }
}
/* line 92, ../sass/parts/_footer.sass */
footer#footer .contacts .identity ul li {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
/* line 486, ../sass/mixins/_typography.sass */
footer#footer .contacts .identity ul li:not(:last-child):after {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 3px;
  color: #eb223d;
  speak: none;
}
@media (min-width: 768px) {
  /* line 92, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity ul li {
    padding-bottom: 0;
  }
}
/* line 104, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .box-office {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-bottom: 30px;
}
/* line 113, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .box-office span.telephone {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
}
/* line 22, ../sass/mixins/_svg.sass */
footer#footer .contacts .identity .box-office span.telephone a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
footer#footer .contacts .identity .box-office span.telephone .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 113, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .box-office span.telephone {
    display: inline-block;
    padding-top: 0;
    margin-left: 5px;
  }
}
/* line 126, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .box-office span.telephone .decoration {
  width: 18px;
}
/* line 130, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .box-office span.telephone .decoration path {
  stroke: #eb223d;
  stroke-width: 10;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 130, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .box-office span.telephone .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 134, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .box-office a.email {
  display: inline-block;
  padding-top: 10px;
  white-space: nowrap;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
/* line 474, ../sass/mixins/_typography.sass */
footer#footer .contacts .identity .box-office a.email:before {
  font-family: "richmix";
  font-size: 26px;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: #eb223d;
  speak: none;
}
@media (min-width: 1024px) {
  /* line 134, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .box-office a.email {
    padding-top: 0;
    padding-left: 12px;
  }
}
/* line 147, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .charity-disclaimer {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  margin-left: -10px;
  padding: 10px 0;
}
/* line 157, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .charity-disclaimer .decorated {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
/* line 22, ../sass/mixins/_svg.sass */
footer#footer .contacts .identity .charity-disclaimer .decorated a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
footer#footer .contacts .identity .charity-disclaimer .decorated .decoration {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  /* line 162, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .charity-disclaimer .decorated .decoration {
    top: -20px;
    height: 60px;
  }
}
/* line 168, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .charity-disclaimer .decorated path {
  stroke: #eb223d;
  stroke-width: 1;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 168, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .charity-disclaimer .decorated path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /* line 168, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .charity-disclaimer .decorated path {
    stroke-dasharray: 0;
  }
}
/* line 175, ../sass/parts/_footer.sass */
footer#footer .contacts .identity .charity-disclaimer span {
  display: block;
  padding-top: 25px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  /* line 175, ../sass/parts/_footer.sass */
  footer#footer .contacts .identity .charity-disclaimer span {
    display: inline-block;
    padding: 0;
  }
}
/* line 186, ../sass/parts/_footer.sass */
footer#footer .contacts .connect {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
/* line 189, ../sass/parts/_footer.sass */
footer#footer .contacts .connect ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
footer#footer .contacts .connect ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  footer#footer .contacts .connect ul li {
    display: inline;
  }
}
@media all and (-ms-high-contrast: none) {
  /* line 194, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect ul li {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  /* line 186, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  /* line 186, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 186, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect {
    float: left;
    width: 33.33333%;
  }
}

/* line 211, ../sass/parts/_footer.sass */
footer#footer .contacts .connect .networks a {
  display: flex;
  align-items: center;
  font-size: 43px;
  color: #eb223d;
  margin-right: 15px;
}
/* line 145, ../sass/mixins/_links.sass */
footer#footer .contacts .connect .networks a:after {
  content: "";
}
/* line 474, ../sass/mixins/_typography.sass */
footer#footer .contacts .connect .networks a.facebook:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
footer#footer .contacts .connect .networks a.twitter:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
footer#footer .contacts .connect .networks a.instagram:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
/* line 474, ../sass/mixins/_typography.sass */
footer#footer .contacts .connect .networks a.email:before {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  margin-right: 3px;
  color: inherit;
  speak: none;
}
@media (min-width: 768px) {
  /* line 211, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect .networks a {
    margin-right: 0;
    margin-left: 15px;
  }
}
/* line 219, ../sass/parts/_footer.sass */
footer#footer .contacts .connect .mailing-list-cta {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  background-image: url("/wp-content/themes/richmix/skin/images/long-arrow-right.svg");
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 60px;
  padding-bottom: 30px;
  background-position: 80% bottom;
  background-size: 75% 40px;
}
/* line 22, ../sass/mixins/_svg.sass */
footer#footer .contacts .connect .mailing-list-cta a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
footer#footer .contacts .connect .mailing-list-cta .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 219, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect .mailing-list-cta {
    width: 50%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  /* line 219, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect .mailing-list-cta {
    width: auto;
  }
}
/* line 239, ../sass/parts/_footer.sass */
footer#footer .contacts .connect .mailing-list-cta .decoration {
  width: 55px;
}
/* line 242, ../sass/parts/_footer.sass */
footer#footer .contacts .connect .mailing-list-cta path {
  stroke: #eb223d;
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 242, ../sass/parts/_footer.sass */
  footer#footer .contacts .connect .mailing-list-cta path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 246, ../sass/parts/_footer.sass */
footer#footer .credits {
  padding-top: 24px;
}
/* line 249, ../sass/parts/_footer.sass */
footer#footer .credits ul {
  list-style: none;
  margin-bottom: 0;
}
/* line 9, ../sass/mixins/_lists.sass */
footer#footer .credits ul li {
  display: inline-flex;
}
@media all and (-ms-high-contrast: none) {
  /* line 9, ../sass/mixins/_lists.sass */
  footer#footer .credits ul li {
    display: inline;
  }
}
/* line 252, ../sass/parts/_footer.sass */
footer#footer .credits section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 252, ../sass/parts/_footer.sass */
  footer#footer .credits section {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* line 260, ../sass/parts/_footer.sass */
footer#footer .credits .charity-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  /* line 260, ../sass/parts/_footer.sass */
  footer#footer .credits .charity-info {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 260, ../sass/parts/_footer.sass */
  footer#footer .credits .charity-info {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1400px) {
  /* line 260, ../sass/parts/_footer.sass */
  footer#footer .credits .charity-info {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1400px) and (min-width: 1024px) {
  /* line 260, ../sass/parts/_footer.sass */
  footer#footer .credits .charity-info {
    float: left;
    width: 75%;
  }
}

/* line 270, ../sass/parts/_footer.sass */
footer#footer .credits .charity-info p {
  margin-bottom: 10px;
}
/* line 273, ../sass/parts/_footer.sass */
footer#footer .credits .funders {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  /* line 273, ../sass/parts/_footer.sass */
  footer#footer .credits .funders {
    order: 10;
  }
}
@media (min-width: 1024px) {
  /* line 273, ../sass/parts/_footer.sass */
  footer#footer .credits .funders {
    width: auto;
    margin-left: auto;
    order: initial;
  }
}
/* line 286, ../sass/parts/_footer.sass */
footer#footer .credits .terms {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  /* line 286, ../sass/parts/_footer.sass */
  footer#footer .credits .terms {
    margin-bottom: 20px;
  }
}
/* line 292, ../sass/parts/_footer.sass */
footer#footer .credits .terms ul {
  margin-bottom: 10px;
}
/* line 486, ../sass/mixins/_typography.sass */
footer#footer .credits .terms ul li:not(:last-child):after {
  font-family: "richmix";
  font-size: inherit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 3px;
  color: #eb223d;
  speak: none;
}
/* line 300, ../sass/parts/_footer.sass */
footer#footer .funders {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  /* line 300, ../sass/parts/_footer.sass */
  footer#footer .funders {
    flex-direction: row;
  }
}
/* line 310, ../sass/parts/_footer.sass */
footer#footer .funders a, footer#footer .funders span {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 54, ../sass/mixins/_links.sass */
footer#footer .funders a:after, footer#footer .funders a:before, footer#footer .funders span:after, footer#footer .funders span:before {
  content: "";
  border: none;
}
/* line 315, ../sass/parts/_footer.sass */
footer#footer .funders a.prime-funder, footer#footer .funders span.prime-funder {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 310, ../sass/parts/_footer.sass */
  footer#footer .funders a, footer#footer .funders span {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  /* line 310, ../sass/parts/_footer.sass */
  footer#footer .funders a, footer#footer .funders span {
    margin-right: 40px;
  }
}
/* line 328, ../sass/parts/_footer.sass */
footer#footer .funders a:last-child, footer#footer .funders span:last-child {
  margin-right: 0;
}
/* line 331, ../sass/parts/_footer.sass */
footer#footer .funders img {
  width: auto;
  max-height: 70px;
}
@media (min-width: 1024px) {
  /* line 331, ../sass/parts/_footer.sass */
  footer#footer .funders img {
    margin-right: 15px;
  }
}
/* line 341, ../sass/parts/_footer.sass */
footer#footer .mailing-list-info {
  border: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
/* line 348, ../sass/parts/_footer.sass */
footer#footer .mailing-list-info a {
  width: 100%;
}
/* line 351, ../sass/parts/_footer.sass */
footer#footer .mailing-list-info h3 {
  display: none;
}
@media (min-width: 768px) {
  /* line 341, ../sass/parts/_footer.sass */
  footer#footer .mailing-list-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  /* line 362, ../sass/parts/_footer.sass */
  footer#footer .mailing-list-info h3 {
    display: block;
    width: 100%;
  }
}

/**
 * Forms
 */
/* line 7, ../sass/parts/_forms.sass */
#announcements-modal.in {
  display: flex !important;
}
@media (min-width: 768px) {
  /* line 7, ../sass/parts/_forms.sass */
  #announcements-modal.in {
    align-items: center;
  }
}
/* line 13, ../sass/parts/_forms.sass */
#announcements-modal .modal-content {
  background: #000000;
  color: #ffffff;
}
/* line 17, ../sass/parts/_forms.sass */
#announcements-modal .modal-body {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  padding-bottom: 90px;
  text-align: center;
}
/* line 22, ../sass/parts/_forms.sass */
#announcements-modal .modal-body .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  float: none !important;
  width: auto !important;
  min-width: 40%;
  margin: 30px 0 0 !important;
  padding: 0 20px;
}
/* line 48, ../sass/mixins/_buttons.sass */
#announcements-modal .modal-body .button:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
#announcements-modal .modal-body .button:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  #announcements-modal .modal-body .button:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 22, ../sass/parts/_forms.sass */
  #announcements-modal .modal-body .button {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
#announcements-modal .modal-body .button.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 10, ../sass/mixins/_typography.sass */
#announcements-modal .modal-body .button b, #announcements-modal .modal-body .button strong, #announcements-modal .modal-body .button dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
#announcements-modal .modal-body .button b em, #announcements-modal .modal-body .button b i, #announcements-modal .modal-body .button strong em, #announcements-modal .modal-body .button strong i, #announcements-modal .modal-body .button dt em, #announcements-modal .modal-body .button dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
#announcements-modal .modal-body .button i, #announcements-modal .modal-body .button em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
#announcements-modal .modal-body .button i strong, #announcements-modal .modal-body .button i b, #announcements-modal .modal-body .button i dt, #announcements-modal .modal-body .button em strong, #announcements-modal .modal-body .button em b, #announcements-modal .modal-body .button em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 34, ../sass/parts/_forms.sass */
#announcements-modal .modal-header {
  padding-top: 60px;
  border: none;
}
@media (min-width: 768px) {
  /* line 34, ../sass/parts/_forms.sass */
  #announcements-modal .modal-header {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  /* line 34, ../sass/parts/_forms.sass */
  #announcements-modal .modal-header {
    padding-top: 40px;
  }
}
/* line 45, ../sass/parts/_forms.sass */
#announcements-modal .modal-header span {
  display: block;
  text-align: center;
  position: relative;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
/* line 22, ../sass/mixins/_svg.sass */
#announcements-modal .modal-header span a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#announcements-modal .modal-header span .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 51, ../sass/parts/_forms.sass */
#announcements-modal .modal-header span .decoration {
  top: -80px;
  width: 60px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/parts/_forms.sass */
  #announcements-modal .modal-header span .decoration {
    top: -60px;
  }
}
@media (min-width: 1024px) {
  /* line 51, ../sass/parts/_forms.sass */
  #announcements-modal .modal-header span .decoration {
    top: -30px;
  }
}
/* line 62, ../sass/parts/_forms.sass */
#announcements-modal .modal-header span path {
  stroke: #eb223d;
  stroke-width: 6;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 62, ../sass/parts/_forms.sass */
  #announcements-modal .modal-header span path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 65, ../sass/parts/_forms.sass */
#announcements-modal .modal-header [data-dismiss] {
  position: absolute;
  top: 30px;
  right: 20px;
}

/* line 73, ../sass/parts/_forms.sass */
#signup-modal.in {
  display: flex !important;
}
@media (min-width: 768px) {
  /* line 73, ../sass/parts/_forms.sass */
  #signup-modal.in {
    align-items: center;
  }
}
/* line 79, ../sass/parts/_forms.sass */
#signup-modal .modal-content {
  background: #000000;
  color: #ffffff;
}
/* line 83, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-body {
  padding-bottom: 90px;
}
/* line 86, ../sass/parts/_forms.sass */
#signup-modal .modal-content .messages {
  padding-bottom: 20px;
}
/* line 89, ../sass/parts/_forms.sass */
#signup-modal .modal-content .messages a {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  position: relative;
  padding: 0;
  display: inline-block;
  color: #ffffff;
}
/* line 19, ../sass/mixins/_links.sass */
#signup-modal .modal-content .messages a:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eb223d;
}
/* line 94, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header {
  padding-top: 60px;
  border: none;
}
@media (min-width: 768px) {
  /* line 94, ../sass/parts/_forms.sass */
  #signup-modal .modal-content .modal-header {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  /* line 94, ../sass/parts/_forms.sass */
  #signup-modal .modal-content .modal-header {
    padding-top: 40px;
  }
}
/* line 105, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header .response {
  text-align: center;
  font-size: 28px;
}
/* line 109, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header strong.response {
  display: block;
  padding-top: 30px;
}
/* line 116, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header span {
  display: block;
  text-align: center;
  position: relative;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
}
/* line 22, ../sass/mixins/_svg.sass */
#signup-modal .modal-content .modal-header span a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
#signup-modal .modal-content .modal-header span .decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 122, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header span .decoration {
  top: -80px;
  width: 60px;
}
@media (min-width: 768px) {
  /* line 122, ../sass/parts/_forms.sass */
  #signup-modal .modal-content .modal-header span .decoration {
    top: -60px;
  }
}
@media (min-width: 1024px) {
  /* line 122, ../sass/parts/_forms.sass */
  #signup-modal .modal-content .modal-header span .decoration {
    top: -30px;
  }
}
/* line 133, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header span path {
  stroke: #eb223d;
  stroke-width: 6;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 133, ../sass/parts/_forms.sass */
  #signup-modal .modal-content .modal-header span path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 136, ../sass/parts/_forms.sass */
#signup-modal .modal-content .modal-header [data-dismiss] {
  position: absolute;
  top: 30px;
  right: 20px;
}
/* line 141, ../sass/parts/_forms.sass */
#signup-modal .modal-content .form-group {
  padding-bottom: 15px;
}
/* line 145, ../sass/parts/_forms.sass */
#signup-modal .modal-content .form-group label {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  width: 40%;
  margin-bottom: 0;
}
/* line 150, ../sass/parts/_forms.sass */
#signup-modal .modal-content .form-group .form-input {
  flex: 1;
}
/* line 153, ../sass/parts/_forms.sass */
#signup-modal .modal-content input[type="text"] {
  background: #ffffff;
  color: #000000;
  border: none;
}
/* line 160, ../sass/parts/_forms.sass */
#signup-modal .modal-content .interests strong {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 163, ../sass/parts/_forms.sass */
#signup-modal .modal-content .interests .checkbox {
  margin: 20px 0;
}
/* line 166, ../sass/parts/_forms.sass */
#signup-modal footer {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  background: #000000;
}
/* line 172, ../sass/parts/_forms.sass */
#signup-modal footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  width: 50% !important;
}
/* line 48, ../sass/mixins/_buttons.sass */
#signup-modal footer button:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
#signup-modal footer button:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  #signup-modal footer button:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 172, ../sass/parts/_forms.sass */
  #signup-modal footer button {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
#signup-modal footer button.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
/* line 10, ../sass/mixins/_typography.sass */
#signup-modal footer button b, #signup-modal footer button strong, #signup-modal footer button dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
#signup-modal footer button b em, #signup-modal footer button b i, #signup-modal footer button strong em, #signup-modal footer button strong i, #signup-modal footer button dt em, #signup-modal footer button dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
#signup-modal footer button i, #signup-modal footer button em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
#signup-modal footer button i strong, #signup-modal footer button i b, #signup-modal footer button i dt, #signup-modal footer button em strong, #signup-modal footer button em b, #signup-modal footer button em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}

/* line 180, ../sass/parts/_forms.sass */
form.light {
  padding: 0 0 30px 0;
}
/* line 183, ../sass/parts/_forms.sass */
form.light .error {
  padding: 5px 0;
  color: #eb223d;
}
/* line 187, ../sass/parts/_forms.sass */
form.light .checkbox {
  margin-bottom: 15px;
}
/* line 190, ../sass/parts/_forms.sass */
form.light footer {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}
/* line 195, ../sass/parts/_forms.sass */
form.light footer button {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #eb223d;
  background: #eb223d;
  width: 50% !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 1024px) {
  /* line 195, ../sass/parts/_forms.sass */
  form.light footer button {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 125, ../sass/mixins/_links.sass */
form.light footer button .decoration {
  max-width: 50px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (-ms-high-contrast: none) {
  /* line 125, ../sass/mixins/_links.sass */
  form.light footer button .decoration {
    height: 30px;
  }
}
/* line 134, ../sass/mixins/_links.sass */
form.light footer button .decoration path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 134, ../sass/mixins/_links.sass */
  form.light footer button .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 206, ../sass/parts/_forms.sass */
form.light footer button .decoration {
  width: 40px;
}

/* line 210, ../sass/parts/_forms.sass */
.prize-draw-from h2 {
  color: #000000;
}

/* line 215, ../sass/parts/_forms.sass */
.form-group {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
/* line 220, ../sass/parts/_forms.sass */
.form-group label {
  width: 20%;
  margin-bottom: 6px;
}
/* line 225, ../sass/parts/_forms.sass */
.form-group label.required:after {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  content: " (required)";
}
/* line 229, ../sass/parts/_forms.sass */
.light .form-group label.required:after {
  content: none;
}
/* line 232, ../sass/parts/_forms.sass */
.light .form-group:after {
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  content: " (required)";
  display: inline-block;
  padding-left: 10px;
}
/* line 238, ../sass/parts/_forms.sass */
.light .form-group label {
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 241, ../sass/parts/_forms.sass */
.form-group .form-input {
  width: 40%;
}

/* line 248, ../sass/parts/_forms.sass */
.input-group {
  display: flex;
  margin-right: 20px;
}
@media (min-width: 376px) {
  /* line 248, ../sass/parts/_forms.sass */
  .input-group {
    width: auto;
  }
  /* line 257, ../sass/parts/_forms.sass */
  .input-group input {
    width: auto;
  }
}

/* line 263, ../sass/parts/_forms.sass */
input,
.form-control {
  flex: 1;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  color: white;
}
/* line 273, ../sass/parts/_forms.sass */
.light input, .light
.form-control {
  background: #f2f2f2;
  box-shadow: none;
  color: #000000;
}

/* line 279, ../sass/parts/_forms.sass */
.checkbox {
  margin: 0;
}
/* line 282, ../sass/parts/_forms.sass */
.checkbox input {
  display: none;
}
/* line 285, ../sass/parts/_forms.sass */
.checkbox label {
  display: flex;
  padding: 0;
  position: relative;
}
/* line 474, ../sass/mixins/_typography.sass */
.checkbox label:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #eb223d;
  speak: none;
}
/* line 22, ../sass/mixins/_svg.sass */
.checkbox label a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.checkbox label .decoration {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 474, ../sass/mixins/_typography.sass */
.light .checkbox label:before {
  font-family: "richmix";
  font-size: 20px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #000000;
  speak: none;
}
/* line 294, ../sass/parts/_forms.sass */
.checkbox label .decoration {
  width: 40px;
  display: none;
  align-items: flex-start;
}
/* line 299, ../sass/parts/_forms.sass */
.light .checkbox label .decoration {
  top: -3px;
  left: 5px;
  width: 25px;
}
/* line 304, ../sass/parts/_forms.sass */
.checkbox label path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 304, ../sass/parts/_forms.sass */
  .checkbox label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 307, ../sass/parts/_forms.sass */
.light .checkbox label path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 307, ../sass/parts/_forms.sass */
  .light .checkbox label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 311, ../sass/parts/_forms.sass */
.checkbox label.active .decoration {
  display: inline-flex;
}
/* line 316, ../sass/parts/_forms.sass */
.checkbox input:checked + label .decoration {
  display: inline-flex;
}

/* line 321, ../sass/parts/_forms.sass */
.donation .donation-title {
  margin-bottom: 12px !important;
}
/* line 324, ../sass/parts/_forms.sass */
.donation p {
  margin-bottom: 24px !important;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
}
/* line 10, ../sass/mixins/_typography.sass */
.donation p b, .donation p strong, .donation p dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.donation p b em, .donation p b i, .donation p strong em, .donation p strong i, .donation p dt em, .donation p dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.donation p i, .donation p em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.donation p i strong, .donation p i b, .donation p i dt, .donation p em strong, .donation p em b, .donation p em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 330, ../sass/parts/_forms.sass */
.donation #fundcomponent h3 {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  /* line 330, ../sass/parts/_forms.sass */
  .donation #fundcomponent h3 {
    margin: 20px 0 16px;
  }
}
/* line 338, ../sass/parts/_forms.sass */
.donation #fundcomponent .funds h3 {
  margin-bottom: 16px;
}
/* line 341, ../sass/parts/_forms.sass */
.donation #fundcomponent .funds [client-name] {
  display: none;
}
/* line 344, ../sass/parts/_forms.sass */
.donation #fundcomponent .funds [client-name].active {
  display: flex;
}
/* line 347, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox {
  display: flex;
  padding: 0;
  list-style-type: none;
}
/* line 354, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox li {
  margin: 0 24px 24px 0;
}
/* line 357, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox li [client-name] {
  margin-right: 30px;
}
/* line 362, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox li[data-toggle] {
  position: relative;
  display: none;
  margin: 0 24px 54px 0;
}
/* line 367, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox li[data-toggle].active {
  display: flex;
}
/* line 370, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox.donation-funds, .donation #fundcomponent ul.checkbox.membership-funds {
  display: none;
}
/* line 374, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox.donation-funds.active, .donation #fundcomponent ul.checkbox.membership-funds.active {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
/* line 383, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox.donation-funds.active li[data-toggle], .donation #fundcomponent ul.checkbox.membership-funds.active li[data-toggle] {
  display: block;
  margin-bottom: 0;
}
/* line 387, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox.donation-funds.active label, .donation #fundcomponent ul.checkbox.membership-funds.active label {
  margin-bottom: 20px;
}
/* line 390, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox label {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 394, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox label:before {
  color: #ffffff;
}
/* line 399, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox label.btn + .donation-amount {
  position: absolute;
  left: 0;
  margin-top: 20px;
}
/* line 404, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox label.btn + .donation-amount {
  display: none;
}
/* line 408, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox label.btn.active + .donation-amount {
  display: inline-flex;
}
/* line 412, ../sass/parts/_forms.sass */
.donation #fundcomponent ul.checkbox .autorenew {
  display: none;
}
/* line 415, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-options {
  display: none;
}
/* line 419, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-options.active {
  display: block;
}
@media (min-width: 768px) {
  /* line 415, ../sass/parts/_forms.sass */
  .donation #fundcomponent .donation-options {
    margin-bottom: 24px;
  }
}
/* line 426, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-options [data-donate-amount] {
  width: 100px !important;
  height: 100px !important;
}
/* line 430, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-options [data-donate-amount] path {
  stroke: #ffffff !important;
  stroke-width: 4px !important;
}
/* line 434, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 434, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence {
    margin-top: 10px;
  }
}
/* line 442, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox li {
  margin: 0 24px 0 0;
}
/* line 445, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  opacity: 0.7;
}
/* line 48, ../sass/mixins/_buttons.sass */
.donation #fundcomponent .recurrence ul.checkbox label:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.donation #fundcomponent .recurrence ul.checkbox label:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .donation #fundcomponent .recurrence ul.checkbox label:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 445, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.donation #fundcomponent .recurrence ul.checkbox label.soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (min-width: 1400px) {
  /* line 445, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label {
    width: 200px;
    height: 47px;
  }
}
/* line 456, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label .decoration {
  display: none;
}
/* line 459, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label.active {
  opacity: 1;
}
/* line 462, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label.active .decoration {
  display: inline-flex;
  width: auto;
  top: -5px;
  right: -6px;
  bottom: -3px;
  left: -14px;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 462, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label.active .decoration {
    right: -3px;
    left: -7px;
  }
}
@media (min-width: 1400px) {
  /* line 462, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label.active .decoration {
    left: -10px;
  }
}
/* line 478, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label.active .decoration svg {
  height: 100%;
}
/* line 481, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label.active .decoration path {
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 481, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label.active .decoration path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 484, ../sass/parts/_forms.sass */
.donation #fundcomponent .recurrence ul.checkbox label:before {
  content: none;
}
@media (max-width: 767px) {
  /* line 440, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox {
    flex-direction: column;
  }
  /* line 490, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox li {
    margin: 0;
  }
  /* line 493, ../sass/parts/_forms.sass */
  .donation #fundcomponent .recurrence ul.checkbox label {
    width: 100%;
  }
}
/* line 500, ../sass/parts/_forms.sass */
.donation #fundcomponent [data-custom-amount] {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 500, ../sass/parts/_forms.sass */
  .donation #fundcomponent [data-custom-amount] {
    max-width: 50%;
    margin-bottom: 20px;
  }
}
/* line 510, ../sass/parts/_forms.sass */
.donation #fundcomponent [data-submit-donation],
.donation #fundcomponent [data-submit-membership] {
  margin: 0;
}
/* line 514, ../sass/parts/_forms.sass */
.donation #fundcomponent [data-monthly-donation] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
  display: none;
  width: 100% !important;
  height: 45px;
}
/* line 48, ../sass/mixins/_buttons.sass */
.donation #fundcomponent [data-monthly-donation]:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.donation #fundcomponent [data-monthly-donation]:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .donation #fundcomponent [data-monthly-donation]:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 514, ../sass/parts/_forms.sass */
  .donation #fundcomponent [data-monthly-donation] {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.donation #fundcomponent [data-monthly-donation].soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 514, ../sass/parts/_forms.sass */
  .donation #fundcomponent [data-monthly-donation] {
    width: 180px !important;
  }
}
/* line 524, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-amount {
  width: 100%;
  padding: 0 0 20px;
}
/* line 528, ../sass/parts/_forms.sass */
.donation #fundcomponent .donation-amount [type="checkbox"] {
  opacity: 0;
  pointer-events: none;
}

/* line 533, ../sass/parts/_forms.sass */
.bootstrap-select {
  width: 100% !important;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 558, ../sass/parts/_forms.sass */
.bootstrap-select .dropdown-menu {
  margin-top: -1px;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
/* line 567, ../sass/parts/_forms.sass */
.bootstrap-select .dropdown-menu li {
  background: #000000;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 572, ../sass/parts/_forms.sass */
.bootstrap-select .dropdown-menu li:hover {
  background: #eb223d;
}
/* line 577, ../sass/parts/_forms.sass */
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
/* line 581, ../sass/parts/_forms.sass */
.bootstrap-select .bs-caret {
  display: none;
}
/* line 584, ../sass/parts/_forms.sass */
.bootstrap-select button {
  height: 50px;
  color: #ffffff;
}
/* line 588, ../sass/parts/_forms.sass */
.bootstrap-select button .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: left;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 486, ../sass/mixins/_typography.sass */
.bootstrap-select button .filter-option:after {
  font-family: "richmix";
  font-size: inehrit;
  content: "";
  display: inline-table;
  vertical-align: middle;
  margin-left: 10px;
  color: inherit;
  speak: none;
}
/* line 608, ../sass/parts/_forms.sass */
.bootstrap-select button span {
  padding-bottom: 3px;
}
/* line 611, ../sass/parts/_forms.sass */
.bootstrap-select button, .bootstrap-select a {
  padding: 0;
  background: none !important;
}
/* line 617, ../sass/parts/_forms.sass */
.bootstrap-select.active button {
  background: #eb223d !important;
}

/** FORM ELEMENTS */
/* line 8, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme label {
  font-family: "ProximaNova-Semibold";
  font-size: 18px;
  line-height: 22px;
}
/* line 11, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme label.right {
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
}
/* line 15, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme textarea {
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  height: 60px;
  border: 1px solid #878787;
  color: #000000;
}
/* line 10, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme textarea b, .gform_wrapper.gravity-theme textarea strong, .gform_wrapper.gravity-theme textarea dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme textarea b em, .gform_wrapper.gravity-theme textarea b i, .gform_wrapper.gravity-theme textarea strong em, .gform_wrapper.gravity-theme textarea strong i, .gform_wrapper.gravity-theme textarea dt em, .gform_wrapper.gravity-theme textarea dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme textarea i, .gform_wrapper.gravity-theme textarea em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme textarea i strong, .gform_wrapper.gravity-theme textarea i b, .gform_wrapper.gravity-theme textarea i dt, .gform_wrapper.gravity-theme textarea em strong, .gform_wrapper.gravity-theme textarea em b, .gform_wrapper.gravity-theme textarea em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 24, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme input:focus,
.gform_wrapper.gravity-theme button:focus,
.gform_wrapper.gravity-theme select:focus {
  outline: none;
  outline-offset: 2px;
  box-shadow: none;
}
/* line 30, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 0;
  background-image: url("https://tickets.richmix.org.uk/richmix/resources/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
}
/* line 10, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme select b, .gform_wrapper.gravity-theme select strong, .gform_wrapper.gravity-theme select dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme select b em, .gform_wrapper.gravity-theme select b i, .gform_wrapper.gravity-theme select strong em, .gform_wrapper.gravity-theme select strong i, .gform_wrapper.gravity-theme select dt em, .gform_wrapper.gravity-theme select dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme select i, .gform_wrapper.gravity-theme select em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme select i strong, .gform_wrapper.gravity-theme select i b, .gform_wrapper.gravity-theme select i dt, .gform_wrapper.gravity-theme select em strong, .gform_wrapper.gravity-theme select em b, .gform_wrapper.gravity-theme select em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 46, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme button,
.gform_wrapper.gravity-theme input[type="button"],
.gform_wrapper.gravity-theme input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 52, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"] {
  margin: 0;
  padding: 5px;
  border: none;
  border-radius: 0;
  background: #f2f2f2;
  font-family: "ProximaNova-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
/* line 10, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme input[type="text"] b, .gform_wrapper.gravity-theme input[type="text"] strong, .gform_wrapper.gravity-theme input[type="text"] dt,
.gform_wrapper.gravity-theme input[type="email"] b,
.gform_wrapper.gravity-theme input[type="email"] strong,
.gform_wrapper.gravity-theme input[type="email"] dt,
.gform_wrapper.gravity-theme input[type="tel"] b,
.gform_wrapper.gravity-theme input[type="tel"] strong,
.gform_wrapper.gravity-theme input[type="tel"] dt,
.gform_wrapper.gravity-theme input[type="number"] b,
.gform_wrapper.gravity-theme input[type="number"] strong,
.gform_wrapper.gravity-theme input[type="number"] dt,
.gform_wrapper.gravity-theme input[type="password"] b,
.gform_wrapper.gravity-theme input[type="password"] strong,
.gform_wrapper.gravity-theme input[type="password"] dt {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
}
/* line 13, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme input[type="text"] b em, .gform_wrapper.gravity-theme input[type="text"] b i, .gform_wrapper.gravity-theme input[type="text"] strong em, .gform_wrapper.gravity-theme input[type="text"] strong i, .gform_wrapper.gravity-theme input[type="text"] dt em, .gform_wrapper.gravity-theme input[type="text"] dt i,
.gform_wrapper.gravity-theme input[type="email"] b em,
.gform_wrapper.gravity-theme input[type="email"] b i,
.gform_wrapper.gravity-theme input[type="email"] strong em,
.gform_wrapper.gravity-theme input[type="email"] strong i,
.gform_wrapper.gravity-theme input[type="email"] dt em,
.gform_wrapper.gravity-theme input[type="email"] dt i,
.gform_wrapper.gravity-theme input[type="tel"] b em,
.gform_wrapper.gravity-theme input[type="tel"] b i,
.gform_wrapper.gravity-theme input[type="tel"] strong em,
.gform_wrapper.gravity-theme input[type="tel"] strong i,
.gform_wrapper.gravity-theme input[type="tel"] dt em,
.gform_wrapper.gravity-theme input[type="tel"] dt i,
.gform_wrapper.gravity-theme input[type="number"] b em,
.gform_wrapper.gravity-theme input[type="number"] b i,
.gform_wrapper.gravity-theme input[type="number"] strong em,
.gform_wrapper.gravity-theme input[type="number"] strong i,
.gform_wrapper.gravity-theme input[type="number"] dt em,
.gform_wrapper.gravity-theme input[type="number"] dt i,
.gform_wrapper.gravity-theme input[type="password"] b em,
.gform_wrapper.gravity-theme input[type="password"] b i,
.gform_wrapper.gravity-theme input[type="password"] strong em,
.gform_wrapper.gravity-theme input[type="password"] strong i,
.gform_wrapper.gravity-theme input[type="password"] dt em,
.gform_wrapper.gravity-theme input[type="password"] dt i {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 17, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme input[type="text"] i, .gform_wrapper.gravity-theme input[type="text"] em,
.gform_wrapper.gravity-theme input[type="email"] i,
.gform_wrapper.gravity-theme input[type="email"] em,
.gform_wrapper.gravity-theme input[type="tel"] i,
.gform_wrapper.gravity-theme input[type="tel"] em,
.gform_wrapper.gravity-theme input[type="number"] i,
.gform_wrapper.gravity-theme input[type="number"] em,
.gform_wrapper.gravity-theme input[type="password"] i,
.gform_wrapper.gravity-theme input[type="password"] em {
  font-family: "ProximaNova-RegularIt";
  font-style: normal;
}
/* line 20, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme input[type="text"] i strong, .gform_wrapper.gravity-theme input[type="text"] i b, .gform_wrapper.gravity-theme input[type="text"] i dt, .gform_wrapper.gravity-theme input[type="text"] em strong, .gform_wrapper.gravity-theme input[type="text"] em b, .gform_wrapper.gravity-theme input[type="text"] em dt,
.gform_wrapper.gravity-theme input[type="email"] i strong,
.gform_wrapper.gravity-theme input[type="email"] i b,
.gform_wrapper.gravity-theme input[type="email"] i dt,
.gform_wrapper.gravity-theme input[type="email"] em strong,
.gform_wrapper.gravity-theme input[type="email"] em b,
.gform_wrapper.gravity-theme input[type="email"] em dt,
.gform_wrapper.gravity-theme input[type="tel"] i strong,
.gform_wrapper.gravity-theme input[type="tel"] i b,
.gform_wrapper.gravity-theme input[type="tel"] i dt,
.gform_wrapper.gravity-theme input[type="tel"] em strong,
.gform_wrapper.gravity-theme input[type="tel"] em b,
.gform_wrapper.gravity-theme input[type="tel"] em dt,
.gform_wrapper.gravity-theme input[type="number"] i strong,
.gform_wrapper.gravity-theme input[type="number"] i b,
.gform_wrapper.gravity-theme input[type="number"] i dt,
.gform_wrapper.gravity-theme input[type="number"] em strong,
.gform_wrapper.gravity-theme input[type="number"] em b,
.gform_wrapper.gravity-theme input[type="number"] em dt,
.gform_wrapper.gravity-theme input[type="password"] i strong,
.gform_wrapper.gravity-theme input[type="password"] i b,
.gform_wrapper.gravity-theme input[type="password"] i dt,
.gform_wrapper.gravity-theme input[type="password"] em strong,
.gform_wrapper.gravity-theme input[type="password"] em b,
.gform_wrapper.gravity-theme input[type="password"] em dt {
  font-family: "ProximaNova-ExtrabldIt";
  font-weight: normal;
}
/* line 106, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent {
  margin: 0;
}
/* line 111, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox input,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent input {
  display: none;
}
/* line 114, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label {
  display: flex;
  padding: 0;
  min-height: 34px;
  margin: 10px 0;
  position: relative;
}
/* line 474, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label:before,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:before,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label:before,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #eb223d;
  speak: none;
}
/* line 22, ../sass/mixins/_svg.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label a,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label a,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label a,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label .decoration,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label .decoration,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label .decoration,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label .decoration {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 474, ../sass/mixins/_typography.sass */
.light .gform_wrapper.gravity-theme .gfield_checkbox label:before, .light
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:before, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label:before, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label:before {
  font-family: "richmix";
  font-size: 20px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #000000;
  speak: none;
}
/* line 129, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label:after,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:after,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label:after,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label:after {
  content: "";
  width: 40px;
  display: none;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-top: -8px;
  background-image: url("../images/stroke-tick.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 146, ../sass/parts/_gforms.sass */
.light .gform_wrapper.gravity-theme .gfield_checkbox label:after, .light
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:after, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label:after, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label:after {
  top: -3px;
  left: 5px;
  width: 25px;
}
/* line 151, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label path,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label path,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label path,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 151, ../sass/parts/_gforms.sass */
  .gform_wrapper.gravity-theme .gfield_checkbox label path,
  .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label path,
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent label path,
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 154, ../sass/parts/_gforms.sass */
.light .gform_wrapper.gravity-theme .gfield_checkbox label path, .light
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label path, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label path, .light
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 154, ../sass/parts/_gforms.sass */
  .light .gform_wrapper.gravity-theme .gfield_checkbox label path, .light
  .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label path, .light
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent label path, .light
  .gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 158, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox label.active:after,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label.active:after,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent label.active:after,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent .gfield-choice-input + label.active:after {
  display: inline-flex;
}
/* line 163, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_checkbox input:checked + label:after,
.gform_wrapper.gravity-theme .gfield .ginput_container_consent input:checked + label:after {
  display: inline-flex;
}
/* line 166, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio {
  margin: 0;
}
/* line 170, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio input {
  display: none;
}
/* line 173, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label {
  display: flex;
  padding: 0;
  min-height: 34px;
  margin: 10px 0;
  position: relative;
}
/* line 474, ../sass/mixins/_typography.sass */
.gform_wrapper.gravity-theme .gfield_radio label:before,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:before {
  font-family: "richmix";
  font-size: 30px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #eb223d;
  speak: none;
}
/* line 22, ../sass/mixins/_svg.sass */
.gform_wrapper.gravity-theme .gfield_radio label a,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label a {
  position: relative;
  z-index: 1;
}
/* line 26, ../sass/mixins/_svg.sass */
.gform_wrapper.gravity-theme .gfield_radio label .decoration,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label .decoration {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 474, ../sass/mixins/_typography.sass */
.light .gform_wrapper.gravity-theme .gfield_radio label:before, .light
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:before {
  font-family: "richmix";
  font-size: 20px;
  content: "";
  display: inline-table;
  margin-right: 10px;
  color: #000000;
  speak: none;
}
/* line 187, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio label:after,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:after {
  margin-left: -4px;
}
/* line 189, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio label:after,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:after {
  content: "";
  width: 40px;
  display: none;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-top: -8px;
  background-image: url("../images/stroke-tick.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 206, ../sass/parts/_gforms.sass */
.light .gform_wrapper.gravity-theme .gfield_radio label:after, .light
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label:after {
  top: -3px;
  left: 5px;
  width: 25px;
}
/* line 211, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio label path,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label path {
  stroke: #eb223d;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 211, ../sass/parts/_gforms.sass */
  .gform_wrapper.gravity-theme .gfield_radio label path,
  .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 214, ../sass/parts/_gforms.sass */
.light .gform_wrapper.gravity-theme .gfield_radio label path, .light
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label path {
  stroke: #000000;
  stroke-width: 4;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}
@media all and (-ms-high-contrast: none) {
  /* line 214, ../sass/parts/_gforms.sass */
  .light .gform_wrapper.gravity-theme .gfield_radio label path, .light
  .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    animation: none;
  }
}
/* line 218, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio label.active:after,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input + label.active:after {
  display: inline-flex;
}
/* line 223, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme .gfield_radio input:checked + label:after {
  display: inline-flex;
}
/* line 226, ../sass/parts/_gforms.sass */
.gform_wrapper.gravity-theme button,
.gform_wrapper.gravity-theme input[type="submit"],
.gform_wrapper.gravity-theme input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: #eb223d;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  text-transform: uppercase;
}
/* line 48, ../sass/mixins/_buttons.sass */
.gform_wrapper.gravity-theme button:hover,
.gform_wrapper.gravity-theme input[type="submit"]:hover,
.gform_wrapper.gravity-theme input[type="button"]:hover {
  background: #bc1b31;
}
/* line 51, ../sass/mixins/_buttons.sass */
.gform_wrapper.gravity-theme button:nth-child(odd),
.gform_wrapper.gravity-theme input[type="submit"]:nth-child(odd),
.gform_wrapper.gravity-theme input[type="button"]:nth-child(odd) {
  margin-right: 24px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 51, ../sass/mixins/_buttons.sass */
  .gform_wrapper.gravity-theme button:nth-child(odd),
  .gform_wrapper.gravity-theme input[type="submit"]:nth-child(odd),
  .gform_wrapper.gravity-theme input[type="button"]:nth-child(odd) {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 226, ../sass/parts/_gforms.sass */
  .gform_wrapper.gravity-theme button,
  .gform_wrapper.gravity-theme input[type="submit"],
  .gform_wrapper.gravity-theme input[type="button"] {
    width: 130px;
    margin-right: 12px;
  }
}
/* line 63, ../sass/mixins/_buttons.sass */
.gform_wrapper.gravity-theme button.soldout,
.gform_wrapper.gravity-theme input[type="submit"].soldout,
.gform_wrapper.gravity-theme input[type="button"].soldout {
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}

/* line 2, ../sass/parts/_strand.sass */
.page-template-strand-template .overview {
  padding-top: 60px;
}
/* line 5, ../sass/parts/_strand.sass */
.page-template-strand-template .section-header {
  font-family: "ProximaNova-Extrabld";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 61px;
  color: #eb223d;
  padding: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 5, ../sass/parts/_strand.sass */
  .page-template-strand-template .section-header {
    font-size: 60px;
    line-height: 73px;
  }
}
/* line 10, ../sass/parts/_strand.sass */
.page-template-strand-template .catalogue {
  margin-top: 60px;
}

/* line 17, ../sass/parts/_strand.sass */
.posts-carousel .owl-item {
  padding-top: 10px;
}
/* line 20, ../sass/parts/_strand.sass */
.posts-carousel .owl-nav button {
  top: calc(1/3 * (100vw - 30px));
}
@media (max-width: 767px) {
  /* line 25, ../sass/parts/_strand.sass */
  .posts-carousel .owl-nav .owl-prev {
    left: -5px;
  }
  /* line 27, ../sass/parts/_strand.sass */
  .posts-carousel .owl-nav .owl-next {
    right: -5px;
  }
}
@media (min-width: 768px) {
  /* line 32, ../sass/parts/_strand.sass */
  .posts-carousel .owl-item .tease {
    min-width: 100%;
  }
  /* line 34, ../sass/parts/_strand.sass */
  .posts-carousel .owl-nav button {
    top: 92px;
  }
}
@media (min-width: 1024px) {
  /* line 39, ../sass/parts/_strand.sass */
  .posts-carousel .owl-item .tease {
    min-width: 100%;
  }
  /* line 41, ../sass/parts/_strand.sass */
  .posts-carousel .owl-nav button {
    top: 92px;
  }
}
@media (min-width: 1400px) {
  /* line 46, ../sass/parts/_strand.sass */
  .posts-carousel .owl-nav button {
    top: 124px;
  }
}

/* line 52, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post header > div {
  display: flex;
  flex-flow: column nowrap;
}
/* line 56, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post .category {
  order: 1;
}
/* line 59, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post .post-date {
  order: 3;
}
/* line 62, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post .post-date:before {
  content: none;
}
/* line 65, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post h3 {
  order: 2;
  margin-top: 5px;
}
/* line 69, ../sass/parts/_strand.sass */
.related-pages-and-news .tease-post p {
  order: 4;
}

/* line 2, ../sass/_layout.sass */
body::before {
  display: none;
  content: '{ "current": "small", "all": ["small"] }';
}
@media (min-width: 769px) {
  /* line 2, ../sass/_layout.sass */
  body::before {
    content: '{ "current": "medium", "all": ["small", "medium"] }';
  }
}
@media (min-width: 1025px) {
  /* line 2, ../sass/_layout.sass */
  body::before {
    content: '{ "current": "large", "all": ["small", "medium", "large"] }';
  }
}

@media (max-width: 1023px) {
  /* line 6, ../sass/layout/_tablet.sass */
  #show-reviews-mobile-placeholder {
    position: relative;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  /* line 6, ../sass/layout/_tablet.sass */
  #show-reviews-mobile-placeholder {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 1023px) {
  /* line 12, ../sass/layout/_tablet.sass */
  #show-reviews-mobile-placeholder .show-reviews {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  /* line 21, ../sass/layout/_tablet.sass */
  .container, .listing-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 3, ../sass/layout/_phone.sass */
  .container, .listing-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
