@charset "UTF-8";
/*!
 * 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, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 421, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 27, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

/* line 86, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

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

/* line 125, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 36px;
}

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

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

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

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

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

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

/* line 78, ../bootstrap/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 92%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

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

/* line 274, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

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

/* line 24, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

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

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

/* line 11, ../bootstrap/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: 15px;
  padding-right: 15px;
}

/* line 27, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 27, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

/* line 9, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

/* line 76, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../bootstrap/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: 4px;
  -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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }
  /* line 202, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

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

/* line 239, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

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

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

/* line 71, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
/* line 344, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 71, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

/* line 8, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

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

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

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

/* line 9, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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 46, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

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

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

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

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

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

/* line 186, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

/* line 56, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 76, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

/* line 109, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

/* line 145, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bootstrap/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 7, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
/* line 94, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

/* line 76, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

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

/* line 190, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

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

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

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

/* line 50, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

/* line 138, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

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

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

/* line 232, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
/* line 349, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  /* line 382, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../bootstrap/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 6, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bootstrap/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

/* line 110, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

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

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

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

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

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

/* line 5, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

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

/* line 7, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}
/* line 15, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

/* line 16, ../bootstrap/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, ../bootstrap/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, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

/* line 51, ../bootstrap/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: 6px;
  -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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

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

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

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

  /* line 140, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 36, ../bootstrap/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, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

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

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

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

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

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

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

@media print {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 60, ../assets/sass/style.scss */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 18, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
/* line 21, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  /* line 26, ../assets/sass/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 26, ../assets/sass/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 26, ../assets/sass/_bootstrap-datetimepicker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 40, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
/* line 47, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
/* line 56, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
/* line 66, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
/* line 75, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
/* line 85, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
/* line 90, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
/* line 97, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
/* line 101, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
/* line 105, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
/* line 109, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
/* line 116, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
/* line 120, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}
/* line 125, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
/* line 130, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
/* line 135, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
/* line 140, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
/* line 145, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
/* line 150, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
/* line 155, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
/* line 160, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
/* line 165, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
/* line 168, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
/* line 173, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
/* line 180, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
/* line 188, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
/* line 193, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
/* line 199, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
/* line 204, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
/* line 208, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
/* line 215, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
/* line 220, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
/* line 226, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
/* line 229, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
/* line 234, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
/* line 239, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
/* line 246, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
/* line 252, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
/* line 260, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
/* line 265, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
/* line 268, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
/* line 281, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 288, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
/* line 292, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
/* line 299, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
/* line 308, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
/* line 312, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 318, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
/* line 322, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
/* line 333, ../assets/sass/_bootstrap-datetimepicker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 341, ../assets/sass/_bootstrap-datetimepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 42, ../assets/sass/_color.scss */
.primary-color,
.primary-color a {
  color: #512D6D;
}
/* line 45, ../assets/sass/_color.scss */
.primary-color:focus, .primary-color:visited, .primary-color:active, .primary-color:hover,
.primary-color a:focus,
.primary-color a:visited,
.primary-color a:active,
.primary-color a:hover {
  color: #512D6D;
}

/* line 1, ../assets/sass/_font.scss */
.form-icon .form-item:before,
.form-item-title .control-label:before,
.select2-results__option:before,
.select2-selection__rendered:before,
.form-type-select .select2-selection__rendered:before,
.membership-filter-form .non-custom-filter-form .select2-selection__rendered:after,
.menuparent:after,
.footer-menu ul.menu li a:after,
.download-file a:before,
.form-item-search-name:before,
.membership-filter-form .form-type-textfield:before,
.news-top-information .field--item:before,
.board-top .field--name-field-email a:before,
.board-top .field--name-field-linkedin a:before,
.board-top .field--name-field-twitter a:before,
.more-link:after,
.f-icon {
  display: inline-block;
  font-family: 'eventbank_1_24' !important;
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.1em;
  width: 1em;
  height: 1em;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-title:before,
.form-item-title .control-label:before,
.select2-results__title:before,
.form-item-field-title-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-title-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-title-container:before,
.title.job-download-file a:before,
span.sf-depth-1.title:after,
a.sf-depth-1.title:after,
span.sf-depth-2.title:after,
a.sf-depth-2.title:after,
.title ul.menu li a:after,
.f-icon.title-icon:before {
  content: "0";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-search:before,
.form-item-search .control-label:before,
.select2-results__search:before,
.form-item-field-search-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-search-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-search-container:before,
.search.job-download-file a:before,
span.sf-depth-1.search:after,
a.sf-depth-1.search:after,
span.sf-depth-2.search:after,
a.sf-depth-2.search:after,
.search ul.menu li a:after,
.f-icon.search-icon:before {
  content: "0";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-linkedin:before,
.form-item-linkedin .control-label:before,
.select2-results__linkedin:before,
.form-item-field-linkedin-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-linkedin-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-linkedin-container:before,
.linkedin.job-download-file a:before,
span.sf-depth-1.linkedin:after,
a.sf-depth-1.linkedin:after,
span.sf-depth-2.linkedin:after,
a.sf-depth-2.linkedin:after,
.linkedin ul.menu li a:after,
.f-icon.linkedin-icon:before {
  content: "s";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-twitter:before,
.form-item-twitter .control-label:before,
.select2-results__twitter:before,
.form-item-field-twitter-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-twitter-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-twitter-container:before,
.twitter.job-download-file a:before,
span.sf-depth-1.twitter:after,
a.sf-depth-1.twitter:after,
span.sf-depth-2.twitter:after,
a.sf-depth-2.twitter:after,
.twitter ul.menu li a:after,
.f-icon.twitter-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-facebook:before,
.form-item-facebook .control-label:before,
.select2-results__facebook:before,
.form-item-field-facebook-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-facebook-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-facebook-container:before,
.facebook.job-download-file a:before,
span.sf-depth-1.facebook:after,
a.sf-depth-1.facebook:after,
span.sf-depth-2.facebook:after,
a.sf-depth-2.facebook:after,
.facebook ul.menu li a:after,
.f-icon.facebook-icon:before {
  content: "3";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-weibo:before,
.form-item-weibo .control-label:before,
.select2-results__weibo:before,
.form-item-field-weibo-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-weibo-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-weibo-container:before,
.weibo.job-download-file a:before,
span.sf-depth-1.weibo:after,
a.sf-depth-1.weibo:after,
span.sf-depth-2.weibo:after,
a.sf-depth-2.weibo:after,
.weibo ul.menu li a:after,
.f-icon.weibo-icon:before {
  content: "4";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-small-letter:before,
.form-item-small-letter .control-label:before,
.select2-results__small-letter:before,
.form-item-field-small-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-small-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-small-letter-container:before,
.small-letter.job-download-file a:before,
span.sf-depth-1.small-letter:after,
a.sf-depth-1.small-letter:after,
span.sf-depth-2.small-letter:after,
a.sf-depth-2.small-letter:after,
.small-letter ul.menu li a:after,
.f-icon.small-letter-icon:before {
  content: "5";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-forward:before,
.form-item-forward .control-label:before,
.select2-results__forward:before,
.form-item-field-forward-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-forward-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-forward-container:before,
.forward.job-download-file a:before,
span.sf-depth-1.forward:after,
a.sf-depth-1.forward:after,
span.sf-depth-2.forward:after,
a.sf-depth-2.forward:after,
.forward ul.menu li a:after,
.f-icon.forward-icon:before {
  content: "6";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-letter-transparent:before,
.form-item-letter-transparent .control-label:before,
.select2-results__letter-transparent:before,
.form-item-field-letter-transparent-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-letter-transparent-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-letter-transparent-container:before,
.letter-transparent.job-download-file a:before,
span.sf-depth-1.letter-transparent:after,
a.sf-depth-1.letter-transparent:after,
span.sf-depth-2.letter-transparent:after,
a.sf-depth-2.letter-transparent:after,
.letter-transparent ul.menu li a:after,
.f-icon.letter-transparent-icon:before {
  content: "7";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-letter:before,
.form-item-letter .control-label:before,
.select2-results__letter:before,
.form-item-field-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-letter-container:before,
.letter.job-download-file a:before,
span.sf-depth-1.letter:after,
a.sf-depth-1.letter:after,
span.sf-depth-2.letter:after,
a.sf-depth-2.letter:after,
.letter ul.menu li a:after,
.f-icon.letter-icon:before {
  content: "8";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-arrow:before,
.form-item-arrow .control-label:before,
.select2-results__arrow:before,
.form-item-field-arrow-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-arrow-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-arrow-container:before,
.arrow.job-download-file a:before,
span.sf-depth-1.arrow:after,
a.sf-depth-1.arrow:after,
span.sf-depth-2.arrow:after,
a.sf-depth-2.arrow:after,
.arrow ul.menu li a:after,
.f-icon.arrow-icon:before {
  content: "9";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-menuparent:before,
.form-item-menuparent .control-label:before,
.select2-results__menuparent:before,
.form-item-field-menuparent-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-menuparent-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-menuparent-container:before,
.menuparent.job-download-file a:before,
span.sf-depth-1.menuparent:after,
a.sf-depth-1.menuparent:after,
span.sf-depth-2.menuparent:after,
a.sf-depth-2.menuparent:after,
.menuparent ul.menu li a:after,
.f-icon.menuparent-icon:before {
  content: "9";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-footer-menu:before,
.form-item-footer-menu .control-label:before,
.select2-results__footer-menu:before,
.form-item-field-footer-menu-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-footer-menu-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-footer-menu-container:before,
.footer-menu.job-download-file a:before,
span.sf-depth-1.footer-menu:after,
a.sf-depth-1.footer-menu:after,
span.sf-depth-2.footer-menu:after,
a.sf-depth-2.footer-menu:after,
.footer-menu ul.menu li a:after,
.f-icon.footer-menu-icon:before {
  content: "9";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-star:before,
.form-item-star .control-label:before,
.select2-results__star:before,
.form-item-field-star-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-star-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-star-container:before,
.star.job-download-file a:before,
span.sf-depth-1.star:after,
a.sf-depth-1.star:after,
span.sf-depth-2.star:after,
a.sf-depth-2.star:after,
.star ul.menu li a:after,
.f-icon.star-icon:before {
  content: "@";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-close:before,
.form-item-close .control-label:before,
.select2-results__close:before,
.form-item-field-close-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-close-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-close-container:before,
.close.job-download-file a:before,
span.sf-depth-1.close:after,
a.sf-depth-1.close:after,
span.sf-depth-2.close:after,
a.sf-depth-2.close:after,
.close ul.menu li a:after,
.f-icon.close-icon:before {
  content: "A";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-checkbox-checked:before,
.form-item-checkbox-checked .control-label:before,
.select2-results__checkbox-checked:before,
.form-item-field-checkbox-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-checkbox-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-checkbox-checked-container:before,
.checkbox-checked.job-download-file a:before,
span.sf-depth-1.checkbox-checked:after,
a.sf-depth-1.checkbox-checked:after,
span.sf-depth-2.checkbox-checked:after,
a.sf-depth-2.checkbox-checked:after,
.checkbox-checked ul.menu li a:after,
.f-icon.checkbox-checked-icon:before {
  content: "B";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-option:before,
.form-item-option .control-label:before,
.select2-results__option:before,
.form-item-field-option-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-option-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-option-container:before,
.option.job-download-file a:before,
span.sf-depth-1.option:after,
a.sf-depth-1.option:after,
span.sf-depth-2.option:after,
a.sf-depth-2.option:after,
.option ul.menu li a:after,
.f-icon.option-icon:before {
  content: "C";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-checkbox:before,
.form-item-checkbox .control-label:before,
.select2-results__checkbox:before,
.form-item-field-checkbox-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-checkbox-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-checkbox-container:before,
.checkbox.job-download-file a:before,
span.sf-depth-1.checkbox:after,
a.sf-depth-1.checkbox:after,
span.sf-depth-2.checkbox:after,
a.sf-depth-2.checkbox:after,
.checkbox ul.menu li a:after,
.f-icon.checkbox-icon:before {
  content: "C";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-calendar:before,
.form-item-calendar .control-label:before,
.select2-results__calendar:before,
.form-item-field-calendar-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-calendar-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-calendar-container:before,
.calendar.job-download-file a:before,
span.sf-depth-1.calendar:after,
a.sf-depth-1.calendar:after,
span.sf-depth-2.calendar:after,
a.sf-depth-2.calendar:after,
.calendar ul.menu li a:after,
.f-icon.calendar-icon:before {
  content: "D";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-agenda:before,
.form-item-agenda .control-label:before,
.select2-results__agenda:before,
.form-item-field-agenda-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-agenda-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-agenda-container:before,
.agenda.job-download-file a:before,
span.sf-depth-1.agenda:after,
a.sf-depth-1.agenda:after,
span.sf-depth-2.agenda:after,
a.sf-depth-2.agenda:after,
.agenda ul.menu li a:after,
.f-icon.agenda-icon:before {
  content: "E";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-position:before,
.form-item-position .control-label:before,
.select2-results__position:before,
.form-item-field-position-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-position-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-position-container:before,
.position.job-download-file a:before,
span.sf-depth-1.position:after,
a.sf-depth-1.position:after,
span.sf-depth-2.position:after,
a.sf-depth-2.position:after,
.position ul.menu li a:after,
.f-icon.position-icon:before {
  content: "E";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-files:before,
.form-item-files .control-label:before,
.select2-results__files:before,
.form-item-field-files-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-files-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-files-container:before,
.files.job-download-file a:before,
span.sf-depth-1.files:after,
a.sf-depth-1.files:after,
span.sf-depth-2.files:after,
a.sf-depth-2.files:after,
.files ul.menu li a:after,
.f-icon.files-icon:before {
  content: "F";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-rss:before,
.form-item-rss .control-label:before,
.select2-results__rss:before,
.form-item-field-rss-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-rss-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-rss-container:before,
.rss.job-download-file a:before,
span.sf-depth-1.rss:after,
a.sf-depth-1.rss:after,
span.sf-depth-2.rss:after,
a.sf-depth-2.rss:after,
.rss ul.menu li a:after,
.f-icon.rss-icon:before {
  content: "G";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-calendar-checked:before,
.form-item-calendar-checked .control-label:before,
.select2-results__calendar-checked:before,
.form-item-field-calendar-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-calendar-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-calendar-checked-container:before,
.calendar-checked.job-download-file a:before,
span.sf-depth-1.calendar-checked:after,
a.sf-depth-1.calendar-checked:after,
span.sf-depth-2.calendar-checked:after,
a.sf-depth-2.calendar-checked:after,
.calendar-checked ul.menu li a:after,
.f-icon.calendar-checked-icon:before {
  content: "H";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-timeline:before,
.form-item-timeline .control-label:before,
.select2-results__timeline:before,
.form-item-field-timeline-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-timeline-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-timeline-container:before,
.timeline.job-download-file a:before,
span.sf-depth-1.timeline:after,
a.sf-depth-1.timeline:after,
span.sf-depth-2.timeline:after,
a.sf-depth-2.timeline:after,
.timeline ul.menu li a:after,
.f-icon.timeline-icon:before {
  content: "H";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-newest-members:before,
.form-item-newest-members .control-label:before,
.select2-results__newest-members:before,
.form-item-field-newest-members-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-newest-members-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-newest-members-container:before,
.newest-members.job-download-file a:before,
span.sf-depth-1.newest-members:after,
a.sf-depth-1.newest-members:after,
span.sf-depth-2.newest-members:after,
a.sf-depth-2.newest-members:after,
.newest-members ul.menu li a:after,
.f-icon.newest-members-icon:before {
  content: "H";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-line-chart:before,
.form-item-line-chart .control-label:before,
.select2-results__line-chart:before,
.form-item-field-line-chart-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-line-chart-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-line-chart-container:before,
.line-chart.job-download-file a:before,
span.sf-depth-1.line-chart:after,
a.sf-depth-1.line-chart:after,
span.sf-depth-2.line-chart:after,
a.sf-depth-2.line-chart:after,
.line-chart ul.menu li a:after,
.f-icon.line-chart-icon:before {
  content: "P";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-letter-order:before,
.form-item-letter-order .control-label:before,
.select2-results__letter-order:before,
.form-item-field-letter-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-letter-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-letter-order-container:before,
.letter-order.job-download-file a:before,
span.sf-depth-1.letter-order:after,
a.sf-depth-1.letter-order:after,
span.sf-depth-2.letter-order:after,
a.sf-depth-2.letter-order:after,
.letter-order ul.menu li a:after,
.f-icon.letter-order-icon:before {
  content: "Q";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-order:before,
.form-item-order .control-label:before,
.select2-results__order:before,
.form-item-field-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-order-container:before,
.order.job-download-file a:before,
span.sf-depth-1.order:after,
a.sf-depth-1.order:after,
span.sf-depth-2.order:after,
a.sf-depth-2.order:after,
.order ul.menu li a:after,
.f-icon.order-icon:before {
  content: "Q";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-alphabetical-order:before,
.form-item-alphabetical-order .control-label:before,
.select2-results__alphabetical-order:before,
.form-item-field-alphabetical-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-alphabetical-order-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-alphabetical-order-container:before,
.alphabetical-order.job-download-file a:before,
span.sf-depth-1.alphabetical-order:after,
a.sf-depth-1.alphabetical-order:after,
span.sf-depth-2.alphabetical-order:after,
a.sf-depth-2.alphabetical-order:after,
.alphabetical-order ul.menu li a:after,
.f-icon.alphabetical-order-icon:before {
  content: "Q";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-building:before,
.form-item-building .control-label:before,
.select2-results__building:before,
.form-item-field-building-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-building-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-building-container:before,
.building.job-download-file a:before,
span.sf-depth-1.building:after,
a.sf-depth-1.building:after,
span.sf-depth-2.building:after,
a.sf-depth-2.building:after,
.building ul.menu li a:after,
.f-icon.building-icon:before {
  content: "R";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-save:before,
.form-item-save .control-label:before,
.select2-results__save:before,
.form-item-field-save-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-save-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-save-container:before,
.save.job-download-file a:before,
span.sf-depth-1.save:after,
a.sf-depth-1.save:after,
span.sf-depth-2.save:after,
a.sf-depth-2.save:after,
.save ul.menu li a:after,
.f-icon.save-icon:before {
  content: "T";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-download-file:before,
.form-item-download-file .control-label:before,
.select2-results__download-file:before,
.form-item-field-download-file-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-download-file-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-download-file-container:before,
.download-file.job-download-file a:before,
span.sf-depth-1.download-file:after,
a.sf-depth-1.download-file:after,
span.sf-depth-2.download-file:after,
a.sf-depth-2.download-file:after,
.download-file ul.menu li a:after,
.f-icon.download-file-icon:before {
  content: "T";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-eye:before,
.form-item-eye .control-label:before,
.select2-results__eye:before,
.form-item-field-eye-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-eye-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-eye-container:before,
.eye.job-download-file a:before,
span.sf-depth-1.eye:after,
a.sf-depth-1.eye:after,
span.sf-depth-2.eye:after,
a.sf-depth-2.eye:after,
.eye ul.menu li a:after,
.f-icon.eye-icon:before {
  content: "U";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-lock:before,
.form-item-lock .control-label:before,
.select2-results__lock:before,
.form-item-field-lock-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-lock-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-lock-container:before,
.lock.job-download-file a:before,
span.sf-depth-1.lock:after,
a.sf-depth-1.lock:after,
span.sf-depth-2.lock:after,
a.sf-depth-2.lock:after,
.lock ul.menu li a:after,
.f-icon.lock-icon:before {
  content: "V";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-clock:before,
.form-item-clock .control-label:before,
.select2-results__clock:before,
.form-item-field-clock-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-clock-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-clock-container:before,
.clock.job-download-file a:before,
span.sf-depth-1.clock:after,
a.sf-depth-1.clock:after,
span.sf-depth-2.clock:after,
a.sf-depth-2.clock:after,
.clock ul.menu li a:after,
.f-icon.clock-icon:before {
  content: "W";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-date-range:before,
.form-item-date-range .control-label:before,
.select2-results__date-range:before,
.form-item-field-date-range-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-date-range-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-date-range-container:before,
.date-range.job-download-file a:before,
span.sf-depth-1.date-range:after,
a.sf-depth-1.date-range:after,
span.sf-depth-2.date-range:after,
a.sf-depth-2.date-range:after,
.date-range ul.menu li a:after,
.f-icon.date-range-icon:before {
  content: "W";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-warning:before,
.form-item-warning .control-label:before,
.select2-results__warning:before,
.form-item-field-warning-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-warning-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-warning-container:before,
.warning.job-download-file a:before,
span.sf-depth-1.warning:after,
a.sf-depth-1.warning:after,
span.sf-depth-2.warning:after,
a.sf-depth-2.warning:after,
.warning ul.menu li a:after,
.f-icon.warning-icon:before {
  content: "X";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-round-checked:before,
.form-item-round-checked .control-label:before,
.select2-results__round-checked:before,
.form-item-field-round-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-round-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-round-checked-container:before,
.round-checked.job-download-file a:before,
span.sf-depth-1.round-checked:after,
a.sf-depth-1.round-checked:after,
span.sf-depth-2.round-checked:after,
a.sf-depth-2.round-checked:after,
.round-checked ul.menu li a:after,
.f-icon.round-checked-icon:before {
  content: "Y";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-location-full:before,
.form-item-location-full .control-label:before,
.select2-results__location-full:before,
.form-item-field-location-full-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-location-full-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-location-full-container:before,
.location-full.job-download-file a:before,
span.sf-depth-1.location-full:after,
a.sf-depth-1.location-full:after,
span.sf-depth-2.location-full:after,
a.sf-depth-2.location-full:after,
.location-full ul.menu li a:after,
.f-icon.location-full-icon:before {
  content: "a";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-world:before,
.form-item-world .control-label:before,
.select2-results__world:before,
.form-item-field-world-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-world-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-world-container:before,
.world.job-download-file a:before,
span.sf-depth-1.world:after,
a.sf-depth-1.world:after,
span.sf-depth-2.world:after,
a.sf-depth-2.world:after,
.world ul.menu li a:after,
.f-icon.world-icon:before {
  content: "b";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-large-letter:before,
.form-item-large-letter .control-label:before,
.select2-results__large-letter:before,
.form-item-field-large-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-large-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-large-letter-container:before,
.large-letter.job-download-file a:before,
span.sf-depth-1.large-letter:after,
a.sf-depth-1.large-letter:after,
span.sf-depth-2.large-letter:after,
a.sf-depth-2.large-letter:after,
.large-letter ul.menu li a:after,
.f-icon.large-letter-icon:before {
  content: "c";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-type:before,
.form-item-type .control-label:before,
.select2-results__type:before,
.form-item-field-type-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-type-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-type-container:before,
.type.job-download-file a:before,
span.sf-depth-1.type:after,
a.sf-depth-1.type:after,
span.sf-depth-2.type:after,
a.sf-depth-2.type:after,
.type ul.menu li a:after,
.f-icon.type-icon:before {
  content: "d";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-mobile-menu:before,
.form-item-mobile-menu .control-label:before,
.select2-results__mobile-menu:before,
.form-item-field-mobile-menu-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-mobile-menu-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-mobile-menu-container:before,
.mobile-menu.job-download-file a:before,
span.sf-depth-1.mobile-menu:after,
a.sf-depth-1.mobile-menu:after,
span.sf-depth-2.mobile-menu:after,
a.sf-depth-2.mobile-menu:after,
.mobile-menu ul.menu li a:after,
.f-icon.mobile-menu-icon:before {
  content: "e";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-phone:before,
.form-item-phone .control-label:before,
.select2-results__phone:before,
.form-item-field-phone-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-phone-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-phone-container:before,
.phone.job-download-file a:before,
span.sf-depth-1.phone:after,
a.sf-depth-1.phone:after,
span.sf-depth-2.phone:after,
a.sf-depth-2.phone:after,
.phone ul.menu li a:after,
.f-icon.phone-icon:before {
  content: "g";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-open-letter:before,
.form-item-open-letter .control-label:before,
.select2-results__open-letter:before,
.form-item-field-open-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-open-letter-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-open-letter-container:before,
.open-letter.job-download-file a:before,
span.sf-depth-1.open-letter:after,
a.sf-depth-1.open-letter:after,
span.sf-depth-2.open-letter:after,
a.sf-depth-2.open-letter:after,
.open-letter ul.menu li a:after,
.f-icon.open-letter-icon:before {
  content: "h";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-checked:before,
.form-item-checked .control-label:before,
.select2-results__checked:before,
.form-item-field-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-checked-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-checked-container:before,
.checked.job-download-file a:before,
span.sf-depth-1.checked:after,
a.sf-depth-1.checked:after,
span.sf-depth-2.checked:after,
a.sf-depth-2.checked:after,
.checked ul.menu li a:after,
.f-icon.checked-icon:before {
  content: "i";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-instagram:before,
.form-item-instagram .control-label:before,
.select2-results__instagram:before,
.form-item-field-instagram-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-instagram-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-instagram-container:before,
.instagram.job-download-file a:before,
span.sf-depth-1.instagram:after,
a.sf-depth-1.instagram:after,
span.sf-depth-2.instagram:after,
a.sf-depth-2.instagram:after,
.instagram ul.menu li a:after,
.f-icon.instagram-icon:before {
  content: "q";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-weixin:before,
.form-item-weixin .control-label:before,
.select2-results__weixin:before,
.form-item-field-weixin-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-weixin-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-weixin-container:before,
.weixin.job-download-file a:before,
span.sf-depth-1.weixin:after,
a.sf-depth-1.weixin:after,
span.sf-depth-2.weixin:after,
a.sf-depth-2.weixin:after,
.weixin ul.menu li a:after,
.f-icon.weixin-icon:before {
  content: "r";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-star:before,
.form-item-star .control-label:before,
.select2-results__star:before,
.form-item-field-star-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-star-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-star-container:before,
.star.job-download-file a:before,
span.sf-depth-1.star:after,
a.sf-depth-1.star:after,
span.sf-depth-2.star:after,
a.sf-depth-2.star:after,
.star ul.menu li a:after,
.f-icon.star-icon:before {
  content: "t";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-youtube:before,
.form-item-youtube .control-label:before,
.select2-results__youtube:before,
.form-item-field-youtube-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-youtube-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-youtube-container:before,
.youtube.job-download-file a:before,
span.sf-depth-1.youtube:after,
a.sf-depth-1.youtube:after,
span.sf-depth-2.youtube:after,
a.sf-depth-2.youtube:after,
.youtube ul.menu li a:after,
.f-icon.youtube-icon:before {
  content: "u";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-right-quote-1:before,
.form-item-right-quote-1 .control-label:before,
.select2-results__right-quote-1:before,
.form-item-field-right-quote-1-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-right-quote-1-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-right-quote-1-container:before,
.right-quote-1.job-download-file a:before,
span.sf-depth-1.right-quote-1:after,
a.sf-depth-1.right-quote-1:after,
span.sf-depth-2.right-quote-1:after,
a.sf-depth-2.right-quote-1:after,
.right-quote-1 ul.menu li a:after,
.f-icon.right-quote-1-icon:before {
  content: "v";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-left-quote-1:before,
.form-item-left-quote-1 .control-label:before,
.select2-results__left-quote-1:before,
.form-item-field-left-quote-1-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-left-quote-1-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-left-quote-1-container:before,
.left-quote-1.job-download-file a:before,
span.sf-depth-1.left-quote-1:after,
a.sf-depth-1.left-quote-1:after,
span.sf-depth-2.left-quote-1:after,
a.sf-depth-2.left-quote-1:after,
.left-quote-1 ul.menu li a:after,
.f-icon.left-quote-1-icon:before {
  content: "w";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-left-quote-2:before,
.form-item-left-quote-2 .control-label:before,
.select2-results__left-quote-2:before,
.form-item-field-left-quote-2-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-left-quote-2-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-left-quote-2-container:before,
.left-quote-2.job-download-file a:before,
span.sf-depth-1.left-quote-2:after,
a.sf-depth-1.left-quote-2:after,
span.sf-depth-2.left-quote-2:after,
a.sf-depth-2.left-quote-2:after,
.left-quote-2 ul.menu li a:after,
.f-icon.left-quote-2-icon:before {
  content: "x";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-right-quote-2:before,
.form-item-right-quote-2 .control-label:before,
.select2-results__right-quote-2:before,
.form-item-field-right-quote-2-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-right-quote-2-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-right-quote-2-container:before,
.right-quote-2.job-download-file a:before,
span.sf-depth-1.right-quote-2:after,
a.sf-depth-1.right-quote-2:after,
span.sf-depth-2.right-quote-2:after,
a.sf-depth-2.right-quote-2:after,
.right-quote-2 ul.menu li a:after,
.f-icon.right-quote-2-icon:before {
  content: "y";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-flickr:before,
.form-item-flickr .control-label:before,
.select2-results__flickr:before,
.form-item-field-flickr-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-flickr-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-flickr-container:before,
.flickr.job-download-file a:before,
span.sf-depth-1.flickr:after,
a.sf-depth-1.flickr:after,
span.sf-depth-2.flickr:after,
a.sf-depth-2.flickr:after,
.flickr ul.menu li a:after,
.f-icon.flickr-icon:before {
  content: "~";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-fax:before,
.form-item-fax .control-label:before,
.select2-results__fax:before,
.form-item-field-fax-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-fax-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-fax-container:before,
.fax.job-download-file a:before,
span.sf-depth-1.fax:after,
a.sf-depth-1.fax:after,
span.sf-depth-2.fax:after,
a.sf-depth-2.fax:after,
.fax ul.menu li a:after,
.f-icon.fax-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-podcast:before,
.form-item-podcast .control-label:before,
.select2-results__podcast:before,
.form-item-field-podcast-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-podcast-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-podcast-container:before,
.podcast.job-download-file a:before,
span.sf-depth-1.podcast:after,
a.sf-depth-1.podcast:after,
span.sf-depth-2.podcast:after,
a.sf-depth-2.podcast:after,
.podcast ul.menu li a:after,
.f-icon.podcast-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-spotify:before,
.form-item-spotify .control-label:before,
.select2-results__spotify:before,
.form-item-field-spotify-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-spotify-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-spotify-container:before,
.spotify.job-download-file a:before,
span.sf-depth-1.spotify:after,
a.sf-depth-1.spotify:after,
span.sf-depth-2.spotify:after,
a.sf-depth-2.spotify:after,
.spotify ul.menu li a:after,
.f-icon.spotify-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-micro:before,
.form-item-micro .control-label:before,
.select2-results__micro:before,
.form-item-field-micro-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-micro-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-micro-container:before,
.micro.job-download-file a:before,
span.sf-depth-1.micro:after,
a.sf-depth-1.micro:after,
span.sf-depth-2.micro:after,
a.sf-depth-2.micro:after,
.micro ul.menu li a:after,
.f-icon.micro-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-line:before,
.form-item-line .control-label:before,
.select2-results__line:before,
.form-item-field-line-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-line-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-line-container:before,
.line.job-download-file a:before,
span.sf-depth-1.line:after,
a.sf-depth-1.line:after,
span.sf-depth-2.line:after,
a.sf-depth-2.line:after,
.line ul.menu li a:after,
.f-icon.line-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-vimeo:before,
.form-item-vimeo .control-label:before,
.select2-results__vimeo:before,
.form-item-field-vimeo-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-vimeo-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-vimeo-container:before,
.vimeo.job-download-file a:before,
span.sf-depth-1.vimeo:after,
a.sf-depth-1.vimeo:after,
span.sf-depth-2.vimeo:after,
a.sf-depth-2.vimeo:after,
.vimeo ul.menu li a:after,
.f-icon.vimeo-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-whatsapp:before,
.form-item-whatsapp .control-label:before,
.select2-results__whatsapp:before,
.form-item-field-whatsapp-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-whatsapp-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-whatsapp-container:before,
.whatsapp.job-download-file a:before,
span.sf-depth-1.whatsapp:after,
a.sf-depth-1.whatsapp:after,
span.sf-depth-2.whatsapp:after,
a.sf-depth-2.whatsapp:after,
.whatsapp ul.menu li a:after,
.f-icon.whatsapp-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-waze:before,
.form-item-waze .control-label:before,
.select2-results__waze:before,
.form-item-field-waze-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-waze-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-waze-container:before,
.waze.job-download-file a:before,
span.sf-depth-1.waze:after,
a.sf-depth-1.waze:after,
span.sf-depth-2.waze:after,
a.sf-depth-2.waze:after,
.waze ul.menu li a:after,
.f-icon.waze-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-maplocation:before,
.form-item-maplocation .control-label:before,
.select2-results__maplocation:before,
.form-item-field-maplocation-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-maplocation-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-maplocation-container:before,
.maplocation.job-download-file a:before,
span.sf-depth-1.maplocation:after,
a.sf-depth-1.maplocation:after,
span.sf-depth-2.maplocation:after,
a.sf-depth-2.maplocation:after,
.maplocation ul.menu li a:after,
.f-icon.maplocation-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-apple:before,
.form-item-apple .control-label:before,
.select2-results__apple:before,
.form-item-field-apple-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-apple-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-apple-container:before,
.apple.job-download-file a:before,
span.sf-depth-1.apple:after,
a.sf-depth-1.apple:after,
span.sf-depth-2.apple:after,
a.sf-depth-2.apple:after,
.apple ul.menu li a:after,
.f-icon.apple-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-android:before,
.form-item-android .control-label:before,
.select2-results__android:before,
.form-item-field-android-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-android-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-android-container:before,
.android.job-download-file a:before,
span.sf-depth-1.android:after,
a.sf-depth-1.android:after,
span.sf-depth-2.android:after,
a.sf-depth-2.android:after,
.android ul.menu li a:after,
.f-icon.android-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-tiktok:before,
.form-item-tiktok .control-label:before,
.select2-results__tiktok:before,
.form-item-field-tiktok-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-tiktok-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-tiktok-container:before,
.tiktok.job-download-file a:before,
span.sf-depth-1.tiktok:after,
a.sf-depth-1.tiktok:after,
span.sf-depth-2.tiktok:after,
a.sf-depth-2.tiktok:after,
.tiktok ul.menu li a:after,
.f-icon.tiktok-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-outlook:before,
.form-item-outlook .control-label:before,
.select2-results__outlook:before,
.form-item-field-outlook-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-outlook-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-outlook-container:before,
.outlook.job-download-file a:before,
span.sf-depth-1.outlook:after,
a.sf-depth-1.outlook:after,
span.sf-depth-2.outlook:after,
a.sf-depth-2.outlook:after,
.outlook ul.menu li a:after,
.f-icon.outlook-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-google:before,
.form-item-google .control-label:before,
.select2-results__google:before,
.form-item-field-google-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-google-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-google-container:before,
.google.job-download-file a:before,
span.sf-depth-1.google:after,
a.sf-depth-1.google:after,
span.sf-depth-2.google:after,
a.sf-depth-2.google:after,
.google ul.menu li a:after,
.f-icon.google-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-yahoo:before,
.form-item-yahoo .control-label:before,
.select2-results__yahoo:before,
.form-item-field-yahoo-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-yahoo-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-yahoo-container:before,
.yahoo.job-download-file a:before,
span.sf-depth-1.yahoo:after,
a.sf-depth-1.yahoo:after,
span.sf-depth-2.yahoo:after,
a.sf-depth-2.yahoo:after,
.yahoo ul.menu li a:after,
.f-icon.yahoo-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-calendar-add:before,
.form-item-calendar-add .control-label:before,
.select2-results__calendar-add:before,
.form-item-field-calendar-add-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-calendar-add-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-calendar-add-container:before,
.calendar-add.job-download-file a:before,
span.sf-depth-1.calendar-add:after,
a.sf-depth-1.calendar-add:after,
span.sf-depth-2.calendar-add:after,
a.sf-depth-2.calendar-add:after,
.calendar-add ul.menu li a:after,
.f-icon.calendar-add-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-share:before,
.form-item-share .control-label:before,
.select2-results__share:before,
.form-item-field-share-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-share-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-share-container:before,
.share.job-download-file a:before,
span.sf-depth-1.share:after,
a.sf-depth-1.share:after,
span.sf-depth-2.share:after,
a.sf-depth-2.share:after,
.share ul.menu li a:after,
.f-icon.share-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-tumblr:before,
.form-item-tumblr .control-label:before,
.select2-results__tumblr:before,
.form-item-field-tumblr-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-tumblr-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-tumblr-container:before,
.tumblr.job-download-file a:before,
span.sf-depth-1.tumblr:after,
a.sf-depth-1.tumblr:after,
span.sf-depth-2.tumblr:after,
a.sf-depth-2.tumblr:after,
.tumblr ul.menu li a:after,
.f-icon.tumblr-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-minds:before,
.form-item-minds .control-label:before,
.select2-results__minds:before,
.form-item-field-minds-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-minds-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-minds-container:before,
.minds.job-download-file a:before,
span.sf-depth-1.minds:after,
a.sf-depth-1.minds:after,
span.sf-depth-2.minds:after,
a.sf-depth-2.minds:after,
.minds ul.menu li a:after,
.f-icon.minds-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-threads:before,
.form-item-threads .control-label:before,
.select2-results__threads:before,
.form-item-field-threads-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-threads-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-threads-container:before,
.threads.job-download-file a:before,
span.sf-depth-1.threads:after,
a.sf-depth-1.threads:after,
span.sf-depth-2.threads:after,
a.sf-depth-2.threads:after,
.threads ul.menu li a:after,
.f-icon.threads-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-linktree:before,
.form-item-linktree .control-label:before,
.select2-results__linktree:before,
.form-item-field-linktree-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-linktree-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-linktree-container:before,
.linktree.job-download-file a:before,
span.sf-depth-1.linktree:after,
a.sf-depth-1.linktree:after,
span.sf-depth-2.linktree:after,
a.sf-depth-2.linktree:after,
.linktree ul.menu li a:after,
.f-icon.linktree-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-bluesky:before,
.form-item-bluesky .control-label:before,
.select2-results__bluesky:before,
.form-item-field-bluesky-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-bluesky-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-bluesky-container:before,
.bluesky.job-download-file a:before,
span.sf-depth-1.bluesky:after,
a.sf-depth-1.bluesky:after,
span.sf-depth-2.bluesky:after,
a.sf-depth-2.bluesky:after,
.bluesky ul.menu li a:after,
.f-icon.bluesky-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 125, ../assets/sass/_font.scss */
.form-icon .form-item-cart:before,
.form-item-cart .control-label:before,
.select2-results__cart:before,
.form-item-field-cart-target-id .select2-selection__rendered:before,
.non-custom-filter-form .form-item-field-cart-target-id .select2-selection__rendered:before,
.non-custom-filter-form #select2-edit-cart-container:before,
.cart.job-download-file a:before,
span.sf-depth-1.cart:after,
a.sf-depth-1.cart:after,
span.sf-depth-2.cart:after,
a.sf-depth-2.cart:after,
.cart ul.menu li a:after,
.f-icon.cart-icon:before {
  content: "";
}

/* line 141, ../assets/sass/_font.scss */
.more-link:after {
  content: "9";
}

/* line 145, ../assets/sass/_font.scss */
.form-item-search-name:before {
  content: "0";
}

/* line 149, ../assets/sass/_font.scss */
.membership-filter-form .form-type-textfield:before {
  content: "0";
}

/* line 154, ../assets/sass/_font.scss */
.news-top-information .field--name-node-post-date:before {
  content: "D";
}
/* line 157, ../assets/sass/_font.scss */
.news-top-information .field--name-dynamic-token-fieldnode-author-name:before {
  content: "E";
}
/* line 160, ../assets/sass/_font.scss */
.news-top-information .field--name-field-source:before {
  content: "F";
}

/* line 166, ../assets/sass/_font.scss */
.board-top .field--name-field-email a:before {
  content: "8";
}
/* line 169, ../assets/sass/_font.scss */
.board-top .field--name-field-linkedin a:before {
  content: "1";
}
/* line 172, ../assets/sass/_font.scss */
.board-top .field--name-field-twitter a:before {
  content: "";
}

/* line 177, ../assets/sass/_font.scss */
.select2-results__option[aria-selected=true]:before {
  content: "B";
}

/* line 181, ../assets/sass/_font.scss */
.f-icon.youtube-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 186, ../assets/sass/_font.scss */
.select2-selection__rendered:before {
  content: "9";
}

/* line 190, ../assets/sass/_font.scss */
.f-icon.line-icon:before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.8em !important;
}

/* line 196, ../assets/sass/_font.scss */
.f-icon.vimeo-icon:before {
  font-size: 0.75em !important;
}

/* line 200, ../assets/sass/_font.scss */
.f-icon.whatsapp-icon:before {
  font-size: 0.75em !important;
}

/* line 204, ../assets/sass/_font.scss */
.f-icon.waze-icon:before {
  font-size: 0.8em !important;
}

/* line 208, ../assets/sass/_font.scss */
.f-icon.maplocation-icon:before {
  font-size: 0.75em !important;
}

/* line 212, ../assets/sass/_font.scss */
.f-icon.twitter-icon:before {
  font-size: 0.75em !important;
}

/* line 216, ../assets/sass/_font.scss */
.f-icon.tiktok-icon:before {
  font-size: 0.8em !important;
}

/* line 220, ../assets/sass/_font.scss */
.f-icon.tumblr-icon:before {
  font-size: 0.6em !important;
}

/* line 224, ../assets/sass/_font.scss */
.f-icon.minds-icon:before {
  font-size: 0.7em !important;
}

/* line 228, ../assets/sass/_font.scss */
.f-icon.threads-icon:before {
  font-size: 0.7em !important;
}

/* line 232, ../assets/sass/_font.scss */
.f-icon.linktree-icon:before {
  font-size: 0.7em !important;
}

/* line 236, ../assets/sass/_font.scss */
.f-icon.bluesky-icon:before {
  font-size: 0.7em !important;
}

/* line 240, ../assets/sass/_font.scss */
.f-icon.cart-icon:before {
  font-size: 0.7em !important;
}

/* line 12, ../assets/sass/_mobile_breakpoints.scss */
.mobile-display {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 1024px) {
  /* line 18, ../assets/sass/_mobile_breakpoints.scss */
  .mobile-hide {
    display: none !important;
    visibility: hidden !important;
  }

  /* line 22, ../assets/sass/_mobile_breakpoints.scss */
  .mobile-display {
    display: block !important;
    visibility: visible !important;
  }
}
/* line 28, ../assets/sass/_mobile_breakpoints.scss */
.desktop-hide {
  display: none !important;
  visibility: hidden !important;
}

/* line 32, ../assets/sass/_mobile_breakpoints.scss */
.desktop-display {
  display: block !important;
  visibility: visible !important;
}

@media screen and (min-width: 1440px) {
  /* line 2, ../assets/sass/_layout.scss */
  .navbar.container {
    max-width: none;
    width: 100%;
  }
}
/* line 8, ../assets/sass/_layout.scss */
.container {
  width: 83%;
}
@media only screen and (max-width: 1024px) {
  /* line 8, ../assets/sass/_layout.scss */
  .container {
    width: 100%;
  }
}

/* line 15, ../assets/sass/_layout.scss */
html,
body {
  font-family: "Montserrat";
  src: url("../../../../sites/default/files/fontyourface/local_fonts/montserrat/font.woff") format("woff");
  /* Pretty Modern Browsers */
  font-size: 16px;
  color: #4D4D4D;
  margin: 0 auto;
}

/* line 24, ../assets/sass/_layout.scss */
.ck-content p,
p {
  line-height: 1.8;
  color: #4D4D4D;
  margin: 0 0 10px;
}

/* line 31, ../assets/sass/_layout.scss */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  font-weight: 500;
  line-height: 1.1;
}

/* line 42, ../assets/sass/_layout.scss */
.ck-content h1 {
  font-size: 2.25rem;
  color: #4D4D4D;
}

/* line 47, ../assets/sass/_layout.scss */
.ck-content h2 {
  font-size: 1.875rem;
  color: #4D4D4D;
}

/* line 52, ../assets/sass/_layout.scss */
.ck-content h3 {
  font-size: 1.5rem;
  color: #4D4D4D;
}

/* line 57, ../assets/sass/_layout.scss */
.ck-content h4 {
  font-size: 1.125rem;
  color: #4D4D4D;
}

/* line 62, ../assets/sass/_layout.scss */
.ck-content h5 {
  font-size: 1rem;
  color: #4D4D4D;
}

/* line 67, ../assets/sass/_layout.scss */
.ck-content h6 {
  font-size: 0.75rem;
  color: #4D4D4D;
}

/* line 72, ../assets/sass/_layout.scss */
.ck .large-button.ck-link_selected {
  background-color: #512D6D !important;
}

/* line 76, ../assets/sass/_layout.scss */
.ck.ck-editor__editable .image-inline img {
  height: auto !important;
}

/* line 82, ../assets/sass/_layout.scss */
textarea, input, button {
  outline: none;
}

/* line 83, ../assets/sass/_layout.scss */
textarea:focus-visible,
input:focus-visible,
button:focus-visible {
  outline: 2px solid #512D6D;
  outline-offset: 2px;
}

/* line 90, ../assets/sass/_layout.scss */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* line 96, ../assets/sass/_layout.scss */
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 102, ../assets/sass/_layout.scss */
.no-padding {
  padding: 0 !important;
}

/* line 106, ../assets/sass/_layout.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 110, ../assets/sass/_layout.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 114, ../assets/sass/_layout.scss */
.overlay-black {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

/* line 124, ../assets/sass/_layout.scss */
.more-link {
  margin-right: 15px;
  text-transform: capitalize;
}
/* line 127, ../assets/sass/_layout.scss */
.more-link:after {
  position: absolute;
  padding-right: 24px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 132, ../assets/sass/_layout.scss */
.more-link:hover {
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}

/* line 150, ../assets/sass/_layout.scss */
.center-button {
  display: table;
  margin: 0 auto;
}

/* line 155, ../assets/sass/_layout.scss */
.margin-left {
  margin-left: 15px !important;
}

/* line 159, ../assets/sass/_layout.scss */
div.generic-button a,
a.generic-button {
  display: block;
  border: 1px solid white;
  min-height: 54px;
  color: white;
  text-align: center;
}
/* line 166, ../assets/sass/_layout.scss */
div.generic-button a:hover,
a.generic-button:hover {
  text-decoration: none;
  background-color: white;
  color: #512D6D;
}

/* line 173, ../assets/sass/_layout.scss */
.button-round-corner div.generic-button a,
.button-round-corner a.generic-button {
  border-radius: 28px;
}

/* line 178, ../assets/sass/_layout.scss */
.no-border {
  border: none !important;
}

/* line 182, ../assets/sass/_layout.scss */
.large-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 65px;
  background-color: #512D6D;
  text-align: center;
  line-height: normal;
  color: white;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 0;
  border: 1px solid #512D6D;
}
@media only screen and (max-width: 1024px) {
  /* line 182, ../assets/sass/_layout.scss */
  .large-button {
    width: 100%;
  }
}
/* line 199, ../assets/sass/_layout.scss */
.large-button:focus {
  color: white;
  text-decoration: none;
}
/* line 203, ../assets/sass/_layout.scss */
.large-button:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}
/* line 208, ../assets/sass/_layout.scss */
.large-button:hover {
  text-decoration: underline;
  border: 1px solid #512D6D;
  color: white;
}
/* line 212, ../assets/sass/_layout.scss */
.large-button:hover:focus {
  color: #512D6D;
}
/* line 216, ../assets/sass/_layout.scss */
.large-button.center {
  margin-left: auto;
  margin-right: auto;
}
/* line 220, ../assets/sass/_layout.scss */
.large-button.small {
  padding: 0 42px;
  font-weight: 500;
  height: 39px;
  line-height: 39px;
}
@media only screen and (max-width: 1024px) {
  /* line 220, ../assets/sass/_layout.scss */
  .large-button.small {
    padding: 0 22px;
  }
}
/* line 229, ../assets/sass/_layout.scss */
.large-button.fit {
  width: auto;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
}
/* line 235, ../assets/sass/_layout.scss */
.large-button.medium {
  width: auto;
  height: 56px;
  line-height: 56px;
  padding: 0 50px;
}
/* line 241, ../assets/sass/_layout.scss */
.large-button.full {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 249, ../assets/sass/_layout.scss */
.round-picture {
  margin-bottom: 16px;
}
/* line 251, ../assets/sass/_layout.scss */
.round-picture img {
  border-radius: 50%;
  margin: 0 auto;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  min-width: 100px;
}

/* line 262, ../assets/sass/_layout.scss */
.full-top-page {
  margin-top: -20px;
}
@media only screen and (max-width: 1024px) {
  /* line 262, ../assets/sass/_layout.scss */
  .full-top-page {
    margin-top: 0;
  }
}
/* line 267, ../assets/sass/_layout.scss */
.full-top-page > .col-sm-12 {
  padding: 0;
}

/* line 272, ../assets/sass/_layout.scss */
.bottom-separator {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 28px;
  margin-bottom: 25px;
}

/* line 278, ../assets/sass/_layout.scss */
.block-header-top {
  margin-bottom: 28px;
}
/* line 280, ../assets/sass/_layout.scss */
.block-header-top .title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  line-height: 55px;
}
@media only screen and (max-width: 1024px) {
  /* line 280, ../assets/sass/_layout.scss */
  .block-header-top .title {
    font-size: 1.5rem;
    line-height: 30px;
    text-transform: none;
  }
}
/* line 291, ../assets/sass/_layout.scss */
.block-header-top a.more-link {
  color: #512D6D;
  font-weight: 900;
  float: right;
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  /* line 291, ../assets/sass/_layout.scss */
  .block-header-top a.more-link {
    font-size: 0.75rem;
  }
}

/* line 302, ../assets/sass/_layout.scss */
.overlay-all-white {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9980;
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 313, ../assets/sass/_layout.scss */
.ajax-overlay-end {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
}
/* line 321, ../assets/sass/_layout.scss */
.ajax-overlay-end .ajax-content {
  position: absolute;
  display: block;
  background-color: white;
  max-width: 1200px;
  max-height: 90%;
  overflow: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 45px 95px 30px;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 321, ../assets/sass/_layout.scss */
  .ajax-overlay-end .ajax-content {
    padding-left: 35px;
    padding-right: 35px;
    width: 85%;
    max-height: 80%;
    overflow: scroll;
  }
}
/* line 341, ../assets/sass/_layout.scss */
.ajax-overlay-end .ajax-content .ajax-close {
  position: absolute;
  top: 16px;
  right: 31px;
}
/* line 345, ../assets/sass/_layout.scss */
.ajax-overlay-end .ajax-content .ajax-close:before {
  font-size: 2rem;
}
/* line 348, ../assets/sass/_layout.scss */
.ajax-overlay-end .ajax-content .ajax-close:hover {
  cursor: pointer;
  color: #512D6D;
}
/* line 353, ../assets/sass/_layout.scss */
.ajax-overlay-end .ajax-content .page-header {
  display: block;
  margin-top: 0;
  border: none;
}

/* line 361, ../assets/sass/_layout.scss */
.ajax-overlay-end {
  display: block;
}

/* line 365, ../assets/sass/_layout.scss */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 365, ../assets/sass/_layout.scss */
  .breadcrumb {
    display: none;
  }
}
/* line 372, ../assets/sass/_layout.scss */
.breadcrumb li + li:before {
  content: ">";
}
/* line 375, ../assets/sass/_layout.scss */
.breadcrumb li {
  color: #512D6D;
  font-weight: 900;
}
/* line 378, ../assets/sass/_layout.scss */
.breadcrumb li a {
  color: #767676;
}
/* line 380, ../assets/sass/_layout.scss */
.breadcrumb li a:focus, .breadcrumb li a:hover {
  text-decoration: none;
  color: #512D6D;
}

/* line 389, ../assets/sass/_layout.scss */
.global-color {
  color: #512D6D;
}

/* line 394, ../assets/sass/_layout.scss */
a.global-color:active, a.global-color:hover {
  color: #512D6D;
}

/* line 400, ../assets/sass/_layout.scss */
#loading {
  color: #512D6D;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 486, ../assets/sass/_layout.scss */
.date-arrow-left {
  font-size: 1.125rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 491, ../assets/sass/_layout.scss */
.date-arrow-right {
  font-size: 1.125rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 496, ../assets/sass/_layout.scss */
.date-clear {
  font-size: 1.375rem;
}

/* line 500, ../assets/sass/_layout.scss */
.region-sidebar-second {
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  /* line 500, ../assets/sass/_layout.scss */
  .region-sidebar-second {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 509, ../assets/sass/_layout.scss */
  .field--name-body img {
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 515, ../assets/sass/_layout.scss */
  .view-filters.form-group {
    margin-top: 25px;
  }
}

/* line 521, ../assets/sass/_layout.scss */
.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
}

/* line 528, ../assets/sass/_layout.scss */
figure.align-center {
  text-align: center;
}

/* line 534, ../assets/sass/_layout.scss */
img.align-left {
  margin-right: 20px;
}
/* line 537, ../assets/sass/_layout.scss */
img.align-right {
  margin-left: 20px;
}

/* line 542, ../assets/sass/_layout.scss */
.fixednav {
  position: fixed;
  top: 0;
  padding: 20px 0;
  width: 60%;
  background-color: white;
  opacity: 1;
  z-index: 10000;
}
/* line 550, ../assets/sass/_layout.scss */
.fixednav .letter-filter {
  width: 3.16%;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 550, ../assets/sass/_layout.scss */
  .fixednav .letter-filter {
    width: 38px;
  }
}
/* line 560, ../assets/sass/_layout.scss */
.fixednav .letter-filter a {
  color: #767676;
}
/* line 562, ../assets/sass/_layout.scss */
.fixednav .letter-filter a:hover {
  text-decoration: none;
}
/* line 567, ../assets/sass/_layout.scss */
.fixednav .letter-filter.active a {
  color: #512D6D;
}
/* line 569, ../assets/sass/_layout.scss */
.fixednav .letter-filter.active a:hover {
  filter: brightness(85%);
  text-decoration: none;
  cursor: pointer;
}
/* line 576, ../assets/sass/_layout.scss */
.fixednav .letter-filter .letter-featured {
  font-size: 1.5rem;
  position: relative;
}
/* line 579, ../assets/sass/_layout.scss */
.fixednav .letter-filter .letter-featured span:before {
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 588, ../assets/sass/_layout.scss */
.underline {
  text-decoration: underline;
}

/* line 592, ../assets/sass/_layout.scss */
video {
  max-width: 100%;
  height: auto;
}

/* line 599, ../assets/sass/_layout.scss */
.form-actions .btn .icon {
  display: none;
}
/* line 602, ../assets/sass/_layout.scss */
.form-actions .btn.btn-danger {
  background-color: unset;
  border: none;
  color: #512D6D;
  padding: 0;
  margin-top: 5px;
  font-size: 12px;
}

/* line 613, ../assets/sass/_layout.scss */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  margin-left: 0;
}

/* line 617, ../assets/sass/_layout.scss */
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 623, ../assets/sass/_layout.scss */
main#main-content {
  flex: 1 0 auto;
}

/* line 1, ../assets/sass/_header.scss */
#navbar {
  height: 136px;
  border: none;
  background-color: #FFFFFF;
  padding: 0;
  border-bottom: 1px solid #D1D1D1;
  margin-top: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1, ../assets/sass/_header.scss */
  #navbar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1, ../assets/sass/_header.scss */
  #navbar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_header.scss */
  #navbar {
    margin-bottom: 0;
  }
}
/* line 23, ../assets/sass/_header.scss */
#navbar .navbar-header {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 23, ../assets/sass/_header.scss */
  #navbar .navbar-header {
    margin: 0;
  }
}
/* line 29, ../assets/sass/_header.scss */
#navbar .navbar-header .group-header-left,
#navbar .navbar-header .group-header-right {
  height: 136px;
}
/* line 33, ../assets/sass/_header.scss */
#navbar .navbar-header .group-header-left {
  border-right: 1px solid #D1D1D1;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 33, ../assets/sass/_header.scss */
  #navbar .navbar-header .group-header-left {
    width: 26%;
  }
}
/* line 39, ../assets/sass/_header.scss */
#navbar .navbar-header .group-header-right {
  padding: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 39, ../assets/sass/_header.scss */
  #navbar .navbar-header .group-header-right {
    width: 74%;
  }
}
/* line 44, ../assets/sass/_header.scss */
#navbar .navbar-header .group-header-right .group-header-right-top {
  height: 58px;
  padding: 0;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  flex-direction: row-reverse;
}
/* line 52, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header {
  height: 58px;
  z-index: 1;
  float: left;
  width: auto;
  position: relative;
  order: 1;
  flex-grow: 1;
}
/* line 60, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header:hover {
  border-bottom: 1px solid #512D6D;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 52, ../assets/sass/_header.scss */
  #navbar .navbar-header .search-block-header {
    width: 35%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 52, ../assets/sass/_header.scss */
  #navbar .navbar-header .search-block-header {
    width: 30%;
  }
}
/* line 69, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search {
  border: none;
}
/* line 71, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .input-group {
  display: block;
  width: 100%;
  height: 58px;
}
/* line 76, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search input {
  border: none;
  height: 58px;
  background-color: transparent;
  box-shadow: none;
  float: right;
  width: 90%;
  padding-left: 24px;
}
/* line 84, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search input:focus {
  box-shadow: none;
}
/* line 87, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search input::-webkit-input-placeholder, #navbar .navbar-header .search-block-header .form-type-search input::placeholder {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: oblique;
}
/* line 95, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .input-group-btn {
  background-color: transparent;
  float: right;
  width: 10%;
  height: 100%;
}
/* line 100, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .input-group-btn .form-submit {
  background-color: transparent;
  border: none;
  height: 58px;
  margin-left: -4px;
}
/* line 105, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .input-group-btn .form-submit:focus {
  outline: none;
}
/* line 108, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .input-group-btn .form-submit .icon {
  color: #512D6D;
  font-size: 1.875rem;
}
/* line 114, ../assets/sass/_header.scss */
#navbar .navbar-header .search-block-header .form-type-search .description {
  display: none;
}
/* line 120, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow {
  margin-right: 16px;
  height: 32px;
  width: 32px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
}
/* line 127, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow:hover, #navbar .navbar-header .block-eventbank-social .social-header-follow.active {
  background-color: #512D6D40;
}
/* line 130, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow:hover span, #navbar .navbar-header .block-eventbank-social .social-header-follow.active span {
  color: #512D6D;
}
/* line 134, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow:last-of-type {
  margin-right: 0;
}
/* line 137, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow a:hover {
  text-decoration: none;
}
/* line 141, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow .f-icon.podcast-icon::before,
#navbar .navbar-header .block-eventbank-social .social-header-follow .f-icon.spotify-icon::before,
#navbar .navbar-header .block-eventbank-social .social-header-follow .f-icon.micro-icon::before {
  font-size: 1.125rem;
}
/* line 146, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow span {
  font-size: 1.625rem;
  line-height: 30px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  color: #512D6D;
}
/* line 155, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow .icon-social-header-qr-code {
  width: 100px;
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 9999;
  border: 1px solid #512D6D;
}
/* line 162, ../assets/sass/_header.scss */
#navbar .navbar-header .block-eventbank-social .social-header-follow .icon-social-header-qr-code img {
  width: 100%;
  height: auto;
}
/* line 169, ../assets/sass/_header.scss */
#navbar .navbar-header .header-eventbank-login {
  padding: 0;
  width: auto;
}
/* line 172, ../assets/sass/_header.scss */
#navbar .navbar-header .header-eventbank-login a {
  display: flex;
  height: 100%;
  justify-content: center;
  color: #512D6D;
  text-align: center;
  padding: 0 8px;
  width: 11vw;
  float: right;
  z-index: 10;
  background-color: white;
  position: relative;
  border-left: 1px solid #D1D1D1;
  align-items: center;
}
/* line 188, ../assets/sass/_header.scss */
#navbar .navbar-header .header-eventbank-register {
  padding: 0;
  width: auto;
}
/* line 191, ../assets/sass/_header.scss */
#navbar .navbar-header .header-eventbank-register a {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 8px;
  background-color: #512D6D;
  width: 11vw;
  float: right;
  align-items: center;
  border-left: 1px solid #D1D1D1;
}
/* line 206, ../assets/sass/_header.scss */
#navbar .navbar-header .header-social-follow {
  width: auto;
  padding: 12px 16px;
  float: right;
  display: flex;
  height: 58px;
  border-left: 1px solid #D1D1D1;
}
/* line 213, ../assets/sass/_header.scss */
#navbar .navbar-header .header-social-follow .icon-social-header {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
/* line 219, ../assets/sass/_header.scss */
#navbar .navbar-header .logo {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 219, ../assets/sass/_header.scss */
  #navbar .navbar-header .logo {
    width: 80%;
    height: 4.375rem;
  }
}
/* line 229, ../assets/sass/_header.scss */
#navbar .navbar-header .logo img {
  width: auto;
  height: auto;
  max-height: 90%;
  margin: 0 auto;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 229, ../assets/sass/_header.scss */
  #navbar .navbar-header .logo img {
    max-width: 85%;
  }
}
/* line 244, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation {
  padding: 0 14px;
  height: 79px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 244, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 244, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation {
    padding: 0;
  }
}
/* line 253, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul {
  margin-bottom: 0;
  background-color: transparent;
  position: static;
}
/* line 257, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li {
  display: flex;
  background-color: transparent;
  height: 79px;
  position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 257, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation > ul > li {
    max-width: 17%;
    text-align: center;
  }
}
/* line 267, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li:last-of-type > .sf-depth-1 {
  padding-right: 0;
}
/* line 269, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li:last-of-type > .sf-depth-1.menuparent {
  padding-right: 0;
}
/* line 274, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 274, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 274, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 293, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 293, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent {
    padding-right: 16px;
  }
}
/* line 300, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent .sf-sub-indicator {
  display: none;
}
/* line 303, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent:after {
  font-size: 1rem;
  margin-left: 5px;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
/* line 310, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1:focus, #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1:active, #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1:hover {
  background-color: transparent;
  color: #512D6D;
  text-decoration: none;
}
/* line 318, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li span:hover {
  cursor: default;
}
/* line 321, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li a:hover {
  cursor: pointer;
}
/* line 327, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.active-trail > .sf-depth-1, #navbar .navbar-header .main-navigation > ul > li.sfHover > .sf-depth-1, #navbar .navbar-header .main-navigation > ul > li:focus-within > .sf-depth-1 {
  background-color: transparent;
  color: #512D6D;
  text-decoration: none;
}
/* line 331, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.active-trail > .sf-depth-1:after, #navbar .navbar-header .main-navigation > ul > li.sfHover > .sf-depth-1:after, #navbar .navbar-header .main-navigation > ul > li:focus-within > .sf-depth-1:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 336, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent ul {
  display: none;
}
/* line 343, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul {
  display: block;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: white;
  text-align: center;
  border-bottom: 1px solid #D1D1D1;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  width: 175px;
}
/* line 353, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li {
  background-color: white;
  display: table;
  float: none;
  height: 45px;
  padding: 0 18px;
  width: 100%;
  border-bottom: 1px solid #D1D1D1;
}
/* line 362, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li.sf-depth-2:last-child, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li.sf-depth-2:last-child {
  border-bottom: none;
}
/* line 365, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li.sf-depth-2 ul, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li.sf-depth-2 ul {
  top: 0;
  left: 254px;
  border-left: 2px solid #512D6D;
  width: 175px !important;
}
/* line 371, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li.sf-depth-2 a .sf-sub-indicator, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li.sf-depth-2 a .sf-sub-indicator {
  display: none;
}
/* line 375, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li span,
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li a, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li span,
#navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li a {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #4A4A4A;
  display: table-cell;
  font-weight: 900;
  line-height: 0.9375rem;
  padding: 0;
  vertical-align: middle;
}
/* line 385, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li span:focus, #navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li span:active, #navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li span:hover,
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li a:focus,
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li a:active,
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li a:hover, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li span:focus, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li span:active, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li span:hover,
#navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li a:focus,
#navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li a:active,
#navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li a:hover {
  color: #512D6D;
  text-decoration: none;
  background-color: transparent;
}
/* line 393, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li .sf-sub-indicator, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li .sf-sub-indicator {
  display: none;
}
/* line 397, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li .menuparent:after, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li .menuparent:after {
  font-size: 1rem;
  margin-left: 5px;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}
/* line 408, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation > ul > li.menuparent.sfHover ul li.active-trail a, #navbar .navbar-header .main-navigation > ul > li.menuparent:focus-within ul li.active-trail a {
  color: #512D6D;
  text-decoration: none;
  background-color: transparent;
}
/* line 419, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation li.sf-depth-2 .sf-depth-2 {
  font-size: 0.8125rem;
  text-transform: none !important;
}
/* line 425, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation li.sf-depth-3 .sf-depth-3 {
  font-size: 0.8125rem;
  text-transform: none !important;
}
/* line 431, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation-second-menu-2 ul li.menuparent.sfHover ul {
  width: 400px !important;
  left: 0;
  transform: translate(0, 0);
}
/* line 435, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation-second-menu-2 ul li.menuparent.sfHover ul li {
  height: 54px;
  border: none;
  float: left;
  width: 50% !important;
  text-align: left;
}
/* line 443, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation-third-menu-2 ul li.menuparent.sfHover ul li.menuparent.sfHover ul {
  width: 250px !important;
  left: 290px !important;
}
/* line 446, ../assets/sass/_header.scss */
#navbar .navbar-header .main-navigation-third-menu-2 ul li.menuparent.sfHover ul li.menuparent.sfHover ul li {
  width: 50% !important;
  float: left !important;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  /* line 453, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-top {
    background-color: #512D6D;
    height: 4rem;
    padding: 0;
    display: flex !important;
  }
  /* line 459, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile {
    display: flex;
    height: 4rem;
    flex-grow: 1;
  }
  /* line 463, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .icon-social-header {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  /* line 468, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media {
    height: 4rem;
    margin-right: 10px;
    position: relative;
  }
  /* line 472, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media span {
    color: #FFFFFF;
    font-size: 1.375rem;
    line-height: 4rem;
    display: inline-table;
  }
  /* line 477, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media span.weixin-icon {
    padding: 0 5px;
    font-size: 1rem;
  }
  /* line 482, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media:hover {
    background-color: #FFFFFF;
  }
  /* line 484, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media:hover span {
    color: #512D6D;
  }
  /* line 488, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media .icon-social-header-qr-code {
    width: 100px;
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 9999;
    border: 1px solid #512D6D;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* line 496, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-follow-mobile .button-social-media .icon-social-header-qr-code img {
    width: 100%;
    height: auto;
  }
  /* line 503, ../assets/sass/_header.scss */
  #navbar .navbar-header .eventbank-login-mobile,
  #navbar .navbar-header .eventbank-register-mobile {
    width: auto;
    padding: 0;
  }
  /* line 507, ../assets/sass/_header.scss */
  #navbar .navbar-header .eventbank-login-mobile a,
  #navbar .navbar-header .eventbank-register-mobile a {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFFFFF;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    background-color: #512D6D;
    border-top: unset;
    border-bottom: unset;
    width: 25vw;
    height: 4rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
  }
  /* line 525, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-bottom {
    height: 4.375rem;
  }
  /* line 528, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile {
    display: none;
  }
  /* line 531, ../assets/sass/_header.scss */
  #navbar .navbar-header .block-mobile-menu {
    width: 20%;
    height: 100%;
    position: relative;
  }
  /* line 537, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-menu .sf-sub-indicator {
    display: none;
  }
  /* line 540, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-menu .mobile-header-menu-link {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  /* line 548, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-menu .mobile-header-menu-link:before {
    font-size: 1.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 556, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-menu .mobile-block-menu {
    display: none;
    background-color: #512D6D;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: scroll;
  }
  /* line 566, ../assets/sass/_header.scss */
  #navbar .navbar-header .mobile-header-menu .mobile-block-menu .close-icon {
    color: #FFFFFF;
    position: absolute;
    top: 23px;
    right: 26px;
    font-size: 1.625rem;
  }
  /* line 575, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile {
    margin-top: 60px;
  }
  /* line 577, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-accordion-toggle {
    display: none;
  }
  /* line 580, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile ul.sf-menu.sf-vertical {
    width: 100%;
  }
  /* line 584, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile ul.sf-menu.sf-style-white a:hover, #navbar .navbar-header .main-navigation-mobile ul.sf-menu.sf-style-white a:focus {
    background-color: transparent;
  }
  /* line 590, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.sf-depth-1,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.sf-depth-1 {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-weight: 900;
    font-size: 0.8125rem;
    position: relative;
    z-index: 9999;
    padding: 20px 0;
    margin: 0;
    background-color: transparent;
  }
  /* line 601, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.sf-depth-1:hover,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.sf-depth-1:hover {
    background-color: transparent;
  }
  /* line 606, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.menuparent.sfHover ul,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.menuparent.sfHover ul {
    top: auto !important;
    position: relative !important;
    left: auto !important;
  }
  /* line 618, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu span,
  #navbar .navbar-header .main-navigation-mobile .sf-menu a,
  #navbar .navbar-header .main-navigation-mobile .sf-main span,
  #navbar .navbar-header .main-navigation-mobile .sf-main a {
    color: #FFFFFF;
    padding: 0;
    position: relative;
    z-index: 9999;
  }
  /* line 625, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent,
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.sf-depth-2,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.sf-depth-2 {
    margin-top: 10px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  /* line 629, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent li,
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.sf-depth-2 li,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent li,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.sf-depth-2 li {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.625rem;
    width: 100%;
    float: left;
    padding: 0 4%;
    height: 32px;
    line-height: 14px;
    background: transparent;
  }
  /* line 641, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent li a,
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.sf-depth-2 li a,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent li a,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.sf-depth-2 li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 648, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-depth-2.menuparent .sf-sub-indicator,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-depth-2.menuparent .sf-sub-indicator {
    display: none;
  }
  /* line 652, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-depth-2.menuparent.sfHover > ul,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-depth-2.menuparent.sfHover > ul {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 430px !important;
  }
  /* line 655, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-depth-2.menuparent.sfHover > ul li,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-depth-2.menuparent.sfHover > ul li {
    height: 54px;
    border: 0;
    float: left;
    width: 50% !important;
    text-align: left;
  }
  /* line 663, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent span,
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent a,
  #navbar .navbar-header .main-navigation-mobile .sf-menu span.sf-depth-2,
  #navbar .navbar-header .main-navigation-mobile .sf-menu a.sf-depth-2,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent span,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent a,
  #navbar .navbar-header .main-navigation-mobile .sf-main span.sf-depth-2,
  #navbar .navbar-header .main-navigation-mobile .sf-main a.sf-depth-2 {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 0;
  }
  /* line 672, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent a,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent a {
    padding: 0;
  }
  /* line 675, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu span.sf-depth-2,
  #navbar .navbar-header .main-navigation-mobile .sf-main span.sf-depth-2 {
    display: block;
  }
  /* line 679, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent a,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent a {
    display: block !important;
    padding: 10px 0;
  }
  /* line 682, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent a:after,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent a:after {
    display: none;
  }
  /* line 686, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-clone-parent > .menuparent.nolink,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-clone-parent > .menuparent.nolink {
    display: none !important;
  }
  /* line 691, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu li.li-open:before,
  #navbar .navbar-header .main-navigation-mobile .sf-main li.li-open:before {
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  /* line 704, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-depth-1,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-depth-1 {
    padding-left: 10px;
  }
  /* line 708, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile .sf-menu .sf-depth-2 ul,
  #navbar .navbar-header .main-navigation-mobile .sf-main .sf-depth-2 ul {
    left: auto !important;
    top: auto !important;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  /* line 718, ../assets/sass/_header.scss */
  #navbar .navbar-header .main-navigation-mobile-third-menu-2 .sf-depth-2 li {
    width: 50% !important;
    float: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 726, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 9999;
    margin-bottom: 20px;
  }
  /* line 733, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 738, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu .social-menu-follow {
    margin-right: 10px;
    float: left;
    position: relative;
  }
  /* line 742, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu .social-menu-follow span {
    color: #FFFFFF;
    font-size: 1.625rem;
  }
  /* line 745, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu .social-menu-follow span.weixin-icon {
    font-size: 1.25rem;
  }
  /* line 749, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu .social-menu-follow .icon-social-menu-qr-code {
    width: 100px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 9999;
    border: 1px solid #512D6D;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /* line 757, ../assets/sass/_header.scss */
  #navbar .navbar-header .social-block-menu-container .social-block-menu .social-menu-follow .icon-social-menu-qr-code img {
    width: 100%;
    height: auto;
  }
}

/* line 769, ../assets/sass/_header.scss */
.user-logged-in #navbar .navbar-header .header-eventbank-register.version-202308,
.user-logged-in #navbar .navbar-header .header-eventbank-login.version-202308 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 774, ../assets/sass/_header.scss */
  .user-logged-in #navbar .navbar-header .eventbank-login-mobile.version-202308,
  .user-logged-in #navbar .navbar-header .eventbank-register-mobile.version-202308 {
    display: none;
  }
}

/* line 780, ../assets/sass/_header.scss */
.block-glueup-profile-block {
  display: none;
  position: relative;
  background-color: white;
  width: 58px;
  height: 58px;
  border: 1px solid #D1D1D1;
}
/* line 787, ../assets/sass/_header.scss */
.block-glueup-profile-block:hover {
  cursor: pointer;
}
/* line 789, ../assets/sass/_header.scss */
.block-glueup-profile-block:hover .glueup-profile .profile-image img {
  border: 1px solid #512D6D;
}
/* line 795, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-image img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 809, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile.active .profile-image img {
  border: 1px solid #512D6D;
}
/* line 813, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu {
  display: none;
  margin-top: 58px;
}
/* line 816, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul {
  display: grid;
  text-align: center;
  z-index: 999;
  position: relative;
  background-color: white;
  width: 200px;
  left: -72px;
  padding-left: 0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 1024px) {
  /* line 816, ../assets/sass/_header.scss */
  .block-glueup-profile-block .glueup-profile .profile-menu ul {
    left: -138px;
  }
}
/* line 829, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li {
  background-color: white;
  display: table;
  float: none;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border-bottom: 1px solid #D1D1D1;
}
/* line 837, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li.sf-depth-2:last-child {
  border-bottom: none;
}
/* line 840, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li a {
  font-size: 0.75rem;
  color: #4A4A4A;
  display: table-cell;
  font-weight: 900;
  line-height: 1.25rem;
  padding: 0;
  vertical-align: middle;
}
/* line 848, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li a:focus, .block-glueup-profile-block .glueup-profile .profile-menu ul li a:active, .block-glueup-profile-block .glueup-profile .profile-menu ul li a:hover {
  color: #512D6D;
  text-decoration: none;
  background-color: transparent;
}
/* line 857, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li#main-menu-link-name a {
  color: #512D6D;
}
/* line 863, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li#main-menu-link-logout a:hover {
  color: #FB3640;
}
/* line 868, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile .profile-menu ul li.active-trail a {
  color: #512D6D;
  text-decoration: none;
}
/* line 875, ../assets/sass/_header.scss */
.block-glueup-profile-block .glueup-profile.active .profile-menu {
  display: block;
}

/* line 880, ../assets/sass/_header.scss */
.user-logged-in .block-glueup-profile-block {
  display: block;
}

@media only screen and (max-width: 1024px) {
  /* line 884, ../assets/sass/_header.scss */
  #navbar .navbar-header #block-glueupprofile-2.header-login-register-follow-mobile {
    display: none;
  }

  /* line 887, ../assets/sass/_header.scss */
  .user-logged-in #navbar .navbar-header #block-glueupprofile-2.header-login-register-follow-mobile {
    display: block;
    float: right;
  }

  /* line 891, ../assets/sass/_header.scss */
  .block-glueup-profile-block .glueup-profile .profile-menu {
    margin-top: 4rem;
  }
}
/* line 3, ../assets/sass/_frame.scss */
.view-block-frame .view-content .grouping-rows {
  width: 100%;
  display: inline-block;
}
/* line 7, ../assets/sass/_frame.scss */
.view-block-frame .view-content .views-row {
  width: 26.8%;
  float: left;
  margin: 25px 9.8% 25px 0;
  display: block;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  padding: 15px;
}
/* line 8, ../assets/sass/_frame.scss */
.view-block-frame .view-content .views-row:nth-child(3n+1) {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 7, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row {
    width: 48% !important;
    margin: 25px 4% 25px 0;
  }
  /* line 22, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(3n+1) {
    clear: none;
  }
  /* line 25, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(2n+1) {
    clear: both;
  }
  /* line 28, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(3n) {
    margin-right: 4% !important;
  }
  /* line 31, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(6n) {
    margin-right: 0 !important;
  }
  /* line 34, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(2n) {
    margin-right: 0;
  }
  /* line 37, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 7, ../assets/sass/_frame.scss */
  .view-block-frame .view-content .views-row {
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 48, ../assets/sass/_frame.scss */
.view-block-frame .view-content .views-row:nth-child(3n) {
  margin-right: 0;
}
/* line 52, ../assets/sass/_frame.scss */
.view-block-frame .view-content .field--name-node-title,
.view-block-frame .view-content .views-field-title {
  text-align: center;
  margin-bottom: 9px;
}
/* line 56, ../assets/sass/_frame.scss */
.view-block-frame .view-content .field--name-node-title h2,
.view-block-frame .view-content .views-field-title h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 900;
  color: #4A4A4A;
}
/* line 61, ../assets/sass/_frame.scss */
.view-block-frame .view-content .field--name-node-title h2 a,
.view-block-frame .view-content .views-field-title h2 a {
  color: #4A4A4A;
}
/* line 66, ../assets/sass/_frame.scss */
.view-block-frame .view-content .views-field-field-thumbnails,
.view-block-frame .view-content .views-field-field-picture-1,
.view-block-frame .view-content .views-field-field-picture {
  margin: 0 auto 16px;
}

/* line 79, ../assets/sass/_frame.scss */
.view-block-frame-4 .view-content .views-row {
  width: 22%;
  margin: 25px 4% 25px 0;
}
/* line 82, ../assets/sass/_frame.scss */
.view-block-frame-4 .view-content .views-row:nth-child(3n) {
  margin-right: 4%;
}
/* line 85, ../assets/sass/_frame.scss */
.view-block-frame-4 .view-content .views-row:nth-child(3n+1) {
  clear: none;
}
/* line 88, ../assets/sass/_frame.scss */
.view-block-frame-4 .view-content .views-row:nth-child(4n) {
  margin-right: 0;
}
/* line 91, ../assets/sass/_frame.scss */
.view-block-frame-4 .view-content .views-row:nth-child(4n+1) {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 1024px) {
  /* line 79, ../assets/sass/_frame.scss */
  .view-block-frame-4 .view-content .views-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 119, ../assets/sass/_frame.scss */
.round-picture {
  display: flex;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
/* line 126, ../assets/sass/_frame.scss */
.round-picture img {
  border-radius: unset;
  margin: 0 auto;
}

/* line 133, ../assets/sass/_frame.scss */
.view-block-frame-border .view-content .views-row {
  box-shadow: unset;
  border: 1px solid #D1D1D1;
}
/* line 136, ../assets/sass/_frame.scss */
.view-block-frame-border .view-content .views-row .field--name-node-title,
.view-block-frame-border .view-content .views-row .views-field-title {
  margin-bottom: 16px;
  font-size: 1.125rem;
}
/* line 141, ../assets/sass/_frame.scss */
.view-block-frame-border .view-content .views-row .views-field-field-logo,
.view-block-frame-border .view-content .views-row .views-field-field-thumbnails,
.view-block-frame-border .view-content .views-row .views-field-field-picture-1,
.view-block-frame-border .view-content .views-row .views-field-field-picture {
  margin: 0 auto 30px;
}

/* line 151, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content {
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* line 157, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .grouping-rows {
  width: 100%;
  display: inline-block;
}
/* line 161, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .views-row {
  margin-bottom: 40px;
  margin-right: 2%;
  height: auto;
  overflow: hidden;
  position: relative;
  flex: 0 0 23.5%;
  padding: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #D1D1D1;
}
/* line 173, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .views-row:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 176, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .views-row:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 161, ../assets/sass/_frame.scss */
  .view-block-frame-flex .view-content .views-row {
    flex: 0 0 32%;
    margin-right: 2%;
  }
  /* line 182, ../assets/sass/_frame.scss */
  .view-block-frame-flex .view-content .views-row:nth-child(4n) {
    margin-right: 2%;
  }
  /* line 185, ../assets/sass/_frame.scss */
  .view-block-frame-flex .view-content .views-row:nth-child(3n+1) {
    margin-right: 2%;
  }
  /* line 188, ../assets/sass/_frame.scss */
  .view-block-frame-flex .view-content .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 161, ../assets/sass/_frame.scss */
  .view-block-frame-flex .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 198, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .field--name-node-title,
.view-block-frame-flex .view-content .views-field-title {
  text-align: center;
  margin-bottom: 9px;
}
/* line 202, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .field--name-node-title h2,
.view-block-frame-flex .view-content .views-field-title h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 900;
  color: #4A4A4A;
}
/* line 207, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .field--name-node-title h2 a,
.view-block-frame-flex .view-content .views-field-title h2 a {
  color: #4A4A4A;
}
/* line 212, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .views-field-field-thumbnails,
.view-block-frame-flex .view-content .views-field-field-picture-1,
.view-block-frame-flex .view-content .views-field-field-picture {
  margin: 0 auto 30px;
  border: 1px solid #D1D1D1;
}
/* line 219, ../assets/sass/_frame.scss */
.view-block-frame-flex .view-content .board-social-media-block a.large-button {
  display: inline-block;
  padding: 0 10px;
  max-width: 90%;
}
/* line 228, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-3 .view-content .views-row {
  flex: 0 0 32%;
  margin-right: 2%;
}
/* line 231, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-3 .view-content .views-row:nth-child(4n) {
  margin-right: 2%;
}
/* line 234, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-3 .view-content .views-row:nth-child(3n+1) {
  margin-right: 2%;
}
/* line 237, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-3 .view-content .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 228, ../assets/sass/_frame.scss */
  .view-block-frame-flex.view-block-frame-flex-3 .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 250, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-2 .view-content .views-row {
  flex: 0 0 49%;
  margin-right: 2%;
}
/* line 253, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-2 .view-content .views-row:nth-child(4n) {
  margin-right: 2%;
}
/* line 256, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-2 .view-content .views-row:nth-child(2n+1) {
  margin-right: 2%;
}
/* line 259, ../assets/sass/_frame.scss */
.view-block-frame-flex.view-block-frame-flex-2 .view-content .views-row:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 250, ../assets/sass/_frame.scss */
  .view-block-frame-flex.view-block-frame-flex-2 .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}

/* line 273, ../assets/sass/_frame.scss */
.view-block-frame-flex-shadow .views-row {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}

/* line 5, ../assets/sass/_event.scss */
.block-event-block .class-region-events h1,
.view-community-event .class-region-events h1,
.path-events .class-region-events h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #3B3B3B;
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 15, ../assets/sass/_event.scss */
.block-event-block .view-filters,
.block-event-block .event-filter-form,
.view-community-event .view-filters,
.view-community-event .event-filter-form,
.path-events .view-filters,
.path-events .event-filter-form {
  position: relative;
  display: table;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  /* line 15, ../assets/sass/_event.scss */
  .block-event-block .view-filters,
  .block-event-block .event-filter-form,
  .view-community-event .view-filters,
  .view-community-event .event-filter-form,
  .path-events .view-filters,
  .path-events .event-filter-form {
    margin-top: 20px;
  }
}
/* line 24, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-reset,
.block-event-block .event-filter-form .form-reset,
.view-community-event .view-filters .form-reset,
.view-community-event .event-filter-form .form-reset,
.path-events .view-filters .form-reset,
.path-events .event-filter-form .form-reset {
  font-size: 0.625rem;
  text-transform: lowercase;
  position: absolute;
  right: 1px;
  bottom: -15px;
}
/* line 30, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-reset:hover,
.block-event-block .event-filter-form .form-reset:hover,
.view-community-event .view-filters .form-reset:hover,
.view-community-event .event-filter-form .form-reset:hover,
.path-events .view-filters .form-reset:hover,
.path-events .event-filter-form .form-reset:hover {
  cursor: pointer;
}
/* line 34, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container,
.block-event-block .event-filter-form .form-container,
.view-community-event .view-filters .form-container,
.view-community-event .event-filter-form .form-container,
.path-events .view-filters .form-container,
.path-events .event-filter-form .form-container {
  display: table-cell;
  padding-right: 0.9%;
  width: 19.28%;
}
@media only screen and (max-width: 1024px) {
  /* line 34, ../assets/sass/_event.scss */
  .block-event-block .view-filters .form-container,
  .block-event-block .event-filter-form .form-container,
  .view-community-event .view-filters .form-container,
  .view-community-event .event-filter-form .form-container,
  .path-events .view-filters .form-container,
  .path-events .event-filter-form .form-container {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
}
/* line 46, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container .form-item-date-range input::placeholder,
.block-event-block .event-filter-form .form-container .form-item-date-range input::placeholder,
.view-community-event .view-filters .form-container .form-item-date-range input::placeholder,
.view-community-event .event-filter-form .form-container .form-item-date-range input::placeholder,
.path-events .view-filters .form-container .form-item-date-range input::placeholder,
.path-events .event-filter-form .form-container .form-item-date-range input::placeholder {
  color: #4F4F4F;
}
/* line 50, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container.form-container-search,
.block-event-block .event-filter-form .form-container.form-container-search,
.view-community-event .view-filters .form-container.form-container-search,
.view-community-event .event-filter-form .form-container.form-container-search,
.path-events .view-filters .form-container.form-container-search,
.path-events .event-filter-form .form-container.form-container-search {
  padding-right: 0;
  position: relative;
  width: auto;
}
/* line 55, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container.form-container-search .form-item-search-name:before,
.block-event-block .event-filter-form .form-container.form-container-search .form-item-search-name:before,
.view-community-event .view-filters .form-container.form-container-search .form-item-search-name:before,
.view-community-event .event-filter-form .form-container.form-container-search .form-item-search-name:before,
.path-events .view-filters .form-container.form-container-search .form-item-search-name:before,
.path-events .event-filter-form .form-container.form-container-search .form-item-search-name:before {
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -46%);
  -moz-transform: translate(0, -46%);
  -ms-transform: translate(0, -46%);
  -o-transform: translate(0, -46%);
  transform: translate(0, -46%);
}
/* line 62, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container.form-container-search .form-item-search-name:hover,
.block-event-block .event-filter-form .form-container.form-container-search .form-item-search-name:hover,
.view-community-event .view-filters .form-container.form-container-search .form-item-search-name:hover,
.view-community-event .event-filter-form .form-container.form-container-search .form-item-search-name:hover,
.path-events .view-filters .form-container.form-container-search .form-item-search-name:hover,
.path-events .event-filter-form .form-container.form-container-search .form-item-search-name:hover {
  color: #512D6D;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  /* line 68, ../assets/sass/_event.scss */
  .block-event-block .view-filters .form-container .select2-container,
  .block-event-block .event-filter-form .form-container .select2-container,
  .view-community-event .view-filters .form-container .select2-container,
  .view-community-event .event-filter-form .form-container .select2-container,
  .path-events .view-filters .form-container .select2-container,
  .path-events .event-filter-form .form-container .select2-container {
    width: 100% !important;
    margin-right: 0;
  }
}
/* line 74, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container .form-text,
.block-event-block .view-filters .form-container .events-filter-ajax,
.block-event-block .event-filter-form .form-container .form-text,
.block-event-block .event-filter-form .form-container .events-filter-ajax,
.view-community-event .view-filters .form-container .form-text,
.view-community-event .view-filters .form-container .events-filter-ajax,
.view-community-event .event-filter-form .form-container .form-text,
.view-community-event .event-filter-form .form-container .events-filter-ajax,
.path-events .view-filters .form-container .form-text,
.path-events .view-filters .form-container .events-filter-ajax,
.path-events .event-filter-form .form-container .form-text,
.path-events .event-filter-form .form-container .events-filter-ajax {
  box-shadow: none;
  padding: 0 35px;
  border: 1.5px solid #D1D1D1;
  border-radius: 0;
  font-size: 0.6875rem;
  font-weight: 900;
  height: 40px;
  line-height: 41px;
  width: 100%;
}
/* line 87, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container #edit-search-name.form-text,
.block-event-block .event-filter-form .form-container #edit-search-name.form-text,
.view-community-event .view-filters .form-container #edit-search-name.form-text,
.view-community-event .event-filter-form .form-container #edit-search-name.form-text,
.path-events .view-filters .form-container #edit-search-name.form-text,
.path-events .event-filter-form .form-container #edit-search-name.form-text {
  padding: 0 12px;
}
/* line 90, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-container input,
.block-event-block .event-filter-form .form-container input,
.view-community-event .view-filters .form-container input,
.view-community-event .event-filter-form .form-container input,
.path-events .view-filters .form-container input,
.path-events .event-filter-form .form-container input {
  display: inline-block;
}
/* line 94, ../assets/sass/_event.scss */
.block-event-block .view-filters .select2-selection__rendered:before,
.block-event-block .event-filter-form .select2-selection__rendered:before,
.view-community-event .view-filters .select2-selection__rendered:before,
.view-community-event .event-filter-form .select2-selection__rendered:before,
.path-events .view-filters .select2-selection__rendered:before,
.path-events .event-filter-form .select2-selection__rendered:before {
  -webkit-transform: translate(0, -46%);
  -moz-transform: translate(0, -46%);
  -ms-transform: translate(0, -46%);
  -o-transform: translate(0, -46%);
  transform: translate(0, -46%);
}
/* line 97, ../assets/sass/_event.scss */
.block-event-block .view-filters .form-submit,
.block-event-block .event-filter-form .form-submit,
.view-community-event .view-filters .form-submit,
.view-community-event .event-filter-form .form-submit,
.path-events .view-filters .form-submit,
.path-events .event-filter-form .form-submit {
  display: none;
}
/* line 101, ../assets/sass/_event.scss */
.block-event-block .select2-container .select2-selection .select2-selection__rendered,
.view-community-event .select2-container .select2-selection .select2-selection__rendered,
.path-events .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 30px;
}
/* line 103, ../assets/sass/_event.scss */
.block-event-block .select2-container .select2-selection .select2-selection__rendered:before,
.view-community-event .select2-container .select2-selection .select2-selection__rendered:before,
.path-events .select2-container .select2-selection .select2-selection__rendered:before {
  left: 0;
}

/* line 110, ../assets/sass/_event.scss */
.view-community-event .view-filters {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 112, ../assets/sass/_event.scss */
  .view-community-event .view-filters .form-item {
    width: 100%;
  }
}
/* line 118, ../assets/sass/_event.scss */
.view-community-event .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
}

/* line 125, ../assets/sass/_event.scss */
.view-community-event .view-filters .form-item {
  margin-right: 7px;
}

@media only screen and (max-width: 1024px) {
  /* line 133, ../assets/sass/_event.scss */
  .view-community-event .view-content {
    margin-top: 0;
  }
}
/* line 140, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-event-date {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500;
}
/* line 145, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-tags {
  margin-bottom: 30px;
}
/* line 147, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-tags:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 154, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-tags .field--item {
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 167, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name {
  margin-top: 20px;
}
/* line 169, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field--label {
  font-size: 1rem;
}
/* line 172, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items {
  line-height: 1.5rem;
}
/* line 174, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items .field--item {
  float: left;
}
/* line 176, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items .field--item:before {
  content: ", ";
}
/* line 179, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items .field--item:first-child {
  margin-left: 0;
}
/* line 181, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items .field--item:first-child:before {
  content: "";
}
/* line 186, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-speaker-name .field__items:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 195, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-venue-name {
  margin-top: 20px;
}
/* line 197, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-venue-name .field--label {
  font-size: 1rem;
}
/* line 200, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-venue-name .field--item {
  line-height: 1.5rem;
}
/* line 204, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-venue-address {
  margin-top: 20px;
}
/* line 206, ../assets/sass/_event.scss */
.page-node-type-community-event .field--name-field-venue-address .field--label {
  font-size: 1rem;
}

/* line 215, ../assets/sass/_event.scss */
.view-community-event .view-content .views-row .views-field-field-thumbnails img {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 215, ../assets/sass/_event.scss */
  .view-community-event .view-content .views-row .views-field-field-thumbnails img {
    margin: 0 auto 15px;
  }
}
/* line 223, ../assets/sass/_event.scss */
.view-community-event .view-content .views-row .views-field-title a {
  font-size: 1rem;
  color: #4a4a4a;
  font-weight: 900;
}
/* line 229, ../assets/sass/_event.scss */
.view-community-event .view-content .views-row .event-listing-info {
  margin-top: 8px;
  margin-bottom: 6px;
}
/* line 233, ../assets/sass/_event.scss */
.view-community-event .view-content .views-row .event-listing-info .views-field-field-event-date .field-content {
  font-size: 0.625rem;
  color: #512D6D;
  float: left;
  margin-right: 12px;
}
/* line 241, ../assets/sass/_event.scss */
.view-community-event .view-content .views-row .event-listing-info .views-field-field-tags .field-content {
  float: left;
  font-size: 0.625rem;
  color: white;
  background-color: #199edb;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
}

/* line 256, ../assets/sass/_event.scss */
.community-event-title {
  font-size: 1.14286rem;
  font-weight: 900;
  margin-bottom: 6px;
  display: block;
}
/* line 261, ../assets/sass/_event.scss */
.community-event-title a {
  color: #4A4A4A;
}

/* line 266, ../assets/sass/_event.scss */
.community-event-venue {
  font-size: 0.71429rem;
  color: #00b831;
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}

/* line 274, ../assets/sass/_event.scss */
.community-event-date {
  color: #B4B4B4;
  font-size: 0.71429rem;
  margin-bottom: 7px;
  float: left;
}

/* line 281, ../assets/sass/_event.scss */
.field-topic-style ul {
  float: left;
}

/* line 285, ../assets/sass/_event.scss */
.field-topic-style ul li {
  list-style-type: none;
  float: left;
  font-size: 0.71429rem;
  color: white;
  background-color: #199EDB;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 15px;
  margin-left: -6px;
  margin-top: -2px;
}

@media only screen and (max-width: 1024px) {
  /* line 298, ../assets/sass/_event.scss */
  .view-community-event .view-header .custom-create-action {
    float: none !important;
    margin-top: 20px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 305, ../assets/sass/_event.scss */
  .view-community-event .view-filters {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 309, ../assets/sass/_event.scss */
  .view-community-event .view-filters #views-exposed-form-community-event-page-1 .form-item {
    width: auto;
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 318, ../assets/sass/_event.scss */
  .view-community-event .event-filter-form {
    margin-bottom: 0 !important;
  }
}

/* line 324, ../assets/sass/_event.scss */
.event-row {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
  min-height: 110px;
}
@media only screen and (max-width: 1024px) {
  /* line 329, ../assets/sass/_event.scss */
  .event-row .row {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 333, ../assets/sass/_event.scss */
  .event-row .row > .col-sm-5 {
    width: 33%;
  }
}
@media only screen and (min-width: 1440px) {
  /* line 338, ../assets/sass/_event.scss */
  .event-row .row > .col-sm-7 {
    width: 67%;
  }
}
/* line 343, ../assets/sass/_event.scss */
.event-row .row .row {
  margin-left: -15px;
}
@media only screen and (max-width: 1024px) {
  /* line 347, ../assets/sass/_event.scss */
  .event-row [class^="col-xs-"] {
    padding: 0;
  }
}
/* line 352, ../assets/sass/_event.scss */
.event-row .no-padding-right {
  margin-right: -17px;
}
/* line 355, ../assets/sass/_event.scss */
.event-row a.event-listing-thumbnails {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  text-align: center;
  aspect-ratio: 2 / 1;
  margin: 0 auto;
  max-height: 10vw;
}
/* line 364, ../assets/sass/_event.scss */
.event-row a.event-listing-thumbnails.thumbnails-square {
  aspect-ratio: 1 / 1;
}
@media only screen and (max-width: 1024px) {
  /* line 355, ../assets/sass/_event.scss */
  .event-row a.event-listing-thumbnails {
    position: relative;
    display: block;
    width: 90%;
    overflow: hidden;
    max-height: unset;
  }
}
/* line 375, ../assets/sass/_event.scss */
.event-row img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 383, ../assets/sass/_event.scss */
.event-row .event-listing-title {
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  margin-top: 10px;
  margin-bottom: 6px;
  display: block;
  line-height: normal;
}
/* line 391, ../assets/sass/_event.scss */
.event-row .event-listing-title:focus, .event-row .event-listing-title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  /* line 383, ../assets/sass/_event.scss */
  .event-row .event-listing-title {
    font-size: 0.875rem;
    margin-left: 20px;
    padding-right: 5%;
  }
}
/* line 401, ../assets/sass/_event.scss */
.event-row .event-venue {
  color: #6e6e6e;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1024px) {
  /* line 401, ../assets/sass/_event.scss */
  .event-row .event-venue {
    font-size: 0.75rem;
    margin-left: 20px;
    float: none;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 401, ../assets/sass/_event.scss */
  .event-row .event-venue {
    float: left;
    margin-bottom: 6px;
  }
}
/* line 415, ../assets/sass/_event.scss */
.event-row .event-date {
  color: #512D6D;
  font-size: 0.875rem;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 415, ../assets/sass/_event.scss */
  .event-row .event-date {
    font-size: 0.75rem;
    margin-left: 20px;
  }
}
/* line 426, ../assets/sass/_event.scss */
.event-row .event-description p {
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  /* line 425, ../assets/sass/_event.scss */
  .event-row .event-description {
    display: none;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 434, ../assets/sass/_event.scss */
  .event-row .event-tags {
    margin-left: 20px;
  }
}
/* line 438, ../assets/sass/_event.scss */
.event-row .event-tags .event-tag {
  background-color: #512D6D;
  float: left;
  font-size: 0.75rem;
  color: white;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-top: 4px;
  border-radius: 2px;
}

/* line 453, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row {
  padding: 24px 24px;
  border-bottom: 1px solid #D1D1D1;
}
/* line 456, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .col-md-0 {
  margin-left: 8px;
}
/* line 460, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-thumbnails img {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 460, ../assets/sass/_event.scss */
  .view-community-event-v2 .view-content .views-row .views-field-field-thumbnails img {
    margin: 0 auto 15px;
  }
}
/* line 468, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-title a {
  font-size: 1rem;
  color: #4a4a4a;
  font-weight: 900;
}
/* line 474, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-summary {
  margin-top: 8px;
}
/* line 477, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-view-node {
  margin-top: 12px;
  text-align: right;
}
/* line 480, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-view-node a {
  color: #512D6D;
}
/* line 485, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-date .field-content {
  margin-top: 8px;
  font-size: 0.625rem;
  color: #512D6D;
}
/* line 491, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info {
  margin-top: 8px;
  margin-bottom: 6px;
}
/* line 495, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info .views-field-field-event-date .field-content {
  font-size: 0.625rem;
  color: #512D6D;
  float: left;
  margin-right: 12px;
}
/* line 503, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info .views-field-field-tags .field-content {
  float: left;
  font-size: 0.625rem;
  color: white;
  background-color: #199edb;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 516, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info .views-field-field-tags {
  margin-top: unset;
}
/* line 518, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info .views-field-field-tags .field-content {
  color: unset;
  background-color: unset;
  display: unset;
  padding: unset;
  margin-right: unset;
  margin-top: unset;
}
/* line 527, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .event-listing-info .views-field-field-event-date .field-content {
  float: none;
  font-size: unset;
  color: unset;
}
/* line 533, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-tags {
  margin-top: -10px;
}
/* line 536, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-tags .field-content ul {
  float: left;
  padding-left: 0;
  margin-bottom: unset;
}
/* line 540, ../assets/sass/_event.scss */
.view-community-event-v2 .view-content .views-row .views-field-field-tags .field-content ul li {
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}

/* line 558, ../assets/sass/_event.scss */
.event-add-calendar {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-top: 12px;
  margin-right: 20px;
}
/* line 566, ../assets/sass/_event.scss */
.event-add-calendar .calendar-image .f-icon {
  font-size: 0.875rem;
  color: #4D4D4D;
}
/* line 569, ../assets/sass/_event.scss */
.event-add-calendar .calendar-image .f-icon:focus, .event-add-calendar .calendar-image .f-icon:active, .event-add-calendar .calendar-image .f-icon:hover {
  cursor: pointer;
  color: #512D6D;
}
/* line 577, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon {
  display: none;
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  z-index: 999;
  background-color: white;
  width: 32vw;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 577, ../assets/sass/_event.scss */
  .event-add-calendar .calendar-text-icon {
    position: fixed;
    max-width: 80%;
  }
}
/* line 594, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon .ajax-close {
  position: absolute;
  top: 16px;
  right: 31px;
}
/* line 598, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon .ajax-close:hover {
  cursor: pointer;
  color: #512D6D;
}
/* line 603, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon .calendar-text {
  margin-bottom: 20px;
  text-align: center;
}
/* line 606, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon .calendar-text .title {
  font-weight: 900;
  font-size: 1.875rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 616, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon ul {
  display: inline-block;
}
/* line 618, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon ul:hover {
  cursor: pointer;
}
/* line 621, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon ul li {
  background-color: white;
  float: left;
  height: 45px;
  padding: 0 15px;
  width: 100px;
  list-style: none;
}
/* line 628, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon ul li .f-icon {
  font-size: 1.875rem;
  color: #4D4D4D;
}
/* line 631, ../assets/sass/_event.scss */
.event-add-calendar .calendar-text-icon ul li .f-icon:focus, .event-add-calendar .calendar-text-icon ul li .f-icon:active, .event-add-calendar .calendar-text-icon ul li .f-icon:hover {
  color: #512D6D;
}

/* line 642, ../assets/sass/_event.scss */
.event-share {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-top: 12px;
  margin-right: 20px;
}
/* line 650, ../assets/sass/_event.scss */
.event-share .share-image .f-icon {
  font-size: 0.875rem;
  color: #4D4D4D;
}
/* line 653, ../assets/sass/_event.scss */
.event-share .share-image .f-icon:focus, .event-share .share-image .f-icon:active, .event-share .share-image .f-icon:hover {
  cursor: pointer;
  color: #512D6D;
}
/* line 661, ../assets/sass/_event.scss */
.event-share .share-text-icon {
  display: none;
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  z-index: 999;
  background-color: white;
  width: 28vw;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 661, ../assets/sass/_event.scss */
  .event-share .share-text-icon {
    position: fixed;
    max-width: 80%;
  }
}
/* line 678, ../assets/sass/_event.scss */
.event-share .share-text-icon .ajax-close {
  position: absolute;
  top: 16px;
  right: 31px;
}
/* line 682, ../assets/sass/_event.scss */
.event-share .share-text-icon .ajax-close:hover {
  cursor: pointer;
  color: #512D6D;
}
/* line 687, ../assets/sass/_event.scss */
.event-share .share-text-icon .share-text {
  margin-bottom: 20px;
  text-align: center;
}
/* line 690, ../assets/sass/_event.scss */
.event-share .share-text-icon .share-text .title {
  font-weight: 900;
  font-size: 1.875rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 704, ../assets/sass/_event.scss */
.path-events .main-container {
  max-width: 1440px;
}

/* line 5, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .region-eventbank-api-membership-listing .page-header,
.block-membership-block .region-eventbank-api-membership-listing .page-header,
.route-eventbank-api-membership-listing .region-eventbank-api-membership-listing .page-header {
  display: none;
}
/* line 9, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing-tabs,
.block-membership-block .membership-listing-tabs,
.route-eventbank-api-membership-listing .membership-listing-tabs {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}
@media only screen and (max-width: 1024px) {
  /* line 9, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing-tabs,
  .block-membership-block .membership-listing-tabs,
  .route-eventbank-api-membership-listing .membership-listing-tabs {
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 18, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing-tabs .membership-listing-tab-title,
  .block-membership-block .membership-listing-tabs .membership-listing-tab-title,
  .route-eventbank-api-membership-listing .membership-listing-tabs .membership-listing-tab-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
  }
}
/* line 25, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing-tabs .membership-listing-tab,
.block-membership-block .membership-listing-tabs .membership-listing-tab,
.route-eventbank-api-membership-listing .membership-listing-tabs .membership-listing-tab {
  float: left;
}
/* line 27, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing-tabs .membership-listing-tab a,
.block-membership-block .membership-listing-tabs .membership-listing-tab a,
.route-eventbank-api-membership-listing .membership-listing-tabs .membership-listing-tab a {
  height: 40px;
  display: block;
  line-height: 40px;
  margin-right: 60px;
  margin-bottom: -2px;
  color: #767676;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}
/* line 37, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing-tabs .membership-listing-tab a:hover,
.block-membership-block .membership-listing-tabs .membership-listing-tab a:hover,
.route-eventbank-api-membership-listing .membership-listing-tabs .membership-listing-tab a:hover {
  text-decoration: none;
  color: #512D6D;
  border-bottom: 2px solid #512D6D;
}
/* line 44, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing-tabs .membership-listing-tab.active a,
.block-membership-block .membership-listing-tabs .membership-listing-tab.active a,
.route-eventbank-api-membership-listing .membership-listing-tabs .membership-listing-tab.active a {
  color: #512D6D;
  border-bottom: 2px solid #512D6D;
}
/* line 51, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter,
.block-membership-block .letters-filter,
.route-eventbank-api-membership-listing .letters-filter {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 53, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .letters-filter.fixednav,
  .block-membership-block .letters-filter.fixednav,
  .route-eventbank-api-membership-listing .letters-filter.fixednav {
    width: 90.6%;
  }
}
/* line 58, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter,
.block-membership-block .letters-filter .letter-filter,
.route-eventbank-api-membership-listing .letters-filter .letter-filter {
  width: 3.16%;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .letters-filter .letter-filter,
  .block-membership-block .letters-filter .letter-filter,
  .route-eventbank-api-membership-listing .letters-filter .letter-filter {
    width: 38px;
  }
}
/* line 68, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter a,
.block-membership-block .letters-filter .letter-filter a,
.route-eventbank-api-membership-listing .letters-filter .letter-filter a {
  color: #767676;
}
/* line 70, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter a:hover,
.block-membership-block .letters-filter .letter-filter a:hover,
.route-eventbank-api-membership-listing .letters-filter .letter-filter a:hover {
  text-decoration: none;
}
/* line 75, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter.active a,
.block-membership-block .letters-filter .letter-filter.active a,
.route-eventbank-api-membership-listing .letters-filter .letter-filter.active a {
  color: #512D6D;
}
/* line 77, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter.active a:hover,
.block-membership-block .letters-filter .letter-filter.active a:hover,
.route-eventbank-api-membership-listing .letters-filter .letter-filter.active a:hover {
  filter: brightness(85%);
  text-decoration: none;
  cursor: pointer;
}
/* line 84, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter .letter-featured,
.block-membership-block .letters-filter .letter-filter .letter-featured,
.route-eventbank-api-membership-listing .letters-filter .letter-filter .letter-featured {
  font-size: 1.5rem;
  position: relative;
}
/* line 87, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .letters-filter .letter-filter .letter-featured span:before,
.block-membership-block .letters-filter .letter-filter .letter-featured span:before,
.route-eventbank-api-membership-listing .letters-filter .letter-filter .letter-featured span:before {
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 95, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form,
.route-eventbank-api-membership-listing-letter .membership-filter-form,
.block-membership-block .membership-custom-filter-form,
.block-membership-block .membership-filter-form,
.route-eventbank-api-membership-listing .membership-custom-filter-form,
.route-eventbank-api-membership-listing .membership-filter-form {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 95, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-custom-filter-form,
  .route-eventbank-api-membership-listing-letter .membership-filter-form,
  .block-membership-block .membership-custom-filter-form,
  .block-membership-block .membership-filter-form,
  .route-eventbank-api-membership-listing .membership-custom-filter-form,
  .route-eventbank-api-membership-listing .membership-filter-form {
    display: block;
  }
}
/* line 103, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-search-info,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-search-info,
.block-membership-block .membership-custom-filter-form .form-search-info,
.block-membership-block .membership-filter-form .form-search-info,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-search-info,
.route-eventbank-api-membership-listing .membership-filter-form .form-search-info {
  color: #512D6D;
  font-size: 0.625rem;
  position: absolute;
  right: 1px;
  bottom: -20px;
}
/* line 109, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-search-info .form-dash,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-search-info .form-dash,
.block-membership-block .membership-custom-filter-form .form-search-info .form-dash,
.block-membership-block .membership-filter-form .form-search-info .form-dash,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-search-info .form-dash,
.route-eventbank-api-membership-listing .membership-filter-form .form-search-info .form-dash {
  margin: 0 5px;
}
/* line 112, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-search-info .form-reset,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-search-info .form-reset,
.block-membership-block .membership-custom-filter-form .form-search-info .form-reset,
.block-membership-block .membership-filter-form .form-search-info .form-reset,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-search-info .form-reset,
.route-eventbank-api-membership-listing .membership-filter-form .form-search-info .form-reset {
  color: #512D6D;
}
/* line 114, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-search-info .form-reset:hover,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-search-info .form-reset:hover,
.block-membership-block .membership-custom-filter-form .form-search-info .form-reset:hover,
.block-membership-block .membership-filter-form .form-search-info .form-reset:hover,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-search-info .form-reset:hover,
.route-eventbank-api-membership-listing .membership-filter-form .form-search-info .form-reset:hover {
  cursor: pointer;
}
/* line 119, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container,
.block-membership-block .membership-custom-filter-form .form-container,
.block-membership-block .membership-filter-form .form-container,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container,
.route-eventbank-api-membership-listing .membership-filter-form .form-container {
  margin-left: 7px;
  margin-bottom: 10px;
  width: 19.28%;
}
/* line 123, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container:first-child,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container:first-child,
.block-membership-block .membership-custom-filter-form .form-container:first-child,
.block-membership-block .membership-filter-form .form-container:first-child,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container:first-child,
.route-eventbank-api-membership-listing .membership-filter-form .form-container:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 119, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container,
  .route-eventbank-api-membership-listing-letter .membership-filter-form .form-container,
  .block-membership-block .membership-custom-filter-form .form-container,
  .block-membership-block .membership-filter-form .form-container,
  .route-eventbank-api-membership-listing .membership-custom-filter-form .form-container,
  .route-eventbank-api-membership-listing .membership-filter-form .form-container {
    width: 100%;
    margin-left: 0;
    float: none;
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
}
/* line 134, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container.form-container-search,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container.form-container-search,
.block-membership-block .membership-custom-filter-form .form-container.form-container-search,
.block-membership-block .membership-filter-form .form-container.form-container-search,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container.form-container-search,
.route-eventbank-api-membership-listing .membership-filter-form .form-container.form-container-search {
  padding-right: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 134, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container.form-container-search,
  .route-eventbank-api-membership-listing-letter .membership-filter-form .form-container.form-container-search,
  .block-membership-block .membership-custom-filter-form .form-container.form-container-search,
  .block-membership-block .membership-filter-form .form-container.form-container-search,
  .route-eventbank-api-membership-listing .membership-custom-filter-form .form-container.form-container-search,
  .route-eventbank-api-membership-listing .membership-filter-form .form-container.form-container-search {
    display: block;
  }
}
/* line 143, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:before,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container.form-container-search .form-type-textfield:before,
.block-membership-block .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:before,
.block-membership-block .membership-filter-form .form-container.form-container-search .form-type-textfield:before,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:before,
.route-eventbank-api-membership-listing .membership-filter-form .form-container.form-container-search .form-type-textfield:before {
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 150, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:hover,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container.form-container-search .form-type-textfield:hover,
.block-membership-block .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:hover,
.block-membership-block .membership-filter-form .form-container.form-container-search .form-type-textfield:hover,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container.form-container-search .form-type-textfield:hover,
.route-eventbank-api-membership-listing .membership-filter-form .form-container.form-container-search .form-type-textfield:hover {
  color: #512D6D;
  cursor: pointer;
}
/* line 156, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container .form-text,
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container .membership-filter-ajax,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container .form-text,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container .membership-filter-ajax,
.block-membership-block .membership-custom-filter-form .form-container .form-text,
.block-membership-block .membership-custom-filter-form .form-container .membership-filter-ajax,
.block-membership-block .membership-filter-form .form-container .form-text,
.block-membership-block .membership-filter-form .form-container .membership-filter-ajax,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container .form-text,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container .membership-filter-ajax,
.route-eventbank-api-membership-listing .membership-filter-form .form-container .form-text,
.route-eventbank-api-membership-listing .membership-filter-form .form-container .membership-filter-ajax {
  box-shadow: none;
  padding: 0 35px 0 16px;
  border: 1.5px solid #D1D1D1;
  border-radius: 0;
  font-size: 0.6875rem;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
/* line 169, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-container .form-item-search-disabled:before,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-container .form-item-search-disabled:before,
.block-membership-block .membership-custom-filter-form .form-container .form-item-search-disabled:before,
.block-membership-block .membership-filter-form .form-container .form-item-search-disabled:before,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-container .form-item-search-disabled:before,
.route-eventbank-api-membership-listing .membership-filter-form .form-container .form-item-search-disabled:before {
  content: none;
}
/* line 173, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .form-submit,
.route-eventbank-api-membership-listing-letter .membership-filter-form .form-submit,
.block-membership-block .membership-custom-filter-form .form-submit,
.block-membership-block .membership-filter-form .form-submit,
.route-eventbank-api-membership-listing .membership-custom-filter-form .form-submit,
.route-eventbank-api-membership-listing .membership-filter-form .form-submit {
  display: none;
}
/* line 176, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .select2-selection__rendered,
.route-eventbank-api-membership-listing-letter .membership-filter-form .select2-selection__rendered,
.block-membership-block .membership-custom-filter-form .select2-selection__rendered,
.block-membership-block .membership-filter-form .select2-selection__rendered,
.route-eventbank-api-membership-listing .membership-custom-filter-form .select2-selection__rendered,
.route-eventbank-api-membership-listing .membership-filter-form .select2-selection__rendered {
  width: 94%;
  padding: 4px 4px 4px 8px !important;
}
/* line 179, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-custom-filter-form .select2-selection__rendered:before,
.route-eventbank-api-membership-listing-letter .membership-filter-form .select2-selection__rendered:before,
.block-membership-block .membership-custom-filter-form .select2-selection__rendered:before,
.block-membership-block .membership-filter-form .select2-selection__rendered:before,
.route-eventbank-api-membership-listing .membership-custom-filter-form .select2-selection__rendered:before,
.route-eventbank-api-membership-listing .membership-filter-form .select2-selection__rendered:before {
  font-size: 1.125rem !important;
  right: 8px;
  left: unset;
}
/* line 186, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing,
.block-membership-block .membership-listing,
.route-eventbank-api-membership-listing .membership-listing {
  margin-top: 19px;
}
/* line 188, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter,
.block-membership-block .membership-listing .member-letter,
.route-eventbank-api-membership-listing .membership-listing .member-letter {
  position: relative;
}
/* line 190, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter #letter_featured,
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter .letter,
.block-membership-block .membership-listing .member-letter #letter_featured,
.block-membership-block .membership-listing .member-letter .letter,
.route-eventbank-api-membership-listing .membership-listing .member-letter #letter_featured,
.route-eventbank-api-membership-listing .membership-listing .member-letter .letter {
  font-size: 1.5rem;
  color: #512D6D;
  padding: 5px 10px;
  background-color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: -10px;
}
/* line 202, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members,
.block-membership-block .membership-listing .member-letter.featured-members,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members {
  margin-bottom: -30px;
  margin-left: 20px;
}
/* line 205, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members .letter,
.block-membership-block .membership-listing .member-letter.featured-members .letter,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members .letter {
  font-size: 0.75rem;
  color: #F5C242;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
}
/* line 212, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members .letter .f-icon,
.block-membership-block .membership-listing .member-letter.featured-members .letter .f-icon,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members .letter .f-icon {
  font-size: 1.375rem;
  position: relative;
  margin-right: 10px;
}
/* line 216, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members .letter .f-icon:before,
.block-membership-block .membership-listing .member-letter.featured-members .letter .f-icon:before,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members .letter .f-icon:before {
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 223, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members #letter_featured,
.block-membership-block .membership-listing .member-letter.featured-members #letter_featured,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members #letter_featured {
  font-size: 1rem;
  color: #4A4A4A;
  text-transform: unset;
}
/* line 227, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon,
.block-membership-block .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon {
  margin-right: 4px;
}
/* line 229, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon:before,
.block-membership-block .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon:before,
.route-eventbank-api-membership-listing .membership-listing .member-letter.featured-members #letter_featured .f-icon.star-icon:before {
  font-size: 1.5rem;
  color: #f5c242;
}
/* line 237, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter-block,
.block-membership-block .membership-listing .member-letter-block,
.route-eventbank-api-membership-listing .membership-listing .member-letter-block {
  margin: 40px 20px;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  /* line 237, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .member-letter-block,
  .block-membership-block .membership-listing .member-letter-block,
  .route-eventbank-api-membership-listing .membership-listing .member-letter-block {
    margin: 40px 0px;
  }
}
/* line 244, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .member-letter-block hr,
.block-membership-block .membership-listing .member-letter-block hr,
.route-eventbank-api-membership-listing .membership-listing .member-letter-block hr {
  border: none;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 244, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .member-letter-block hr,
  .block-membership-block .membership-listing .member-letter-block hr,
  .route-eventbank-api-membership-listing .membership-listing .member-letter-block hr {
    display: none;
  }
}
/* line 253, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content,
.block-membership-block .membership-listing .membership-listing-content,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content {
  padding: 0;
  position: relative;
}
/* line 256, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-container,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container {
  padding: 10px 18px;
  height: 150px;
}
@media only screen and (max-width: 1024px) {
  /* line 256, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container {
    height: auto;
  }
}
/* line 262, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row {
  display: flex;
}
/* line 264, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-left,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-left,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-left {
  flex: 1 1 16.4%;
  position: relative;
}
/* line 268, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-center,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-center,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-center {
  flex: 1 1 71%;
  padding: 0 2.2%;
}
/* line 272, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-right,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-right,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-right {
  flex: 1 1 6.6%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 276, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2 {
    width: 20%;
  }
  /* line 279, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8 {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 284, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .col-md-2 {
    width: 20%;
  }
  /* line 287, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row .col-md-8 {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 262, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-container .row,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-container .row,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-container .row {
    display: flow-root;
  }
}
/* line 296, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img {
  position: relative;
  display: block;
  width: unset;
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  /* line 296, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-img,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img {
    border: none;
    width: auto;
    margin-top: 32px;
  }
}
/* line 306, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img a,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img a,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img a {
  display: block;
  position: relative;
  width: 12.5vw;
  height: 150px;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 306, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img a,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-img a,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img a {
    height: 80px;
    width: 160px;
    margin: 0 auto;
  }
}
/* line 317, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img a img,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img a img,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img a img {
  max-width: 62.8%;
  max-height: 62.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 324, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img a img.individual-members-list-logo,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img a img.individual-members-list-logo,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img a img.individual-members-list-logo {
  border-radius: 50%;
  border: 1px solid #D1D1D1;
}
/* line 330, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img .logo-letter,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img .logo-letter,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img .logo-letter {
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #512D6D;
  color: #FFFFFF;
  text-align: center;
  line-height: 64px;
}
/* line 345, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-img .logo-letter.individual-members-logo-letter,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-img .logo-letter.individual-members-logo-letter,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-img .logo-letter.individual-members-logo-letter {
  border-radius: 50%;
}
/* line 350, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-content-right,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-content-right,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-content-right {
  margin-top: 10px;
}
/* line 352, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-content-right.with-padding,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-content-right.with-padding,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-content-right.with-padding {
  padding: 10px;
  margin-left: -30px;
}
/* line 358, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-more-link a,
.block-membership-block .membership-listing .membership-listing-content .membership-more-link a,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-more-link a {
  color: #512D6D;
  background-color: white;
  border: 1px solid #512D6D;
  margin-top: 40px;
  width: auto;
  padding: 0 6px;
  min-width: 100px;
}
/* line 366, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-more-link a:hover,
.block-membership-block .membership-listing .membership-listing-content .membership-more-link a:hover,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-more-link a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  /* line 358, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-more-link a,
  .block-membership-block .membership-listing .membership-listing-content .membership-more-link a,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-more-link a {
    width: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 358, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-more-link a,
  .block-membership-block .membership-listing .membership-listing-content .membership-more-link a,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-more-link a {
    font-size: 0.5rem;
  }
}
/* line 379, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-title h2,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-title h2,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-title h2 {
  margin-top: 16px;
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  /* line 379, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-title h2,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-title h2,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-title h2 {
    text-align: center;
  }
}
/* line 387, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-title h2 a,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-title h2 a,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-title h2 a {
  color: #4A4A4A;
}
/* line 391, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-title .f-icon,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-title .f-icon,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-title .f-icon {
  color: #F5C242;
  position: relative;
}
/* line 394, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-title .f-icon:before,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-title .f-icon:before,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-title .f-icon:before {
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 401, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-industry,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-industry,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-industry {
  font-size: 0.625rem;
  color: #B4B4B4;
  font-style: oblique;
}
/* line 407, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info {
  font-size: 0.75rem;
  color: #B4B4B4;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 5px;
}
/* line 415, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info .f-icon,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info .f-icon,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info .f-icon {
  font-size: 1.375rem;
  position: absolute;
  top: -3px;
  left: 0;
}
/* line 421, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a,
.block-membership-block .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a,
.route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a {
  color: #B4B4B4;
}
@media only screen and (max-width: 1024px) {
  /* line 421, ../assets/sass/_directory.scss */
  .route-eventbank-api-membership-listing-letter .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a,
  .block-membership-block .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a,
  .route-eventbank-api-membership-listing .membership-listing .membership-listing-content .membership-listing-infos .membership-listing-info a {
    word-break: break-word;
  }
}
/* line 430, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content,
.block-membership-block .membership-listing .individual-listing-content,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content {
  display: block;
  width: 100%;
  height: 114px;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  background-color: white;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
/* line 439, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content .individual-listing-image,
.block-membership-block .membership-listing .individual-listing-content .individual-listing-image,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content .individual-listing-image {
  display: block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 449, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content .individual-listing-image img,
.block-membership-block .membership-listing .individual-listing-content .individual-listing-image img,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content .individual-listing-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 458, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content .individual-listing-name,
.block-membership-block .membership-listing .individual-listing-content .individual-listing-name,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content .individual-listing-name {
  text-align: center;
  padding-top: 58px;
}
/* line 461, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content .individual-listing-name a,
.block-membership-block .membership-listing .individual-listing-content .individual-listing-name a,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content .individual-listing-name a {
  color: #4A4A4A;
  font-weight: 900;
}
/* line 466, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .individual-listing-content .individual-listing-position,
.block-membership-block .membership-listing .individual-listing-content .individual-listing-position,
.route-eventbank-api-membership-listing .membership-listing .individual-listing-content .individual-listing-position {
  text-align: center;
  color: #512D6D;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: -2px;
}
/* line 474, ../assets/sass/_directory.scss */
.route-eventbank-api-membership-listing-letter .membership-listing .show-more-button,
.block-membership-block .membership-listing .show-more-button,
.route-eventbank-api-membership-listing .membership-listing .show-more-button {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  /* line 481, ../assets/sass/_directory.scss */
  .context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-img {
    margin-top: unset;
  }
}
/* line 485, ../assets/sass/_directory.scss */
.context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-img a {
  width: 100%;
  height: 100%;
  border: none;
}
/* line 489, ../assets/sass/_directory.scss */
.context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-img a img {
  max-height: 100%;
  max-width: 100%;
}
/* line 495, ../assets/sass/_directory.scss */
.context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-container {
  height: 110px;
}
@media only screen and (max-width: 1024px) {
  /* line 495, ../assets/sass/_directory.scss */
  .context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-container {
    height: 160px;
  }
}
/* line 501, ../assets/sass/_directory.scss */
.context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-left {
  flex: 1 1 6.4%;
}
/* line 504, ../assets/sass/_directory.scss */
.context-membership-directory-individual .membership-listing .membership-listing-content .membership-listing-container .row .listing-element-flex-center {
  flex: 1 1 81%;
}

/* line 513, ../assets/sass/_directory.scss */
.region-eventbank-api-membership-individual .page-header,
.region-eventbank-api-membership-corporate .page-header {
  display: none;
}

/* line 520, ../assets/sass/_directory.scss */
.page-member .page-member-header .member-logo {
  padding: 10px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  width: 12.5vw;
  height: 150px;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 520, ../assets/sass/_directory.scss */
  .page-member .page-member-header .member-logo {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    width: 60vw;
  }
}
/* line 534, ../assets/sass/_directory.scss */
.page-member .page-member-header .member-logo img {
  max-width: 62.8%;
  max-height: 62.8%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 541, ../assets/sass/_directory.scss */
.page-member .page-member-header .member-logo img.individual-picture {
  border-radius: 50%;
  border: 1px solid #D1D1D1;
}
/* line 547, ../assets/sass/_directory.scss */
.page-member .page-member-header .member-logo-letter {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #512D6D;
  border-radius: 3px;
  font-size: 2.25rem;
  line-height: 100px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 563, ../assets/sass/_directory.scss */
.page-member .page-member-top {
  border-radius: 3px;
  margin-top: -50px;
  padding-top: 73px;
  padding-bottom: 25px;
}
/* line 568, ../assets/sass/_directory.scss */
.page-member .page-member-top .ajax-close {
  display: none;
}
/* line 571, ../assets/sass/_directory.scss */
.page-member .page-member-top .member-name {
  text-align: center;
  margin-bottom: 12px;
}
/* line 574, ../assets/sass/_directory.scss */
.page-member .page-member-top .member-name h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #512D6D;
}
/* line 581, ../assets/sass/_directory.scss */
.page-member .page-member-top .member-industry {
  text-align: center;
  margin-bottom: 9px;
  color: #512D6D;
  opacity: 0.5;
}
/* line 587, ../assets/sass/_directory.scss */
.page-member .page-member-top .member-since {
  text-align: center;
  font-size: 0.75rem;
}
/* line 592, ../assets/sass/_directory.scss */
.page-member h3 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 598, ../assets/sass/_directory.scss */
.page-member .member-specific-subtitle {
  padding-bottom: 18px;
  margin-top: 30px;
}
/* line 601, ../assets/sass/_directory.scss */
.page-member .member-specific-subtitle.bottom-separator {
  margin-bottom: 11px;
}
/* line 604, ../assets/sass/_directory.scss */
.page-member .member-specific-subtitle h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 30px;
}
/* line 610, ../assets/sass/_directory.scss */
.page-member .member-detail {
  padding-bottom: 25px;
}
/* line 612, ../assets/sass/_directory.scss */
.page-member .member-detail .member-detail-content {
  margin: 0 30px;
}
/* line 614, ../assets/sass/_directory.scss */
.page-member .member-detail .member-detail-content .member-description {
  margin: 0 0 30px;
}
/* line 618, ../assets/sass/_directory.scss */
.page-member .member-detail .detail-info {
  position: relative;
  font-size: 0.75rem;
  margin: 5px 0;
}
/* line 622, ../assets/sass/_directory.scss */
.page-member .member-detail .detail-info .detail-info-title {
  opacity: 0.5;
  width: 29%;
  margin-right: 7%;
  display: block;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 622, ../assets/sass/_directory.scss */
  .page-member .member-detail .detail-info .detail-info-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 633, ../assets/sass/_directory.scss */
.page-member .member-detail .detail-info .detail-info-content {
  display: block;
  float: left;
  width: 60%;
  margin-right: 4%;
}
@media only screen and (max-width: 1024px) {
  /* line 633, ../assets/sass/_directory.scss */
  .page-member .member-detail .detail-info .detail-info-content {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 642, ../assets/sass/_directory.scss */
.page-member .member-detail .detail-info .detail-info-content a {
  word-break: break-all;
}
/* line 646, ../assets/sass/_directory.scss */
.page-member .member-detail .detail-info .detail-info-content-level-second {
  float: right;
}
/* line 651, ../assets/sass/_directory.scss */
.page-member .member-contact {
  padding-bottom: 25px;
}
/* line 655, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list {
  border-top: 1px solid #D1D1D1;
}
/* line 657, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content {
  padding: 15px 24px;
  height: 104px;
  display: flex;
  align-items: center;
}
/* line 662, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content.border-bottom {
  border-bottom: 1px solid #D1D1D1;
}
/* line 665, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content.border-right {
  border-right: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 665, ../assets/sass/_directory.scss */
  .page-member .member-members .member-members-list .member-members-content.border-right {
    border-right: none;
  }
}
/* line 671, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .member-members-content-left {
  float: left;
  width: 74px;
  margin-right: 30px;
}
/* line 676, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .member-members-content-right {
  float: left;
}
/* line 679, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .member-image {
  max-width: 74px;
  max-height: 74px;
  min-height: 74px;
  border-radius: 50%;
}
/* line 685, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .members-logo-letter {
  display: block;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  background-color: #512D6D;
  color: white;
  text-align: center;
  line-height: 74px;
  font-size: 1.125rem;
}
/* line 696, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content a:hover {
  text-decoration: none;
}
/* line 700, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .members-name-link:hover {
  text-decoration: underline;
  color: #512D6D;
}
/* line 705, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .members-name {
  color: #512D6D;
  font-weight: bold;
}
/* line 709, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .star-icon {
  color: #512D6D;
  margin-left: 6px;
}
/* line 713, ../assets/sass/_directory.scss */
.page-member .member-members .member-members-list .member-members-content .members-position {
  color: #512D6D;
  font-size: 0.75rem;
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  /* line 719, ../assets/sass/_directory.scss */
  .page-member .member-members .member-members-list .col-xs-12 {
    padding: 0 15px !important;
  }
}

/* line 728, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  overflow: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 728, ../assets/sass/_directory.scss */
  .ajax-overlay-end div[class*="class-region-membership-directory-"] {
    top: 80px;
    left: 0;
    transform: translate(0, 0);
    background-color: #FFFFFF;
    max-height: none;
  }
}
/* line 742, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .ajax-close {
  display: none;
}
/* line 745, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member {
  width: 866px;
  margin: 60px auto 100px;
}
@media only screen and (max-width: 1024px) {
  /* line 745, ../assets/sass/_directory.scss */
  .ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member {
    width: 100%;
    margin: 60px auto;
  }
}
/* line 752, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .row {
  margin: 0;
}
/* line 755, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-header {
  position: relative;
  z-index: 9;
}
/* line 758, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-header .ajax-close {
  display: block;
  z-index: 10;
  bottom: 24px;
  top: unset;
}
/* line 764, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-header .member-logo {
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  padding: 14px 18px;
}
/* line 768, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-header .member-logo.member-logo-letters {
  background-color: #FFFFFF;
  padding: 0;
  width: 100px;
}
/* line 775, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .member-detail,
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .member-contact,
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .member-members,
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-top {
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  margin-bottom: 16px;
}
/* line 783, ../assets/sass/_directory.scss */
.ajax-overlay-end div[class*="class-region-membership-directory-"] .page-member .page-member-top {
  position: relative;
  z-index: 8;
}

/* line 791, ../assets/sass/_directory.scss */
div[class*="class-region-membership-directory-individual-"] .page-member .page-member-header .member-logo {
  background-color: #FFFFFF;
  box-shadow: none !important;
  padding: 0 !important;
}
/* line 798, ../assets/sass/_directory.scss */
div[class*="class-region-membership-directory-individual-"] .page-member .page-member-header .member-logo .member-logo-letter {
  border-radius: 50% !important;
}

/* line 805, ../assets/sass/_directory.scss */
.individual-member .individual-picture {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #979797;
  overflow: hidden;
  margin: 0 auto 16px;
}
/* line 814, ../assets/sass/_directory.scss */
.individual-member .individual-picture img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 823, ../assets/sass/_directory.scss */
.individual-member .individual-name {
  font-size: 1.625rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  margin-top: 14px;
}
/* line 828, ../assets/sass/_directory.scss */
.individual-member .individual-name h1 {
  margin: 0;
}
/* line 832, ../assets/sass/_directory.scss */
.individual-member .individual-company {
  font-size: 1.4375rem;
  color: #512D6D;
  font-weight: 500;
}
/* line 838, ../assets/sass/_directory.scss */
.individual-member .individual-member-detail .detail-info {
  position: relative;
  padding-left: 24px;
  font-size: 0.75rem;
  color: #B4B4B4;
  margin: 5px 0;
  font-weight: 900;
}
/* line 845, ../assets/sass/_directory.scss */
.individual-member .individual-member-detail .detail-info .normal-weight {
  font-weight: 400;
}
/* line 848, ../assets/sass/_directory.scss */
.individual-member .individual-member-detail .detail-info .f-icon {
  color: #B4B4B4;
  font-size: 1.375rem;
  position: absolute;
  left: 0;
  top: -3px;
}
/* line 855, ../assets/sass/_directory.scss */
.individual-member .individual-member-detail .detail-info a {
  font-size: 0.75rem;
  color: #B4B4B4;
}
/* line 858, ../assets/sass/_directory.scss */
.individual-member .individual-member-detail .detail-info a:hover {
  text-decoration: none;
}

/* line 866, ../assets/sass/_directory.scss */
.member-only-box {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 20px 30px 40px;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 866, ../assets/sass/_directory.scss */
  .member-only-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 876, ../assets/sass/_directory.scss */
.member-only-box p {
  text-align: center;
  color: #512D6D;
  font-size: 0.75rem;
  font-weight: 900;
}
/* line 881, ../assets/sass/_directory.scss */
.member-only-box p .f-icon {
  font-size: 1.375rem;
  position: relative;
  margin-right: 5px;
}
/* line 885, ../assets/sass/_directory.scss */
.member-only-box p .f-icon:before {
  position: absolute;
  top: 4px;
  left: 0;
}
/* line 892, ../assets/sass/_directory.scss */
.member-only-box a {
  font-size: 0.75rem;
}

/* line 898, ../assets/sass/_directory.scss */
.path-membership-directory .main-container {
  max-width: 1440px;
}
/* line 901, ../assets/sass/_directory.scss */
.path-membership-directory .ajax-close {
  display: none;
}

/* line 907, ../assets/sass/_directory.scss */
.letter-filter:hover {
  text-decoration: underline;
}

/* line 912, ../assets/sass/_directory.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option .select2-icon-span {
  width: 0;
  display: none;
}

/* line 918, ../assets/sass/_directory.scss */
.membership-listing .form-item-sector .control-label:before {
  content: none;
}
/* line 921, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form {
  display: flex;
  flex-wrap: wrap;
}
/* line 924, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-container-search {
  margin-top: 28px;
}
/* line 927, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-container-search .form-type-textfield:before {
  content: unset;
}
/* line 932, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-actions {
  flex: 1 1 100%;
  margin-top: 10px;
  display: flex;
}
/* line 937, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .membership-search-ajax.form-submit {
  display: block;
  width: 150px;
  float: left;
}
/* line 942, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .membership-clear-ajax.form-submit {
  display: block;
  width: 150px;
  background: white;
  color: #512D6D;
}
/* line 948, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .select2-selection__rendered {
  width: 94%;
  padding: 4px 4px 4px 8px;
}
/* line 951, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .select2-selection__rendered:before {
  font-size: 1.125rem;
  right: 8px;
  left: unset;
}
/* line 957, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-search-reset {
  margin-top: 8px;
  margin-left: 20px;
}
/* line 960, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-search-reset a {
  color: #512D6D;
  font-size: 0.75rem;
}
/* line 963, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .form-search-reset a:hover {
  cursor: pointer;
}
/* line 970, ../assets/sass/_directory.scss */
.membership-listing .membership-filter-form .non-custom-filter-form:has(.cascade-child-wrap) {
  display: none;
}

/* line 1, ../assets/sass/_feeds.scss */
.block-feeds-block {
  width: 47.5%;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  float: right;
  height: 618px;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_feeds.scss */
  .block-feeds-block {
    width: 100%;
    height: auto;
  }
}
/* line 10, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block {
  height: 618px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 10, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block {
    height: auto;
  }
}
/* line 17, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block .feeds-contents-hide {
  display: block;
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1024px) {
  /* line 17, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block .feeds-contents-hide {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 31, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block-container > .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 35, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block-container > .row > .col-xs-12 {
    padding: 0;
  }
}
/* line 41, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block-title {
  font-size: 1.375rem;
  font-weight: 900;
  height: 98px;
  line-height: initial;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
/* line 50, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block-title .feeds-block-title-container {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 50, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block-title .feeds-block-title-container {
    padding: 0 16px;
  }
}
/* line 60, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block-title .feeds-block-title-container img {
  position: absolute;
  max-width: 50px;
  height: auto;
  margin-right: 9px;
  width: 14%;
  top: 50%;
  left: 8%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 70, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block-title .feeds-block-title-container .feeds-block-title-content {
  width: 68%;
  float: left;
  margin-left: 18%;
}
/* line 75, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-block-title .feeds-block-title-container .rss-icon {
  color: #512D6D;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 75, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-block-title .feeds-block-title-container .rss-icon {
    right: 16px;
  }
}
/* line 87, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents {
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 87, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-contents {
    padding: 0 16px;
  }
}
/* line 93, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents.feeds-contents-social-front {
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 93, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-contents.feeds-contents-social-front {
    padding: 20px 16px;
  }
  /* line 98, ../assets/sass/_feeds.scss */
  .block-feeds-block .feeds-contents.feeds-contents-social-front iframe {
    margin: 0 auto;
    width: 288px;
    display: block;
  }
}
/* line 105, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents .feeds-contents-item {
  margin-bottom: 34px;
}
/* line 107, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents .feeds-contents-item .feeds-contents-title {
  margin-bottom: 4px;
}
/* line 109, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents .feeds-contents-item .feeds-contents-title a {
  font-weight: 900;
  color: #4A4A4A;
  font-size: 1.25rem;
}
/* line 115, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents .feeds-contents-item .feeds-contents-date {
  color: #512D6D;
  font-size: 0.875rem;
  margin-bottom: 7px;
}
/* line 120, ../assets/sass/_feeds.scss */
.block-feeds-block .feeds-contents .feeds-contents-item .feeds-contents-description {
  font-size: 1rem;
}

/*
* Font icon on custom field
*/
/* line 5, ../assets/sass/_listing.scss */
.form-icon .form-item {
  position: relative;
}
/* line 7, ../assets/sass/_listing.scss */
.form-icon .form-item:before {
  position: absolute;
  font-size: 1.375rem;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*
* Select2
*/
/* line 20, ../assets/sass/_listing.scss */
.select2-container {
  outline: none;
}
/* line 23, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-selection--single {
  border-color: #512D6D;
}
/* line 25, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-selection--single .select2-selection__placeholder,
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered .f-icon,
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #512D6D !important;
}
/* line 32, ../assets/sass/_listing.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

/* line 38, ../assets/sass/_listing.scss */
.select2-container .select2-selection {
  box-shadow: none;
  height: 40px;
  width: auto;
  padding: 0;
  border: 1.5px solid #D1D1D1;
  border-radius: 0;
  outline: none;
  position: relative;
}
/* line 47, ../assets/sass/_listing.scss */
.select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
/* line 50, ../assets/sass/_listing.scss */
.select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0px, -50%);
}

/* line 60, ../assets/sass/_listing.scss */
.custom-filter-form .select2-container .select2-selection .select2-selection__rendered {
  padding: 6px;
}
/* line 62, ../assets/sass/_listing.scss */
.custom-filter-form .select2-container .select2-selection .select2-selection__rendered > span {
  padding-left: 14px;
}

/* line 67, ../assets/sass/_listing.scss */
.select2-selection__placeholder,
.select2-selection__rendered .f-icon,
.select2-selection__rendered {
  font-size: 0.6875rem;
  color: #4F4F4F !important;
  font-weight: 900;
}
/* line 73, ../assets/sass/_listing.scss */
.select2-selection__placeholder:before,
.select2-selection__rendered .f-icon:before,
.select2-selection__rendered:before {
  font-size: 1.5rem !important;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 82, ../assets/sass/_listing.scss */
.select2-selection__clear {
  display: none;
}
/* line 84, ../assets/sass/_listing.scss */
.select2-selection__clear:hover {
  color: #512D6D;
}

/* line 89, ../assets/sass/_listing.scss */
.has-glyphicons .select-wrapper:after {
  display: none;
}

/* line 94, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown {
  border: none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  margin-top: 10px;
}
/* line 99, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option {
  color: #4F4F4F;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 6px 11px 30px;
  position: relative;
  font-size: 0.6875rem;
  font-weight: 900;
}
/* line 106, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: white;
  color: #512D6D;
}
/* line 110, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option > span {
  padding-left: 0;
}
/* line 113, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option .select2-icon-span {
  width: 0;
}
/* line 116, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option .f-icon:before {
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 124, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: white;
}

/* line 131, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option {
  padding: 12px 6px 11px 32px;
}
/* line 133, ../assets/sass/_listing.scss */
.select2-container.select2-container--open .select2-dropdown .select2-results__options .select2-results__option:before {
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*
* View filter
*/
/* line 148, ../assets/sass/_listing.scss */
.view .view-header .custom-create-action {
  padding: 0 10px;
  width: auto;
  float: right;
  color: white;
  background-color: #512D6D;
}
/* line 154, ../assets/sass/_listing.scss */
.view .view-header .custom-create-action:hover {
  text-decoration: underline;
}
/* line 160, ../assets/sass/_listing.scss */
.view .view-filters .control-label {
  display: none;
}
/* line 163, ../assets/sass/_listing.scss */
.view .view-filters .form-control.form-text {
  border-radius: 0;
  height: 40px;
  border: 1.5px solid #D1D1D1;
  box-shadow: none;
}
/* line 169, ../assets/sass/_listing.scss */
.view .view-filters .select2-container {
  width: 157px !important;
}
@media only screen and (max-width: 1024px) {
  /* line 169, ../assets/sass/_listing.scss */
  .view .view-filters .select2-container {
    width: 100% !important;
  }
}
/* line 175, ../assets/sass/_listing.scss */
.view .view-filters .form-actions {
  width: 100%;
}
/* line 177, ../assets/sass/_listing.scss */
.view .view-filters .form-actions .btn-info {
  display: none;
}
/* line 180, ../assets/sass/_listing.scss */
.view .view-filters .form-actions .btn-default {
  float: left;
  border: none;
  background-color: unset;
  padding: unset;
  margin: 0;
  text-transform: lowercase;
  font-size: 0.625rem;
  color: #512D6D;
}
/* line 192, ../assets/sass/_listing.scss */
.view .view-filters .form-type-select .select2-selection__rendered {
  position: relative;
}
/* line 194, ../assets/sass/_listing.scss */
.view .view-filters .form-type-select .select2-selection__rendered:before {
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 104px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 194, ../assets/sass/_listing.scss */
  .view .view-filters .form-type-select .select2-selection__rendered:before {
    left: 88%;
  }
}
/* line 204, ../assets/sass/_listing.scss */
.view .view-filters .form-type-select .select2-selection__rendered .select2-selection__choice {
  display: none;
  background-color: transparent;
  border: none;
}
/* line 208, ../assets/sass/_listing.scss */
.view .view-filters .form-type-select .select2-selection__rendered .select2-selection__choice:first-child {
  display: block;
}
/* line 211, ../assets/sass/_listing.scss */
.view .view-filters .form-type-select .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
/* line 217, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title {
  position: relative;
}
/* line 219, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title .control-label {
  display: block;
  text-indent: -9999px;
  position: absolute;
  height: 40px;
  width: 24px;
  padding: 13px 3px;
  right: 8px;
}
/* line 227, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title .control-label:before {
  text-indent: 9999px;
  font-size: 1.125rem;
}
/* line 231, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title .control-label:hover {
  color: #512D6D;
  cursor: pointer;
}
/* line 236, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title .form-text {
  padding-left: 16px;
}
/* line 238, ../assets/sass/_listing.scss */
.view .view-filters .form-item-title .form-text:focus {
  border-color: #512D6D;
}

/*
* View page
*/
/* line 251, ../assets/sass/_listing.scss */
.common-page-view .main-container .page-header {
  display: none;
}
/* line 257, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row {
  padding: 24px 24px;
  border-bottom: 1px solid #D1D1D1;
}
/* line 260, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .left-md-3 {
  padding-right: 0px;
}
/* line 263, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .right-md-9 {
  padding-left: 0px;
}
/* line 266, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-left {
  text-align: center;
}
/* line 268, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-left img {
  width: auto;
  height: auto;
  max-width: 173px;
  max-height: 110px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  /* line 268, ../assets/sass/_listing.scss */
  .common-page-view .main-container .region-content .view .view-content .views-row .row-left img {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 281, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-right .row-title {
  margin-bottom: 8px;
}
/* line 283, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-right .row-title a {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}
/* line 289, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-right .row-description {
  font-size: 0.625rem;
  font-weight: 900;
  color: #512D6D;
  margin-bottom: 8px;
}
/* line 294, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-right .row-description .description-separator {
  margin: 0 5px;
}
/* line 298, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .row-right .row-summary {
  font-weight: 500;
}
/* line 302, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row h2 {
  line-height: 14px;
  margin-top: 0;
}
/* line 305, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row h2 a {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 311, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-dynamic-token-fieldnode-author-name,
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-node-post-date {
  font-size: 0.625rem;
  color: #512D6D;
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}
/* line 320, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-dynamic-token-fieldnode-author-name p {
  line-height: 0.875rem;
}
/* line 325, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--type-entity-reference .field--item {
  float: left;
  font-size: 0.625rem;
  color: white;
  background-color: #199EDB;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 336, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-image,
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-thumbnails {
  float: left;
  width: 29.7%;
  margin-right: 2.5%;
}
@media only screen and (max-width: 1024px) {
  /* line 336, ../assets/sass/_listing.scss */
  .common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-image,
  .common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-thumbnails {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
/* line 347, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-node-link,
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-summary {
  float: left;
  width: 67.8%;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 347, ../assets/sass/_listing.scss */
  .common-page-view .main-container .region-content .view .view-content .views-row .field--name-node-link,
  .common-page-view .main-container .region-content .view .view-content .views-row .field--name-field-summary {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 357, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-node-link {
  margin-top: 20px;
  text-align: right;
  float: right;
}
/* line 361, ../assets/sass/_listing.scss */
.common-page-view .main-container .region-content .view .view-content .views-row .field--name-node-link a {
  color: #512D6D;
}

/* line 374, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row {
  padding: 24px 24px;
  border-bottom: 1px solid #D1D1D1;
}
/* line 377, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .left-md-3 {
  padding-right: 0px;
}
/* line 380, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .right-md-9 {
  padding-left: 0px;
}
/* line 384, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-left img {
  width: auto;
  height: auto;
  max-width: 173px;
  max-height: 110px;
}
@media only screen and (max-width: 1024px) {
  /* line 384, ../assets/sass/_listing.scss */
  .news-listing-block .view-content .views-row .row-left img {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 396, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-right .row-title {
  margin-bottom: 8px;
}
/* line 398, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-right .row-title a {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}
/* line 404, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-right .row-description {
  font-size: 0.625rem;
  font-weight: 900;
  color: #512D6D;
  margin-bottom: 8px;
}
/* line 409, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-right .row-description .description-separator {
  margin: 0 5px;
}
/* line 413, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .row-right .row-summary {
  font-weight: 500;
}
/* line 417, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row h2 {
  line-height: 14px;
  margin-top: 0;
}
/* line 420, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row h2 a {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 426, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-dynamic-token-fieldnode-author-name,
.news-listing-block .view-content .views-row .field--name-node-post-date {
  font-size: 0.625rem;
  color: #512D6D;
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}
/* line 435, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-dynamic-token-fieldnode-author-name p {
  line-height: 0.875rem;
}
/* line 440, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--type-entity-reference .field--item {
  float: left;
  font-size: 0.625rem;
  color: white;
  background-color: #199EDB;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 451, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-field-image,
.news-listing-block .view-content .views-row .field--name-field-thumbnails {
  float: left;
  width: 29.7%;
  margin-right: 2.5%;
}
@media only screen and (max-width: 1024px) {
  /* line 451, ../assets/sass/_listing.scss */
  .news-listing-block .view-content .views-row .field--name-field-image,
  .news-listing-block .view-content .views-row .field--name-field-thumbnails {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
/* line 462, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-node-link,
.news-listing-block .view-content .views-row .field--name-field-summary {
  float: left;
  width: 67.8%;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 462, ../assets/sass/_listing.scss */
  .news-listing-block .view-content .views-row .field--name-node-link,
  .news-listing-block .view-content .views-row .field--name-field-summary {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 472, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-node-link {
  margin-top: 20px;
  text-align: right;
}
/* line 475, ../assets/sass/_listing.scss */
.news-listing-block .view-content .views-row .field--name-node-link a {
  color: #512D6D;
}

/* line 485, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row {
  padding: 24px;
  border-bottom: 1px solid #D1D1D1;
  display: flow-root;
}
@media only screen and (max-width: 1024px) {
  /* line 485, ../assets/sass/_listing.scss */
  .news-listing-block-v2 .view-content .views-row {
    padding: 12px;
  }
}
/* line 492, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-title {
  margin-bottom: 10px;
}
/* line 494, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-title .field-content {
  line-height: 14px;
  margin-top: 0;
}
/* line 497, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-title .field-content a {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 506, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-field-thumbnails a {
  height: 11vw;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 506, ../assets/sass/_listing.scss */
  .news-listing-block-v2 .view-content .views-row .views-field-field-thumbnails a {
    height: 140px;
  }
}
/* line 515, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-field-thumbnails a img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 515, ../assets/sass/_listing.scss */
  .news-listing-block-v2 .view-content .views-row .views-field-field-thumbnails a img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 529, ../assets/sass/_listing.scss */
  .news-listing-block-v2 .view-content .views-row .views-field-field-summary {
    margin-top: 12px;
  }
}
/* line 534, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-view-node {
  margin-top: 20px;
  text-align: right;
}
/* line 537, ../assets/sass/_listing.scss */
.news-listing-block-v2 .view-content .views-row .views-field-view-node a {
  color: #512D6D;
}

/* line 547, ../assets/sass/_listing.scss */
.js-pager__items .pager__item a {
  display: block;
  width: 265px;
  height: 65px;
  background-color: #512D6D;
  text-align: center;
  line-height: 65px;
  color: white;
  font-size: 0.875rem;
  font-weight: 900;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border: 1px solid #FFFFFF;
}
/* line 561, ../assets/sass/_listing.scss */
.js-pager__items .pager__item a:hover {
  border: 1px solid #512D6D;
  text-decoration: none;
  color: #512D6D;
  background-color: #FFFFFF;
}

/* line 572, ../assets/sass/_listing.scss */
.list-element .view-filters {
  margin-top: 50px;
}
/* line 575, ../assets/sass/_listing.scss */
.list-element .views-row {
  padding: 24px 24px;
  border-bottom: 1px solid #D1D1D1;
}
/* line 578, ../assets/sass/_listing.scss */
.list-element .views-row .row-left {
  position: relative;
  min-height: 110px;
}
/* line 581, ../assets/sass/_listing.scss */
.list-element .views-row .row-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 588, ../assets/sass/_listing.scss */
.list-element .views-row .row-title {
  margin-bottom: 10px;
}
/* line 590, ../assets/sass/_listing.scss */
.list-element .views-row .row-title h2 {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 14px;
}
/* line 595, ../assets/sass/_listing.scss */
.list-element .views-row .row-title a {
  color: #4A4A4A;
  font-size: 1rem;
}
/* line 600, ../assets/sass/_listing.scss */
.list-element .views-row .row-summary {
  margin-bottom: 15px;
}
/* line 604, ../assets/sass/_listing.scss */
.list-element .views-row .row-more a {
  color: #512D6D;
}
/* line 609, ../assets/sass/_listing.scss */
.list-element .listing-content-info {
  display: flex;
  margin-bottom: 6px;
}
/* line 613, ../assets/sass/_listing.scss */
.list-element .views-field-title {
  margin-bottom: 10px;
}
/* line 615, ../assets/sass/_listing.scss */
.list-element .views-field-title .field-content {
  margin-top: 0;
  line-height: 1;
  font-size: 1.25rem;
}
/* line 620, ../assets/sass/_listing.scss */
.list-element .views-field-title a {
  color: #4A4A4A;
  font-size: 1.25rem;
}
/* line 625, ../assets/sass/_listing.scss */
.list-element .listing-content-date {
  font-size: 0.625rem;
  color: #512D6D;
  margin-right: 12px;
}
/* line 630, ../assets/sass/_listing.scss */
.list-element .views-field-view-node {
  text-align: right;
  margin-top: 10px;
}
/* line 633, ../assets/sass/_listing.scss */
.list-element .views-field-view-node a {
  color: #512D6D;
}
/* line 638, ../assets/sass/_listing.scss */
.list-element .pager a {
  display: block;
  width: 265px;
  height: 65px;
  background-color: #512D6D;
  text-align: center;
  line-height: 65px;
  color: white;
  font-size: 0.875rem;
  font-weight: 900;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border: 1px solid #FFFFFF;
}
/* line 652, ../assets/sass/_listing.scss */
.list-element .pager a:hover {
  border: 1px solid #512D6D;
  text-decoration: none;
  color: #512D6D;
  background-color: #FFFFFF;
}

/* line 662, ../assets/sass/_listing.scss */
.list-element-v2 .view-header {
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  /* line 662, ../assets/sass/_listing.scss */
  .list-element-v2 .view-header {
    margin-right: unset;
  }
}
/* line 667, ../assets/sass/_listing.scss */
.list-element-v2 .view-header .large-button.create-job-button {
  color: white;
  background-color: #512D6D;
}
/* line 670, ../assets/sass/_listing.scss */
.list-element-v2 .view-header .large-button.create-job-button:hover {
  text-decoration: underline;
}
/* line 675, ../assets/sass/_listing.scss */
.list-element-v2 .views-row {
  padding: 24px 24px;
}
/* line 678, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-title {
  margin: 12px 0;
  font-weight: 500;
  color: #212121;
}
/* line 682, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-title a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
}
/* line 688, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-field-logo,
.list-element-v2 .views-field-field-image,
.list-element-v2 .views-field-field-picture,
.list-element-v2 .views-field-field-thumbnails {
  height: 10vw;
  width: auto;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  /* line 688, ../assets/sass/_listing.scss */
  .list-element-v2 .views-field-field-logo,
  .list-element-v2 .views-field-field-image,
  .list-element-v2 .views-field-field-picture,
  .list-element-v2 .views-field-field-thumbnails {
    height: 200px;
  }
}
/* line 699, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-created {
  margin-top: 16px;
}
/* line 702, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-field-featured {
  float: left;
  font-size: 0.6875rem;
  color: #BF6C04;
  background-color: #BF6C0420;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  border-radius: 4px;
}
/* line 715, ../assets/sass/_listing.scss */
.list-element-v2 .field--type-entity-reference,
.list-element-v2 .views-field-field-category,
.list-element-v2 .views-field-field-topic {
  float: left;
  margin-top: -10px;
}
/* line 721, ../assets/sass/_listing.scss */
.list-element-v2 .field--type-entity-reference .field-content ul,
.list-element-v2 .views-field-field-category .field-content ul,
.list-element-v2 .views-field-field-topic .field-content ul {
  float: left;
  padding-left: 0;
}
/* line 724, ../assets/sass/_listing.scss */
.list-element-v2 .field--type-entity-reference .field-content ul li,
.list-element-v2 .views-field-field-category .field-content ul li,
.list-element-v2 .views-field-field-topic .field-content ul li {
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 739, ../assets/sass/_listing.scss */
.list-element-v2 .field--name-dynamic-token-fieldnode-author-name,
.list-element-v2 .field--name-node-post-date {
  font-size: 0.625rem;
  color: #512D6D;
  float: left;
  margin-right: 12px;
  margin-bottom: 15px;
}
/* line 748, ../assets/sass/_listing.scss */
.list-element-v2 .field--name-dynamic-token-fieldnode-author-name p {
  line-height: 0.875rem;
}
/* line 753, ../assets/sass/_listing.scss */
.list-element-v2 .field--type-entity-reference .field--item {
  float: left;
  font-size: 0.625rem;
  color: white;
  background-color: #199EDB;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
}
/* line 764, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-field-summary {
  clear: both;
}
/* line 767, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-view-node {
  clear: both;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: right;
}
/* line 772, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-view-node a {
  color: #512D6D;
  font-weight: 500;
}
/* line 775, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-view-node a span {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 778, ../assets/sass/_listing.scss */
.list-element-v2 .views-field-view-node a span:before {
  position: absolute;
  top: 3px;
  right: 3px;
}
/* line 787, ../assets/sass/_listing.scss */
.list-element-v2 .pager a {
  display: block;
  width: 265px;
  height: 65px;
  background-color: #512D6D;
  text-align: center;
  line-height: 65px;
  color: white;
  font-size: 0.875rem;
  font-weight: 900;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border: 1px solid #FFFFFF;
}
/* line 801, ../assets/sass/_listing.scss */
.list-element-v2 .pager a:hover {
  border: 1px solid #512D6D;
  text-decoration: none;
  color: #512D6D;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  /* line 810, ../assets/sass/_listing.scss */
  .form-inline .select-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 818, ../assets/sass/_listing.scss */
  .listing-article-border .view-filters .views-exposed-form .form-item {
    width: 100%;
  }
  /* line 821, ../assets/sass/_listing.scss */
  .listing-article-border .view-filters .views-exposed-form .form-item .select-wrapper {
    width: 100%;
  }
}
/* line 828, ../assets/sass/_listing.scss */
.listing-article-border .view-content {
  margin: 0;
}
/* line 830, ../assets/sass/_listing.scss */
.listing-article-border .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  /* line 830, ../assets/sass/_listing.scss */
  .listing-article-border .view-content .views-infinite-scroll-content-wrapper {
    padding: 0;
  }
}
/* line 838, ../assets/sass/_listing.scss */
.listing-article-border .view-content .views-infinite-scroll-content-wrapper .views-row {
  margin: 2%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  flex: 0 0 30.6%;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 838, ../assets/sass/_listing.scss */
  .listing-article-border .view-content .views-infinite-scroll-content-wrapper .views-row {
    box-shadow: none;
    margin: 0 0 30px 0;
  }
}
/* line 853, ../assets/sass/_listing.scss */
.listing-article-border .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n+1) {
  margin-left: 0;
}
/* line 856, ../assets/sass/_listing.scss */
.listing-article-border .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 838, ../assets/sass/_listing.scss */
  .listing-article-border .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 867, ../assets/sass/_listing.scss */
.listing-article-border .views-field {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 871, ../assets/sass/_listing.scss */
.listing-article-border .views-field-field-logo,
.listing-article-border .views-field-field-image,
.listing-article-border .views-field-field-picture,
.listing-article-border .views-field-field-thumbnails {
  padding: 0;
  margin-bottom: 0;
  max-height: 260px;
  height: 14vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 871, ../assets/sass/_listing.scss */
  .listing-article-border .views-field-field-logo,
  .listing-article-border .views-field-field-image,
  .listing-article-border .views-field-field-picture,
  .listing-article-border .views-field-field-thumbnails {
    height: auto;
  }
}
/* line 884, ../assets/sass/_listing.scss */
.listing-article-border .views-field-field-logo img,
.listing-article-border .views-field-field-image img,
.listing-article-border .views-field-field-picture img,
.listing-article-border .views-field-field-thumbnails img {
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  left: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 893, ../assets/sass/_listing.scss */
.listing-article-border .views-field-view-node {
  text-align: left;
}
/* line 898, ../assets/sass/_listing.scss */
.listing-article-border.border-column-two .view-content .views-infinite-scroll-content-wrapper .views-row {
  flex: 0 0 46%;
}
@media only screen and (max-width: 1024px) {
  /* line 898, ../assets/sass/_listing.scss */
  .listing-article-border.border-column-two .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 905, ../assets/sass/_listing.scss */
.listing-article-border.border-column-two .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(2n+1) {
  margin-left: 0;
  margin-right: 2%;
}
/* line 909, ../assets/sass/_listing.scss */
.listing-article-border.border-column-two .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(2n) {
  margin-left: 2%;
}
/* line 912, ../assets/sass/_listing.scss */
.listing-article-border.border-column-two .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-thumbnails {
  max-height: 400px;
}
/* line 920, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row {
  flex: 0 0 21%;
}
@media only screen and (max-width: 1024px) {
  /* line 920, ../assets/sass/_listing.scss */
  .listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 927, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n+1) {
  margin-left: 2%;
}
/* line 930, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) {
  margin-right: 2%;
}
/* line 933, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(4n) {
  margin-left: 2%;
}
/* line 936, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(4n+1) {
  margin-left: 0;
  margin-right: 2%;
}
/* line 940, ../assets/sass/_listing.scss */
.listing-article-border.border-column-four .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-thumbnails {
  max-height: 160px;
}

/* line 947, ../assets/sass/_listing.scss */
.listing-element-flex {
  margin-top: 30px;
}
/* line 950, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) {
  padding-left: 24px;
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 950, ../assets/sass/_listing.scss */
  .listing-element-flex h3:nth-child(1) {
    display: flex;
  }
  /* line 959, ../assets/sass/_listing.scss */
  .listing-element-flex h3:nth-child(1) hr {
    margin-bottom: 0;
  }
}
/* line 963, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) .f-icon.star-icon {
  color: transparent;
  position: absolute;
  bottom: 4px;
}
/* line 967, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) .f-icon.star-icon:before {
  font-size: 1.5rem;
  color: #f5c242;
  position: absolute;
  bottom: 0;
}
/* line 974, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) .featured-label {
  padding-left: 24px;
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 980, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) .featured-wording {
  position: absolute;
  top: 6px;
  left: -10px;
  background-color: white;
  padding-right: 8px;
}
/* line 987, ../assets/sass/_listing.scss */
.listing-element-flex h3:nth-child(1) hr {
  float: right;
  width: 100%;
}
/* line 992, ../assets/sass/_listing.scss */
.listing-element-flex h3 .not-featured-icon {
  color: transparent;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
/* line 1000, ../assets/sass/_listing.scss */
.listing-element-flex .views-row {
  display: flex;
}
/* line 1002, ../assets/sass/_listing.scss */
.listing-element-flex .views-row .listing-element-flex-left {
  flex: 1 1 16.4%;
  position: relative;
}
/* line 1006, ../assets/sass/_listing.scss */
.listing-element-flex .views-row .listing-element-flex-center {
  flex: 1 1 71%;
  padding: 0 2.2%;
}
/* line 1010, ../assets/sass/_listing.scss */
.listing-element-flex .views-row .listing-element-flex-right {
  flex: 1 1 6.6%;
}
@media only screen and (max-width: 1024px) {
  /* line 1000, ../assets/sass/_listing.scss */
  .listing-element-flex .views-row {
    display: block;
    padding: 0;
  }
}
/* line 1018, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-title {
  position: relative;
}
/* line 1020, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-title a {
  font-weight: 900;
  margin-right: 4px;
}
/* line 1024, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-title .f-icon {
  font-size: 1.5rem;
  color: #f5c242;
  position: absolute;
  bottom: 2px;
}
/* line 1031, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-field-logo {
  height: 100%;
  margin-bottom: unset;
}
/* line 1034, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-field-logo .field-content {
  position: relative;
  width: 12.9vw;
  height: 150px;
  border: 1px solid #D1D1D1;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 1034, ../assets/sass/_listing.scss */
  .listing-element-flex .views-field-field-logo .field-content {
    width: 100%;
  }
}
/* line 1043, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-field-logo .field-content img {
  max-width: 62.8%;
  max-height: 62.8%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1055, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-field-summary {
  margin-bottom: 10px;
}
/* line 1059, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-view-node .large-button.more-info {
  color: #512D6D;
  background-color: white;
  border: 1px solid #512D6D;
  margin-top: 56px;
  width: auto;
  padding: 0 6px;
}
/* line 1066, ../assets/sass/_listing.scss */
.listing-element-flex .views-field-view-node .large-button.more-info:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  /* line 1059, ../assets/sass/_listing.scss */
  .listing-element-flex .views-field-view-node .large-button.more-info {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1059, ../assets/sass/_listing.scss */
  .listing-element-flex .views-field-view-node .large-button.more-info {
    font-size: 0.5rem;
  }
}

/* line 1078, ../assets/sass/_listing.scss */
.content-custom-block {
  margin: 10px 0 20px;
}
/* line 1081, ../assets/sass/_listing.scss */
.content-custom-block .views-field-body img {
  max-width: 100%;
  height: auto;
}

/* line 2, ../assets/sass/_page.scss */
.path-node h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #3B3B3B;
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 11, ../assets/sass/_page.scss */
.path-node .node--view-mode-full {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 17, ../assets/sass/_page.scss */
.path-node .field-content img {
  max-width: 100%;
  height: auto;
}
/* line 20, ../assets/sass/_page.scss */
.path-node .field-content img.align-left {
  margin-right: 15px;
}
/* line 23, ../assets/sass/_page.scss */
.path-node .field-content img.right {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  /* line 29, ../assets/sass/_page.scss */
  .path-node .field--name-body .col-sm-11,
  .path-node .field--name-body .col-xs-11,
  .path-node .field--name-body .col-sm-10,
  .path-node .field--name-body .col-xs-10,
  .path-node .field--name-body .col-sm-9,
  .path-node .field--name-body .col-xs-9,
  .path-node .field--name-body .col-sm-8,
  .path-node .field--name-body .col-xs-8,
  .path-node .field--name-body .col-sm-7,
  .path-node .field--name-body .col-xs-7,
  .path-node .field--name-body .col-sm-6,
  .path-node .field--name-body .col-xs-6,
  .path-node .field--name-body .col-sm-5,
  .path-node .field--name-body .col-xs-5,
  .path-node .field--name-body .col-sm-4,
  .path-node .field--name-body .col-xs-4,
  .path-node .field--name-body .col-sm-3,
  .path-node .field--name-body .col-xs-3,
  .path-node .field--name-body .col-sm-2,
  .path-node .field--name-body .col-xs-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 54, ../assets/sass/_page.scss */
.path-node .field--name-body img {
  max-width: 100%;
  height: auto;
}
/* line 57, ../assets/sass/_page.scss */
.path-node .field--name-body img.align-left {
  margin-right: 15px;
}
/* line 60, ../assets/sass/_page.scss */
.path-node .field--name-body img.right {
  margin-left: 15px;
}
/* line 64, ../assets/sass/_page.scss */
.path-node .field--name-body ol,
.path-node .field--name-body ul {
  padding-left: 3em;
}
/* line 68, ../assets/sass/_page.scss */
.path-node .field--name-body li {
  margin-bottom: 5px;
}
/* line 72, ../assets/sass/_page.scss */
.path-node iframe {
  max-width: 100%;
}
/* line 76, ../assets/sass/_page.scss */
.path-node .download-file a {
  color: #512D6D;
  font-weight: 900;
  margin: 20px 0;
  padding-left: 29px;
  display: block;
  position: relative;
}
/* line 83, ../assets/sass/_page.scss */
.path-node .download-file a:before {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 92, ../assets/sass/_page.scss */
.path-node .slick--skin--fullwidth {
  margin-bottom: 33px;
}
/* line 95, ../assets/sass/_page.scss */
.path-node .post-share {
  float: right;
}
/* line 97, ../assets/sass/_page.scss */
.path-node .post-share .post-share-title {
  font-size: 1rem;
  font-weight: 900;
  color: #4A4A4A;
  float: left;
  margin-right: 14px;
}
/* line 104, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container {
  float: left;
}
/* line 106, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container a {
  display: inline-block;
}
/* line 108, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container a .f-icon {
  font-size: 1.5rem;
}
/* line 112, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container .jtico_weixin {
  background: none;
  padding: 0 !important;
  height: auto !important;
  line-height: initial !important;
}
/* line 117, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container .jtico_weixin .f-icon {
  font-size: 1rem;
  width: auto;
  height: auto;
  color: #512D6D;
}
/* line 124, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container .jtico:hover {
  opacity: 1 !important;
}
/* line 127, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container .jiathis_button_weixin {
  display: inline-flex;
}
/* line 130, ../assets/sass/_page.scss */
.path-node .post-share .post-share-container .jiathis_button_weixin:hover .f-icon {
  color: white;
}

/* line 140, ../assets/sass/_page.scss */
.bs_grid.container {
  width: 100%;
  padding: 0;
}
/* line 144, ../assets/sass/_page.scss */
.bs_grid .row {
  margin-bottom: 10px;
}

/* line 151, ../assets/sass/_page.scss */
.path-node.body-version-202308 .main-container {
  border: 1px solid #D1D1D1;
  padding: 6.11vw 17.22vw;
  margin-top: 60px;
  max-width: 1440px;
}
@media only screen and (min-width: 1440px) {
  /* line 151, ../assets/sass/_page.scss */
  .path-node.body-version-202308 .main-container {
    padding: 6.11vw 260px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 151, ../assets/sass/_page.scss */
  .path-node.body-version-202308 .main-container {
    padding: 24px;
    margin-top: unset;
  }
}
/* line 165, ../assets/sass/_page.scss */
.path-node.body-version-202308.no-content-border .main-container {
  border: unset;
  padding: 0 15px;
}

/* line 174, ../assets/sass/_page.scss */
.path-form .main-container {
  max-width: 1440px;
}

/* line 181, ../assets/sass/_page.scss */
body[class*="page-node-"].body-version-202308 .main-container {
  max-width: 1440px;
}

/* line 2, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-company-name {
  font-size: 1.4375rem;
  font-weight: 500;
  color: #512D6D;
  float: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 2, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-company-name {
    float: none;
  }
}
/* line 12, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-location {
  font-size: 1.4375rem;
  font-weight: 500;
  color: #512D6D;
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
/* line 19, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-location:before {
  content: "|";
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 12, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-location {
    float: none;
    margin-left: 0;
  }
  /* line 26, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-location:before {
    content: "";
    padding-right: 0;
  }
}
/* line 32, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-job-type {
  float: left;
  display: inline-block;
  width: auto;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  color: white;
  font-size: 0.625rem;
  background-color: #7ED321;
  text-align: center;
}
/* line 44, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-job-contact {
  margin: 25px 0;
}
/* line 47, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-post {
  float: left;
  width: 70%;
  color: #767676;
  font-size: 1rem;
  margin-left: 10px;
  margin-top: -3px;
}
/* line 54, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-post .field--label {
  font-weight: normal;
}
/* line 61, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-logo {
  width: 173px;
  height: 134px;
  border: 1px solid #D1D1D1;
  padding: 10px;
  float: right;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 61, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-logo {
    float: none;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
  }
}
/* line 75, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 82, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-full-address {
  margin-bottom: 15px;
}
/* line 84, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-full-address .field--label {
  font-size: 1rem;
  font-weight: 900;
  color: #4F4F4F;
  margin-bottom: 8px;
}
/* line 89, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-full-address .field--label:after {
  content: ":";
}
@media only screen and (max-width: 1024px) {
  /* line 84, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-full-address .field--label {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 97, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .field--name-field-map {
    margin-top: 15px;
  }
}
/* line 102, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-field-map .google-map-field .map-container {
  height: 211px !important;
}
/* line 107, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .content-moderation-entity-moderation-form {
  display: none;
}
/* line 111, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-body a:not(.large-button) {
  color: #512D6D;
}
/* line 113, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .field--name-body a:not(.large-button):hover {
  text-decoration: underline;
}
/* line 119, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-logo {
  float: unset;
  margin-bottom: 20px;
}
/* line 123, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-location,
.body-class.page-node-type-jobs .version-202308 .field--name-field-job-type,
.body-class.page-node-type-jobs .version-202308 .field--name-field-job-sector .field--item {
  margin-bottom: 20px;
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
}
/* line 138, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-location {
  margin-left: 0;
}
/* line 140, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-location:before {
  content: none;
}
/* line 144, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-job-type {
  height: unset;
  line-height: unset;
}
/* line 148, ../assets/sass/_jobs.scss */
.body-class.page-node-type-jobs .version-202308 .field--name-field-post {
  margin-left: 0;
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 148, ../assets/sass/_jobs.scss */
  .body-class.page-node-type-jobs .version-202308 .field--name-field-post {
    margin-bottom: 0;
  }
}

/* line 162, ../assets/sass/_jobs.scss */
.view-jobs .view-header {
  float: right;
}
@media only screen and (max-width: 1024px) {
  /* line 162, ../assets/sass/_jobs.scss */
  .view-jobs .view-header {
    float: none;
  }
}
/* line 167, ../assets/sass/_jobs.scss */
.view-jobs .view-header .create-job-button {
  height: 38px;
  line-height: 38px;
}
/* line 172, ../assets/sass/_jobs.scss */
.view-jobs .view-filters {
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 172, ../assets/sass/_jobs.scss */
  .view-jobs .view-filters {
    float: unset;
  }
}
/* line 177, ../assets/sass/_jobs.scss */
.view-jobs .view-filters .form-type-textfield,
.view-jobs .view-filters .form-item {
  margin-right: 7px;
}
@media only screen and (max-width: 1024px) {
  /* line 177, ../assets/sass/_jobs.scss */
  .view-jobs .view-filters .form-type-textfield,
  .view-jobs .view-filters .form-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 184, ../assets/sass/_jobs.scss */
  .view-jobs .view-filters .select2-container {
    width: 100%;
  }
}
/* line 190, ../assets/sass/_jobs.scss */
.view-jobs .view-content {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 193, ../assets/sass/_jobs.scss */
  .view-jobs .view-content .views-row .right-xs-9 {
    padding-left: 3%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 193, ../assets/sass/_jobs.scss */
  .view-jobs .view-content .views-row .right-xs-9 {
    padding-left: 7%;
  }
}
/* line 202, ../assets/sass/_jobs.scss */
.view-jobs .pager {
  float: left;
  width: 100%;
}

/* line 208, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body {
  position: relative;
}
/* line 210, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body .f-icon.star-icon {
  color: transparent;
  position: absolute;
  bottom: 4px;
}
/* line 214, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body .f-icon.star-icon:before {
  font-size: 1.5rem;
  color: #f5c242;
  position: absolute;
  bottom: 0;
}
/* line 221, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body .featured-label {
  padding-left: 24px;
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}
/* line 227, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body .featured-wording {
  position: absolute;
  top: 6px;
  left: -10px;
  background-color: white;
  padding-right: 8px;
}
/* line 234, ../assets/sass/_jobs.scss */
.block-jobs-featured-label .field--name-body hr {
  float: right;
  width: 100%;
}

/* line 242, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-header {
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  /* line 242, ../assets/sass/_jobs.scss */
  .jobs-listing-v2 .view-jobs .view-header {
    margin-right: unset;
  }
}
/* line 247, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-header .large-button.create-job-button {
  color: white;
  background-color: #512D6D;
}
/* line 250, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-header .large-button.create-job-button:hover {
  text-decoration: underline;
}
/* line 256, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row {
  border-bottom: unset;
}
/* line 258, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-left {
  position: relative;
  width: 8.6vw;
  height: 110px;
  border: 1px solid #D1D1D1;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 258, ../assets/sass/_jobs.scss */
  .jobs-listing-v2 .view-jobs .view-content .views-row .row-left {
    width: 100%;
  }
}
/* line 267, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-left img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 275, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-title {
  position: relative;
}
/* line 277, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-title a {
  margin-right: 4px;
  font-size: 1.125rem;
}
/* line 281, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-title .f-icon {
  font-size: 1.5rem;
  color: #f5c242;
  position: absolute;
  bottom: 0;
}
/* line 288, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-summary,
.jobs-listing-v2 .view-jobs .view-content .views-row .row-posted {
  margin-bottom: 8px;
}
/* line 292, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-description {
  margin-top: 8px;
}
/* line 294, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-description ul {
  padding: 0;
  margin: 0;
}
/* line 297, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .row-description ul li {
  float: left;
  font-size: 0.625rem;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 4px;
  list-style: none;
}
/* line 311, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .large-button.more-info {
  color: #512D6D;
  background-color: white;
  border: 1px solid #512D6D;
  margin-top: 56px;
  max-width: 100%;
  padding: 0 6px;
}
/* line 318, ../assets/sass/_jobs.scss */
.jobs-listing-v2 .view-jobs .view-content .views-row .large-button.more-info:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  /* line 311, ../assets/sass/_jobs.scss */
  .jobs-listing-v2 .view-jobs .view-content .views-row .large-button.more-info {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 311, ../assets/sass/_jobs.scss */
  .jobs-listing-v2 .view-jobs .view-content .views-row .large-button.more-info {
    font-size: 0.5rem;
  }
}

/* line 332, ../assets/sass/_jobs.scss */
.jobs-listing-v2-featured {
  margin-bottom: 40px;
}
/* line 334, ../assets/sass/_jobs.scss */
.jobs-listing-v2-featured .view-header {
  float: unset;
}
/* line 336, ../assets/sass/_jobs.scss */
.jobs-listing-v2-featured .view-header .job-featured {
  font-size: 1.5rem;
  padding: 5px 10px;
  background-color: #FFFFFF;
  position: absolute;
  top: -20px;
  left: -10px;
}
/* line 343, ../assets/sass/_jobs.scss */
.jobs-listing-v2-featured .view-header .job-featured .f-icon {
  color: #f5c242;
}
/* line 351, ../assets/sass/_jobs.scss */
.jobs-listing-v2-featured .view-content .views-row .row-title .f-icon {
  font-size: 1.5rem;
  color: #f5c242;
}

/* line 3, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information,
.page-node-type-news .news-top-information {
  margin-bottom: 33px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  /* line 3, ../assets/sass/_news.scss */
  .page-node-type-blog .news-top-information,
  .page-node-type-news .news-top-information {
    display: block;
    margin-bottom: 23px;
  }
}
/* line 10, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information p,
.page-node-type-news .news-top-information p {
  line-height: initial;
}
/* line 13, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information .field--item a,
.page-node-type-blog .news-top-information .field--item,
.page-node-type-news .news-top-information .field--item a,
.page-node-type-news .news-top-information .field--item {
  color: #512D6D;
  font-size: 1.125rem;
  margin-right: 25px;
  float: left;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../assets/sass/_news.scss */
  .page-node-type-blog .news-top-information .field--item a,
  .page-node-type-blog .news-top-information .field--item,
  .page-node-type-news .news-top-information .field--item a,
  .page-node-type-news .news-top-information .field--item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* line 26, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information .field--item a:before,
.page-node-type-blog .news-top-information .field--item:before,
.page-node-type-news .news-top-information .field--item a:before,
.page-node-type-news .news-top-information .field--item:before {
  font-size: 1.5rem;
  margin-right: 5px;
}
/* line 30, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information .field--item a a,
.page-node-type-blog .news-top-information .field--item a,
.page-node-type-news .news-top-information .field--item a a,
.page-node-type-news .news-top-information .field--item a {
  float: none;
}
/* line 32, ../assets/sass/_news.scss */
.page-node-type-blog .news-top-information .field--item a a:hover,
.page-node-type-blog .news-top-information .field--item a:hover,
.page-node-type-news .news-top-information .field--item a a:hover,
.page-node-type-news .news-top-information .field--item a:hover {
  cursor: pointer;
}
/* line 39, ../assets/sass/_news.scss */
.page-node-type-blog .version-202308.news-top-information,
.page-node-type-news .version-202308.news-top-information {
  clear: both;
}
/* line 41, ../assets/sass/_news.scss */
.page-node-type-blog .version-202308.news-top-information .field--item a,
.page-node-type-blog .version-202308.news-top-information .field--item,
.page-node-type-news .version-202308.news-top-information .field--item a,
.page-node-type-news .version-202308.news-top-information .field--item {
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 500;
}
/* line 46, ../assets/sass/_news.scss */
.page-node-type-blog .version-202308.news-top-information .field--item a:before,
.page-node-type-blog .version-202308.news-top-information .field--item:before,
.page-node-type-news .version-202308.news-top-information .field--item a:before,
.page-node-type-news .version-202308.news-top-information .field--item:before {
  display: none;
}
/* line 52, ../assets/sass/_news.scss */
.page-node-type-blog .field--name-field-topic,
.page-node-type-news .field--name-field-topic {
  display: flex;
  margin-bottom: 20px;
}
/* line 55, ../assets/sass/_news.scss */
.page-node-type-blog .field--name-field-topic .field--item,
.page-node-type-news .field--name-field-topic .field--item {
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 69, ../assets/sass/_news.scss */
.page-node-type-blog .image-full-width img,
.page-node-type-news .image-full-width img {
  width: 100%;
  height: auto;
}

/* line 79, ../assets/sass/_news.scss */
.path-news.common-page-view-landing .page-header {
  display: none;
}

/* line 83, ../assets/sass/_news.scss */
#block-headernewslanding {
  padding: 10px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 15px #ddd;
}

/* line 88, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 {
  float: left;
  width: 39.8%;
  max-width: 336px;
  margin-right: 1.2%;
}
@media only screen and (max-width: 1024px) {
  /* line 88, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 {
    width: 100%;
    height: 380px;
  }
}
/* line 97, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content {
  position: relative;
}
/* line 99, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-field-featured-image {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 99, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-field-featured-image {
    height: 380px;
    position: relative;
  }
}
/* line 106, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-field-featured-image img {
  width: auto;
  min-height: 420px;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  /* line 106, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-field-featured-image img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 119, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-field-featured {
  position: absolute;
  top: 93px;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 119, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-field-featured {
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 119, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-field-featured {
    top: 50px;
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 119, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-field-featured {
    top: 50px;
    left: 15px;
    right: 15px;
  }
}
/* line 137, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-field-featured .field-content {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  opacity: 0.8;
}
/* line 145, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-title {
  position: absolute;
  top: 131px;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 145, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title {
    top: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 145, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title {
    top: 80px;
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 145, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title {
    top: 100px;
    left: 15px;
    right: 15px;
  }
}
/* line 163, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-title .field-content {
  font-size: 2.125rem;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}
@media only screen and (max-width: 1024px) {
  /* line 163, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title .field-content {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 163, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title .field-content {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 163, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-title .field-content {
    font-size: 1.75rem;
  }
}
/* line 179, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-view-node {
  position: absolute;
  top: 345px;
  left: 30px;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 179, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-view-node {
    top: 330px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 179, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-view-node {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 179, ../assets/sass/_news.scss */
  .block-views-blocknews-block-1 .view-content .views-field-view-node {
    left: 15px;
    right: 15px;
  }
}
/* line 195, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-view-node .field-content a {
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  opacity: 0.8;
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
}
/* line 201, ../assets/sass/_news.scss */
.block-views-blocknews-block-1 .view-content .views-field-view-node .field-content a:hover {
  text-decoration: none;
}

/* line 208, ../assets/sass/_news.scss */
.block-views-blocknews-block-5,
.news-landing.view-display-id-page_1,
.block-views-blocknews-block-2 {
  float: left;
  width: 59%;
}
@media only screen and (max-width: 1024px) {
  /* line 208, ../assets/sass/_news.scss */
  .block-views-blocknews-block-5,
  .news-landing.view-display-id-page_1,
  .block-views-blocknews-block-2 {
    width: 100%;
  }
}
/* line 216, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .block-title,
.news-landing.view-display-id-page_1 .block-title,
.block-views-blocknews-block-2 .block-title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  margin: 14px 0;
}
/* line 222, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-row,
.news-landing.view-display-id-page_1 .views-row,
.block-views-blocknews-block-2 .views-row {
  clear: both;
  display: inline-block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #ECECEC;
}
/* line 230, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-row:last-child,
.news-landing.view-display-id-page_1 .views-row:last-child,
.block-views-blocknews-block-2 .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 236, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-field-thumbnails,
.news-landing.view-display-id-page_1 .views-field-field-thumbnails,
.block-views-blocknews-block-2 .views-field-field-thumbnails {
  float: left;
  width: 27%;
  margin-right: 3%;
  min-height: 70px;
}
@media only screen and (max-width: 1024px) {
  /* line 236, ../assets/sass/_news.scss */
  .block-views-blocknews-block-5 .views-field-field-thumbnails,
  .news-landing.view-display-id-page_1 .views-field-field-thumbnails,
  .block-views-blocknews-block-2 .views-field-field-thumbnails {
    width: 50%;
    margin-right: 5%;
  }
}
/* line 245, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-field-thumbnails img,
.news-landing.view-display-id-page_1 .views-field-field-thumbnails img,
.block-views-blocknews-block-2 .views-field-field-thumbnails img {
  border-radius: 5px;
}
/* line 249, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-title,
.news-landing.view-display-id-page_1 .views-field-title,
.block-views-blocknews-block-2 .views-field-title {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  /* line 249, ../assets/sass/_news.scss */
  .block-views-blocknews-block-5 .views-field-title,
  .news-landing.view-display-id-page_1 .views-field-title,
  .block-views-blocknews-block-2 .views-field-title {
    width: 45%;
  }
}
/* line 255, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-title a,
.news-landing.view-display-id-page_1 .views-field-title a,
.block-views-blocknews-block-2 .views-field-title a {
  font-size: 0.75rem;
  font-weight: 900;
  color: #4A4A4A;
  line-height: 14px;
}
/* line 262, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-created,
.news-landing.view-display-id-page_1 .views-field-created,
.block-views-blocknews-block-2 .views-field-created {
  float: left;
  width: 70%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  /* line 262, ../assets/sass/_news.scss */
  .block-views-blocknews-block-5 .views-field-created,
  .news-landing.view-display-id-page_1 .views-field-created,
  .block-views-blocknews-block-2 .views-field-created {
    width: 45%;
  }
}
/* line 269, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-created .field-content,
.news-landing.view-display-id-page_1 .views-field-created .field-content,
.block-views-blocknews-block-2 .views-field-created .field-content {
  color: #512D6D;
  font-size: 0.625rem;
}
/* line 274, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-field-summary,
.news-landing.view-display-id-page_1 .views-field-field-summary,
.block-views-blocknews-block-2 .views-field-field-summary {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  /* line 274, ../assets/sass/_news.scss */
  .block-views-blocknews-block-5 .views-field-field-summary,
  .news-landing.view-display-id-page_1 .views-field-field-summary,
  .block-views-blocknews-block-2 .views-field-field-summary {
    display: none;
  }
}
/* line 280, ../assets/sass/_news.scss */
.block-views-blocknews-block-5 .views-field-field-summary .field-content,
.news-landing.view-display-id-page_1 .views-field-field-summary .field-content,
.block-views-blocknews-block-2 .views-field-field-summary .field-content {
  font-size: 0.75rem;
  line-height: 14px;
}

/* line 286, ../assets/sass/_news.scss */
.view-display-id-page_1 {
  margin-bottom: 40px;
}
/* line 288, ../assets/sass/_news.scss */
.view-display-id-page_1 .view-footer {
  margin-top: 50px;
}

/* line 293, ../assets/sass/_news.scss */
.context-news .block-feeds-block {
  float: left;
  width: 38%;
  margin-left: 3%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 293, ../assets/sass/_news.scss */
  .context-news .block-feeds-block {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
/* line 304, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container {
  max-height: 618px;
}
/* line 307, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container .feeds-block-title .feeds-block-title-container {
  padding: 0 30px;
}
/* line 311, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container .feeds-contents {
  padding: 0 30px;
  max-height: 495px;
}
/* line 314, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container .feeds-contents.feeds-contents-social {
  padding: 20px 10px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 314, ../assets/sass/_news.scss */
  .context-news .block-feeds-block .feeds-block-container .feeds-contents.feeds-contents-social {
    padding: 0;
  }
  /* line 319, ../assets/sass/_news.scss */
  .context-news .block-feeds-block .feeds-block-container .feeds-contents.feeds-contents-social iframe {
    margin: 0 auto;
    width: 288px;
    display: block;
  }
}
/* line 326, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container .feeds-contents .feeds-contents-item:last-child {
  display: none;
  visibility: hidden;
}
/* line 330, ../assets/sass/_news.scss */
.context-news .block-feeds-block .feeds-block-container .feeds-contents .feeds-contents-hide {
  left: 0;
  right: 0;
}

/* line 341, ../assets/sass/_news.scss */
.view-id-news_base_listing .view-filters .form-item {
  margin-right: 7px;
}

/* line 347, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured {
  margin: 30px 0 80px;
}
/* line 349, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .view-content {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  /* line 349, ../assets/sass/_news.scss */
  .block-views-blocknews-block-featured .view-content {
    margin: 20px 0 10px;
  }
}
/* line 355, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .col-md-6:nth-child(1) {
  padding: 0;
}
/* line 358, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-thumbnails,
.block-views-blocknews-block-featured .views-field-field-featured-image {
  height: 24vw;
  max-height: 364px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 358, ../assets/sass/_news.scss */
  .block-views-blocknews-block-featured .views-field-field-thumbnails,
  .block-views-blocknews-block-featured .views-field-field-featured-image {
    height: auto;
  }
}
/* line 367, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-thumbnails img,
.block-views-blocknews-block-featured .views-field-field-featured-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 367, ../assets/sass/_news.scss */
  .block-views-blocknews-block-featured .views-field-field-thumbnails img,
  .block-views-blocknews-block-featured .views-field-field-featured-image img {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 383, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-title {
  margin: 12px 0;
}
/* line 385, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-title a {
  color: #4A4A4A;
  font-size: 1.125rem;
  font-weight: 900;
}
/* line 391, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-featured {
  float: left;
  font-size: 0.6875rem;
  color: #BF6C04;
  background-color: #BF6C0420;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  border-radius: 4px;
}
/* line 404, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-topic {
  float: left;
  margin-top: -10px;
}
/* line 408, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-topic .field-content ul {
  float: left;
  padding-left: 0;
}
/* line 411, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-topic .field-content ul li {
  float: left;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
/* line 426, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-field-summary {
  clear: both;
}
/* line 429, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-view-node {
  clear: both;
  margin-top: 20px;
}
/* line 432, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-view-node a {
  color: #512D6D;
  font-weight: 500;
}
/* line 435, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-view-node a span {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 438, ../assets/sass/_news.scss */
.block-views-blocknews-block-featured .views-field-view-node a span:before {
  position: absolute;
  top: 3px;
  right: 3px;
}

/* line 449, ../assets/sass/_news.scss */
#block-views-block-news-block-featured .view-content {
  width: 100%;
  height: 24vw;
  max-height: 364px;
}
@media only screen and (max-width: 1024px) {
  /* line 449, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .view-content {
    box-shadow: unset;
    height: auto;
  }
}
/* line 458, ../assets/sass/_news.scss */
#block-views-block-news-block-featured .featured-right-content {
  padding: 2vw;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 458, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .featured-right-content {
    padding: 1vw;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 458, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .featured-right-content {
    padding: 1vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 467, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .views-field-title {
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 467, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .views-field-title {
    margin: 6px 0;
  }
}
/* line 474, ../assets/sass/_news.scss */
#block-views-block-news-block-featured .views-field-title a {
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 478, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .views-field-view-node {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 478, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .views-field-view-node {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 486, ../assets/sass/_news.scss */
  #block-views-block-news-block-featured .views-field-field-summary {
    display: none;
  }
}

/* line 492, ../assets/sass/_news.scss */
.bef-exposed-form .form--inline > .form-item {
  margin-right: 10px;
}

/* line 2, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 2, ../assets/sass/_newsletters.scss */
  .newsletters-subscription-form .title {
    font-size: 1.625rem;
  }
}
/* line 12, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .summary {
  padding: 0 35px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  /* line 12, ../assets/sass/_newsletters.scss */
  .newsletters-subscription-form .summary {
    padding: 0;
  }
}
/* line 18, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .summary p {
  text-align: center;
}
/* line 21, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .summary .summary-email {
  color: #512D6D;
}
/* line 25, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .form-control {
  border-radius: initial;
  box-shadow: none;
}
/* line 30, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .error {
  border-color: #FF1B37;
}
/* line 33, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .form-group-name {
  float: left;
  width: 48%;
  margin-right: 2%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 33, ../assets/sass/_newsletters.scss */
  .newsletters-subscription-form .newsletter-listing .form-group-name {
    width: 100%;
    margin-right: 0;
  }
}
/* line 43, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .form-group-firstname {
  margin-left: 2%;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 43, ../assets/sass/_newsletters.scss */
  .newsletters-subscription-form .newsletter-listing .form-group-firstname {
    margin-left: 0;
  }
}
/* line 52, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing #edit-newsletter {
  float: left;
  width: 100%;
}
/* line 56, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing #edit-newsletter .form-item input {
  margin-top: 3px;
}
/* line 61, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .form-actions {
  float: left;
  width: 100%;
}
/* line 66, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .form-submit .icon {
  display: none;
}
/* line 70, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .email-not-valid {
  display: none;
  color: #FF1B37;
  font-size: 0.625rem;
  margin-top: -10px;
}
/* line 76, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletter-listing .name-error {
  display: none;
  color: #FF1B37;
  font-size: 0.625rem;
  margin-top: -10px;
}
/* line 84, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .center-button a {
  float: left;
  width: auto;
}
/* line 89, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletters-thanks {
  display: block;
  width: 119px;
  margin: 54px auto 43px;
  position: relative;
}
/* line 95, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletters-thanks .open-letter-icon:before {
  font-size: 7.5rem;
  color: #4A4A4A;
}
/* line 100, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletters-thanks .checked-icon {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFFFFF;
  position: absolute;
  top: -4px;
  right: -13px;
}
/* line 110, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .newsletters-thanks .checked-icon:before {
  font-size: 2.75rem;
  color: #80D135;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 120, ../assets/sass/_newsletters.scss */
.newsletters-subscription-form .thanks-summary p {
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 1, ../assets/sass/_staff_board.scss */
.view-block-staff-board {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_staff_board.scss */
  .view-block-staff-board {
    margin-bottom: 30px;
  }
}
/* line 7, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .field-name-field-position,
.view-block-staff-board .view-content .views-field-field-position {
  font-size: 0.625rem;
  color: #512D6D;
  text-align: center;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 6px;
}
/* line 16, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .views-field-field-company-link a,
.view-block-staff-board .view-content .views-field-field-company-link {
  font-size: 0.6875rem;
  color: #767676;
  text-align: center;
  font-weight: 900;
  margin-bottom: 8px;
}
/* line 24, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .board-social-media-block {
  position: relative;
  display: table;
  margin: 0 auto;
}
/* line 28, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .board-social-media-block .views-field {
  display: table-cell;
}
/* line 31, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .board-social-media-block .views-field a.board-social-media .f-icon {
  color: #512D6D;
  font-size: 1.25rem;
}
/* line 38, ../assets/sass/_staff_board.scss */
.view-block-staff-board .view-content .views-field-field-summary {
  text-align: center;
}

/* line 44, ../assets/sass/_staff_board.scss */
.board-top {
  margin-bottom: 25px;
}
/* line 46, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-picture {
  max-width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 46, ../assets/sass/_staff_board.scss */
  .board-top .field--name-field-picture {
    max-width: 100%;
    float: none;
  }
}
/* line 55, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-picture img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 55, ../assets/sass/_staff_board.scss */
  .board-top .field--name-field-picture img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 66, ../assets/sass/_staff_board.scss */
.board-top .field--name-node-title {
  font-size: 1.625rem;
  font-weight: 900;
  color: #3B3B3B;
}
@media only screen and (max-width: 1024px) {
  /* line 66, ../assets/sass/_staff_board.scss */
  .board-top .field--name-node-title {
    text-align: center;
  }
}
/* line 73, ../assets/sass/_staff_board.scss */
.board-top .field--name-node-title h2 {
  margin-top: 10px;
  margin-bottom: 12px;
}
/* line 79, ../assets/sass/_staff_board.scss */
.board-top .board-group-social-media .field--item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
/* line 85, ../assets/sass/_staff_board.scss */
.board-top .board-group-social-media .field--item a {
  color: transparent;
  display: block;
  width: 30px;
  height: 30px;
}
/* line 90, ../assets/sass/_staff_board.scss */
.board-top .board-group-social-media .field--item a:before {
  color: #512D6D;
  font-size: 1.875rem;
}
/* line 97, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-position {
  font-size: 1.4375rem;
  font-weight: 400;
  color: #512D6D;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  /* line 97, ../assets/sass/_staff_board.scss */
  .board-top .field--name-field-position {
    float: none;
  }
}
/* line 106, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-company a,
.board-top .field--name-field-company {
  font-size: 1.4375rem;
  font-weight: 900;
  color: #767676;
}
@media only screen and (max-width: 1024px) {
  /* line 106, ../assets/sass/_staff_board.scss */
  .board-top .field--name-field-company a,
  .board-top .field--name-field-company {
    float: none;
    margin-left: 0;
  }
}
/* line 116, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-company a {
  margin-left: 0;
}
/* line 118, ../assets/sass/_staff_board.scss */
.board-top .field--name-field-company a:hover {
  cursor: pointer;
}

/* line 125, ../assets/sass/_staff_board.scss */
.page-node-type-staff h1.page-header,
.page-node-type-board h1.page-header {
  display: none;
}

/* line 132, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .field-name-field-position,
.view-block-staff-board.view-block-frame-flex .view-content .views-field-field-position {
  font-size: 0.875rem;
  color: #512D6D;
  text-align: center;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* line 141, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .views-field-field-company-link a,
.view-block-staff-board.view-block-frame-flex .view-content .views-field-field-company-link {
  font-size: 0.875rem;
  color: #4D4D4D;
  font-weight: unset;
  margin-bottom: 16px;
}
/* line 148, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: auto;
}
/* line 153, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field {
  display: table-cell;
}
/* line 156, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon {
  font-size: 1.625rem;
  position: relative;
  height: 32px;
  width: 32px;
  margin: 0 6px;
  border: 1px solid transparent;
  border-radius: 50%;
}
/* line 164, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 170, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon:hover, .view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon.active {
  background-color: #512D6D40;
}
/* line 173, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon:hover span, .view-block-staff-board.view-block-frame-flex .view-content .board-social-media-block .views-field a.board-social-media .f-icon.active span {
  color: #512D6D;
}
/* line 181, ../assets/sass/_staff_board.scss */
.view-block-staff-board.view-block-frame-flex .view-content .views-field-field-summary {
  font-size: 0.875rem;
  margin-top: 14px;
}

/* line 1, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] {
  width: 83%;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"] {
    width: 83%;
  }
}
/* line 8, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .block-title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 8, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"] .block-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
/* line 18, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .view-content {
  padding: 0;
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  /* line 18, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"] .view-content {
    justify-content: center;
    padding: 0;
  }
}
/* line 28, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .view-content .views-row {
  height: auto;
  overflow: hidden;
  position: relative;
  flex: 0 0 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  padding: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
/* line 39, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .view-content .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"] .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 47, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .view-content .views-row .views-field-field-website-link {
  position: relative;
  min-height: 72px;
}
/* line 51, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"] .view-content .views-row img {
  max-height: 100px;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  /* line 51, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"] .view-content .views-row img {
    margin: 0 auto;
  }
}
/* line 66, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].version-202308 .view-content .views-row:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 74, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-four .view-content .views-row {
  flex: 0 0 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}
/* line 78, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-four .view-content .views-row:nth-child(3n) {
  margin-right: 4%;
}
/* line 81, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-four .view-content .views-row:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 74, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"].publicity-column-four .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 46%;
  }
  /* line 88, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"].publicity-column-four .view-content .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 97, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-five .view-content .views-row {
  flex: 0 0 17.6%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 97, ../assets/sass/_publicity.scss */
  section[class*="block-views-blockpublicity-block-"].publicity-column-five .view-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 46%;
  }
}
/* line 106, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-five .view-content .views-row:nth-child(3n) {
  margin-right: 3%;
}
/* line 109, ../assets/sass/_publicity.scss */
section[class*="block-views-blockpublicity-block-"].publicity-column-five .view-content .views-row:nth-child(5n) {
  margin-right: 0;
}

/* line 116, ../assets/sass/_publicity.scss */
.block-publicity-rotate {
  width: 83%;
  max-width: 1440px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 116, ../assets/sass/_publicity.scss */
  .block-publicity-rotate {
    display: none;
  }
}
/* line 123, ../assets/sass/_publicity.scss */
.block-publicity-rotate .block-title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 123, ../assets/sass/_publicity.scss */
  .block-publicity-rotate .block-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
/* line 133, ../assets/sass/_publicity.scss */
.block-publicity-rotate .view-publicity-rotate .view-content .slick-track .slick__slide .views-field-field-website-link {
  position: relative;
  min-height: 72px;
  max-height: 220px;
}
/* line 137, ../assets/sass/_publicity.scss */
.block-publicity-rotate .view-publicity-rotate .view-content .slick-track .slick__slide .views-field-field-website-link img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 149, ../assets/sass/_publicity.scss */
.block-publicity-rotate-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 149, ../assets/sass/_publicity.scss */
  .block-publicity-rotate-mobile {
    display: block;
    width: 83%;
    margin: 0 auto 106px;
  }
}
/* line 156, ../assets/sass/_publicity.scss */
.block-publicity-rotate-mobile .block-title {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 156, ../assets/sass/_publicity.scss */
  .block-publicity-rotate-mobile .block-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
/* line 166, ../assets/sass/_publicity.scss */
.block-publicity-rotate-mobile .view-publicity-rotate .view-content .slick-track .slick-slide li {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
/* line 170, ../assets/sass/_publicity.scss */
.block-publicity-rotate-mobile .view-publicity-rotate .view-content .slick-track .slick-slide li .views-field-field-website-link img {
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 170, ../assets/sass/_publicity.scss */
  .block-publicity-rotate-mobile .view-publicity-rotate .view-content .slick-track .slick-slide li .views-field-field-website-link img {
    max-height: 90px;
    margin: 0 auto;
    width: auto;
  }
}

/* line 183, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row {
  padding: 0;
  border: 1px solid #D1D1D1;
}
/* line 186, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 189, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 197, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row .views-field-field-website-link {
  height: 20vw;
  max-height: 220px;
}
/* line 200, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row .views-field-field-website-link .field-content,
section[class*=block-views-blockpublicity-block-].publicity-box .view-content .views-row .views-field-field-website-link .field-content a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 210, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row {
  margin: 2% 0;
  padding: 2% 12px;
  flex: 0 0 33%;
  border-right: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 210, ../assets/sass/_publicity.scss */
  section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row {
    flex: 0 0 50%;
    border-right: none;
  }
}
/* line 220, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row .views-field-field-website-link:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 224, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row:nth-child(3n) {
  border-right: none;
}
/* line 227, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row:last-child {
  border-right: none;
}
/* line 230, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border .view-content .views-row img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 241, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-four .view-content .views-row {
  flex: 0 0 25%;
}
@media only screen and (max-width: 1024px) {
  /* line 241, ../assets/sass/_publicity.scss */
  section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-four .view-content .views-row {
    flex: 0 0 100%;
    border-right: none;
  }
}
/* line 247, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-four .view-content .views-row:nth-child(3n) {
  border-right: 1px solid #D1D1D1;
}
/* line 250, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-four .view-content .views-row:nth-child(4n) {
  border-right: none;
}

/* line 256, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-five .view-content .views-row {
  flex: 0 0 20%;
}
@media only screen and (max-width: 1024px) {
  /* line 256, ../assets/sass/_publicity.scss */
  section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-five .view-content .views-row {
    flex: 0 0 100%;
    border-right: none;
  }
}
/* line 262, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-five .view-content .views-row:nth-child(3n) {
  border-right: 1px solid #D1D1D1;
}
/* line 265, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-border.publicity-column-five .view-content .views-row:nth-child(5n) {
  border-right: none;
}

/* line 270, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box.publicity-column-four .view-content .views-row .views-field-field-website-link {
  height: 14vw;
  max-height: 220px;
}

/* line 274, ../assets/sass/_publicity.scss */
section[class*=block-views-blockpublicity-block-].publicity-box.publicity-column-five .view-content .views-row .views-field-field-website-link {
  height: 10.6vw;
}

/* line 277, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide {
  border: 1px solid #D1D1D1;
  margin: 0 20px 30px 0;
  height: 18vw;
  max-height: 220px;
}
/* line 282, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 285, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link {
  height: 18vw;
  max-height: 220px;
}
/* line 288, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link .field-content,
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link .field-content a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 294, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link img {
  max-width: 80%;
  max-height: 80%;
}

/* line 300, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide {
  margin: 20px 40px 20px 0;
}
/* line 302, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide:hover {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 305, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide ul.slick--view {
  border-right: 1px solid #D1D1D1;
  margin-right: -20px;
}
@media only screen and (max-width: 1024px) {
  /* line 300, ../assets/sass/_publicity.scss */
  .block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide {
    flex: 0 0 100%;
    border-right: none;
  }
}
/* line 314, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide li.grid {
  padding: 0;
}
/* line 316, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide li.grid .form-group {
  margin-bottom: 0;
}
/* line 320, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link {
  height: 92px;
}
/* line 322, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link .field-content {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 327, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 331, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-border .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link a img {
  max-width: 80%;
  max-height: 80%;
}

/* line 338, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box.publicity-column-five .view-publicity-rotate .view-content .slick-track .slick-slide {
  height: 14vw;
}
/* line 340, ../assets/sass/_publicity.scss */
.block-publicity-rotate.publicity-box.publicity-column-five .view-publicity-rotate .view-content .slick-track .slick-slide .views-field-field-website-link {
  min-height: 14vw;
  max-height: 220px;
}

/* line 2, ../assets/sass/_social_media.scss */
.button-social-media .f-icon {
  color: #512D6D;
}
/* line 5, ../assets/sass/_social_media.scss */
.button-social-media.active, .button-social-media:hover {
  background-color: #512D6D;
  cursor: pointer;
  text-decoration: none;
}
/* line 10, ../assets/sass/_social_media.scss */
.button-social-media.active .f-icon, .button-social-media:hover .f-icon {
  color: #FFFFFF;
}
/* line 14, ../assets/sass/_social_media.scss */
.button-social-media:focus {
  outline: none;
}

/* line 2, ../assets/sass/_document.scss */
.view-document .view-content {
  margin-top: 53px;
}
/* line 4, ../assets/sass/_document.scss */
.view-document .view-content .views-row {
  float: left;
  position: relative;
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}
/* line 11, ../assets/sass/_document.scss */
.view-document .view-content .views-row:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 4, ../assets/sass/_document.scss */
  .view-document .view-content .views-row {
    width: 46%;
    max-width: 172px;
  }
  /* line 17, ../assets/sass/_document.scss */
  .view-document .view-content .views-row:nth-child(4n) {
    margin-right: 2%;
  }
}
/* line 21, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 13px 16px;
}
/* line 29, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-title {
  font-size: 0.75rem;
  color: #FFFFFF;
  font-weight: 900;
  margin-bottom: 3px;
}
/* line 35, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-field-release-date {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 200;
}
/* line 40, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-field-document-file-1 {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 16px;
}
/* line 45, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-field-document-file-1 a {
  color: #FFFFFF;
}
/* line 49, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-field-document-file {
  display: none;
  position: absolute;
  bottom: 67px;
  left: 16px;
}
/* line 54, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field-field-document-file a {
  color: #512D6D;
}
/* line 59, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field a.document-list-link {
  font-weight: 900;
  padding-left: 15px;
  position: relative;
}
/* line 63, ../assets/sass/_document.scss */
.view-document .view-content .views-row .document-overlay .views-field a.document-list-link span:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.5rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 77, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
}
/* line 82, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row {
  margin: 0 1% 82px;
  height: auto;
  overflow: hidden;
  position: relative;
  flex: 0 0 21%;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  /* line 82, ../assets/sass/_document.scss */
  .view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 46%;
    margin: 0 1% 32px;
  }
}
/* line 98, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(4n) {
  margin-right: 0;
}
/* line 101, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(4n+1) {
  margin-left: 0;
}
/* line 104, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-front {
  height: 23.8vw;
  max-height: 360px;
  display: flex;
  justify-content: center;
  border: 1px solid #D1D1D1;
  overflow: hidden;
}
/* line 111, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-front img {
  width: auto;
  height: 100%;
  max-width: unset;
}
/* line 117, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-title {
  margin-top: 12px;
  color: #4A4A4A;
  font-weight: 900;
  font-size: 1rem;
  min-height: 60px;
}
/* line 124, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-file-1,
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-file {
  margin-top: 14px;
}
/* line 127, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-file-1 a,
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-document-file a {
  color: #512D6D;
}
/* line 133, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-release-date .field-content {
  display: flex;
  font-size: 0.75rem;
  color: #a6a6a6;
  font-weight: 900;
}
/* line 138, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-release-date .field-content .document-file-size {
  margin-left: 8px;
}
/* line 141, ../assets/sass/_document.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-release-date .field-content .dot {
  height: 5px;
  width: 5px;
  background-color: #a6a6a6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
}

/* line 1, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-block-1,
.block-views-blockblock-ads-block-2 {
  margin-bottom: 20px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  width: 200px;
}

/* line 8, ../assets/sass/_ads.scss */
.block-ads-vertical {
  margin-bottom: 20px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  width: 200px;
}

/* line 15, ../assets/sass/_ads.scss */
.view-block-ads .views-row {
  border: none !important;
}

/* line 25, ../assets/sass/_ads.scss */
.block-ads-horizontal .view-id-block_ads_horizontal img,
.block-views-blockblock-ads-horizontal-block-1 .view-id-block_ads_horizontal img,
.block-views-blockblock-ads-horizontal-block-2 .view-id-block_ads_horizontal img,
.block-views-blockblock-ads-horizontal-block-3 .view-id-block_ads_horizontal img,
.block-views-blockblock-ads-horizontal-block-4 .view-id-block_ads_horizontal img {
  margin: 0 auto;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

/* line 32, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-1 {
  position: relative;
  margin-bottom: 20px;
}

/* line 37, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-2 {
  position: relative;
  margin-top: 20px;
}

/* line 42, ../assets/sass/_ads.scss */
.block-ads-horizontal-page {
  position: relative;
  margin-top: 20px;
}

/* line 47, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-3 {
  position: relative;
  margin: 65px auto;
  width: 83%;
}
@media only screen and (max-width: 1024px) {
  /* line 47, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-3 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 47, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-3 {
    margin: 0;
    width: 100%;
  }
}
/* line 58, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-3 .views_slideshow_cycle_teaser_section {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-3 .views_slideshow_cycle_teaser_section {
    width: 100%;
  }
}

/* line 67, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-4 {
  position: relative;
  margin: 65px auto;
  width: 83%;
}
@media only screen and (max-width: 1024px) {
  /* line 67, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-4 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-4 {
    margin: 0;
    width: 100%;
  }
}
/* line 78, ../assets/sass/_ads.scss */
.block-views-blockblock-ads-horizontal-block-4 .views_slideshow_cycle_teaser_section {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 78, ../assets/sass/_ads.scss */
  .block-views-blockblock-ads-horizontal-block-4 .views_slideshow_cycle_teaser_section {
    width: 100%;
  }
}

/* line 87, ../assets/sass/_ads.scss */
.block-ads-horizontal-homepage {
  position: relative;
  margin: 60px auto;
  width: 83%;
}
@media only screen and (max-width: 1024px) {
  /* line 87, ../assets/sass/_ads.scss */
  .block-ads-horizontal-homepage {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 87, ../assets/sass/_ads.scss */
  .block-ads-horizontal-homepage {
    margin: 0;
    width: 100%;
  }
}
/* line 98, ../assets/sass/_ads.scss */
.block-ads-horizontal-homepage .views_slideshow_cycle_teaser_section {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 98, ../assets/sass/_ads.scss */
  .block-ads-horizontal-homepage .views_slideshow_cycle_teaser_section {
    width: 100%;
  }
}

/* line 108, ../assets/sass/_ads.scss */
.block-glueup-ads .slide__caption {
  display: none;
}

/* line 113, ../assets/sass/_ads.scss */
.block-ads-side-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 113, ../assets/sass/_ads.scss */
  .block-ads-side-mobile {
    width: 100%;
    height: auto;
    margin: 10px 0 20px;
    display: inline-flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 122, ../assets/sass/_ads.scss */
  .block-ads-side-mobile img {
    max-height: 200px;
    width: auto;
  }
}

/* line 2, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .form-item {
  margin-bottom: 40px;
}
/* line 4, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .form-item.form-item-start-date {
  margin-bottom: 0px;
}
/* line 7, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .form-item.form-type-checkbox {
  margin-bottom: 10px;
}
/* line 11, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .form-item .control-label:before {
  display: none;
}
/* line 17, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .webform-type-radios legend {
  margin-bottom: 0;
  border: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4D4D4D;
}
/* line 24, ../assets/sass/_create_content.scss */
.region-entity-webform-canonical .webform-type-radios .form-item {
  margin-bottom: 0;
}

/* line 2, ../assets/sass/_government_resources.scss */
#block-governmentresources section[class*="block-views-blockgovernment-resources-block-"] {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
}
/* line 6, ../assets/sass/_government_resources.scss */
#block-governmentresources section[class*="block-views-blockgovernment-resources-block-"] .block-title {
  color: #512D6D;
}
/* line 9, ../assets/sass/_government_resources.scss */
#block-governmentresources section[class*="block-views-blockgovernment-resources-block-"] .views-row {
  margin-top: 20px;
  padding: 15px 20px 10px;
  float: left;
  width: 48%;
  margin-right: 4%;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 16, ../assets/sass/_government_resources.scss */
#block-governmentresources section[class*="block-views-blockgovernment-resources-block-"] .views-row:nth-child(2n) {
  margin-right: 0;
}
/* line 19, ../assets/sass/_government_resources.scss */
#block-governmentresources section[class*="block-views-blockgovernment-resources-block-"] .views-row .views-field-title {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 3, ../assets/sass/_insurance.scss */
.view-id-insurance .views-row .views-field-title {
  font-weight: 800;
  margin-bottom: 5px;
}
/* line 7, ../assets/sass/_insurance.scss */
.view-id-insurance .views-row .views-field-field-sub-information {
  color: #512D6D;
}

/* line 1, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 {
  padding: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_special.scss */
  .block-views-blockmembership-detail-block-1 {
    padding: 0;
    margin-top: 0;
  }
}
/* line 10, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row {
  float: left;
  display: block;
  position: relative;
  width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 50px;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
}
@media only screen and (max-width: 1024px) {
  /* line 10, ../assets/sass/_special.scss */
  .block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row {
    float: none;
    width: 90%;
    margin: 0 auto 30px;
  }
}
/* line 27, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row:hover {
  transform: scale(1.2);
  z-index: 9999;
}
/* line 31, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 31, ../assets/sass/_special.scss */
  .block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row:nth-child(2n) {
    margin-right: auto;
  }
}
/* line 37, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row:nth-child(2n+1) {
  clear: both;
  content: "";
  display: table;
}
/* line 42, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .detail-container {
  width: 100%;
  height: auto;
  padding: 14px 0 70px;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
/* line 49, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-title {
  text-align: center;
}
/* line 51, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-title .field-content {
  color: #4A4A4A;
  font-weight: 900;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 8px;
  margin: 0 20px 1px;
  display: inline-block;
}
/* line 60, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-field-details-information {
  padding: 10px 5% 0;
}
/* line 64, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-field-information ul {
  padding: 0;
  list-style: none;
}
/* line 67, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-field-information ul li {
  text-align: center;
  border-bottom: 1px solid #D1D1D1;
  padding: 8px 26px;
}
/* line 74, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-field-price {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 20px;
  padding-top: 10px;
}
/* line 79, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-field-price .field-content {
  font-weight: 900;
}
/* line 83, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-nothing {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 90, ../assets/sass/_special.scss */
.block-views-blockmembership-detail-block-1 .view-display-id-block_1 .view-content .views-row .views-field-nothing:hover {
  cursor: pointer;
}

/* line 100, ../assets/sass/_special.scss */
.block-membership-payment-details-block .block-title {
  margin-bottom: 40px;
}
/* line 103, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content {
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 108, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row {
  position: relative;
  height: auto;
  margin: 2%;
  flex: 0 0 46%;
}
/* line 113, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row:hover {
  transform: scale(1.2);
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  /* line 108, ../assets/sass/_special.scss */
  .block-membership-payment-details-block .membership-details-content .views-row {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
/* line 121, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .detail-container {
  width: 100%;
  height: auto;
  padding: 14px 0 80px;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  position: relative;
}
/* line 129, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-title {
  text-align: center;
  margin-bottom: 10px;
}
/* line 132, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-title .field-content {
  color: #4A4A4A;
  font-weight: 900;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 8px;
  margin: 0 20px 1px;
  display: inline-block;
}
/* line 141, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information {
  position: relative;
  padding: 10px 5% 0;
}
/* line 144, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information .field-content {
  text-align: center;
  font-size: 0.75rem;
}
/* line 148, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information .field-content-description {
  max-height: 200px;
  overflow: hidden;
}
/* line 152, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information .field-content-description-scroll {
  padding-bottom: 50px;
}
/* line 154, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information .field-content-description-scroll:hover {
  overflow-y: scroll;
}
/* line 158, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-information .membership-info-contents-hide {
  display: block;
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
/* line 168, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-price {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
}
/* line 173, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-field-price .field-content {
  font-weight: 900;
}
/* line 177, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-nothing {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 184, ../assets/sass/_special.scss */
.block-membership-payment-details-block .membership-details-content .views-row .views-field-nothing:hover {
  cursor: pointer;
}

/* line 193, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content {
  display: flex;
  flex-flow: row;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* line 199, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .grouping-rows {
  width: 100%;
  display: inline-block;
}
/* line 203, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row {
  margin-bottom: 40px;
  margin-right: 5%;
  height: auto;
  overflow: hidden;
  position: relative;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  /* line 203, ../assets/sass/_special.scss */
  .block-membership-payment .membership-details-content .views-row {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
  }
}
/* line 217, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 203, ../assets/sass/_special.scss */
  .block-membership-payment .membership-details-content .views-row {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
/* line 224, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .detail-container {
  box-shadow: unset;
  border: 1px solid #D1D1D1;
  padding: 14px 18px 18px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* line 233, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .field-type-corporate-individuals {
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 238, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-title {
  margin-bottom: 24px;
}
/* line 240, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-title .field-content {
  font-size: 1.5rem;
  color: #212121;
  font-weight: 900;
  display: inline-block;
}
/* line 247, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information {
  position: relative;
}
/* line 249, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information .field-content {
  text-align: left;
}
/* line 253, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information .field-content-description {
  max-height: 200px;
  overflow: hidden;
}
/* line 257, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information .field-content-description-scroll {
  padding-bottom: 50px;
}
/* line 259, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information .field-content-description-scroll:hover {
  overflow-y: scroll;
}
/* line 263, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-information .membership-info-contents-hide {
  display: block;
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
/* line 273, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-price {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 20px;
  padding-top: 10px;
  margin-top: auto;
}
/* line 279, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-field-price .field-content {
  font-weight: 900;
  font-size: 1.5rem;
  color: #212121;
}
/* line 286, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-nothing:hover {
  cursor: pointer;
}
/* line 289, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-nothing a {
  color: #512D6D;
  background-color: white;
  font-size: 1rem;
}
/* line 293, ../assets/sass/_special.scss */
.block-membership-payment .membership-details-content .views-row .views-field-nothing a:hover {
  text-decoration: underline;
}

/* line 303, ../assets/sass/_special.scss */
.context-user-login .full-top-page {
  display: none;
}

/* line 310, ../assets/sass/_special.scss */
.class-region-user-login .user-login-form .control-label {
  font-size: 0.6875rem;
  color: #BBBBBB;
}
/* line 313, ../assets/sass/_special.scss */
.class-region-user-login .user-login-form .control-label:after {
  content: "*";
  color: #BBBBBB;
  background-image: none;
}
/* line 319, ../assets/sass/_special.scss */
.class-region-user-login .user-login-form .form-submit {
  display: block;
  background-color: #512D6D;
  text-align: center;
  color: #FFFFFF;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  padding: 0 42px;
  font-weight: 500;
  height: 39px;
  line-height: 39px;
  width: auto;
}
/* line 332, ../assets/sass/_special.scss */
.class-region-user-login .user-login-form .form-submit .icon {
  display: none;
}
/* line 335, ../assets/sass/_special.scss */
.class-region-user-login .user-login-form .form-submit:hover {
  color: #512D6D;
  background-color: #FFFFFF;
  border: 1px solid #512D6D;
}

/* line 344, ../assets/sass/_special.scss */
.user-login-form a.login-forgot-pwd {
  float: right;
  color: #512D6D;
}

/* line 349, ../assets/sass/_special.scss */
.block-membership-payment-1 .membership-details-content .views-row {
  flex: 0 0 100%;
}

/* line 352, ../assets/sass/_special.scss */
.block-membership-payment-2 .membership-details-content .views-row {
  flex: 0 0 47.5%;
}
@media only screen and (max-width: 1024px) {
  /* line 352, ../assets/sass/_special.scss */
  .block-membership-payment-2 .membership-details-content .views-row {
    flex: 0 0 100%;
  }
}
/* line 357, ../assets/sass/_special.scss */
.block-membership-payment-2 .membership-details-content .views-row:nth-child(3n) {
  margin-right: 5%;
}
/* line 360, ../assets/sass/_special.scss */
.block-membership-payment-2 .membership-details-content .views-row:nth-child(2n) {
  margin-right: 0;
}
/* line 363, ../assets/sass/_special.scss */
.block-membership-payment-2 .membership-details-content .views-row:nth-child(2n+1) {
  margin-right: 5%;
}

/* line 367, ../assets/sass/_special.scss */
.block-membership-payment-details-block-left .membership-details-content {
  justify-content: flex-start;
}

/* line 371, ../assets/sass/_special.scss */
.visually-hidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  display: block !important;
}

/* line 388, ../assets/sass/_special.scss */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  width: auto !important;
  white-space: normal !important;
}

/* line 402, ../assets/sass/_special.scss */
.skip-link:focus {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 12px 20px !important;
  background: #512D6D;
  color: #FFFFFF !important;
  font-weight: 700;
  text-decoration: none;
  outline: 3px solid #FFFFFF;
  outline-offset: -3px;
}

/* line 1, ../assets/sass/_form.scss */
html:has(.path-webform) {
  font-size: 16px;
}

/* line 5, ../assets/sass/_form.scss */
body.path-webform {
  margin-top: 0;
  font-size: 16px;
  font-family: "Montserrat";
}
/* line 9, ../assets/sass/_form.scss */
body.path-webform #navbar {
  max-width: unset;
}

/* line 17, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .cke,
.context-form-jobs .region-entity-webform-canonical .panel-default,
.context-form-jobs .region-entity-webform-canonical .form-control,
.context-form-community-event .region-entity-webform-canonical .cke,
.context-form-community-event .region-entity-webform-canonical .panel-default,
.context-form-community-event .region-entity-webform-canonical .form-control {
  box-shadow: none;
  border: 1.5px solid #D1D1D1;
  border-radius: unset;
}
/* line 25, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .table-striped .form-type-textfield,
.context-form-community-event .region-entity-webform-canonical .table-striped .form-type-textfield {
  margin-bottom: 0;
}
/* line 28, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .table-striped .tabledrag-handle,
.context-form-community-event .region-entity-webform-canonical .table-striped .tabledrag-handle {
  margin: 0 0 0 -10px;
}
/* line 31, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .table-striped .icon.glyphicon,
.context-form-community-event .region-entity-webform-canonical .table-striped .icon.glyphicon {
  top: 3px;
}
/* line 35, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .tabledrag-toggle-weight,
.context-form-community-event .region-entity-webform-canonical .tabledrag-toggle-weight {
  display: none;
}
/* line 38, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .webform-button--submit,
.context-form-community-event .region-entity-webform-canonical .webform-button--submit {
  background-color: #512D6D;
  color: white;
  font-weight: 900;
  border: none;
  border-radius: 0;
  border: 1px solid #512D6D;
}
/* line 45, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .webform-button--submit:hover,
.context-form-community-event .region-entity-webform-canonical .webform-button--submit:hover {
  text-decoration: none;
  border: 1px solid #512D6D;
  color: #512D6D;
  background-color: white;
}
/* line 50, ../assets/sass/_form.scss */
.context-form-jobs .region-entity-webform-canonical .webform-button--submit:hover:focus,
.context-form-community-event .region-entity-webform-canonical .webform-button--submit:hover:focus {
  color: #512D6D;
}

/* line 1, ../assets/sass/_contact.scss */
.group-contact {
  margin-bottom: 23px;
}
/* line 3, ../assets/sass/_contact.scss */
.group-contact:after {
  content: "";
  border-top: 1px solid #D1D1D1;
  display: block;
  clear: both;
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
/* line 12, ../assets/sass/_contact.scss */
.group-contact h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 41px;
}
/* line 20, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation {
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  /* line 20, ../assets/sass/_contact.scss */
  .group-contact.group-relation .field--name-field-contact-relation {
    text-align: left;
  }
}
/* line 27, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation > .field--item {
  width: 23.5%;
  display: inline-block;
  margin-left: 2%;
  text-align: left;
  height: 100px;
}
@media only screen and (max-width: 1024px) {
  /* line 27, ../assets/sass/_contact.scss */
  .group-contact.group-relation .field--name-field-contact-relation > .field--item {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-bottom: 30px;
  }
}
/* line 40, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation > .field--item .taxonomy-term--type-contact .field--name-field-position {
  font-size: 1rem;
  font-weight: 900;
  color: #4A4A4A;
  margin-bottom: 3px;
}
/* line 48, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation > .field--item .taxonomy-term--type-contact .field--name-field-phone .field--label,
.group-contact.group-relation .field--name-field-contact-relation > .field--item .taxonomy-term--type-contact .field--name-field-email .field--label {
  color: #4D4D4D;
  font-weight: 400;
}
/* line 52, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation > .field--item .taxonomy-term--type-contact .field--name-field-phone a,
.group-contact.group-relation .field--name-field-contact-relation > .field--item .taxonomy-term--type-contact .field--name-field-email a {
  color: #4D4D4D;
}
/* line 57, ../assets/sass/_contact.scss */
.group-contact.group-relation .field--name-field-contact-relation > .field--item:first-child {
  margin-left: 0;
}
/* line 64, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left {
  border: 1px solid #D1D1D1;
  width: 48%;
  padding: 20px 10px;
  margin-bottom: 40px;
  float: left;
  margin-right: 4%;
}
@media only screen and (max-width: 1024px) {
  /* line 64, ../assets/sass/_contact.scss */
  .group-contact.group-location .group-location-left {
    margin-right: 0;
    border: 0;
    width: 100%;
    float: none;
  }
}
/* line 77, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left .field--name-field-location-name {
  text-transform: uppercase;
  font-weight: 900;
  color: #4A4A4A;
  margin-bottom: 9px;
}
/* line 83, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left .field--name-field-location-summary {
  margin-bottom: 28px;
}
/* line 86, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left .field--name-field-location-address {
  margin-bottom: 14px;
}
/* line 89, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left .field--name-field-email,
.group-contact.group-location .group-location-left .field--name-field-phone {
  margin: 3px 0;
}
/* line 92, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-left .field--name-field-email .field--label,
.group-contact.group-location .group-location-left .field--name-field-phone .field--label {
  color: #4D4D4D;
  font-weight: 400;
}
/* line 98, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-right {
  width: 48%;
  float: left;
  margin-bottom: 40px;
  height: 250px;
}
@media only screen and (max-width: 1024px) {
  /* line 98, ../assets/sass/_contact.scss */
  .group-contact.group-location .group-location-right {
    width: 100%;
    float: none;
  }
}
/* line 108, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-right .google-map-field h2 {
  display: none;
}
/* line 111, ../assets/sass/_contact.scss */
.group-contact.group-location .group-location-right .google-map-field .map-container {
  height: 250px !important;
}
/* line 118, ../assets/sass/_contact.scss */
.group-contact.group-contact-us:after {
  visibility: hidden;
}
/* line 121, ../assets/sass/_contact.scss */
.group-contact.group-contact-us.block-webform-block {
  margin-top: 20px;
}
/* line 124, ../assets/sass/_contact.scss */
.group-contact.group-contact-us h2 {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 41px;
}
/* line 131, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form {
  width: 47.5%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 131, ../assets/sass/_contact.scss */
  .group-contact.group-contact-us .webform-submission-contact-form {
    width: 100%;
  }
}
/* line 138, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .form-item .control-label {
  font-size: 0.875rem;
}
/* line 140, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .form-item .control-label.form-required:after {
  content: "*";
  background-image: none;
}
/* line 145, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .form-item textarea,
.group-contact.group-contact-us .webform-submission-contact-form .form-item input {
  border-radius: 0;
}
/* line 149, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .form-item.form-type-textfield {
  width: 47%;
  float: left;
  margin-right: 6%;
}
@media only screen and (max-width: 1024px) {
  /* line 149, ../assets/sass/_contact.scss */
  .group-contact.group-contact-us .webform-submission-contact-form .form-item.form-type-textfield {
    width: 100%;
    float: none;
  }
}
/* line 158, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .form-item.form-type-email {
  width: 47%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 158, ../assets/sass/_contact.scss */
  .group-contact.group-contact-us .webform-submission-contact-form .form-item.form-type-email {
    width: 100%;
    float: none;
  }
}
/* line 167, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .webform-button--submit {
  margin: 30px 0 0;
  float: right;
}
@media only screen and (max-width: 1024px) {
  /* line 167, ../assets/sass/_contact.scss */
  .group-contact.group-contact-us .webform-submission-contact-form .webform-button--submit {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 176, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form #edit-actions {
  display: inline-block;
  width: 100%;
}
/* line 180, ../assets/sass/_contact.scss */
.group-contact.group-contact-us .webform-submission-contact-form .captcha {
  float: right;
}

/* line 187, ../assets/sass/_contact.scss */
.block-contact-location h2.block-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 41px;
}
/* line 193, ../assets/sass/_contact.scss */
.block-contact-location .group-contact {
  margin-bottom: unset;
}
/* line 195, ../assets/sass/_contact.scss */
.block-contact-location .group-contact:after {
  content: none;
}
/* line 198, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-left {
  border: none;
  margin-bottom: unset;
  padding: unset;
}
/* line 203, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-right {
  margin-bottom: unset;
}
/* line 207, ../assets/sass/_contact.scss */
.block-contact-location .group-contact .field--name-node-title h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 213, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-left .field--name-field-location-address {
  margin-bottom: unset;
  font-size: 1.125rem;
}
/* line 217, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-left .field--name-field-phone {
  font-size: 1.125rem;
}
/* line 220, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-left .field--name-field-email {
  font-size: 1.125rem;
}
/* line 222, ../assets/sass/_contact.scss */
.block-contact-location .group-contact.group-location .group-location-left .field--name-field-email a {
  color: #512D6D;
}

/* line 230, ../assets/sass/_contact.scss */
.block-contact-form h2.block-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 41px;
}
/* line 237, ../assets/sass/_contact.scss */
.block-contact-form .form-item .control-label {
  font-size: 0.875rem;
}
/* line 239, ../assets/sass/_contact.scss */
.block-contact-form .form-item .control-label.form-required:after {
  content: "*";
  background-image: none;
}
/* line 244, ../assets/sass/_contact.scss */
.block-contact-form .form-item textarea,
.block-contact-form .form-item input {
  border-radius: 0;
}
/* line 248, ../assets/sass/_contact.scss */
.block-contact-form .form-item.form-type-textfield {
  width: 47%;
  float: left;
  margin-right: 6%;
}
/* line 252, ../assets/sass/_contact.scss */
.block-contact-form .form-item.form-type-textfield:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 248, ../assets/sass/_contact.scss */
  .block-contact-form .form-item.form-type-textfield {
    width: 100%;
    float: none;
  }
}
/* line 260, ../assets/sass/_contact.scss */
.block-contact-form .form-item.form-type-email {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 260, ../assets/sass/_contact.scss */
  .block-contact-form .form-item.form-type-email {
    width: 100%;
    float: none;
  }
}
/* line 268, ../assets/sass/_contact.scss */
.block-contact-form .form-item.form-type-textarea {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 268, ../assets/sass/_contact.scss */
  .block-contact-form .form-item.form-type-textarea {
    width: 100%;
    float: none;
  }
}
/* line 277, ../assets/sass/_contact.scss */
.block-contact-form .webform-button--submit {
  margin: 30px 0 0;
  float: right;
}
/* line 280, ../assets/sass/_contact.scss */
.block-contact-form .webform-button--submit:hover {
  color: white;
  background-color: #512D6D;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  /* line 277, ../assets/sass/_contact.scss */
  .block-contact-form .webform-button--submit {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 291, ../assets/sass/_contact.scss */
.block-contact-form #edit-actions {
  display: inline-block;
  width: 100%;
}
/* line 295, ../assets/sass/_contact.scss */
.block-contact-form .captcha {
  float: right;
}

/* line 300, ../assets/sass/_contact.scss */
.page-node-type-page.context-contact-us h1.page-header {
  display: none;
}

/* line 3, ../assets/sass/_gallery.scss */
.view-photo-gallery.view-display-id-page_1 .row {
  min-height: 110px;
}
/* line 7, ../assets/sass/_gallery.scss */
.view-photo-gallery.view-display-id-page_1 .views-field-field-image img {
  margin: 0 auto;
}
/* line 11, ../assets/sass/_gallery.scss */
.view-photo-gallery.view-display-id-page_1 .views-field-title {
  margin-bottom: 15px;
}
/* line 13, ../assets/sass/_gallery.scss */
.view-photo-gallery.view-display-id-page_1 .views-field-title a {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: 900;
}

/* line 24, ../assets/sass/_gallery.scss */
.page-node-type-photo-gallery .field--type-image .field--item {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 30%;
  height: 220px;
  margin-right: 5%;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  padding: 15px;
}
/* line 35, ../assets/sass/_gallery.scss */
.page-node-type-photo-gallery .field--type-image .field--item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 24, ../assets/sass/_gallery.scss */
  .page-node-type-photo-gallery .field--type-image .field--item {
    width: 49%;
    margin-right: 2%;
    height: auto;
  }
  /* line 42, ../assets/sass/_gallery.scss */
  .page-node-type-photo-gallery .field--type-image .field--item:nth-child(3n) {
    margin-right: 2%;
  }
  /* line 45, ../assets/sass/_gallery.scss */
  .page-node-type-photo-gallery .field--type-image .field--item:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 49, ../assets/sass/_gallery.scss */
.page-node-type-photo-gallery .field--type-image .field--item img {
  max-height: 190px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  /* line 55, ../assets/sass/_gallery.scss */
  .page-node-type-photo-gallery .page-header {
    font-size: 1.625rem;
  }
}

/* line 1, ../assets/sass/_footer.scss */
.footer.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border: none;
  padding-bottom: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../assets/sass/_footer.scss */
  .footer.container {
    padding-top: 0;
    margin-top: 0;
  }
}
/* line 12, ../assets/sass/_footer.scss */
.footer.container #block-webfooter {
  background-color: #333333;
  padding: 54px 0 34px;
  color: #FFFFFF;
  min-height: 468px;
}
@media only screen and (max-width: 1024px) {
  /* line 12, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
  }
}
/* line 23, ../assets/sass/_footer.scss */
.footer.container #block-webfooter #block-webfootercenter {
  width: 83%;
  margin: 0 auto;
}
/* line 27, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .footer-block-container {
  width: 25%;
  border-left: 1px solid #464646;
  padding-right: 5%;
  padding-top: 21px;
  height: 314px;
  float: left;
  padding-left: 4%;
}
@media only screen and (max-width: 1024px) {
  /* line 27, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter .footer-block-container {
    border: none;
    height: auto;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 27, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter .footer-block-container {
    float: none;
    width: 100%;
  }
}
/* line 47, ../assets/sass/_footer.scss */
.footer.container #block-webfooter #block-newsletterfooter {
  padding-left: 0;
  border: none;
}
/* line 51, ../assets/sass/_footer.scss */
.footer.container #block-webfooter #block-newsletterfooter.version-202308 .large-button.full {
  color: white;
  background-color: #512D6D;
}
/* line 54, ../assets/sass/_footer.scss */
.footer.container #block-webfooter #block-newsletterfooter.version-202308 .large-button.full:hover {
  text-decoration: underline;
}
/* line 61, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-newsletters-footer-block .title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.1875rem;
}
/* line 68, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-newsletters-footer-block .newsletter-email-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 74, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-newsletters-footer-block .block-newsletter-input {
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
}
/* line 81, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-newsletters-footer-block .email-not-valid {
  display: none;
}
/* line 86, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .footer-menu #block-footer-menu {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 13px 0;
}
/* line 94, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .footer-menu ul.menu li a {
  color: #FFFFFF;
  padding: 5px 15px 5px 0;
}
/* line 97, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .footer-menu ul.menu li a:after {
  position: absolute;
  padding-right: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 102, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .footer-menu ul.menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}
/* line 112, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .block-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 -4px 0;
}
/* line 118, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer {
  display: block;
  width: 100%;
  position: relative;
}
/* line 122, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: normal;
}
@media only screen and (max-width: 1024px) {
  /* line 122, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 135, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow {
  background-color: transparent;
  position: relative;
  width: 19%;
  margin-right: 8%;
  margin-bottom: 16px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 145, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow:hover {
  background-color: white;
}
/* line 147, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow:hover span {
  color: #512D6D;
}
/* line 151, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow:nth-child(4n) {
  margin-right: 0;
}
/* line 154, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow a:hover {
  text-decoration: none;
}
/* line 157, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow .f-icon.whatsapp-icon:before {
  padding-top: 0;
}
/* line 160, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow .f-icon.podcast-icon::before,
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow .f-icon.spotify-icon::before,
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow .f-icon.micro-icon::before {
  font-size: 1.125rem;
}
/* line 165, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow span {
  color: #FFFFFF;
  font-size: 1.625rem;
  width: auto;
  height: auto;
  display: flex;
  min-width: 26px;
  justify-content: center;
}
/* line 173, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow span:hover {
  color: #512D6D;
  cursor: pointer;
  text-decoration: none;
}
/* line 180, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .social-footer-follow.active span {
  color: #512D6D;
  cursor: pointer;
  text-decoration: none;
}
/* line 187, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .icon-social-footer-qr-code {
  width: 100px;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 9999;
  border: 1px solid #512D6D;
  -webkit-transform: translate(-43%, 0);
  -moz-transform: translate(-43%, 0);
  -ms-transform: translate(-43%, 0);
  -o-transform: translate(-43%, 0);
  transform: translate(-43%, 0);
}
/* line 195, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-social-follow-footer-block .icon-social-footer .icon-social-footer-container .icon-social-footer-qr-code img {
  width: 100%;
  height: auto;
}
/* line 205, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .block-title,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .block-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 17px 0;
  line-height: 1.1875rem;
}
/* line 212, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-field-location-name,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .views-field-field-location-name {
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 216, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-field-location-address,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .views-field-field-location-address {
  margin-bottom: 17px;
}
/* line 219, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-field-phone,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .views-field-field-phone {
  margin-bottom: 4px;
}
/* line 223, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-field-email a,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .views-field-field-email a {
  color: white;
}
/* line 225, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-field-email a:hover,
.footer.container #block-webfooter .block-views-blockcontact-block-1 .views-field-field-email a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 233, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 238, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block {
  margin-top: 55px;
}
/* line 241, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container {
  display: table;
  margin: 0 auto;
}
/* line 244, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(2),
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(3),
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(4) {
  border-left: 1px solid #464646;
  margin-left: 18px;
  padding-left: 18px;
}
@media only screen and (max-width: 1024px) {
  /* line 244, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(2),
  .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(3),
  .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content:nth-child(4) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}
/* line 256, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content {
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 256, ../assets/sass/_footer.scss */
  .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
/* line 263, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content a {
  display: inline;
  color: white;
}
/* line 266, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content a:hover {
  text-decoration: underline;
}
/* line 269, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content a img {
  margin-left: 5px;
}
/* line 273, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .icp-text {
  font-size: 12px;
  color: white;
}
/* line 276, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .icp-text:hover, .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .icp-text:active, .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .icp-text:visited, .footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .icp-text:focus {
  text-decoration: underline;
}
/* line 280, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .eventbank-logo-link {
  color: #FFFFFF;
}
/* line 282, ../assets/sass/_footer.scss */
.footer.container #block-webfooter .block-eventbank-link-block .eventank-link-footer .link-footer-container .link-footer-content .eventbank-logo-link img {
  height: 20px;
  width: auto;
  margin-top: -4px;
}

/* line 2, ../assets/sass/_front.scss */
.path-frontpage .page-header {
  display: none;
}
/* line 5, ../assets/sass/_front.scss */
.path-frontpage .main-container {
  display: none;
}
/* line 8, ../assets/sass/_front.scss */
.path-frontpage .region-content {
  display: none;
}
/* line 11, ../assets/sass/_front.scss */
.path-frontpage .region-sidebar-second {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 16, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow {
    display: none;
  }
}
/* line 20, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow .slick-prev {
  left: 25px !important;
}
/* line 23, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow .slick-next {
  right: 25px !important;
}
/* line 27, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow .slick-arrow:before {
  color: white;
  font-size: 2.5rem;
}
/* line 32, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow .slick-arrow:hover:before {
  color: #512D6D;
}
@media only screen and (max-width: 1024px) {
  /* line 32, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick__arrow .slick-arrow:hover:before {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 41, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .views-field-field-image .field-content {
    min-height: 250px;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 46, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .views-field-field-image .field-content img {
    height: 250px;
    max-width: none;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* line 58, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content {
  position: absolute;
  display: inline-table;
  padding: 1.5rem 3rem;
  top: 43%;
  left: 50%;
  width: 65%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content {
    top: 46%;
    width: 90%;
    padding: 1rem 2rem;
  }
}
/* line 71, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 5rem;
}
@media only screen and (max-width: 1024px) {
  /* line 71, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 71, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-title {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 71, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
/* line 90, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-summary {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 90, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-summary {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 90, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-summary {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 90, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-summary {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 112, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link {
    height: 54px;
    line-height: 40px;
  }
}
/* line 117, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 600px;
  text-align: center;
}
/* line 123, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a {
  display: inline-block;
  width: 264px;
  height: 54px;
  line-height: 54px;
  margin-left: 23px;
}
/* line 129, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a:hover {
  text-underline: none;
}
@media only screen and (max-width: 1024px) {
  /* line 123, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a {
    display: inline-block;
    padding: 0 20px;
    width: 51%;
  }
}
/* line 137, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a:first-child {
  margin-left: 0;
  background-color: #512D6D;
  border: none;
}
/* line 141, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a:first-child:hover {
  text-decoration: none;
  background-color: white;
  color: #512D6D;
}
@media only screen and (max-width: 1024px) {
  /* line 147, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slider-content .views-field-field-button-link .field-content a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* line 159, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 {
  width: 100%;
  position: relative;
  min-height: 580px;
  max-height: 596px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 159, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 {
    height: 450px;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
  }
}
/* line 172, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-content .views-row {
  position: relative;
  width: 100%;
  height: 596px;
}
/* line 178, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 178, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image {
    position: relative;
    height: 450px;
  }
}
/* line 184, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image .field-content {
  height: 100%;
}
/* line 186, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image .field-content .slick-list {
  height: 100%;
}
/* line 188, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image .field-content .slick-list .slick-track {
  height: 100%;
}
/* line 193, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image img {
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 193, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-image img {
    max-width: none;
    width: auto;
    height: 450px;
  }
}
/* line 210, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-displayed-title {
  position: absolute;
  width: 83%;
  top: 93px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 210, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-displayed-title {
    top: 40px;
    width: 85%;
  }
}
/* line 221, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-displayed-title .field-content {
  color: white;
  font-style: oblique;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  /* line 221, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-displayed-title .field-content {
    font-size: 1.5rem;
  }
}
/* line 233, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-summary {
  position: absolute;
  width: 83%;
  top: 137px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 233, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-summary {
    top: 90px;
    width: 85%;
  }
}
/* line 244, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .views-field-field-summary .field-content {
  color: white;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 4.375rem;
  text-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  /* line 244, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .views-field-field-summary .field-content {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
/* line 257, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons {
  position: absolute;
  left: 50%;
  top: 380px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 257, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons {
    top: 250px;
    min-width: initial;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
  }
}
/* line 277, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-right-link {
  width: 264px;
  height: 54px;
  line-height: 52px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 277, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-right-link {
    width: 250px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 277, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-right-link {
    width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 277, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-right-link {
    float: none;
    width: 80%;
    margin: 10px auto;
  }
}
/* line 295, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link {
  margin-right: 23px;
}
/* line 298, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link .generic-left-button:hover {
  opacity: 0.9;
}
/* line 301, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link .generic-left-button a {
  border: 1px solid #512D6D;
  background-color: #512D6D !important;
}
/* line 304, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link .generic-left-button a:hover {
  border: 1px solid #512D6D;
  color: white;
}
@media only screen and (max-width: 1024px) {
  /* line 295, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .banner-buttons .views-field-field-left-link {
    margin-right: auto;
  }
}
/* line 315, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer {
  position: absolute;
  min-width: 551px;
  top: 312px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 315, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .view-footer {
    top: 290px;
    min-width: initial;
  }
}
/* line 325, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button {
  width: 264px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin-right: 23px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 325, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block,
  .path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 338, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block .field--name-body,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button .field--name-body {
  border: none;
}
/* line 340, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block .field--name-body:before,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button .field--name-body:before {
  content: '';
  background-color: #512D6D;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 352, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block .field--name-body:hover:after,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button .field--name-body:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* line 364, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block .field--name-body a,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button .field--name-body a {
  color: white;
  position: relative;
  z-index: 10;
  line-height: 54px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
/* line 373, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block .field--name-body a:hover,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button .field--name-body a:hover {
  text-decoration: none;
}
/* line 378, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .block-eventbank-login-block.join-right-button,
.path-frontpage .block-views-blockhomepage-block-1 .view-footer .generic-button.join-right-button {
  margin-right: 0;
  margin-bottom: 0;
}
/* line 384, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 {
  min-height: unset;
  max-height: unset;
  height: 720px;
}
@media only screen and (max-width: 1024px) {
  /* line 384, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 {
    height: 450px;
  }
}
/* line 391, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row {
  height: 720px;
}
/* line 394, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-displayed-title {
  top: 155px;
}
@media only screen and (max-width: 1024px) {
  /* line 394, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-displayed-title {
    top: 36px;
  }
}
/* line 399, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-displayed-title .field-content {
  width: 49.2%;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  /* line 399, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-displayed-title .field-content {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
}
/* line 413, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-summary {
  top: 300px;
}
@media only screen and (max-width: 1024px) {
  /* line 413, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-summary {
    top: 130px;
  }
}
/* line 418, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-summary .field-content {
  width: 49.2%;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  /* line 418, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .views-field-field-summary .field-content {
    width: 100%;
  }
}
/* line 429, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons {
  top: 420px;
}
@media only screen and (max-width: 1024px) {
  /* line 429, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons {
    top: 270px;
  }
}
/* line 436, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .views-field-field-left-link .generic-left-button:hover {
  opacity: 1;
}
/* line 441, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .views-field {
  width: unset;
  height: unset;
  line-height: unset;
}
@media only screen and (max-width: 1024px) {
  /* line 441, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .views-field {
    width: 80%;
  }
}
/* line 450, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .generic-button a {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  width: 200px;
  height: 48px;
  min-height: unset;
  justify-content: center;
  align-items: center;
  background-color: #512D6D;
  border: 1px solid #512D6D;
}
/* line 461, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .generic-button a:hover {
  background-color: #512D6D;
  text-decoration: underline;
  color: white;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  /* line 450, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .banner-buttons .generic-button a {
    width: 100%;
  }
}
/* line 473, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
@media only screen and (max-width: 1024px) {
  /* line 473, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container {
    top: 30px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* line 483, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-displayed-title,
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-summary,
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  top: unset;
  left: unset;
  margin-bottom: 50px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 483, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-displayed-title,
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-summary,
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons {
    margin-bottom: 20px;
  }
}
/* line 497, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-displayed-title .field-content,
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .views-field-field-summary .field-content,
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons .field-content {
  width: 100%;
}
/* line 507, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 507, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 512, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container .banner-buttons .views-field-field-right-link {
    margin: 16px auto;
  }
}
/* line 521, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-left .views-field-field-summary .field-content,
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-left .views-field-field-displayed-title .field-content {
  text-align: left;
  margin: 0;
}
/* line 526, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-left .banner-buttons {
  width: 83%;
}
/* line 531, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-right .views-field-field-summary,
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-right .views-field-field-displayed-title {
  display: flex;
  justify-content: right;
}
/* line 535, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-right .views-field-field-summary .field-content,
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-right .views-field-field-displayed-title .field-content {
  margin: 0;
  text-align: right;
}
/* line 540, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockhomepage-block-1.homepage-banner-right .banner-buttons {
  width: 83%;
  display: flex;
  justify-content: right;
}
/* line 547, ../assets/sass/_front.scss */
.path-frontpage #block-eventshome {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 547, ../assets/sass/_front.scss */
  .path-frontpage #block-eventshome {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 554, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container {
  display: flex;
  width: 83%;
  padding: 14px;
  background-color: #FFFFFF;
  margin: -64px auto 30px;
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  max-width: 1440px;
}
@media only screen and (max-width: 1024px) {
  /* line 554, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
  }
}
/* line 570, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block {
  max-width: 434px;
  width: 39.6%;
  margin-right: 2.5%;
  max-height: 586px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 570, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    float: none;
    max-width: none;
  }
}
/* line 583, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
  height: 540px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 583, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
    height: 380px;
  }
}
/* line 589, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-row {
  position: relative;
  max-height: 586px;
}
/* line 593, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image {
  position: relative;
  height: 540px;
  max-height: 586px;
}
@media only screen and (max-width: 1024px) {
  /* line 593, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image {
    position: relative;
    height: 380px;
  }
}
/* line 601, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image img {
  min-height: 540px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 601, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image img {
    width: 100%;
    height: auto;
  }
}
/* line 614, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 188px;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  /* line 614, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured {
    top: 50px;
  }
}
/* line 627, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 218px;
  color: white;
  font-size: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 627, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 627, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 627, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 1.75rem;
    top: 90px;
  }
}
/* line 646, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node {
  position: absolute;
  left: 39px;
  top: 458px;
}
@media only screen and (max-width: 1024px) {
  /* line 646, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node {
    top: 330px;
  }
}
/* line 653, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node a {
  color: #ffffff;
  font-weight: 900;
}
/* line 656, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node a span {
  top: 3px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 660, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node a span:before {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 670, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block.event-news-home-block-shorter .view-display-id-block_3 {
  height: 430px;
}
/* line 673, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block.event-news-home-block-shorter .views-field-field-featured-image {
  height: 430px;
  overflow: hidden;
}
/* line 678, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block.event-news-home-block-shorter .view-display-id-block_3 .views-field-field-featured {
  top: 72px;
}
/* line 681, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block.event-news-home-block-shorter .view-display-id-block_3 .views-field-title {
  top: 102px;
}
/* line 684, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-news-home-block.event-news-home-block-shorter .view-display-id-block_3 .views-field-view-node {
  top: 344px;
}
/* line 690, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block {
  width: 60.9%;
  margin-top: 6px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 690, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-home-block {
    width: 100%;
    max-width: none;
    float: none;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 700, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top {
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* line 705, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top.block-header-top {
  margin-bottom: 26px;
}
/* line 707, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top.block-header-top a.more-link {
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  /* line 707, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top.block-header-top a.more-link {
    margin-top: 10px;
    text-align: right;
  }
}
/* line 715, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top .title {
  text-transform: none;
}
/* line 722, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block:first-child {
  width: 100%;
}
/* line 725, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: -25px;
}
@media only screen and (max-width: 1024px) {
  /* line 725, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background {
    margin-bottom: 0;
  }
}
/* line 733, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block {
  max-width: 463px;
  width: 40.2%;
  height: 530px;
  overflow: hidden;
  padding: 14px;
  margin-right: 26px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 733, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
}
/* line 747, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 {
  height: 503px;
  overflow: hidden;
}
/* line 751, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-field-featured-image {
  position: relative;
  height: 503px;
}
/* line 754, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-field-featured-image img {
  position: absolute;
  min-height: 503px;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 754, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-field-featured-image img {
    min-width: 100%;
  }
}
/* line 766, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-field-featured {
  top: 126px;
}
/* line 769, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-title {
  top: 165px;
}
/* line 772, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .block-views-blocknews-block-3 .view-display-id-block_3 .views-field-view-node {
  top: 407px;
}
@media only screen and (max-width: 1024px) {
  /* line 733, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block {
    margin-bottom: 60px;
    height: 488px;
    overflow: visible;
    padding: 0;
  }
  /* line 782, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .view-display-id-block_3 {
    height: 488px;
  }
  /* line 785, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .views-field-field-featured-image {
    height: 488px;
  }
  /* line 787, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-news-home-block .views-field-field-featured-image img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}
/* line 795, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-home-block {
  margin-top: 0px;
}
/* line 797, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-home-block .event-home-top {
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 797, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-home-block .event-home-top {
    width: 100%;
    margin: 0 0 26px;
  }
}
/* line 805, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-home-block .event-home-top.block-header-top {
  margin-bottom: 25px;
}
/* line 809, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block .block-eventshome-container.no-background .event-home-block .event-row {
  margin: 26px 0;
  border: none;
  padding: 0;
}
/* line 817, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container {
  box-shadow: unset;
  border: 1px solid #D1D1D1;
  padding: 2.2vw;
}
@media only screen and (max-width: 1024px) {
  /* line 817, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container {
    border: unset;
  }
}
/* line 824, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .block-eventshome-subcontainer {
  display: block;
}
/* line 827, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  /* line 827, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block {
    margin-top: 20px;
  }
}
/* line 832, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .block-views-blocknews-block-3 {
  display: flex;
  width: 100%;
}
/* line 835, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .block-views-blocknews-block-3 .form-group {
  display: flex;
  width: 100%;
}
/* line 840, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 32vw;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 840, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 840, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 840, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 {
    height: 380px;
  }
}
/* line 855, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .view-content {
  display: flex;
  width: 100%;
}
/* line 859, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-row {
  position: relative;
  width: 100%;
}
/* line 863, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 867, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image .field-content {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 863, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 863, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image {
    height: 100%;
  }
}
/* line 881, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image img {
  flex-shrink: 1;
  min-height: 100%;
  max-width: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: unset;
  left: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 881, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured-image img {
    height: auto;
  }
}
/* line 897, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 160px;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  /* line 897, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-field-featured {
    top: 50px;
  }
}
/* line 910, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
  position: absolute;
  left: 39px;
  right: 39px;
  top: 190px;
  color: white;
  font-size: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 910, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 910, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 910, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-title {
    font-size: 1.75rem;
    top: 90px;
  }
}
/* line 929, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node {
  position: absolute;
  left: 39px;
  bottom: 30px;
  top: unset;
}
@media only screen and (max-width: 1024px) {
  /* line 929, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node {
    top: 330px;
  }
}
/* line 937, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .views-field-view-node a {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 900;
  left: 4px;
}
/* line 944, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  padding: 24px;
}
/* line 951, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container:before {
  content: "";
}
/* line 954, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container .views-field-field-featured {
  position: relative;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
  margin-bottom: 20px;
}
/* line 962, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container .views-field-title {
  position: relative;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
  margin-bottom: 20px;
}
/* line 970, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container .views-field-view-node {
  position: relative;
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
  margin-top: auto;
}
/* line 981, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block {
  margin-top: -14px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  /* line 981, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block {
    margin-top: 20px;
    margin-bottom: 0;
  }
  /* line 988, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block .event-home-top {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 991, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block .event-home-top > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 997, ../assets/sass/_front.scss */
  .path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block .event-row {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
/* line 1005, ../assets/sass/_front.scss */
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-home-block .event-row:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 1013, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 1013, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 {
    margin-top: 11px;
    margin-bottom: 20px;
  }
}
/* line 1019, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .block-title {
  width: 83%;
  margin: 0 auto 36px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1019, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .block-title {
    width: 50%;
    margin-left: 16px;
    font-size: 1.5rem;
    float: left;
    margin-top: 0;
  }
}
/* line 1033, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-display-id-block_4 {
  display: table;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  max-width: unset;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 1033, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-display-id-block_4 {
    display: block;
    box-shadow: none;
  }
}
/* line 1043, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content {
  display: table-cell;
  width: 90%;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 1043, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content {
    display: block;
    width: 100%;
    border: none;
  }
}
/* line 1053, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .view-content-container {
  display: table;
}
@media only screen and (max-width: 1024px) {
  /* line 1053, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .view-content-container {
    display: block;
  }
}
/* line 1059, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row {
  display: table-cell;
  width: 25%;
  border-right: 1px solid #D1D1D1;
  padding: 35px 28px 32px 38px;
}
@media only screen and (max-width: 1024px) {
  /* line 1059, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row {
    display: block;
    float: left;
    width: 100%;
    border-right: none;
    padding: 0 0 23px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #ECECEC;
  }
}
/* line 1073, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row:last-child {
  border-right: none;
}
/* line 1076, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-thumbnails {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 1076, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-thumbnails {
    width: 33%;
    display: block;
    visibility: visible;
    height: 26vw;
    float: left;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1076, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-thumbnails {
    width: 50%;
  }
}
/* line 1090, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-thumbnails img {
  height: auto;
  width: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1100, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-topic {
  margin-bottom: 13px;
}
@media only screen and (max-width: 1024px) {
  /* line 1100, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-topic {
    display: none;
    visibility: hidden;
  }
}
/* line 1106, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-topic .field-content {
  color: #512D6D;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 1112, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title {
  min-height: 96px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1112, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title {
    min-height: 88px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1112, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title {
    min-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1112, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title {
    width: 57%;
    float: right;
    margin-left: 5%;
    margin-right: 5%;
    min-height: initial;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1112, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title {
    width: 40%;
  }
}
/* line 1133, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title .field-content a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1133, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title .field-content a {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1133, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title .field-content a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1133, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title .field-content a {
    font-size: 1rem;
    line-height: 18px;
  }
}
/* line 1147, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-title .field-content a:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 1153, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-summary {
  min-height: 57px;
  margin-bottom: 30px;
}
/* line 1156, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-summary .field-content {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1153, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-field-summary {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1164, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-created {
    width: 57%;
    float: right;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1164, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-created {
    width: 40%;
  }
}
/* line 1174, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-created .field-content {
  color: #512D6D;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1174, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-content .views-row .views-field-created .field-content {
    font-size: 0.625rem;
  }
}
/* line 1184, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-header {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 1184, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-header {
    display: block;
    visibility: visible;
    float: right;
    margin-top: 7px;
    margin-right: 16px;
  }
}
/* line 1194, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-header a {
  color: #512D6D;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 2px solid #512D6D;
}
/* line 1199, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-header a:hover {
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  /* line 1194, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-header a {
    display: block;
    visibility: visible;
    font-size: 0.75rem;
  }
}
/* line 1210, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-footer {
  display: table-cell;
  width: 10%;
  position: relative;
  background-color: #512D6D;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  /* line 1210, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4 .view-footer {
    display: none;
    visibility: hidden;
  }
}
/* line 1221, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-footer a {
  color: white;
  font-weight: 900;
  line-height: 1.8;
}
/* line 1225, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-footer a span {
  top: 3px;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 1229, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4 .view-footer a span:before {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 1238, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome {
  padding: 14px;
  width: 83%;
  position: relative;
  margin: 0 auto 60px;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  max-width: 1440px;
}
@media only screen and (max-width: 1024px) {
  /* line 1238, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome {
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
/* line 1252, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 {
  position: relative;
  float: left;
  display: block;
  width: 61.4%;
  height: 400px;
  margin-right: 1.3%;
  background-color: #512D6D;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 1252, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 {
    width: 100%;
    float: none;
    margin-bottom: 60px;
    height: auto;
    padding: 0 34px;
  }
}
/* line 1268, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .contextual-region {
  position: initial;
}
/* line 1271, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-field-summary {
  margin-top: 66px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  /* line 1271, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-field-summary {
    margin-top: 50px;
  }
}
/* line 1277, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-field-summary .field-content {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: white;
  font-weight: 900;
  font-size: 1rem;
}
/* line 1284, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 1284, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body {
    margin-top: 25px;
  }
}
/* line 1289, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body .field-content p {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1289, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body .field-content p {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1289, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body .field-content p {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1289, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .views-field-body .field-content p {
    font-size: 1.75rem;
  }
}
/* line 1305, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links {
  display: flex;
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: 40px;
  justify-content: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 1305, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links {
    margin-top: 30px;
    position: initial;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100% !important;
  }
}
/* line 1320, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link, .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link {
  flex: 1;
  margin: 0 3%;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  /* line 1320, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link, .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
/* line 1329, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link .generic-button, .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link .generic-button {
  height: 100%;
}
/* line 1331, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link .generic-button a, .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link .generic-button a {
  min-height: unset;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  padding: 15px 5px;
}
/* line 1343, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 {
  float: left;
  display: block;
  width: 37.3%;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 1343, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
}
/* line 1354, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row {
  position: relative;
}
/* line 1356, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 1356, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-image {
    width: 100%;
  }
}
/* line 1363, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-image img {
  position: absolute;
  height: auto;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1373, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-summary {
  position: absolute;
  top: 66px;
  left: 38px;
  width: 80%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  /* line 1373, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-summary {
    top: 55px;
  }
}
/* line 1382, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-summary .field-content {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: white;
  font-weight: 900;
  font-size: 1rem;
}
/* line 1389, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body {
  position: absolute;
  top: 130px;
  left: 38px;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  /* line 1389, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body {
    top: 120px;
  }
}
/* line 1397, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content p {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1397, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content p {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1397, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content p {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1397, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content p {
    font-size: 1.875rem;
  }
}
/* line 1413, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link {
  position: absolute;
  bottom: 58px;
  left: 38px;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  /* line 1413, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link {
    top: 320px;
  }
}
/* line 1421, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link div.home-m-d-discovery a {
  color: white;
  font-weight: 900;
}
/* line 1428, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 {
  padding: 2.2%;
  box-shadow: unset;
  border: 1px solid #D1D1D1;
}
/* line 1432, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 {
  width: 55.8%;
  height: 29.2vw;
  max-height: 586px;
  margin-right: 2.8%;
  padding: 3.5%;
}
@media only screen and (max-width: 1024px) {
  /* line 1432, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 {
    width: 100%;
    height: 400px;
  }
}
/* line 1442, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1449, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-image .field-content {
  height: 100%;
}
/* line 1451, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-image .field-content img {
  min-height: 100%;
  min-width: 100%;
}
/* line 1457, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .blockhome-member-block-1-content {
  position: absolute;
  bottom: 9.5%;
  width: 87.5%;
}
@media only screen and (max-width: 1024px) {
  /* line 1457, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .blockhome-member-block-1-content {
    width: 95%;
    bottom: 0;
  }
}
/* line 1466, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-summary {
  margin-top: 0;
}
/* line 1468, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-summary .field-content {
  font-weight: 700;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1473, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body {
  margin-top: 16px;
}
/* line 1475, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content p,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1475, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content p,
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1475, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content p,
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .field-content {
    font-size: 1.875rem;
  }
}
/* line 1487, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links {
  position: relative;
  margin-top: 16px;
  left: unset;
  bottom: unset;
  width: 100%;
  justify-content: normal;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 1495, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-left-link,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-right-link {
  margin-left: 0;
  max-width: 36.2%;
}
/* line 1499, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-left-link a,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-right-link a {
  color: #512D6D;
  border: 1px solid #512D6D;
  font-weight: 700;
}
/* line 1503, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-left-link a:hover,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-right-link a:hover {
  color: #ffffff;
  background-color: #512D6D;
}
/* line 1510, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-right-link a {
  color: #ffffff;
  background-color: #512D6D;
}
/* line 1513, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-body .footer-left-right-links .views-field-field-right-link a:hover {
  color: #512D6D;
  background-color: transparent;
}
/* line 1521, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links {
  position: relative;
  margin-top: 16px;
  left: unset;
  bottom: unset;
  width: 100%;
  justify-content: normal;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 1529, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link {
  margin-left: 0;
  max-width: 36.2%;
}
@media only screen and (max-width: 1024px) {
  /* line 1529, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link,
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link {
    max-width: 100%;
  }
}
/* line 1536, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link a,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link a {
  color: #512D6D;
  border: 1px solid #512D6D;
  font-weight: 700;
}
/* line 1540, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link a:hover,
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link a:hover {
  color: #ffffff;
  background-color: #512D6D;
}
/* line 1547, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link a {
  background-color: transparent !important;
  color: white;
  border: 1px solid white;
}
/* line 1551, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-left-link a:hover {
  text-decoration: underline;
}
/* line 1557, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link a {
  color: #ffffff;
  background-color: #512D6D;
}
/* line 1560, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .footer-left-right-links .views-field-field-right-link a:hover {
  text-decoration: underline;
  color: white;
}
/* line 1568, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 {
  width: 41.4%;
  height: 29.2vw;
  max-height: 586px;
}
@media only screen and (max-width: 1024px) {
  /* line 1568, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
  }
}
/* line 1578, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-image {
  height: 29.2vw;
  max-height: 586px;
  background-color: #512D6D;
}
@media only screen and (max-width: 1024px) {
  /* line 1578, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-image {
    height: 400px;
  }
}
/* line 1586, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-summary {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
}
/* line 1591, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-summary .field-content {
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: 700;
}
/* line 1596, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-body {
  position: relative;
  top: unset;
  left: unset;
  margin-top: 16px;
  width: 100%;
}
/* line 1602, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  /* line 1602, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content {
    font-size: 2.125rem;
  }
}
/* line 1609, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-body .field-content p {
  font-weight: 700;
}
/* line 1614, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  margin-top: 16px;
  width: 100%;
}
/* line 1621, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link a {
  font-size: 1rem;
  font-weight: 700;
  color: #512D6D;
}
/* line 1625, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .views-row .views-field-field-left-link a span:before {
  position: absolute;
  padding-right: 9px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 1633, ../assets/sass/_front.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .blockhome-member-block-2-content {
  position: absolute;
  bottom: 9.5%;
  width: 83%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 1633, ../assets/sass/_front.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-2 .blockhome-member-block-2-content {
    width: 90%;
  }
}
/* line 1646, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 {
  width: 83%;
  position: relative;
  margin: 0 auto 60px;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  /* line 1646, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 {
    margin: 0 auto 30px;
    width: 100%;
    box-shadow: none;
    padding: 0;
  }
}
/* line 1659, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-header {
  float: none;
}
@media only screen and (max-width: 1024px) {
  /* line 1662, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-header .job-home-top .title {
    display: block;
    min-width: 150px;
  }
  /* line 1666, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-header .job-home-top > .row {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1672, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-header .more-link {
    margin-top: 10px;
  }
}
/* line 1678, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content {
  float: none;
}
/* line 1680, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row {
  float: left;
  width: 48.5%;
  height: 164px;
  padding: 15px 10px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 1680, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ECECEC;
  }
}
/* line 1696, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(1), .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(3) {
  margin-right: 3%;
}
@media only screen and (max-width: 1024px) {
  /* line 1696, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(1), .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(3) {
    margin-right: 0;
  }
}
/* line 1703, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(1), .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row:nth-child(2) {
  margin-bottom: 22px;
}
/* line 1707, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing {
  position: absolute;
  width: 96%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  /* line 1707, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing {
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1718, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .field-content > .row {
    margin: 0;
  }
  /* line 1720, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .field-content > .row > .col-xs-12 {
    padding: 0;
  }
}
/* line 1725, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-left {
  position: relative;
  height: 134px;
}
@media only screen and (max-width: 1024px) {
  /* line 1725, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-left {
    display: none;
    visibility: hidden;
  }
}
/* line 1732, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-left img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 1739, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-title {
  margin-bottom: 4px;
}
/* line 1741, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-title a {
  color: #4A4A4A;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.125rem;
}
/* line 1746, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-title a:hover {
  cursor: pointer;
}
/* line 1751, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-description {
  margin-bottom: 3px;
  color: #512D6D;
  font-size: 0.75rem;
}
/* line 1756, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-summary {
  line-height: 1.7;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1756, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-block-1 .view-content .views-row .views-field-nothing .row-right .row-summary {
    display: none;
    visibility: hidden;
  }
}
/* line 1769, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block {
  display: block;
  width: 100%;
  height: 161px;
  position: relative;
  margin: 0 auto 60px;
  background: linear-gradient(45deg, white 0, white 3.8%, transparent 0), linear-gradient(45deg, #512D6D 0, #512D6D 100%);
}
@media only screen and (max-width: 1024px) {
  /* line 1769, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block {
    background: #512D6D;
    height: auto;
  }
}
/* line 1780, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block {
  width: 83%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 1780, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block {
    margin: 0 auto;
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 1795, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .title {
  font-size: 2rem;
  color: white;
  font-weight: 900;
  position: relative;
  height: 55px;
  line-height: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1795, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1795, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .title {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1795, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .title {
    font-size: 1.875rem;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
    top: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 1817, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-letter {
  position: absolute;
  color: #FFFFFF;
  font-size: 2rem;
  top: 9px;
  left: 31px;
  height: 60px;
  padding: 14px 0;
  z-index: 2;
}
/* line 1827, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .newsletter-email-transparent {
  position: absolute;
  display: block;
  max-height: unset;
  height: 32px;
  left: 15px;
  right: 15px;
  bottom: 0;
  top: 23px;
  background-color: #512D6D;
  z-index: 1;
}
/* line 1838, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .newsletter-email-transparent:before {
  content: '';
  position: absolute;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 1849, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-input {
  display: block;
  width: 100%;
  height: 32px;
  border: none;
  background-color: transparent;
  z-index: 2;
  position: relative;
  padding: 0 15px 0 57px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  /* line 1849, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-input {
    margin-bottom: 30px;
  }
}
/* line 1862, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-input.newsletters-firstname, .path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-input.newsletters-lastname {
  margin-bottom: 15px;
}
/* line 1867, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .newsletter-email-label {
  display: block;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: none;
  z-index: 2;
  position: relative;
}
/* line 1877, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .block-newsletter-input.error:focus {
  outline: none !important;
  box-shadow: 0 0 10px red !important;
}
/* line 1881, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .email-not-valid {
  color: #FFFFFF;
  width: 100%;
  font-size: 0.625rem;
  margin-left: 17px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 1881, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .email-not-valid {
    position: absolute;
    bottom: 10px;
    margin-left: 0;
  }
}
/* line 1893, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .signup-button {
  height: 55px;
  line-height: 55px;
}
@media only screen and (max-width: 1024px) {
  /* line 1893, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block .newsletter-home-block .signup-button {
    margin-bottom: 30px;
  }
}
/* line 1899, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block .newsletter-home-block .signup-button:hover {
  cursor: pointer;
}
/* line 1905, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial {
  width: 83%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 1905, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial {
    width: 100%;
  }
}
/* line 1911, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block {
  width: 49.5%;
  height: 288px;
  float: left;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 1911, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1922, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container > .row {
    margin: 0;
  }
  /* line 1924, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container > .row > .col-xs-12 {
    padding: 0;
  }
}
/* line 1929, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-left {
  height: 288px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 1929, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-left {
    height: 200px;
  }
}
/* line 1937, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-left .social-block-left-text {
  position: absolute;
  left: 33px;
  bottom: 36px;
}
/* line 1942, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-left .social-block-left-text p.social-block-small {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
}
/* line 1948, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-left .social-block-left-text p.social-block-large {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFFFFF;
}
/* line 1956, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right {
  position: relative;
  height: 288px;
}
@media only screen and (max-width: 1024px) {
  /* line 1956, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right {
    width: 100%;
    height: 78px;
    display: block;
  }
}
/* line 1964, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 1964, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container {
    display: flex;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 1973, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow {
  display: flex;
  font-size: 2.375rem;
  position: relative;
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 1024px) {
  /* line 1973, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow {
    float: left;
  }
}
/* line 1983, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow a:hover {
  color: transparent;
}
/* line 1987, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow span {
  display: block;
  font-size: 2.625rem;
}
/* line 1990, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1996, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow span.f-icon.micro-icon:before, .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow span.f-icon.spotify-icon:before, .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow span.f-icon.podcast-icon:before {
  font-size: 1.625rem;
}
/* line 2002, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow .icon-social-home-qr-code {
  width: 100px;
  position: absolute;
  top: 50%;
  right: 42px;
  z-index: 9999;
  border: 1px solid #512D6D;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 2002, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow .icon-social-home-qr-code {
    top: initial;
    bottom: 42px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
/* line 2016, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-follow-home-block .social-block-container .social-block-right .social-block-right-container .social-home-follow .icon-social-home-qr-code img {
  width: 100%;
  height: auto;
}
/* line 2026, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block {
  width: 49.5%;
  height: 306px;
  float: left;
  margin-right: 2.5%;
  margin-top: 24px;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  /* line 2026, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block {
    width: 100%;
    height: auto;
    padding: 25px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2041, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container {
    padding: 25px 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2041, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2041, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container {
    padding: 5px 0;
  }
}
/* line 2051, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container.is-image {
  padding: 0;
}
/* line 2053, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container.is-image a > img {
  max-width: 100%;
  height: auto;
  max-height: 306px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 2053, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container.is-image a > img {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 2069, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-logo {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2069, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-logo {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2069, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-logo {
    margin-bottom: 16px;
  }
}
/* line 2078, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-logo .f-icon {
  font-size: 2.5rem;
  color: #512D6D;
}
/* line 2083, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-content {
  text-align: center;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 27px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2083, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-content {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2083, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-content {
    padding-bottom: 16px;
  }
}
/* line 2093, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-content .social-last-post-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  color: #4A4A4A;
  margin-bottom: 24px;
}
/* line 2100, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-content .social-last-post-date {
  font-style: oblique;
}
/* line 2104, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom {
  display: block;
  height: 36px;
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  /* line 2104, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom {
    height: 50px;
  }
}
/* line 2111, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-image-col {
  margin-right: -22px;
}
/* line 2114, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-image-container {
  display: block;
  height: 36px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 2114, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-image-container {
    height: 50px;
  }
}
/* line 2123, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-image-container img.profile-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 2123, ../assets/sass/_front.scss */
  .path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-image-container img.profile-image {
    width: auto;
    height: 100%;
  }
}
/* line 2136, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-name {
  color: #512D6D;
  font-size: 0.6875rem;
  font-weight: 900;
}
/* line 2141, ../assets/sass/_front.scss */
.path-frontpage #block-homesocial .block-social-last-post-block .social-last-post-container .social-last-post-bottom .profile-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.6875rem;
  font-weight: 300;
}
/* line 2150, ../assets/sass/_front.scss */
.path-frontpage .home-custom-block {
  width: 83%;
  position: relative;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 2150, ../assets/sass/_front.scss */
  .path-frontpage .home-custom-block {
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 60px 0;
    padding: 0 15px;
  }
}
/* line 2161, ../assets/sass/_front.scss */
.path-frontpage .home-custom-block .field--name-body {
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
  background-color: white;
  padding: 14px;
}
@media only screen and (max-width: 1024px) {
  /* line 2161, ../assets/sass/_front.scss */
  .path-frontpage .home-custom-block .field--name-body {
    padding: 0;
    box-shadow: none;
  }
}
/* line 2169, ../assets/sass/_front.scss */
.path-frontpage .home-custom-block .field--name-body img {
  max-width: 100%;
  height: auto;
}
/* line 2175, ../assets/sass/_front.scss */
.path-frontpage .home-custom-block-v2 {
  width: 83%;
  position: relative;
  margin: 60px auto;
  padding: 16px;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 2175, ../assets/sass/_front.scss */
  .path-frontpage .home-custom-block-v2 {
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
  }
}
/* line 2188, ../assets/sass/_front.scss */
.path-frontpage .home-custom-block-v2 .views-field-body img,
.path-frontpage .home-custom-block-v2 .field--name-body img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  /* line 2196, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 {
    padding: 0;
  }
}
/* line 2200, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-header {
  display: block;
  visibility: visible;
  width: 83%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 2200, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 .view-header {
    width: 100%;
  }
  /* line 2207, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 .view-header .row {
    margin: 0;
  }
}
/* line 2211, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-header a {
  text-transform: unset;
  border-bottom: none;
}
/* line 2214, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-header a:hover {
  border-bottom: 2px solid #512D6D;
}
/* line 2219, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-display-id-block_4 {
  display: inherit;
  box-shadow: unset;
}
/* line 2224, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row {
  padding: 2.8vw 3.4vw;
}
/* line 2226, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-created {
  margin-bottom: 12px;
}
/* line 2228, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-created .field-content {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
}
/* line 2233, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-field-topic .field-content {
  font-size: 0.875rem;
}
/* line 2236, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-title {
  min-height: 80px;
}
/* line 2238, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-title a {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2238, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-title a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2238, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-title a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2238, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-title a {
    font-size: 1rem;
    line-height: 16px;
  }
}
/* line 2252, ../assets/sass/_front.scss */
.path-frontpage .block-views-blocknews-block-4.version-202308 .view-content .views-row .views-field-field-summary {
  margin-bottom: 12px;
}
/* line 2258, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  /* line 2258, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 {
    padding: 12px;
    margin: 0 0 20px;
  }
}
/* line 2264, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header {
  width: 83%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 2264, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header {
    width: 100%;
    float: right;
    margin-top: 7px;
  }
  /* line 2271, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header .row {
    margin: 0;
  }
}
/* line 2275, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header a {
  color: #512D6D;
  font-weight: 900;
  border-bottom: none;
}
/* line 2279, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header a:hover {
  border-bottom: 2px solid #512D6D;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  /* line 2275, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-header a {
    display: block;
    visibility: visible;
    font-size: 0.75rem;
  }
}
/* line 2290, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content {
  display: table-cell;
  width: 90%;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 2290, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content {
    display: block;
    width: 100%;
    border: none;
  }
}
/* line 2300, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .view-content-container {
  display: table;
}
@media only screen and (max-width: 1024px) {
  /* line 2300, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .view-content-container {
    display: block;
  }
}
/* line 2306, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row {
  display: table-cell;
  width: 25%;
  border-right: 1px solid #D1D1D1;
  padding: 35px 28px 32px 38px;
}
@media only screen and (max-width: 1024px) {
  /* line 2306, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row {
    display: block;
    float: left;
    width: 100%;
    border-right: none;
    padding: 0 0 23px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #ECECEC;
  }
}
/* line 2320, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row:last-child {
  border-right: none;
}
/* line 2323, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-logo {
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 2323, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-logo {
    height: 100px;
    width: 46%;
    margin-right: 4%;
    float: left;
  }
}
/* line 2332, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-logo img {
  max-height: 100px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  /* line 2332, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* line 2345, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-company-name {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 2345, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-company-name {
    width: 50%;
    float: left;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2353, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector {
    display: none;
    visibility: hidden;
  }
}
/* line 2358, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field {
  float: left;
  margin-bottom: 10px;
}
/* line 2362, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field-field-job-sector .field-content ul li,
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field-field-job-type .field-content,
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field-field-location .field-content {
  float: left;
  font-size: 0.6875rem;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 4px;
}
/* line 2375, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field-field-job-sector ul {
  padding: 0;
  margin: 0;
}
/* line 2378, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .job-location-type-sector .views-field-field-job-sector ul li {
  list-style: none;
}
/* line 2383, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title {
  min-height: 40px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2383, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title {
    min-height: 68px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2383, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title {
    min-height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2383, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2383, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title {
    width: 40%;
  }
}
/* line 2400, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title .field-content a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 2400, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title .field-content a {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 2400, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title .field-content a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2400, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title .field-content a {
    font-size: 1rem;
    line-height: 18px;
  }
}
/* line 2414, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-title .field-content a:hover {
  color: rgba(0, 0, 0, 0.8);
}
/* line 2420, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-summary {
  clear: both;
  padding-top: 24px;
  min-height: 40px;
  margin-bottom: 30px;
}
/* line 2425, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-summary .field-content {
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  /* line 2420, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockjobs-home-v2-block-1 .view-content .views-row .views-field-field-summary {
    display: none;
    visibility: hidden;
  }
}
/* line 2436, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 {
  padding: 2.2%;
  width: 83%;
  max-width: 1440px;
  max-height: 820px;
  position: relative;
  margin: 100px auto 120px;
  background-color: white;
  border: 1px solid #D1D1D1;
}
@media only screen and (max-width: 1024px) {
  /* line 2436, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 {
    height: 300px;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 0 30px;
  }
}
/* line 2452, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .view-content {
  position: relative;
  background: url("/sites/default/files/Dark_Honeycomb_Pattern.webp");
  background-color: #000000;
  background-size: cover;
  height: 39.5vw;
  max-height: 685px;
}
@media only screen and (max-width: 1024px) {
  /* line 2452, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 .view-content {
    height: 300px;
  }
}
/* line 2463, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .views-field-field-image {
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 2463, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 .views-field-field-image {
    display: none;
  }
}
/* line 2472, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content {
  position: absolute;
  color: #ffffff;
  width: 50%;
  top: 50%;
  left: 3.5%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 2472, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content {
    width: auto;
  }
}
/* line 2482, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .views-field-field-displayed-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 2487, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .views-field-field-summary {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 2487, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .views-field-field-summary {
    font-size: 1.25rem;
  }
}
/* line 2495, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links {
  display: flex;
  position: relative;
  margin-top: 16px;
  width: 100%;
  justify-content: normal;
}
@media only screen and (max-width: 1024px) {
  /* line 2495, ../assets/sass/_front.scss */
  .path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links {
    width: 93.6%;
    margin-top: 16px;
  }
}
/* line 2505, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links .views-field {
  flex: 1;
  max-width: 200px;
}
/* line 2509, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links a {
  color: white;
  background-color: #512D6D;
  border: 1px solid #512D6D;
  font-weight: 700;
  justify-content: center;
  display: flex;
  padding: 15px 5px;
}
/* line 2517, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links a .f-icon {
  margin-right: 10px;
  margin-top: 2px;
}
/* line 2523, ../assets/sass/_front.scss */
.path-frontpage .block-views-blockdownload-mobile-app-block-1 .download-app-content .footer-left-right-links .views-field-field-left-link a {
  margin-right: 8%;
}
@media only screen and (max-width: 1024px) {
  /* line 2530, ../assets/sass/_front.scss */
  .path-frontpage .block-newsletters-home-block.version-202308 {
    margin-bottom: 20px;
  }
}
/* line 2535, ../assets/sass/_front.scss */
.path-frontpage .block-newsletters-home-block.version-202308 .newsletter-home-block .signup-button:hover {
  color: white;
  background-color: #512D6D;
  border: 1px solid white;
  text-decoration: underline;
}

/* line 2, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #D1D1D1;
  flex: 0 0 100%;
  padding: 15px 0;
}
/* line 7, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row:hover {
  transform: none;
}
/* line 10, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .membership-listing-first-letters {
  text-align: center;
}
/* line 12, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .membership-listing-first-letters .first-letter {
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  min-width: 64px;
  height: 64px;
  background-color: #512D6D;
  color: #FFFFFF;
  text-align: center;
  line-height: 64px;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 12, ../assets/sass/_membership_listing.scss */
  .block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .membership-listing-first-letters .first-letter {
    margin-bottom: 20px;
  }
}
/* line 30, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-title {
  text-align: left;
}
/* line 32, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-title .field-content {
  border-bottom: none;
  margin: 0;
  font-size: 1.5rem;
}
/* line 38, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-price {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 20px;
}
/* line 43, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information {
  padding: 0;
}
/* line 45, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information .field-content {
  text-align: left;
  font-size: 0.875rem;
}
/* line 49, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information .field-content-description {
  max-height: none;
  overflow: auto;
}
/* line 52, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information .field-content-description p {
  padding: 0;
}
/* line 57, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information .field-content-description-scroll:hover {
  overflow-y: unset;
}
/* line 61, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-field-information .membership-info-contents-hide {
  display: none;
}
/* line 65, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-nothing {
  position: relative;
  bottom: inherit;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 1024px) {
  /* line 65, ../assets/sass/_membership_listing.scss */
  .block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-nothing {
    margin-top: 20px;
  }
}
/* line 74, ../assets/sass/_membership_listing.scss */
.block-membership-payment-details-block .membership-details-content.membership-details-listing .views-row .views-field-nothing a {
  border-radius: 5px;
}

/* line 2, ../assets/sass/_glueup_ads.scss */
.glueup-ads-slick-list img {
  margin: 0 auto;
  box-shadow: 0 10px 20px 0 rgba(128, 128, 128, 0.1);
}
@media only screen and (max-width: 1024px) {
  /* line 2, ../assets/sass/_glueup_ads.scss */
  .glueup-ads-slick-list img {
    max-height: 140px;
    width: auto;
  }
}

/* line 14, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-vertical-top-block .glueup-ads-slick-list .slick--optionset--default,
.block-glueup-ads-vertical-bottom-block .glueup-ads-slick-list .slick--optionset--default {
  width: 200px;
  height: 292px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  /* line 14, ../assets/sass/_glueup_ads.scss */
  .block-glueup-ads-vertical-top-block .glueup-ads-slick-list .slick--optionset--default,
  .block-glueup-ads-vertical-bottom-block .glueup-ads-slick-list .slick--optionset--default {
    width: 100%;
    height: unset;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../assets/sass/_glueup_ads.scss */
  .block-glueup-ads-vertical-top-block .glueup-ads-slick-list,
  .block-glueup-ads-vertical-bottom-block .glueup-ads-slick-list {
    width: 100%;
    max-height: 140px;
    margin-top: 10px;
  }
}
/* line 28, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-vertical-top-block .glueup-ads-slick-list .img,
.block-glueup-ads-vertical-bottom-block .glueup-ads-slick-list .img {
  margin: inherit;
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../assets/sass/_glueup_ads.scss */
  .block-glueup-ads-vertical-top-block .glueup-ads-slick-list .img,
  .block-glueup-ads-vertical-bottom-block .glueup-ads-slick-list .img {
    margin: 10px auto 0;
  }
}

/* line 38, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-home-horizontal-bottom-block .slick--optionset--default,
.block-glueup-ads-home-horizontal-middle-block .slick--optionset--default {
  margin: 0 auto 60px;
  width: 83%;
  max-width: 1440px;
}
/* line 43, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-home-horizontal-bottom-block .slick img,
.block-glueup-ads-home-horizontal-bottom-block .slick-track .slick__slide img,
.block-glueup-ads-home-horizontal-middle-block .slick img,
.block-glueup-ads-home-horizontal-middle-block .slick-track .slick__slide img {
  margin: 0 auto;
}

/* line 48, ../assets/sass/_glueup_ads.scss */
.glueup-ads-vertical-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 48, ../assets/sass/_glueup_ads.scss */
  .glueup-ads-vertical-mobile {
    display: block;
  }
}

/* line 56, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-horizontal-top-block .glueup-ads-slick-list .slick--optionset--default {
  margin-bottom: 20px;
}
/* line 58, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-horizontal-top-block .glueup-ads-slick-list .slick--optionset--default .slide__caption {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 62, ../assets/sass/_glueup_ads.scss */
  .block-glueup-ads-horizontal-top-block .glueup-ads-slick-list img {
    margin-top: 20px;
  }
}

/* line 69, ../assets/sass/_glueup_ads.scss */
.block-glueup-ads-horizontal-bottom-block {
  clear: both;
  margin-top: 20px;
}

/* line 73, ../assets/sass/_glueup_ads.scss */
.block-ads-side-mobile {
  display: none;
}

/* line 77, ../assets/sass/_glueup_ads.scss */
.region.region-content .block-glueup-ads-vertical-top-block,
.region.region-content .block-glueup-ads-vertical-bottom-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 77, ../assets/sass/_glueup_ads.scss */
  .region.region-content .block-glueup-ads-vertical-top-block,
  .region.region-content .block-glueup-ads-vertical-bottom-block {
    display: block;
    clear: both;
  }
}

/* line 3, ../assets/sass/_search.scss */
.class-region-search-node .search-form .input-group {
  width: 100%;
}
/* line 5, ../assets/sass/_search.scss */
.class-region-search-node .search-form .input-group input {
  border-radius: 0;
  float: right;
  width: 97%;
}
/* line 10, ../assets/sass/_search.scss */
.class-region-search-node .search-form .input-group .input-group-btn {
  float: left;
  width: 3%;
}
/* line 13, ../assets/sass/_search.scss */
.class-region-search-node .search-form .input-group .input-group-btn button {
  border-radius: 0;
  width: 100%;
  margin-left: 0;
}
/* line 20, ../assets/sass/_search.scss */
.class-region-search-node .search-form .search-help-link,
.class-region-search-node .search-form .search-advanced {
  display: none;
}
/* line 25, ../assets/sass/_search.scss */
.class-region-search-node h2 {
  display: none;
}
/* line 29, ../assets/sass/_search.scss */
.class-region-search-node ol li {
  border-bottom: 1px solid #D1D1D1;
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 29, ../assets/sass/_search.scss */
  .class-region-search-node ol li {
    padding: 2.78vw 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 29, ../assets/sass/_search.scss */
  .class-region-search-node ol li {
    padding: 2.78vw 0;
  }
}
/* line 38, ../assets/sass/_search.scss */
.class-region-search-node ol li h3 {
  margin-top: 0;
}
/* line 40, ../assets/sass/_search.scss */
.class-region-search-node ol li h3 a {
  font-size: 1rem;
  color: #4a4a4a;
  font-weight: 900;
}
/* line 46, ../assets/sass/_search.scss */
.class-region-search-node ol li p {
  margin: 0;
}
/* line 48, ../assets/sass/_search.scss */
.class-region-search-node ol li p strong {
  color: #512D6D;
}
/* line 57, ../assets/sass/_search.scss */
.class-region-search-node .pager-nav ul li.pager__item a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #4D4D4D;
  background-color: white;
  border-radius: 10px;
}
/* line 65, ../assets/sass/_search.scss */
.class-region-search-node .pager-nav ul li.pager__item.pager__item--previous a {
  width: 66px;
}
/* line 69, ../assets/sass/_search.scss */
.class-region-search-node .pager-nav ul li.pager__item.active a {
  background-color: #512D6D;
}

/* line 2, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner {
  position: relative;
  margin-bottom: 12px;
}
/* line 5, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-title {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  text-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 100;
  width: 76.1%;
  top: 50%;
  left: 47.6%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 5, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-title {
    width: 83%;
    font-size: 1.5rem;
  }
}
/* line 21, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-title.center {
  text-align: center;
}
/* line 24, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-title.right {
  text-align: right;
}
/* line 27, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-title.left {
  text-align: left;
}
/* line 31, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-image {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
/* line 37, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  /* line 31, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image {
    height: 220px;
  }
  /* line 49, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image img {
    min-height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 31, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image {
    height: 180px;
  }
  /* line 55, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image img {
    min-height: 180px;
  }
}
@media only screen and (max-width: 374px) {
  /* line 31, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image {
    height: 120px;
  }
  /* line 61, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image img {
    min-height: 120px;
  }
}

/* custom */
@media only screen and (max-width: 1024px) {
  /* line 74, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image {
    height: 22.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 78, ../assets/sass/_page_banner.scss */
  .block-glueup-page-banner .glueup-page-banner .page-banner-image img {
    min-height: auto;
    width: 100%;
    height: auto;
  }
}
/* line 85, ../assets/sass/_page_banner.scss */
.block-glueup-page-banner .glueup-page-banner .page-banner-image .overlay-black {
  background: rgba(0, 0, 0, 0.2);
}

/* line 2, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left,
.view-block-faq .faq-split-right {
  width: 48%;
  float: left;
}
/* line 6, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row,
.view-block-faq .faq-split-right .views-row {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
/* line 12, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row:nth-child(2n),
.view-block-faq .faq-split-right .views-row:nth-child(2n) {
  margin-right: 0;
}
/* line 15, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row:nth-child(2n+1),
.view-block-faq .faq-split-right .views-row:nth-child(2n+1) {
  clear: both;
  margin-right: 2%;
}
/* line 19, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-title,
.view-block-faq .faq-split-right .views-row .views-field-title {
  position: relative;
}
/* line 21, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-title:hover,
.view-block-faq .faq-split-right .views-row .views-field-title:hover {
  cursor: pointer;
}
/* line 24, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-title .field-content,
.view-block-faq .faq-split-right .views-row .views-field-title .field-content {
  color: #512D6D;
  font-size: 1.125rem;
  margin: 20px 0;
}
/* line 28, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-title .field-content:hover,
.view-block-faq .faq-split-right .views-row .views-field-title .field-content:hover {
  text-decoration: underline;
}
/* line 31, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-title .field-content .arrow-icon,
.view-block-faq .faq-split-right .views-row .views-field-title .field-content .arrow-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
/* line 39, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left .views-row .views-field-body,
.view-block-faq .faq-split-right .views-row .views-field-body {
  display: none;
}
/* line 44, ../assets/sass/_faq.scss */
.view-block-faq .faq-split-left {
  margin-right: 2%;
}

/* line 49, ../assets/sass/_faq.scss */
.view-block-faq-1 .faq-split-right {
  width: 100%;
}
/* line 52, ../assets/sass/_faq.scss */
.view-block-faq-1 .faq-split-left {
  width: 100%;
  margin-right: 0;
}

/* line 1, ../assets/sass/_custom.scss */
html,
body {
  font-family: "Ek_Mukta-Regular";
  src: url("../../../../sites/default/files/fontyourface/local_fonts/ek_mukta_regular/font.woff") format("woff");
  /* Pretty Modern Browsers */
}

/* line 7, ../assets/sass/_custom.scss */
.footer.container #block-webfooter .block-newsletters-footer-block .title,
.path-frontpage .block-newsletters-home-block .newsletter-home-block .title,
.block-header-top .title,
.path-frontpage .block-event-home-block.version-202308 .block-eventshome-container .event-news-home-block .view-display-id-block_3 .home-featured-news-text-container .views-field-title,
.path-frontpage .block-event-home-block .block-eventshome-container .event-home-block .event-home-top .title,
h1, h2, h3, h4, h5, h6 {
  font-family: "ITCKabelStd-Demi";
  src: url("../../../../sites/default/files/fontyourface/local_fonts/itckabelstd_demi/font.woff") format("woff");
  /* Pretty Modern Browsers */
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 19, ../assets/sass/_custom.scss */
  #navbar .navbar-header .group-header-left {
    width: 20%;
  }
  /* line 22, ../assets/sass/_custom.scss */
  #navbar .navbar-header .group-header-right {
    width: 80%;
  }
}
/* line 26, ../assets/sass/_custom.scss */
#navbar .navbar-header .main-navigation > ul > li {
  max-width: 13%;
  text-align: center;
}
/* line 29, ../assets/sass/_custom.scss */
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent,
#navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
  padding-left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 29, ../assets/sass/_custom.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent,
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
    font-size: 0.75rem;
    padding-left: 6px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 29, ../assets/sass/_custom.scss */
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1.menuparent,
  #navbar .navbar-header .main-navigation > ul > li > .sf-depth-1 {
    font-size: 0.625rem;
    padding-left: 4px;
  }
}

/* line 50, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockslideshow-block-1 .slick--view--slideshow .slick-slide img {
  width: 100%;
}

/* line 59, ../assets/sass/_custom.scss */
.footer.container #block-webfooter .block-views-blockcontact-block-2 .views-field-title {
  text-transform: none;
}

/* line 64, ../assets/sass/_custom.scss */
.view-block-frame .view-content .views-field-field-thumbnails img {
  margin: 0 auto;
}

/* line 69, ../assets/sass/_custom.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-4 {
  margin-top: 30px;
}
/* line 72, ../assets/sass/_custom.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-3.block-views-blockhome-member-block-1 {
  margin-top: 30px;
  margin-left: 2.8%;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 72, ../assets/sass/_custom.scss */
  .path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-3.block-views-blockhome-member-block-1 {
    margin-left: 0;
  }
}

/* line 81, ../assets/sass/_custom.scss */
.path-frontpage #block-memberaccesshome.version-202308 .block-views-blockhome-member-block-1 .views-field-field-image .field-content img {
  width: 100%;
}

/* line 84, ../assets/sass/_custom.scss */
.path-frontpage #block-memberaccesshome.version-202308 {
  margin-top: 66px;
}
@media only screen and (max-width: 1024px) {
  /* line 84, ../assets/sass/_custom.scss */
  .path-frontpage #block-memberaccesshome.version-202308 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 91, ../assets/sass/_custom.scss */
  .block-views-blockslideshow-block-1 {
    margin-top: 8px;
  }
}

/* ============================================================================
   TPAS WEBSITE — COMPLETE HOMEPAGE / GLOBAL STYLING
   Theme : Drupal + Bootstrap + Superfish (Glue Up hosting)
   Scope : styling, colour, layout and finish. No content or markup changes.

   Paste this whole file into the theme's Custom CSS field.
   NO NEW ASSETS REQUIRED — every font and image used here is already loaded
   by the site, so this is a pure styling change.

   ----------------------------------------------------------------------------
   REVISION — 2026-08-23 (what changed since the previous hand-off)
   ----------------------------------------------------------------------------
     • Footer newsletter ("Stay in touch"): email box + purple Submit button
       now rounded (were square). — PART B, "Always-on base fixes".
     • Events listing (/events) hero copy: eyebrow "What's coming up", title
       "All training and events", refreshed intro. (Was "Training and events" /
       "What's on".) — PART B, "Interior page cards" → events block.
     • /news listing (node 370): the generic ".views-row" card rule now excludes
       it (:not(.page-node-370)) so the theme defers to that page's own node-body
       CSS (which fixes the featured card, the card grid + gaps, and mobile). See
       the PART D note at the foot of this file. — PART B, "Interior page cards".
     • WCAG 2.2 AA accessibility fixes added as a new PART C (kept last): body-link
       underlines, hero-eyebrow + Featured-News + breadcrumb contrast, header-search
       boundary/focus (rebuilt as one clean straight-cornered field with an inset
       focus ring), superfish focus rings, footer-Submit contrast, and a 320-400px
       reflow guard. The root overflow-x rule in PART B was changed to the reflow-safe
       form. Two node-body a11y fixes (news grid min(), board modal focus) are already
       live and are NOT in this file (see PART D).
     No config/toggle values changed; PART A is untouched.

   ----------------------------------------------------------------------------
   WHAT THIS FILE IS
   ----------------------------------------------------------------------------
   It is the UNION of two previously separate pieces of work, merged into one
   file so nothing is lost:

     PART A — FOUNDATION  (was: "Tpas-Website-Nav-Styling.css", the last export)
              Purple nav band, white ITC Kabel links, brand-colour dropdowns,
              pink Register button, mobile hamburger, 17px body/heading text,
              homepage headings in the brand font.

     PART B — LAYOUT & FINISH  (from the live style tester, current settings)
              Logo sizing, single-line "Option 5" nav fit, violet background
              glow, Latest-News / Home-intro card colours, rounded corners,
              compact footer, newsletter corner, and the scroll-reveal effect.

   PART A was already handed over; PART B is the new layer that sits on top of
   it. They were built to complement each other. Where they touch the same nav
   selectors they are INTENTIONAL refinements, not accidents — see the note
   below before "tidying" any apparent duplication.

   ----------------------------------------------------------------------------
   TESTER SETTINGS THIS PART B REPRESENTS
   ----------------------------------------------------------------------------
     Logo size .............. Balanced            Background depth ...... +5%
     Nav height (desktop) ... 64px                Member CTA blocks ..... Theme *
     Nav fit — Option 5 ..... On                  Gap below CTA box ..... Theme *
     Background glow ........ Violet              Newsletter notch ...... Solid
     Latest News box ........ White               Nav dropdown .......... Default *
     Home intro box ......... White               Scroll reveal ......... Fade
     Rounded corners ........ Medium
     Footer address ......... Compact
       * "Theme"/"Default" = left at the theme's own behaviour; emits no CSS.

   ----------------------------------------------------------------------------
   COMPARE & CONTRAST — where PART A and PART B overlap (READ THIS)
   ----------------------------------------------------------------------------
   All three overlaps are on the top navigation and are deliberate. PART B is
   placed AFTER PART A in this file, so where both use an equal-specificity
   !important rule, PART B wins — which is the intended result:

     1. #superfish-main wrap:  PART A sets flex-wrap:wrap; Option 5 (PART B)
        sets flex-wrap:nowrap at >=1025px so the menu holds a single line and
        fluid-shrinks. nowrap wins above 1025px. (Correct — that is Option 5.)

     2. Nav link size:  PART A pins the top-level links at 17px; Option 5
        overrides to a clamp() maxing at 16px at >=1025px so six items always
        fit. The 16px clamp wins above 1025px. PART A's VERTICAL padding
        (12px, which drives the full-height hover fix) is preserved — Option 5
        only overrides the horizontal padding.

     3. Nav band height:  PART A lets the band height follow its flex content;
        PART B pins it to 64px at >=992px. Complementary — it just fixes the
        height PART A left fluid.

   Net effect: PART A supplies the colours, fonts and dropdown behaviour;
   PART B supplies the sizing and fit. Keep both.

   Heads-up for devs: PART A's notes assume the desktop nav appears at >=1200px
   (theme hamburger below). PART B's Option 5 assumes the desktop nav at
   >=1025px. If the theme actually switches to the hamburger below 1200px, the
   1025–1199px desktop-nav rules simply have nothing to act on (harmless).
   Worth confirming the theme's real mobile breakpoint so the two agree.

   Brand colours (Tpas 2026 guidelines):
     Purple #512D6D · Pink #C6007E · Gold #EAAA00 · Pale purple #EFEAF3
   ============================================================================ */
/* ############################################################################
   ##  PART A — FOUNDATION: navigation, colour, fonts, text size, headings   ##
   ##  (verbatim from the last export; its inline notes are worth keeping)    ##
   ############################################################################ */
/* ============================================================
   BLOCK 1 - THE NAVIGATION
   Purple full-width nav band, white ITC Kabel links centred in it,
   dropdowns in brand colours, pink Register button.
   The logo stays on a white strip, so no logo change is needed.
   ============================================================ */
/* ---- 1a. The nav band ----------------------------------------
   Made full-bleed with a ::before pseudo-element.

   TWO TRAPS, both found by testing. Please do not "tidy" these away:

   1. Do NOT use clip-path to bleed the band. clip-path clips descendants,
      which silently cuts off every dropdown. They still render, they are
      just invisible.
   2. display:block on the ::before is REQUIRED. This element also carries
      Bootstrap's .clearfix class, whose ::before sets display:table. An
      empty table box shrink-to-fits to 0x0, so the purple never paints, no
      matter what left/right say.
   -------------------------------------------------------------- */
/* line 231, ../assets/sass/_custom.scss */
#block-mainnavigation {
  position: relative !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* Pulls the nav out of the right-hand column so the band spans the full
     page width. Matches the 30/70 column split set in 1b. */
  margin-left: -42.857% !important;
  width: 142.857% !important;
  display: flex !important;
  align-items: center !important;
  /* vertically centres the menu in the band */
  overflow: visible !important;
}

/* line 244, ../assets/sass/_custom.scss */
#block-mainnavigation::before {
  content: "" !important;
  display: block !important;
  /* see trap 2 above */
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -100vw !important;
  right: -100vw !important;
  background: #512D6D !important;
  z-index: 0 !important;
}

/* ---- 1b. The logo column -------------------------------------
   The theme places the logo BESIDE the nav. Dropping the logo into the top
   strip lets the purple band run full width beneath it instead, without
   covering the logo.

   Widening the column from 25% to 30% also gives the logo room to grow: it
   renders about 308x41, up from 252x34.

   If you change this split, update the pull in 1a to match:
     margin-left = -(left% / right%)      width = 100% / right%
   -------------------------------------------------------------- */
/* line 266, ../assets/sass/_custom.scss */
#block-headerleft {
  width: 30% !important;
  height: 58px !important;
}

/* line 270, ../assets/sass/_custom.scss */
#block-headerright {
  width: 70% !important;
}

/* line 273, ../assets/sass/_custom.scss */
#block-headerleft .logo.navbar-btn {
  height: 58px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

/* ---- 1c. Centring the links ----------------------------------
   NOTE: the menu must be display:flex for justify-content to do anything.
   Without it the items stack vertically.
   -------------------------------------------------------------- */
/* line 285, ../assets/sass/_custom.scss */
#superfish-main {
  position: relative !important;
  z-index: 1 !important;
  /* keeps the menu above the band background */
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  align-self: stretch !important;
  /* see 1c-note below - required */
}

/* line 297, ../assets/sass/_custom.scss */
#superfish-main,
#superfish-main > li {
  background: transparent !important;
  border: 0 !important;
}

/* line 302, ../assets/sass/_custom.scss */
#superfish-main > li {
  float: none !important;
  /* Superfish floats these by default */
  display: flex !important;
  height: auto !important;
  align-self: stretch !important;
  /* see 1c-note below - required */
}

/* The link fills its item and centres its own text. Needed because the item
   is now full height rather than shrink-wrapped around the text. */
/* line 310, ../assets/sass/_custom.scss */
#superfish-main > li > a.sf-depth-1,
#superfish-main > li > span.sf-depth-1 {
  display: flex !important;
  align-items: center !important;
}

/* ---- 1c-note. WHY THE STRETCH RULES ABOVE MATTER -------------
   These three `stretch` declarations are not cosmetic. Without them the
   dropdowns appear broken: hovering the nav does nothing, and clicking a
   parent item just navigates to its page.

   The cause is a hover dead zone. Centring the items (align-self:center)
   shrink-wraps them to their text, about 58px, inside a 79px band. That
   leaves an 11px strip of purple below each item that LOOKS like part of
   the nav but is not part of the link, so hovering there triggers nothing.
   The submenu then opened 7px lower still, so moving the mouse toward it
   crossed dead space, dropped the hover and closed the menu.

   Measured before: item 58px in a 79px band, 11px dead zone, 7px gap.
   Measured after:  item 79px, dead zone 0, gap 0.

   The chain matters, so do not remove any one of them:
     - #superfish-main must stretch, or the menu is only as tall as its text
       and its items can only stretch to the menu's height, not the band's.
     - the items must stretch to fill the menu.
     - the links must flex so their text stays vertically centred.
   Plus the `top:100%` rule in 1e, which makes the dropdown sit flush.
   -------------------------------------------------------------- */
/* ---- 1d. Top-level links -------------------------------------
   White ITC Kabel, sentence case, centred.

   The span selector matters: menu items without a link (for example
   "Test Pages") render as <span>, not <a>.

   FONT: ITCKabelStd-Demi is already loaded by the theme, as it is the font
   used for page headings. It is referenced by family name only, so there is
   no @font-face, no font upload and no licensing question. It is also the
   only Kabel face the site has: there is no Book or Regular.

   WEIGHT, and why it is done this way. Demi alone reads a little too heavy,
   but it CANNOT be lightened with font-weight. Browsers synthesise bold,
   never the reverse: with only the 600 face present, font-weight 300, 400
   and 600 all render identically (measured: 180.05px wide in every case).

   So instead, -webkit-text-stroke in the BAND COLOUR trims the glyph edges
   from the outside in, which thins the letterforms convincingly. 0.5px is
   set below and is the agreed value: it is the closest match to genuine
   ITC Kabel Book. For reference, 0.3px is subtle and 0.6px starts to erode
   the letterforms.

   This works ONLY because the band is a known solid colour. If #512D6D ever
   changes, change the stroke colour to match or an outline will appear.
   -webkit-text-stroke is non-standard but is supported by Chrome, Safari,
   Edge and Firefox. -webkit-font-smoothing helps on macOS and is ignored
   elsewhere, so the stroke does the real work cross-platform.

   SIZE: 17px, to sit correctly beside the 17px body text in BLOCK 2. These
   links cannot inherit the body size, as they are pinned here, so change
   them here. (NOTE: PART B's Option 5 shrinks these to a clamp maxing at
   16px at >=1025px so they always fit on one line — see the compare note in
   the file header. The 17px here still applies below that width.)
   -------------------------------------------------------------- */
/* line 375, ../assets/sass/_custom.scss */
#superfish-main > li > a.sf-depth-1,
#superfish-main > li > span.sf-depth-1 {
  color: #FFFFFF !important;
  font-family: 'ITCKabelStd-Demi','Segoe UI',Arial,sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  -webkit-text-stroke: 0.5px #512D6D !important;
  /* thins Demi, see note above */
  -webkit-font-smoothing: antialiased !important;
  text-transform: none !important;
  padding: 12px 18px !important;
  background: transparent !important;
  border: 0 !important;
}

/* On hover the band lightens by rgba(255,255,255,.10), so the stroke colour
   is matched to that blend. Otherwise a dark outline would appear. */
/* line 390, ../assets/sass/_custom.scss */
#superfish-main > li > a.sf-depth-1:hover,
#superfish-main > li > a.sf-depth-1:focus,
#superfish-main > li.sfHover > a.sf-depth-1,
#superfish-main > li.active-trail > a.sf-depth-1 {
  color: #EAAA00 !important;
  /* Tpas gold */
  background: rgba(255, 255, 255, 0.1) !important;
  -webkit-text-stroke: 0.5px #5F3D79 !important;
}

/* ---- 1e. Dropdowns -------------------------------------------
   White panel, purple links, pink top edge. This is what replaces the
   stray Bootstrap blue the dropdown links currently use.
   -------------------------------------------------------------- */
/* line 404, ../assets/sass/_custom.scss */
#superfish-main ul {
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-top: 3px solid #C6007E !important;
  /* Tpas pink */
  box-shadow: 0 8px 20px rgba(26, 20, 36, 0.18) !important;
  padding: 6px 0 !important;
  text-align: left !important;
  /* keep contents left-aligned */
  z-index: 9999 !important;
}

/* Dropdown sits flush against the item it belongs to, with no gap for the
   mouse to fall through. The theme positions it at 2.5em, which left a 7px
   gap once the items became full height. See the 1c-note above.

   IMPORTANT: this is scoped to the SHOWN state only (:hover / .sfHover).
   Superfish parks hidden submenus at top:-9999px, so setting `top` on the
   base rule would drag every closed menu into view. It is also scoped to
   direct children (> li > ul) so third-level flyouts, which open sideways
   at top:0, are left alone. */
/* line 423, ../assets/sass/_custom.scss */
#superfish-main > li:hover > ul,
#superfish-main > li.sfHover > ul {
  top: 100% !important;
}

/* line 427, ../assets/sass/_custom.scss */
#superfish-main ul li {
  background: transparent !important;
  border: 0 !important;
}

/* Dropdown items stay in the body font (Ek Mukta) for readability across
   longer lists, one step below the 17px top level. */
/* line 433, ../assets/sass/_custom.scss */
#superfish-main ul li a {
  color: #512D6D !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  padding: 8px 16px !important;
  background: transparent !important;
}

/* line 441, ../assets/sass/_custom.scss */
#superfish-main ul li a:hover,
#superfish-main ul li a:focus,
#superfish-main ul li.sfHover > a {
  background: #EFEAF3 !important;
  /* Tpas pale purple */
  color: #C6007E !important;
}

/* ---- 1f. Register button -------------------------------------
   Set to Tpas Pink. It was #512D6D purple, the same colour as the nav band
   directly beneath it, which left the primary call to action reading as
   just another purple block. Pink is the brand's accent and makes it the
   obvious action. Login is left as it is, so the two are clearly ranked.
   -------------------------------------------------------------- */
/* line 455, ../assets/sass/_custom.scss */
#block-eventbankregister a {
  background: #C6007E !important;
  /* Tpas Pink, Pantone 233C */
  color: #FFFFFF !important;
  border: 0 !important;
}

/* line 460, ../assets/sass/_custom.scss */
#block-eventbankregister a:hover,
#block-eventbankregister a:focus {
  background: #A80069 !important;
  color: #FFFFFF !important;
}

/* ---- 1g. Mobile ----------------------------------------------
   The mobile header bar is already purple and its links are already white,
   so only the hamburger needs picking up.
   -------------------------------------------------------------- */
/* line 471, ../assets/sass/_custom.scss */
.mobile-header-menu-link.mobile-menu-icon {
  color: #512D6D !important;
}

/* line 474, ../assets/sass/_custom.scss */
.mobile-block-menu .close-icon {
  color: #FFFFFF !important;
}

/* ============================================================
   BLOCK 2 - TEXT SIZE

   The site's content inherits its size from body, so these two rules are
   enough. Bumping body alone was confirmed to move paragraphs, button
   labels, Login, Register, "See All Events" and footer links together.

     body{font-size}  -> body text, links, button labels.
                         Headings DO NOT move, as they are rem-based.
     html{font-size}  -> headings and other rem-based type.
                         Body text does NOT move, as body sets its own px.

   Both are 17px: larger body text WITH headings scaled to match. To change
   the size, edit both together. 16px is the site's current value. For larger
   body text but headings left ALONE, delete the html rule.

   The nav is NOT set here — its links/dropdowns are pinned in BLOCK 1 (and
   refined by PART B). If you change the body size, revisit those so the nav
   stays in proportion.
   ============================================================ */
/* line 500, ../assets/sass/_custom.scss */
body {
  font-size: 17px !important;
}

/* line 504, ../assets/sass/_custom.scss */
html {
  font-size: 17px !important;
}

/* ============================================================
   BLOCK 3 - HOMEPAGE HEADINGS IN THE BRAND FONT

   Several homepage headings render in the body font (Ek Mukta) rather than
   the brand heading font. This puts them into ITC Kabel like the rest:
     - the slideshow heading ("Welcome to Tpas")
     - the two promo box headings
     - the mobile app panel heading

   SCOPING MATTERS — each rule is tied to its block by ID/class so it does
   NOT catch the news headlines or eyebrow labels that share the same generic
   field classes. WEIGHT 600 uses the real ITCKabelStd-Demi letterforms; 900
   would synthesise a faux bold.
   ============================================================ */
/* line 524, ../assets/sass/_custom.scss */
#block-views-block-slideshow-block-1 .views-field-title .field-content {
  font-family: 'ITCKabelStd-Demi','Segoe UI',Arial,sans-serif !important;
  font-weight: 600 !important;
}

/* The two homepage promo box headings (scoped to the two named boxes rather
   than .views-field-body p, so later body copy is not silently restyled). */
/* line 531, ../assets/sass/_custom.scss */
.blockhome-member-block-1-content .views-field-body p,
.blockhome-member-block-2-content .views-field-body p {
  font-family: 'ITCKabelStd-Demi','Segoe UI',Arial,sans-serif !important;
  font-weight: 600 !important;
}

/* The mobile app panel heading (scoped to .download-app-content — the same
   field type is used by eyebrows and news summaries, 9 on the homepage, so
   this scope isolates the one heading). */
/* line 540, ../assets/sass/_custom.scss */
.download-app-content .views-field-field-summary .field-content {
  font-family: 'ITCKabelStd-Demi','Segoe UI',Arial,sans-serif !important;
  font-weight: 600 !important;
}

/* ############################################################################
   ##  PART B — LAYOUT & FINISH  (live style tester, settings listed above)  ##
   ##  Sits on top of PART A. Sections match the tester's control groups.     ##
   ############################################################################ */
/* ===== Logo size — "Balanced" ============================================== */
/* line 554, ../assets/sass/_custom.scss */
.logo img {
  height: clamp(30px, 3vw, 44px) !important;
  width: auto !important;
  max-width: none !important;
  margin-left: 14px !important;
}

/* ===== Nav height (desktop) — 64px ========================================= */
@media (min-width: 1200px) {
  /* line 559, ../assets/sass/_custom.scss */
  #block-mainnavigation, #superfish-main {
    height: 64px !important;
    min-height: 64px !important;
  }

  /* line 560, ../assets/sass/_custom.scss */
  #superfish-main > li, #superfish-main > li > a.sf-depth-1 {
    white-space: nowrap !important;
  }

  /* line 561, ../assets/sass/_custom.scss */
  #navbar, #block-headerright, .navbar-header {
    height: auto !important;
    min-height: 0 !important;
  }

  /* line 562, ../assets/sass/_custom.scss */
  #navbar {
    border-bottom: 0 !important;
  }
}
/* ===== Always-on base fixes ================================================
   Settled fixes that apply regardless of the toggles above: horizontal
   overflow guard, nav single-line wrapping (992–1199px), dropdown width,
   the newsletter sign-up block, member-access card images, the mobile app
   overflow, the mobile login/register bar, the footer nav grid, and the
   footer newsletter box + Submit button rounding. ========================== */
/* WCAG 1.4.10 Reflow: overflow-x:hidden on the root HIDES overflow and pins
   scrollWidth to the viewport, so overflowing content is clipped and unreachable.
   auto lets the root scroll if anything genuinely overflows (a visible safety net);
   clip on body prevents horizontal scroll chaining. */
/* line 576, ../assets/sass/_custom.scss */
html {
  overflow-x: auto !important;
}

/* line 576, ../assets/sass/_custom.scss */
body {
  overflow-x: clip !important;
}

/* Footer newsletter ("Stay in touch"): the theme ships the email box + purple
   Submit button with square corners — round them to match the site aesthetic. */
/* line 579, ../assets/sass/_custom.scss */
.newsletter-footer-block .email-input, .newsletter-footer-block input.newsletters-email, #newsletters-email-footer {
  border-radius: 11px !important;
}

/* line 580, ../assets/sass/_custom.scss */
.newsletter-footer-block a.button-submit, .newsletter-footer-block .button-submit {
  border-radius: 11px !important;
  overflow: hidden !important;
}

/* line 581, ../assets/sass/_custom.scss */
.slider-for .generic-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (min-width: 1200px) {
  /* line 583, ../assets/sass/_custom.scss */
  #superfish-main {
    gap: 10px !important;
  }

  /* line 584, ../assets/sass/_custom.scss */
  #superfish-main > li {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  /* line 585, ../assets/sass/_custom.scss */
  #superfish-main > li > a.sf-depth-1, #superfish-main > li > span.sf-depth-1 {
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 588, ../assets/sass/_custom.scss */
  #block-mainnavigation, #superfish-main {
    height: 64px !important;
    min-height: 64px !important;
  }

  /* line 589, ../assets/sass/_custom.scss */
  #superfish-main {
    gap: 6px !important;
  }

  /* line 590, ../assets/sass/_custom.scss */
  #superfish-main > li {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  /* line 591, ../assets/sass/_custom.scss */
  #superfish-main > li, #superfish-main > li > a.sf-depth-1, #superfish-main > li > span.sf-depth-1 {
    white-space: nowrap !important;
  }

  /* line 592, ../assets/sass/_custom.scss */
  #superfish-main > li > a.sf-depth-1, #superfish-main > li > span.sf-depth-1 {
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 15px !important;
  }

  /* line 593, ../assets/sass/_custom.scss */
  #navbar, #block-headerright, .navbar-header {
    height: auto !important;
    min-height: 0 !important;
  }

  /* line 594, ../assets/sass/_custom.scss */
  #navbar {
    border-bottom: 0 !important;
  }
}
/* line 596, ../assets/sass/_custom.scss */
#superfish-main ul {
  width: auto !important;
  min-width: 250px !important;
}

/* line 597, ../assets/sass/_custom.scss */
#superfish-main ul li {
  width: 100% !important;
}

/* line 598, ../assets/sass/_custom.scss */
#superfish-main ul a, #superfish-main ul span {
  white-space: normal !important;
}

/* line 599, ../assets/sass/_custom.scss */
#superfish-main ul .nolink {
  color: #512D6D !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  line-height: 16px !important;
}

/* line 600, ../assets/sass/_custom.scss */
.newsletter-home-block {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

/* line 601, ../assets/sass/_custom.scss */
.newsletter-home-block .title {
  font-size: clamp(22px, 2.4vw, 32px) !important;
  line-height: 1.15 !important;
}

/* line 602, ../assets/sass/_custom.scss */
.newsletter-home-block .newsletter-email-transparent {
  display: none !important;
}

/* line 603, ../assets/sass/_custom.scss */
.newsletter-home-block .block-newsletter-letter {
  display: none !important;
}

/* line 604, ../assets/sass/_custom.scss */
.newsletter-home-block .col-sm-8 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

/* line 605, ../assets/sass/_custom.scss */
.newsletter-home-block input.email-input {
  height: 52px !important;
  line-height: 52px !important;
  background-color: rgba(255, 255, 255, 0.16) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-10 5L2 7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 16px center !important;
  border-radius: 11px !important;
  padding-left: 52px !important;
  color: #fff !important;
}

/* line 606, ../assets/sass/_custom.scss */
.newsletter-home-block .col-sm-4 {
  padding-top: 26px !important;
}

@media (max-width: 767px) {
  /* line 607, ../assets/sass/_custom.scss */
  .newsletter-home-block .col-sm-4 {
    padding-top: 14px !important;
  }
}
/* line 608, ../assets/sass/_custom.scss */
#navbar.navbar-default {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 609, ../assets/sass/_custom.scss */
.block-block-groupmember-access-home .views-field-field-image {
  width: 100% !important;
}

/* line 610, ../assets/sass/_custom.scss */
.block-block-groupmember-access-home img.img-responsive {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* line 611, ../assets/sass/_custom.scss */
.view-download-mobile-app .view-content, .views-element-container.block.block-views:has(.view-download-mobile-app) {
  overflow: visible !important;
}

/* line 612, ../assets/sass/_custom.scss */
.social-footer-follow.button-social-media {
  border: 0 !important;
}

@media (max-width: 991px) {
  /* line 614, ../assets/sass/_custom.scss */
  .header-login-register-follow-mobile, .col-xs-12.mobile-display {
    height: 46px !important;
    min-height: 46px !important;
  }

  /* line 615, ../assets/sass/_custom.scss */
  .eventbank-login-mobile, .eventbank-login-mobile .user-login-button, .eventbank-login-mobile a {
    height: 46px !important;
    line-height: 46px !important;
    background: #E7DCF0 !important;
    color: #512D6D !important;
  }

  /* line 616, ../assets/sass/_custom.scss */
  .eventbank-register-mobile, .eventbank-register-mobile a {
    height: 46px !important;
    line-height: 46px !important;
    background: #C6007E !important;
    color: #FFFFFF !important;
  }

  /* line 617, ../assets/sass/_custom.scss */
  .navbar.navbar-default {
    height: auto !important;
    min-height: 0 !important;
  }

  /* line 618, ../assets/sass/_custom.scss */
  .navbar-header {
    height: auto !important;
    min-height: 0 !important;
  }

  /* line 619, ../assets/sass/_custom.scss */
  .logo.navbar-btn {
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
  }
}
/* Footer navigation: hide the "Navigate" heading (visually — the <nav> is
   labelled by it via aria-labelledby, so display:none would unname the
   landmark), lay the links out as an auto-fit grid. */
/* line 624, ../assets/sass/_custom.scss */
#block-footer > h2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 625, ../assets/sass/_custom.scss */
.footer.container #block-webfooter #block-footer {
  padding-right: 8px !important;
}

/* line 626, ../assets/sass/_custom.scss */
#block-footer ul.menu--footer {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)) !important;
  column-gap: 14px !important;
  width: auto !important;
  max-width: none !important;
}

/* line 627, ../assets/sass/_custom.scss */
#block-footer ul.menu--footer::before, #block-footer ul.menu--footer::after {
  display: none !important;
  content: none !important;
}

/* line 628, ../assets/sass/_custom.scss */
#block-footer ul.menu--footer > li:nth-child(odd):last-child {
  grid-column: 1 / -1 !important;
}

/* line 629, ../assets/sass/_custom.scss */
#block-footer ul.menu--footer > li > a {
  padding-right: 14px !important;
}

/* ===== Nav fit — Option 5 (On) ============================================
   Fluid single-line desktop nav; below 1025px the theme's built-in mobile
   menu (hamburger) takes over. See compare note in the file header — this
   intentionally overrides PART A's wrap + 17px links at >=1025px. ========= */
@media (min-width: 1025px) {
  /* line 637, ../assets/sass/_custom.scss */
  #superfish-main {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: clamp(2px, calc(1.067vw - 8.93px), 6px) !important;
  }

  /* line 638, ../assets/sass/_custom.scss */
  #superfish-main > li {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  /* line 639, ../assets/sass/_custom.scss */
  #superfish-main > li > a.sf-depth-1, #superfish-main > li > span.sf-depth-1 {
    white-space: nowrap !important;
    font-size: clamp(13px, calc(4.8px + 0.8vw), 16px) !important;
    padding-left: clamp(4px, calc(1.867vw - 15.13px), 11px) !important;
    padding-right: clamp(4px, calc(1.867vw - 15.13px), 11px) !important;
  }

  /* line 640, ../assets/sass/_custom.scss */
  #navbar {
    border-bottom: 0 !important;
  }
}
/* ===== Nav dropdown alignment (desktop nav range, >=1025px) ================
   The theme CENTRES each submenu under its item (left:50% + a
   translateX(-125px) — minus half the 250px panel). That looks fine for the
   middle items but breaks at the ends: left-edge items ("Join", "About us")
   get clipped off the left of the screen, and the right-edge item
   ("News & stories") has its panel hang out to the LEFT of its parent. This
   re-anchors each panel to the LEFT of its own item — clearing the centring
   transform + margin the theme set — and RIGHT-anchors the last item so its
   panel can never overflow the viewport. Works in both the default and the
   'instant' dropdown modes. ============================================== */
@media (min-width: 1025px) {
  /* line 655, ../assets/sass/_custom.scss */
  #superfish-main > li:hover > ul, #superfish-main > li.sfHover > ul, #superfish-main > li:focus-within > ul {
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    transform: none !important;
    top: 100% !important;
  }

  /* line 656, ../assets/sass/_custom.scss */
  #superfish-main > li:last-child:hover > ul, #superfish-main > li:last-child.sfHover > ul, #superfish-main > li:last-child:focus-within > ul {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
  }
}
/* ===== Background glow — "Violet", depth +5% ===============================
   Applies on EVERY page (the glow is wanted site-wide). Legibility on interior
   pages is handled by the Interior page cards section below — body content sits
   on a white frosted card over the glow, never directly on it.
   background-attachment:fixed keeps the glow steady on scroll. ============== */
/* line 665, ../assets/sass/_custom.scss */
body {
  background-color: #f6f0f7 !important;
  background-image: radial-gradient(46vw 46vw at 8% 2%, rgba(122, 42, 115, 0.188), rgba(0, 0, 0, 0) 55%), radial-gradient(42vw 42vw at 98% 44%, rgba(198, 0, 126, 0.15), rgba(0, 0, 0, 0) 55%), radial-gradient(40vw 40vw at 45% 110%, rgba(107, 48, 119, 0.112), rgba(0, 0, 0, 0) 60%) !important;
  background-attachment: fixed !important;
}

/* ===== Interior page cards ================================================
   The way every interior page stays legible while keeping the glow: body
   content sits on a white FROSTED card floating over the glow, and news/blog
   listing items become matching cards. All rules are non-front, so the
   homepage's own design is untouched.
   The content card EXCLUDES (via :has()): listing grids (their items are carded
   instead) and custom coloured-block builds (finder, consultancy, coming-soon —
   they carry their own bgcolor backgrounds and are full-bleed by design). ==== */
/* line 676, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .main-container.container:not(:has(.views-row)):not(:has(td[bgcolor])):not(:has(th[bgcolor])):not(:has(style)) {
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.06) !important;
  backdrop-filter: blur(12px) saturate(1.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 34px rgba(81, 45, 109, 0.12) !important;
  padding: 40px 46px !important;
  margin-top: 26px !important;
  margin-bottom: 40px !important;
}

/* line 677, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .main-container.container:not(:has(.views-row)):not(:has(td[bgcolor])):not(:has(th[bgcolor])):not(:has(style)) img {
  border-radius: 12px !important;
}

/* :not(.page-node-370) — the /news listing (node 370) self-styles its own view
   rows + featured card + landing grid in its node body <style> (see PART D note),
   so exclude it here or this generic higher-specificity rule fights it (re-cards
   the featured row → square image corners, overrides the grid). Same defer-to-self
   logic as the :not(:has(style)) exclusion on the content card above. */
/* line 683, ../assets/sass/_custom.scss */
body:not(.path-frontpage):not(.page-node-370) #main-content .views-row {
  background: rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.06) !important;
  backdrop-filter: blur(12px) saturate(1.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 22px rgba(81, 45, 109, 0.1) !important;
  padding: 16px 16px 22px !important;
  margin-bottom: 24px !important;
  overflow: hidden !important;
}

/* line 684, ../assets/sass/_custom.scss */
body:not(.path-frontpage):not(.page-node-370) #main-content .views-row:not(:has(.round-picture)) img {
  border-radius: 11px !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Leaflet maps (e.g. the Contact page location field): the responsive-image rule
   above forces width:100% on every image in a views-row, which collapses Leaflet
   tiles and markers to 0px because their panes are 0-width — the map goes blank.
   Restore the map's own image sizing wherever a Leaflet map sits inside a row. */
/* line 689, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .views-row .leaflet-container .leaflet-pane img {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-width: 0 !important;
  border-radius: 0 !important;
}

/* Events listing (/events): a native View page with no editable body, so it is
   brought in line with the card/hero design here in the theme layer. Scoped to
   .path-events so it touches nothing else. Gradient hero band round the title
   (gold "What's coming up" eyebrow), each event a rounded card with a magenta
   left accent + rounded thumbnail. Views/module config is admin-only (403), so the
   "Events Listing" title text and the generic intro copy can't be changed here. */
/* line 696, ../assets/sass/_custom.scss */
body.path-events .breadcrumb, body.path-events .region-breadcrumb, body.path-events .block-system-breadcrumb-block {
  display: none !important;
}

/* line 697, ../assets/sass/_custom.scss */
body.path-events h1.page-header {
  background: linear-gradient(135deg, #512D6D 0%, #7A2A73 45%, #C6007E 100%) !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 40px 44px !important;
  box-shadow: 0 10px 34px rgba(81, 45, 109, 0.18) !important;
  margin: 10px auto 26px !important;
  font-size: 0 !important;
  max-width: 1427px !important;
}

/* line 698, ../assets/sass/_custom.scss */
body.path-events h1.page-header::before {
  content: "What's coming up";
  display: block;
  color: #EAAA00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

/* The real title text ("Events Listing") and the generic intro paragraph are set in
   the events route/module + the home_intro View block (both admin-only, 403), so the
   better copy is overlaid here: the real text is kept in the DOM (font-size:0) for
   SEO/screen-readers and hidden visually, and improved copy shown via ::after/::before.
   Ideally the dev team sets the real title + intro so this overlay can be removed. */
/* line 704, ../assets/sass/_custom.scss */
body.path-events h1.page-header::after {
  content: "All training and events";
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.12;
}

/* line 705, ../assets/sass/_custom.scss */
body.path-events .view-home-intro .field-content {
  font-size: 0 !important;
}

/* line 706, ../assets/sass/_custom.scss */
body.path-events .view-home-intro .field-content::before {
  content: "Conferences, member sessions and professional development courses from across Tpas — explore the full programme and book your place.";
  display: block;
  font-size: 17px !important;
  line-height: 1.6;
  color: #3a3346;
  font-weight: 400;
}

/* line 707, ../assets/sass/_custom.scss */
body.path-events .events-listing-content .event-row {
  background: #fff !important;
  border: 1px solid #E7E1F0 !important;
  border-left: 5px solid #C6007E !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 22px rgba(81, 45, 109, 0.1) !important;
  padding: 20px 24px !important;
  margin: 0 0 22px !important;
  transition: box-shadow .18s ease,transform .18s ease;
}

/* line 708, ../assets/sass/_custom.scss */
body.path-events .events-listing-content .event-row:hover {
  box-shadow: 0 12px 30px rgba(81, 45, 109, 0.16) !important;
  transform: translateY(-2px);
}

/* line 709, ../assets/sass/_custom.scss */
body.path-events .event-row .event-listing-thumbnails, body.path-events .event-row .event-listing-thumbnails img {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* line 710, ../assets/sass/_custom.scss */
body.path-events .event-row .event-date {
  color: #C6007E !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin: 0 0 6px !important;
}

/* line 711, ../assets/sass/_custom.scss */
body.path-events .event-row a.event-listing-title {
  color: #512D6D !important;
  font-weight: 800 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  display: inline-block;
  margin: 2px 0 8px !important;
}

/* line 712, ../assets/sass/_custom.scss */
body.path-events .event-row a.event-listing-title:hover {
  color: #C6007E !important;
}

/* line 713, ../assets/sass/_custom.scss */
body.path-events .event-filter-form .form-container {
  border-radius: 12px !important;
}

/* "Related pages" pill links (pale-purple #F6F3F9 inline-styled anchors) render square
   on the self-styled built pages (consultancy set, membership-benefits). Round them
   here so it's fixed everywhere in one place. */
/* line 717, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body a[style*="F6F3F9"] {
  border-radius: 8px !important;
}

/* News detail pages: pull the topic pill + post-date into one cohesive meta line
   directly above the gradient header (they are node fields rendered above the body). */
/* line 720, ../assets/sass/_custom.scss */
.node--type-news .field--name-field-topic {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

/* line 721, ../assets/sass/_custom.scss */
.node--type-news .news-top-information {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

/* line 722, ../assets/sass/_custom.scss */
.node--type-news .news-top-information .field, .node--type-news .news-top-information .field--name-node-post-date {
  margin: 0 !important;
}

/* line 723, ../assets/sass/_custom.scss */
.node--type-news .field--name-body {
  margin-top: 10px !important;
}

/* Built pages (finder, consultancy, landlord accreditation, …) — MERGE of the
   two design languages. Their blocks are top-level <table>s in .field--name-body.
   Each becomes a same-width (1427px, matching the plain content pages) rounded
   card floating on the glow, so the
   gradient hero and the content card share one column. The first table (the
   gradient hero) keeps its gradient with a stronger shadow; the rest take the
   frosted white card. Nested inner tables are untouched, so composite bars
   (option cards, stat rows) keep their internal layout. */
/* line 733, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) > table {
  box-sizing: border-box !important;
  width: 1427px !important;
  max-width: calc(100vw - 48px) !important;
  margin: 22px auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

/* line 734, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) > table:first-of-type {
  margin-top: 26px !important;
  box-shadow: 0 10px 34px rgba(81, 45, 109, 0.16) !important;
}

/* Colour-neutral: the retrofit only adds SHAPE (rounding via the > table rule
   above, plus this shadow + separate borders + gaps). It must NOT set a
   background, or it would clobber a section's own colour — e.g. the finder's
   purple bottom-CTA would turn white. Each section keeps its own inline bgcolor
   (white / purple / grey / the gradient hero). */
/* line 740, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) > table:not(:first-of-type) {
  box-shadow: 0 8px 26px rgba(81, 45, 109, 0.1) !important;
  border-collapse: separate !important;
  border-spacing: 12px 0 !important;
}

/* Round the INTERNAL frames so they match the outer cards. Making the content
   tables (NOT the hero — it stays collapse so its gold top-rule follows the
   rounded corner) and all nested tables border-collapse:separate both enables
   cell border-radius AND puts a gap between side-by-side coloured cells (so the
   3 stat cells become separate rounded cells). Then round the coloured cells
   (stat cells, BAND badge, icon badges), the bordered cells (feature cards + the
   gold apply frame) and the block buttons. */
/* line 748, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) table table {
  border-collapse: separate !important;
  border-spacing: 12px 0 !important;
}

/* line 749, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) td[bgcolor] {
  border-radius: 14px !important;
}

/* line 750, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) td[style*="border"] {
  border-radius: 14px !important;
}

/* line 751, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) a[style*="display: block"] {
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* line 752, ../assets/sass/_custom.scss */
body:not(.path-frontpage) #main-content .field--name-body:not(:has(style)) img {
  border-radius: 12px !important;
}

/* ===== Node-modal popups (staff bios etc.) ================================
   The loaded node's body field inherits the theme's full-bleed breakout
   (position:relative; left:50%; margin:-50vw), which is far wider than the
   narrow modal box, so the bio text overflows and is clipped. This is a theme
   issue (it happens with the styling off too) — fixed here so popups read
   cleanly. The modal sits OUTSIDE #main-content, so this is not scoped to it. */
/* line 761, ../assets/sass/_custom.scss */
.ajax-content .field--name-body {
  width: auto !important;
  max-width: 100% !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 762, ../assets/sass/_custom.scss */
.ajax-content .field--name-body > *, .ajax-content .field--name-body p {
  max-width: 100% !important;
  width: auto !important;
}

/* In the modal the photo is a plain img.img-responsive with border-radius:50%
   (no .round-picture wrapper), so match the card: larger squircle. */
/* line 765, ../assets/sass/_custom.scss */
.ajax-content .field--name-field-picture {
  width: 152px !important;
  height: 152px !important;
}

/* line 766, ../assets/sass/_custom.scss */
.ajax-content .field--name-field-picture img {
  width: 152px !important;
  height: 152px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 28% !important;
  border-radius: 38px !important;
  display: block !important;
}

/* Modal HEADER (.board-top = photo col-md-3 + name/role/email col-md-9). The
   theme lays it out with Bootstrap's VIEWPORT-based grid, which mis-splits
   against the fixed 152px photo at tablet/mobile widths (25/75 >=992px, else
   50/50) so the name overlaps the photo or drifts with a big gap. Replace it
   with a CONTAINER-driven flex: photo shrinks to its own width; the text fills
   the rest and wraps cleanly BELOW the photo once the modal is too narrow to
   hold both (photo 152 + gap + text-basis 260). Adapts at every screen size. */
/* line 774, ../assets/sass/_custom.scss */
.ajax-content .board-top {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px 22px !important;
}

/* line 775, ../assets/sass/_custom.scss */
.ajax-content .board-top > div {
  float: none !important;
  padding: 0 !important;
}

/* line 776, ../assets/sass/_custom.scss */
.ajax-content .board-top > .col-md-3 {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
}

/* line 777, ../assets/sass/_custom.scss */
.ajax-content .board-top > .col-md-9 {
  flex: 1 1 260px !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* The theme centres the node-title (name) below 1024px while the role stays
   left, so they misalign. Force the header left-aligned so name+role line up. */
/* line 780, ../assets/sass/_custom.scss */
.ajax-content .board-top, .ajax-content .board-top .field--name-node-title, .ajax-content .board-top h2 {
  text-align: left !important;
}

/* Round the modal panel to match the site's cards (theme leaves it square). */
/* line 782, ../assets/sass/_custom.scss */
.ajax-content {
  border-radius: 20px !important;
}

/* ===== Staff / board photos: larger squircle =============================
   The .round-picture wrapper is the circular (border-radius:50%) frame around
   each staff photo. Enlarge it and square the radius off into a squircle, and
   make the image fill it. The 18px bottom margin gives the name room below the
   photo. Applies to Our People and Our Board (shared view). */
/* line 790, ../assets/sass/_custom.scss */
#main-content .round-picture {
  width: 152px !important;
  height: 152px !important;
  border-radius: 38px !important;
  overflow: hidden !important;
  margin: 0 auto 18px !important;
  background: #e9ebef !important;
}

/* line 791, ../assets/sass/_custom.scss */
#main-content .round-picture a, #main-content .round-picture img {
  width: 152px !important;
  height: 152px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center 28% !important;
  border-radius: 0 !important;
  display: block !important;
}

/* Not every source photo is square/well-cropped (e.g. an associate's is 451x407
   with whitespace below the subject). object-fit:cover + a top-biased position
   fills the whole squircle and keeps the face in frame; the neutral frame bg
   hides any transparent-PNG edge. For a photo that STILL crops awkwardly, add a
   one-line per-image override keyed on its filename, e.g.:
   #main-content .round-picture img[src*="Surname"]{object-position:center 18% !important;} */
/* ===== Latest News box — "White" ========================================== */
/* line 801, ../assets/sass/_custom.scss */
section.version-202308.block:has(.view-news) {
  background: #FFFFFF !important;
  border: 1px solid #D8D8DD !important;
  padding: 22px 20px 24px !important;
}

@media (min-width: 1200px) {
  /* line 803, ../assets/sass/_custom.scss */
  section.version-202308.block:has(.view-news) {
    padding: 26px 34px 32px !important;
  }

  /* line 804, ../assets/sass/_custom.scss */
  section.version-202308.block:has(.view-news) .view-header, section.version-202308.block:has(.view-news) .job-home-top {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  /* line 805, ../assets/sass/_custom.scss */
  section.version-202308.block:has(.view-news) .view-header .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 806, ../assets/sass/_custom.scss */
  section.version-202308.block:has(.view-news) .view-header [class*="col-"] {
    padding-left: 0 !important;
  }
}
/* ===== Home intro box — "White" ===========================================
   Node 394's intro card. The card is the theme block wrapper, so its colour
   can only be set here (the CKEditor body strips inline style). ============ */
/* line 813, ../assets/sass/_custom.scss */
.block-views-blockhome-intro-block-1 {
  background: #FFFFFF !important;
  border: 1px solid #E7E1F0 !important;
}

/* line 814, ../assets/sass/_custom.scss */
.block-views-blockhome-intro-block-1 .field-content, .block-views-blockhome-intro-block-1 .field-content h2, .block-views-blockhome-intro-block-1 .field-content p, .block-views-blockhome-intro-block-1 h2, .block-views-blockhome-intro-block-1 p {
  color: #2B2340 !important;
}

/* ===== Home intro overlap — "Medium" ======================================
   Pulls the "Welcome to Tpas" intro card up so it slightly overlays the bottom
   of the hero (a raised-panel look). The card is a direct sibling of the hero
   slideshow in .region-header with a 60px gap at rest, so a negative top margin
   of N gives an N-px overlap; z-index lifts it above the hero. ============= */
/* line 822, ../assets/sass/_custom.scss */
.block-views-blockhome-intro-block-1 {
  margin-top: -56px !important;
  position: relative !important;
  z-index: 2 !important;
}

/* ===== Rounded corners — "Medium" =========================================
   Rounds content by role; header/nav chrome stays square. New content blocks
   round automatically. The hero slideshow and ad slots are excluded. ======= */
/* line 828, ../assets/sass/_custom.scss */
#main-content section.block:not([class*="block-views-blockhomepage-block-1"]):not(.slider-for):not([class*="glueup-ads"]):not([class*="slideshow"]), #main-content .block-eventshome-container, #main-content .event-home-top {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* line 829, ../assets/sass/_custom.scss */
#main-content section.block:not([class*="block-views-blockhomepage-block-1"]):not(.slider-for):not([class*="glueup-ads"]):not([class*="slideshow"]).block-event-home-block {
  overflow: visible !important;
}

/* line 830, ../assets/sass/_custom.scss */
#main-content section.block:not([class*="block-views-blockhomepage-block-1"]):not(.slider-for):not([class*="slideshow"]).block-views-blockdownload-mobile-app-block-1, .view-download-mobile-app .view-content, .views-element-container.block.block-views:has(.view-download-mobile-app) {
  overflow: visible !important;
  border-radius: 16px !important;
}

/* line 831, ../assets/sass/_custom.scss */
#main-content .generic-button, #main-content .generic-button > a, #main-content .large-button, #main-content .large-button > a, #main-content .button-submit, #main-content .download-app-content a {
  border-radius: 11px !important;
  overflow: hidden !important;
}

/* line 832, ../assets/sass/_custom.scss */
#main-content input.email-input, #main-content input.block-newsletter-input, #main-content input[type=email] {
  border-radius: 11px !important;
}

/* line 833, ../assets/sass/_custom.scss */
#main-content img.img-responsive, #main-content img.vertical-align-content, #main-content .views-field-field-image img, #main-content .event-listing-thumb, #main-content .event-listing-thumb img, #main-content .overlay-black {
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* line 834, ../assets/sass/_custom.scss */
#main-content .slider-for img, #main-content [class*="slideshow"] img, #main-content .slider-for .overlay-black, #main-content [class*="slideshow"] .overlay-black {
  border-radius: 0 !important;
}

/* line 835, ../assets/sass/_custom.scss */
#navbar, #navbar * {
  border-radius: 0 !important;
}

/* ===== Footer address — "Compact" =========================================
   Drops the "Tpas" title line and releases the footer's min-height so the
   columns size to content (about 51px shorter). Flex keeps the divider
   borders level. The flex block is DESKTOP-ONLY (>=1025px) so it does not
   fight the mobile footer stack below. ==================================== */
/* line 843, ../assets/sass/_custom.scss */
#block-views-block-contact-block-2 .views-field-title {
  display: none !important;
}

@media (min-width: 1025px) {
  /* line 845, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter {
    min-height: 0 !important;
  }

  /* line 846, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter #block-webfootercenter {
    display: flex !important;
    align-items: stretch !important;
  }

  /* line 847, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter #block-webfootercenter::before, .footer.container #block-webfooter #block-webfootercenter::after {
    display: none !important;
    content: none !important;
  }

  /* line 848, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter .footer-block-container {
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
  }
}
/* ===== Footer — mobile stack (<=1024px) ===================================
   The theme keeps four ~293px footer columns side by side at every width, so
   on narrow screens they crush together and the headings overlap. Below
   1024px — the same breakpoint at which the nav switches to the hamburger —
   drop to a single centred column and release the footer's locked
   min-height. Applies for ANY Footer-address setting above. ============== */
@media (max-width: 1024px) {
  /* line 859, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter {
    min-height: 0 !important;
  }

  /* line 860, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter #block-webfootercenter {
    display: block !important;
  }

  /* line 861, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter #block-webfootercenter::before, .footer.container #block-webfooter #block-webfootercenter::after {
    display: none !important;
    content: none !important;
  }

  /* line 862, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter .footer-block-container {
    width: 100% !important;
    max-width: 420px !important;
    float: none !important;
    margin: 0 auto 30px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /* line 863, ../assets/sass/_custom.scss */
  .footer.container #block-webfooter .footer-block-container:last-child {
    margin-bottom: 0 !important;
  }
}
/* ===== Newsletter notch — "Solid" =========================================
   The theme paints a white wedge over the "Stay up to date" corner, which
   shows as a glaring notch on a coloured page. "Solid" fills the corner
   purple so there is no notch. ============================================ */
/* line 871, ../assets/sass/_custom.scss */
.block-newsletters-home-block {
  background: linear-gradient(45deg, #512D6D 0, #512D6D 100%) !important;
}

/* ===== Scroll reveal — "Fade" =============================================
   CSS scroll-driven animation: content blocks fade in as they enter view.
   CHROMIUM ONLY by design — the @supports gate means Safari/Firefox show
   content normally (no JS fallback), and reduced-motion opts out entirely.
   "Fade" is opacity-only (no movement). Animates opacity only, so it stays
   on the compositor. Universal support would need JS (IntersectionObserver),
   i.e. a theme change. ==================================================== */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    /* line 882, ../assets/sass/_custom.scss */
    #main-content section.block:not(.slider-for):not([class*="glueup-ads"]):not([class*="slideshow"]) {
      animation: tpas-reveal linear both !important;
      animation-timeline: view() !important;
      animation-range: entry 0% entry 50% !important;
    }

    @keyframes tpas-reveal {
      from {
        opacity: 0;
        transform: translateY(0px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
}
/* ===== Document Resource Centre — view switcher (List / Cards / Tiles) =====
   Page /documents, Views listing view-document-v2 (block_1). DEFAULT view = List.

   This block styles ALL THREE layout modes, each keyed off a class on <html>
   (docmode-list / docmode-card / docmode-tiles). The small JS that injects the
   on-page switcher toolbar and toggles that class (remembering the visitor's
   choice) is NOT CSS — it ships in the companion snippet
   "Document Resource Centre - view switcher (theme snippet).html". Install that
   snippet on /documents (theme or a script-preserving block); this CSS provides
   the styling it drives. (The snippet also inlines a copy of this CSS, so it
   works standalone — keep the two in sync if you edit either.)

   Selectors are prefixed 'html.docmode-* #main-content ...' so they beat the
   Interior page cards rule earlier in this file (which also frosts interior
   .views-row). Each row has TWO file fields: document-file (Read online) and
   document-file-1 (Download), both .document-list-link.

   NOTE: PRESENTATION + client-side switching only. Ordering the list by document
   TYPE (grouped) still requires Views config + a document-type field — see the
   handover note. ========================================================== */
/* switcher toolbar */
/* line 907, ../assets/sass/_custom.scss */
#main-content .docview-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 0 16px;
  font-family: inherit;
}

/* line 908, ../assets/sass/_custom.scss */
#main-content .docview-switch .docview-label {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #63666A;
  margin-right: 4px;
}

/* line 909, ../assets/sass/_custom.scss */
#main-content .docview-switch button {
  all: unset;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #512D6D !important;
  background: #F1ECF5 !important;
  border: 1px solid #E0D7EA !important;
  border-radius: 7px !important;
  padding: 6px 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  transition: .12s;
}

/* line 910, ../assets/sass/_custom.scss */
#main-content .docview-switch button:hover {
  background: #E6DCEE !important;
}

/* line 911, ../assets/sass/_custom.scss */
#main-content .docview-switch button.on {
  background: #512D6D !important;
  color: #fff !important;
  border-color: #512D6D !important;
}

/* line 912, ../assets/sass/_custom.scss */
#main-content .docview-switch button:focus-visible {
  outline: 2px solid #C6007E;
  outline-offset: 2px;
}

/* common to every mode */
/* line 914, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 .views-infinite-scroll-content-wrapper::before, html[class*="docmode-"] #main-content .view-document-v2 .views-infinite-scroll-content-wrapper::after {
  content: none !important;
  display: none !important;
}

/* line 915, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 .views-field-field-document-front {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

/* line 916, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 .views-field-field-document-front .field-content {
  display: block !important;
  text-align: center !important;
}

/* line 917, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 .views-field-title .field-content {
  color: #512D6D !important;
  font-weight: bold !important;
  display: block !important;
}

/* line 918, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 .document-file-size {
  color: #63666A !important;
}

/* line 919, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 a.document-list-link, html[class*="docmode-"] #main-content .view-document-v2 .views-field-field-document-file a, html[class*="docmode-"] #main-content .view-document-v2 .views-field-field-document-file-1 a {
  color: #C6007E !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* line 920, ../assets/sass/_custom.scss */
html[class*="docmode-"] #main-content .view-document-v2 a.document-list-link:hover {
  text-decoration: underline !important;
}

/* CARD */
/* line 922, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .view-content .views-infinite-scroll-content-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
  max-width: 1120px;
  margin: 8px 0 0 !important;
}

/* line 923, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-row {
  display: flex !important;
  flex-direction: column;
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  padding: 18px 18px 16px !important;
  margin: 0 !important;
}

/* line 924, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-row:hover {
  box-shadow: 0 6px 18px rgba(81, 45, 109, 0.16) !important;
  transform: translateY(-2px);
}

/* line 925, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-field-document-front {
  background: #F7F5FA !important;
  border-radius: 8px !important;
  padding: 16px 0 !important;
  margin: 0 0 14px !important;
}

/* line 926, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-field-document-front img {
  width: auto !important;
  height: 160px !important;
  max-width: 100% !important;
  display: inline-block !important;
  border: 0 !important;
}

/* line 927, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-title {
  min-height: 44px;
}

/* line 928, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-title .field-content {
  font-size: 17px !important;
  line-height: 1.3 !important;
}

/* line 929, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-field-release-date .field-content {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #63666A !important;
  font-size: 12.5px !important;
  margin: 8px 0 0 !important;
}

/* line 930, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 .views-field-field-document-file {
  margin-top: auto !important;
  padding-top: 14px !important;
}

/* line 931, ../assets/sass/_custom.scss */
html.docmode-card #main-content .view-document-v2 a.document-list-link {
  font-size: 13.5px !important;
}

/* TILES */
/* line 933, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .view-content .views-infinite-scroll-content-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)) !important;
  gap: 14px !important;
  max-width: 1160px;
  margin: 8px 0 0 !important;
}

/* line 934, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-row {
  display: flex !important;
  flex-direction: column;
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 9px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07) !important;
  padding: 12px !important;
  margin: 0 !important;
}

/* line 935, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-row:hover {
  box-shadow: 0 5px 14px rgba(81, 45, 109, 0.15) !important;
}

/* line 936, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-field-document-front {
  background: #F7F5FA !important;
  border-radius: 7px !important;
  padding: 10px 0 !important;
  margin: 0 0 10px !important;
}

/* line 937, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-field-document-front img {
  width: auto !important;
  height: 92px !important;
  max-width: 100% !important;
  display: inline-block !important;
  border: 0 !important;
}

/* line 938, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-title {
  min-height: 34px;
}

/* line 939, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-title .field-content {
  font-size: 13.5px !important;
  line-height: 1.28 !important;
}

/* line 940, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-field-release-date .field-content {
  display: flex !important;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #63666A !important;
  font-size: 11px !important;
  margin: 6px 0 0 !important;
}

/* line 941, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 .views-field-field-document-file {
  margin-top: auto !important;
  padding-top: 9px !important;
}

/* line 942, ../assets/sass/_custom.scss */
html.docmode-tiles #main-content .view-document-v2 a.document-list-link {
  font-size: 12px !important;
}

/* LIST (default) */
/* line 944, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .view-content .views-infinite-scroll-content-wrapper {
  display: block !important;
  max-width: 900px;
  margin: 8px 0 0 !important;
}

/* line 945, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-row {
  display: grid !important;
  grid-template-columns: 34px 1fr auto !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
  align-items: center;
  background: #FFFFFF !important;
  border: 1px solid #E0E0E0 !important;
  border-left: 4px solid #512D6D !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  padding: 7px 14px !important;
  margin: 0 0 6px !important;
}

/* line 946, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-row:hover {
  box-shadow: 0 2px 8px rgba(81, 45, 109, 0.12) !important;
}

/* line 947, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-document-front {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 948, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-document-front img {
  width: auto !important;
  height: 30px !important;
  display: block !important;
  border: 0 !important;
}

/* line 949, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-height: 0 !important;
  align-self: end;
}

/* line 950, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-title .field-content {
  font-size: 14.5px !important;
  line-height: 1.2 !important;
}

/* line 951, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-release-date {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: start;
}

/* line 952, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-release-date .field-content {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #63666A !important;
  font-size: 11.5px !important;
  margin: 0 !important;
}

/* line 953, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-document-file {
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: end;
  text-align: right;
}

/* line 954, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 .views-field-field-document-file-1 {
  grid-column: 3 !important;
  grid-row: 2 !important;
  align-self: start;
  text-align: right;
}

/* line 955, ../assets/sass/_custom.scss */
html.docmode-list #main-content .view-document-v2 a.document-list-link {
  font-size: 12.5px !important;
  white-space: nowrap;
}

/* ===== Membership Directory (/membership-directory/*) =======================
   This page is a custom View/controller with NO editable node body, so unlike
   the other redesigned pages its styling lives here in the theme layer (there is
   no page body to inject a <style> into). Scoped to body.path-membership-directory.
   The theme force-hides h1.page-header on this page; we re-show it as the gradient
   hero. Everything else brand-cards the tab, filter, A-Z nav and member results. */
/* line 964, ../assets/sass/_custom.scss */
body.path-membership-directory .block-system-breadcrumb-block, body.path-membership-directory .breadcrumb, body.path-membership-directory .region-breadcrumb, body.path-membership-directory nav[aria-label="Breadcrumb"] {
  display: none !important;
}

/* line 965, ../assets/sass/_custom.scss */
body.path-membership-directory .region-highlighted {
  display: none !important;
}

/* line 966, ../assets/sass/_custom.scss */
body.path-membership-directory .main-container {
  margin-top: 0 !important;
}

/* line 967, ../assets/sass/_custom.scss */
body.path-membership-directory h1.page-header {
  display: block !important;
  background: linear-gradient(135deg, #512D6D 0%, #7A2A73 45%, #C6007E 100%) !important;
  color: #fff !important;
  border-radius: 18px !important;
  padding: 38px 42px 40px !important;
  margin: 8px auto 26px !important;
  max-width: 1120px !important;
  box-shadow: 0 14px 34px rgba(81, 45, 109, 0.22) !important;
  font-weight: 800 !important;
}

/* line 968, ../assets/sass/_custom.scss */
body.path-membership-directory h1.page-header::before {
  content: "OUR MEMBERS";
  display: block;
  color: #EAAA00;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

/* line 969, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-listing-tabs {
  margin: 0 0 18px !important;
}

/* line 970, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-listing-tab a {
  display: inline-block;
  background: #512D6D !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 9px 20px !important;
  border-radius: 9px !important;
  text-decoration: none !important;
}

/* line 971, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-filter-form {
  background: #EFEAF3 !important;
  border-radius: 14px !important;
  padding: 18px 20px !important;
  margin: 0 0 22px !important;
}

/* line 972, ../assets/sass/_custom.scss */
body.path-membership-directory .letters-filter {
  background: #fff !important;
  border: 1px solid #E7E1F0 !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  margin: 0 0 20px !important;
}

/* line 973, ../assets/sass/_custom.scss */
body.path-membership-directory .letters-filter a {
  color: #512D6D !important;
  font-weight: 700 !important;
}

/* line 974, ../assets/sass/_custom.scss */
body.path-membership-directory .member-letter .letter {
  display: inline-block;
  background: #512D6D !important;
  color: #fff !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  padding: 3px 14px !important;
  font-size: 15px !important;
}

/* line 975, ../assets/sass/_custom.scss */
body.path-membership-directory .member-letter hr {
  display: none !important;
}

/* line 976, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-listing-content {
  background: #fff !important;
  border: 1px solid #E7E1F0 !important;
  border-radius: 14px !important;
  box-shadow: 0 5px 18px rgba(81, 45, 109, 0.08) !important;
  padding: 16px 18px !important;
  margin: 0 0 16px !important;
  transition: box-shadow .15s,transform .15s;
}

/* line 977, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-listing-content:hover {
  box-shadow: 0 10px 26px rgba(81, 45, 109, 0.16) !important;
  transform: translateY(-3px);
}

/* line 978, ../assets/sass/_custom.scss */
body.path-membership-directory .membership-listing-img img {
  border-radius: 10px !important;
}

/* ############################################################################
   ##  PART C — WCAG 2.2 AA ACCESSIBILITY FIXES                              ##
   ##  From the 2026-08-23 accessibility audit. MUST stay LAST among the     ##
   ##  CSS rules: several deliberately override earlier Tpas/theme styling   ##
   ##  and rely on source order + !important to win. Colour values are the   ##
   ##  measured thresholds — please do not "tidy" them. (The overflow-x      ##
   ##  reflow fix is applied in PART B's base fixes, not here.)              ##
   ############################################################################ */
/* 1.4.1 Use of Color (Level A) - body links were distinguished by colour alone.
   Contrast against surrounding text was 2.13:1 and 1.86:1, below the 3:1 that
   G183 requires, so an underline is the only compliant route. Nav, buttons,
   cards and pills are excluded: they are identifiable by shape/position. */
/* line 994, ../assets/sass/_custom.scss */
#main-content .field--name-body p a:not(.generic-button):not(.large-button):not(.button-submit):not([style*="background"]),
#main-content .field--name-body li a:not(.generic-button):not(.large-button):not(.button-submit):not([style*="background"]),
#main-content .field--name-body td a:not([style*="background"]):not(.generic-button) {
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

/* 1.4.3 Contrast - gold #EAAA00 on the purple->magenta hero gradient measured
   4.35:1 (needs 4.5:1) and fell to 2.77:1 at the magenta end. #FFE9A8 clears
   4.5:1 across all three gradient stops (8.98 / 7.26 / 4.72) and is already the
   established link colour on purple elsewhere. The /events page draws its eyebrow
   via h1.page-header::before (a CSS-content overlay, not a .tpas-hero-eyebrow
   element) so it must be listed explicitly or it keeps the failing #EAAA00. */
/* line 1005, ../assets/sass/_custom.scss */
.tpas-hero-eyebrow, .tpas-newshead .eyebrow, .tpr-flag .lbl, body.path-events h1.page-header::before {
  color: #FFE9A8 !important;
}

/* 1.4.3 Contrast - the "Featured News" pill is a THEME rule: #BF6C04 text on its own
   12.5% tint (composites to ~#F7EDE0) measured 3.38:1 at 11px/400, which needs 4.5:1.
   #96540A on the same backdrop gives 5.08:1. */
/* line 1010, ../assets/sass/_custom.scss */
.list-element-v2 .views-field-field-featured,
.block-views-blocknews-block-featured .views-field-field-featured {
  color: #96540A !important;
}

/* 1.4.3 Contrast - breadcrumb #767676 on #FBF8FD measured 4.31:1. Tpas Grey
   #63666A gives 5.48:1. */
/* line 1015, ../assets/sass/_custom.scss */
.breadcrumb, .breadcrumb a, .breadcrumb li {
  color: #63666A !important;
}

/* 1.4.11 Non-text Contrast + 2.4.7 Focus Visible - the header search input and
   its submit button had border:0 on a transparent background (1:1, no
   perceivable boundary) and produced ZERO changed pixels on focus. */
/* Border the whole .input-group (magnifier + input) as ONE clean field with
   STRAIGHT corners to match the nav; #63666A on white = 5.48:1 (>=3:1 for 1.4.11).
   The inner input stays borderless/transparent so there is a single boundary. */
/* line 1023, ../assets/sass/_custom.scss */
#navbar #block-searchform {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 1024, ../assets/sass/_custom.scss */
#navbar .input-group {
  border: 1px solid #63666A !important;
  border-radius: 0 !important;
  background: #fff !important;
}

/* line 1025, ../assets/sass/_custom.scss */
#navbar .form-search, #navbar input[type=search], #navbar #edit-keys {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Focus (2.4.7): a magenta ring HUGGING the box (0-offset box-shadow, not an
   offset outline) so it stays aligned and square — no floating halo, no rounding. */
/* line 1028, ../assets/sass/_custom.scss */
#navbar .input-group:focus-within {
  border-color: #C6007E !important;
  box-shadow: inset 0 0 0 2px #C6007E !important;
}

/* line 1029, ../assets/sass/_custom.scss */
#navbar input[type=search]:focus-visible, #navbar #edit-keys:focus-visible, #navbar button[type=submit]:focus-visible, #navbar .form-search:focus-visible {
  outline: none !important;
}

/* 2.4.7 Focus Visible - superfish suppresses the outline on all 41 submenu
   links, leaving only a ~1.1:1 lilac tint. */
/* line 1033, ../assets/sass/_custom.scss */
#superfish-main a:focus-visible, #superfish-main-toggle a:focus-visible {
  outline: 3px solid #EAAA00 !important;
  outline-offset: -3px !important;
}

/* 1.4.11 Non-text Contrast - footer Submit was #512D6D on the #333333 footer
   panel: 1.17:1, effectively invisible. */
/* line 1038, ../assets/sass/_custom.scss */
.newsletter-footer-block a.button-submit, .newsletter-footer-block .button-submit {
  background: #C6007E !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

/* line 1040, ../assets/sass/_custom.scss */
.newsletter-footer-block .email-input, .newsletter-footer-block input.newsletters-email,
#newsletters-email-footer {
  border: 1px solid #FFFFFF !important;
}

/* 1.4.10 Reflow (Level AA) - at 320px the board grid held two columns (content
   ran to 355px) and news rows to 340px. Both were CLIPPED, not scrollable,
   because of the old overflow-x:hidden - so the content was unreachable. */
@media (max-width: 400px) {
  /* line 1047, ../assets/sass/_custom.scss */
  #main-content .tpas-board-grid, #main-content .tpr-grid, #main-content .tpr-heroes {
    grid-template-columns: 1fr !important;
  }

  /* line 1049, ../assets/sass/_custom.scss */
  #main-content .views-row {
    width: auto !important;
    max-width: 100% !important;
  }

  /* line 1050, ../assets/sass/_custom.scss */
  #main-content .form-actions, #main-content .form-actions .button {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* ############################################################################
   ##                                                                        ##
   ##  PART D — SELF-STYLED PAGES (informational — intentionally NOT in this  ##
   ##           file). Read this so nothing looks "missing".                  ##
   ##                                                                        ##
   ############################################################################ */
/*
   A number of pages carry their OWN <style> block inside the Drupal node body
   and therefore style THEMSELVES. They are deliberately NOT duplicated into this
   theme file, and PART B is written to DEFER to them (the interior content-card
   rule uses :not(:has(style)), and the .views-row card rule now also uses
   :not(.page-node-370)) so the theme never double-styles or fights them.

   Self-styled pages include:
     - /news LISTING (node 370): gradient hero + the featured news card + the
       card grid (even columns, gaps, mobile stacking).
     - Every NEWS ARTICLE detail page: its own gradient header + frosted body card.
     - The built/where-styled pages: membership finder set, consultancy set,
       membership-benefits, involvement-week, our-board, tpas-member-logos, etc.

   WHY they are not in this file: some of their rules are intentionally UNSCOPED
   inside the node body (e.g. the /news page uses `h1.page-header{display:none}`,
   `.region-highlighted{display:none}`, `.main-container{margin-top:0}`). Those are
   safe there because a node-body <style> only loads on that one page — but if the
   same rules were pasted into this GLOBAL theme CSS they would hide the page title
   / breadcrumb / reset the container margin on EVERY page. So they must stay in the
   node body, OR — if you ever want to consolidate them into the theme — every such
   rule must first be scoped to its page (e.g. `body.page-node-370 h1.page-header{...}`).

   Net: this theme file (PART A + PART B) is complete for the theme layer. The
   self-styled pages are handled at the node level and are already live; you do not
   need to add anything here for them to work.
*/
/* line 1088, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 {
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  min-height: 540px;
  max-height: 540px;
  overflow: hidden;
  border-radius: 0 !important;
}
@media only screen and (max-width: 1024px) {
  /* line 1088, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 {
    height: 292px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    min-height: unset;
  }
  /* line 1102, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .home-banner-container {
    top: 456px;
  }
}
/* line 1108, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row {
  position: relative;
  width: 100%;
  background: black;
  height: 1100px;
}
/* line 1113, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .views-field-field-iframe {
  margin-top: -240px;
}
/* line 1115, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .views-field-field-iframe .overlay-transparent {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  /* line 1113, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .views-field-field-iframe {
    margin-top: -442px;
  }
}
/* line 1127, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .views-field-field-iframe .vp-controls-wrapper .vp-sidedock .box {
  display: none !important;
  visibility: hidden !important;
}
/* line 1133, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .views-field-field-iframe-1 .overlay-transparent {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  position: absolute;
}
/* line 1144, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-right-link {
  width: 264px;
  height: 54px;
  line-height: 52px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1144, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-right-link {
    width: 250px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* line 1144, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-right-link {
    width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1144, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link, .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-right-link {
    float: none;
    width: 80%;
    margin: 6px auto;
  }
}
/* line 1162, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link {
  margin-right: 0;
}
/* line 1165, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link .generic-left-button:hover {
  opacity: 0.9;
}
/* line 1168, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link .generic-left-button a {
  border: 1px solid #512D6D;
  background-color: #512D6D !important;
}
/* line 1171, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link .generic-left-button a:hover {
  border: 1px solid #512D6D;
  color: white;
}
@media only screen and (max-width: 1024px) {
  /* line 1162, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-row .banner-buttons .views-field-field-left-link {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1183, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-field-field-displayed-title {
    margin-bottom: 16px;
  }
}
/* line 1187, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-field-field-displayed-title .field-content {
  font-size: 2.625rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1187, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-field-field-displayed-title .field-content {
    font-size: 1.25rem;
    line-height: 28px;
  }
}
/* line 1196, ../assets/sass/_custom.scss */
.path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-field-field-summary .field-content {
  font-size: 1.375rem;
}
@media only screen and (max-width: 1024px) {
  /* line 1196, ../assets/sass/_custom.scss */
  .path-frontpage .block-views-blockhomepage-block-1.version-202308 .view-content .views-field-field-summary .field-content {
    font-size: 1rem;
    line-height: 24px;
  }
}

/* line 1207, ../assets/sass/_custom.scss */
.view-document-v2 .view-content .views-infinite-scroll-content-wrapper .views-row .views-field-field-category-document .field-content {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #512D6D;
  background-color: #512D6D10;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 6px;
  border-radius: 4px;
}
