@charset "UTF-8";
/**
 * STYLES
 *
 * Description:
 * Author: emcoward
 *
 */
/* line 6, ../sass/core/helpers/_helpers.scss */
.wf-loading * {
  /*
  first things first, we need to hide everything,
  but bear in mind that this will only take effect
  once the loading script has taken effect.
  here we're hiding all content within
  the <html> once it has the class "wf-loading"
  */
  opacity: 0;
}

/* line 20, ../sass/core/helpers/_helpers.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 26, ../sass/core/helpers/_helpers.scss */
.cf:after {
  clear: both;
}

/* line 30, ../sass/core/helpers/_helpers.scss */
.cf {
  *zoom: 1;
}

/* line 37, ../sass/core/helpers/_helpers.scss */
.element-invisible {
  position: absolute;
  left: -999em;
}

/* line 42, ../sass/core/helpers/_helpers.scss */
.hidden {
  display: none;
}

@media (min-width: 1px) {
  /* line 46, ../sass/core/helpers/_helpers.scss */
  .lte8-fix {
    display: block;
  }
}

/* line 57, ../sass/core/helpers/_helpers.scss */
.title--hidden {
  position: absolute;
  left: -999em;
}
@media (min-width: 940px) {
  /* line 57, ../sass/core/helpers/_helpers.scss */
  .title--hidden {
    position: static;
  }
}

/* line 8, ../sass/core/typography/_blockquotes.scss */
blockquote {
  border-left: 8px solid #F5752A;
  margin: 0 1.75em 1.75em 0;
  padding: 0.875em 0 0.625em 0.875em;
}
@media (min-width: 940px) {
  /* line 8, ../sass/core/typography/_blockquotes.scss */
  blockquote {
    margin: 0 1.55556em 1.55556em 0;
    padding: 1em 0 0.55556em 1em;
  }
}
/* line 18, ../sass/core/typography/_blockquotes.scss */
blockquote p {
  font-size: 1.25em;
  line-height: 1.35em;
  margin-bottom: 0.5em;
}
@media (min-width: 940px) {
  /* line 18, ../sass/core/typography/_blockquotes.scss */
  blockquote p {
    font-size: 1.44444em;
    line-height: 1.34615em;
    margin-bottom: 0.38462em;
  }
}
/* line 30, ../sass/core/typography/_blockquotes.scss */
blockquote cite {
  font-style: normal;
  font-size: 0.875em;
  line-height: 2em;
  margin-bottom: 1.14286em;
}
@media (min-width: 940px) {
  /* line 30, ../sass/core/typography/_blockquotes.scss */
  blockquote cite {
    font-size: 0.77778em;
    margin-bottom: 1.14286em;
  }
}

/* line 4, ../sass/core/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-weight: 400;
}

/* line 10, ../sass/core/typography/_headings.scss */
h1 {
  font-size: 2.125em;
  line-height: 1.23529em;
  margin: 0.79412em 0 0.38235em;
}
@media (min-width: 767px) {
  /* line 10, ../sass/core/typography/_headings.scss */
  h1 {
    font-size: 3.125em;
    line-height: 1.14em;
    margin: 0.8em 0 0.4em;
  }
}
@media (min-width: 940px) {
  /* line 10, ../sass/core/typography/_headings.scss */
  h1 {
    font-size: 3.22222em;
    line-height: 0.98276em;
    margin: 0.77586em 0 0.37931em;
  }
}

/* line 29, ../sass/core/typography/_headings.scss */
h2 {
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0 0 0.38462em;
}
@media (min-width: 767px) {
  /* line 29, ../sass/core/typography/_headings.scss */
  h2 {
    font-size: 2.125em;
    line-height: 1.23529em;
    margin: 0 0 0.38235em;
  }
}
@media (min-width: 940px) {
  /* line 29, ../sass/core/typography/_headings.scss */
  h2 {
    font-size: 2em;
    line-height: 1.36111em;
    margin: 0 0 0.38889em;
  }
}

/* line 48, ../sass/core/typography/_headings.scss */
h3 {
  font-size: 1.3125em;
  line-height: 1.33333em;
  margin: 0 0 0.38095em;
}
@media (min-width: 940px) {
  /* line 48, ../sass/core/typography/_headings.scss */
  h3 {
    font-size: 1.44444em;
    line-height: 1.34615em;
    margin: 0 0 0.38462em;
  }
}

/* line 61, ../sass/core/typography/_headings.scss */
h4, h5, h6 {
  font-size: 1em;
  line-height: 1.75em;
  margin: 0 0 0.375em;
}
@media (min-width: 940px) {
  /* line 61, ../sass/core/typography/_headings.scss */
  h4, h5, h6 {
    font-size: 1em;
    line-height: 1.55556em;
    margin: 0 0 0.38889em;
  }
}

@media print {
  /* line 78, ../sass/core/typography/_headings.scss */
  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
  }
}
/* line 8, ../sass/core/typography/_horizontal-rule.scss */
hr {
  border: 1px solid #D2CDCA;
  margin-bottom: 1.75em;
  width: 99%;
}
@media (min-width: 940px) {
  /* line 8, ../sass/core/typography/_horizontal-rule.scss */
  hr {
    margin-bottom: 1.55556em;
  }
}

/* line 4, ../sass/core/typography/_images.scss */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 10, ../sass/core/typography/_images.scss */
.image_float_left:before,
.image_float_left:after,
.image_float_right:before,
.image_float_right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 18, ../sass/core/typography/_images.scss */
.image_float_left:after,
.image_float_right:after {
  clear: both;
}

/* line 23, ../sass/core/typography/_images.scss */
.image_float_left,
.image_float_right {
  *zoom: 1;
}

/* line 28, ../sass/core/typography/_images.scss */
.image_float_left {
  float: left;
  margin: 0 1.125em 1.125em 0;
}
@media (min-width: 940px) {
  /* line 28, ../sass/core/typography/_images.scss */
  .image_float_left {
    margin: 0 1.11111em 1.11111em 0;
  }
}

/* line 37, ../sass/core/typography/_images.scss */
.image_float_right {
  float: right;
  margin: 0 0 1.125em 1.125em;
}
@media (min-width: 940px) {
  /* line 37, ../sass/core/typography/_images.scss */
  .image_float_right {
    margin: 0 0 1.11111em 1.11111em;
  }
}

/* line 11, ../sass/core/typography/_links.scss */
a,
a:link {
  border-bottom: 1px solid #333;
  color: #333;
  text-decoration: none;
}

/* line 18, ../sass/core/typography/_links.scss */
a:active,
a:focus,
a:hover {
  background-color: #FEC737;
  border: 0;
}

/* line 25, ../sass/core/typography/_links.scss */
a:active {
  background-color: #F5752A;
}

/* line 29, ../sass/core/typography/_links.scss */
a:visited {
  color: #8F1F23;
}

/* line 33, ../sass/core/typography/_links.scss */
.image-link,
.image-link:link {
  border: 0;
}
/* line 37, ../sass/core/typography/_links.scss */
.image-link:hover, .image-link:focus, .image-link:active,
.image-link:link:hover,
.image-link:link:focus,
.image-link:link:active {
  background: none;
}

@media print {
  /* line 47, ../sass/core/typography/_links.scss */
  a::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
}
/* line 6, ../sass/core/typography/_lists.scss */
ol {
  margin: 0 0 0.5625em;
  padding: 0 0 0.1875em 1.3125em;
}
@media (min-width: 940px) {
  /* line 6, ../sass/core/typography/_lists.scss */
  ol {
    margin: 0 0 0.55556em;
    padding: 0 0 0.16667em 1.33333em;
  }
}
/* line 15, ../sass/core/typography/_lists.scss */
ol li {
  margin: 0 0 0.4375em;
  padding: 0 0 0 0.875em;
}
@media (min-width: 940px) {
  /* line 15, ../sass/core/typography/_lists.scss */
  ol li {
    margin: 0 0 0.66667em;
    padding: 0 0 0 0.77778em;
  }
}
/* line 24, ../sass/core/typography/_lists.scss */
ol li ol, ol li ul {
  margin-top: 0.625em;
}
@media (min-width: 940px) {
  /* line 24, ../sass/core/typography/_lists.scss */
  ol li ol, ol li ul {
    margin-top: 1em;
  }
}
/* line 32, ../sass/core/typography/_lists.scss */
ol li ol {
  list-style-type: lower-latin;
}

/* line 41, ../sass/core/typography/_lists.scss */
ul {
  margin: 0 0 0.5625em;
  padding: 0 0 0.1875em 1.3125em;
}
@media (min-width: 940px) {
  /* line 41, ../sass/core/typography/_lists.scss */
  ul {
    margin: 0 0 0.55556em;
    padding: 0 0 0.16667em 1.33333em;
  }
}
/* line 50, ../sass/core/typography/_lists.scss */
ul li {
  margin: 0 0 0.4375em;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 50, ../sass/core/typography/_lists.scss */
  ul li {
    margin: 0 0 0.66667em;
    padding: 0 0 0 0.55556em;
  }
}
/* line 59, ../sass/core/typography/_lists.scss */
ul li ul, ul li ol {
  margin-top: 0.625em;
}
@media (min-width: 940px) {
  /* line 59, ../sass/core/typography/_lists.scss */
  ul li ul, ul li ol {
    margin-top: 1em;
  }
}

/* line 4, ../sass/core/typography/_tables.scss */
table {
  border-top: 0;
  font-size: 0.875em;
  margin: 0 1.75em 1.75em 0;
  width: 100%;
}
@media (min-width: 940px) {
  /* line 4, ../sass/core/typography/_tables.scss */
  table {
    font-size: 0.88889em;
  }
}
/* line 15, ../sass/core/typography/_tables.scss */
table tbody {
  border: 0;
}
/* line 19, ../sass/core/typography/_tables.scss */
table th {
  border-bottom: 2px solid #D2CDCA;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  padding: 0.28571em 0.71429em;
}
@media (min-width: 940px) {
  /* line 19, ../sass/core/typography/_tables.scss */
  table th {
    padding: 0.25em 0.875em;
  }
}
/* line 30, ../sass/core/typography/_tables.scss */
table td {
  border-top: 1px solid #F2EDE9;
  padding: 0.28571em 0.71429em;
}
@media (min-width: 940px) {
  /* line 30, ../sass/core/typography/_tables.scss */
  table td {
    padding: 0.25em 0.875em;
  }
}

@media print {
  /* line 44, ../sass/core/typography/_tables.scss */
  .highlight_title th {
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
}
/* line 4, ../sass/core/typography/_text.scss */
body {
  color: #333;
  font-size: 100%;
  font-family: "FS Emeric Book", Arial, sans-serif;
  line-height: 1.6em;
}
@media (min-width: 940px) {
  /* line 4, ../sass/core/typography/_text.scss */
  body {
    font-size: 1.125em;
  }
}

/* line 17, ../sass/core/typography/_text.scss */
p {
  margin: 0 0 1.25em;
}
@media (min-width: 940px) {
  /* line 17, ../sass/core/typography/_text.scss */
  p {
    margin: 0 0 1.22222em;
  }
}

/* line 25, ../sass/core/typography/_text.scss */
strong {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
}

/* line 29, ../sass/core/typography/_text.scss */
em {
  font-family: "FS Emeric Book Italic", Verdana, sans-serif;
}

@media print {
  /* line 37, ../sass/core/typography/_text.scss */
  body {
    font-family: Arial, sans-serif;
  }
}
/* line 2, ../sass/core/forms/_error.scss */
.form-item .error {
  border: 2px solid #C00D0E;
}

/* line 3, ../sass/core/grids/_grids.scss */
body {
  margin: 0;
}

/* line 7, ../sass/core/grids/_grids.scss */
.page-wrapper {
  margin: 0 auto;
  max-width: 1400px;
}

/* line 12, ../sass/core/grids/_grids.scss */
.admin-menu .page-wrapper {
  margin-top: 80px;
}
@media (min-width: 480px) {
  /* line 12, ../sass/core/grids/_grids.scss */
  .admin-menu .page-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 600px) {
  /* line 12, ../sass/core/grids/_grids.scss */
  .admin-menu .page-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 940px) {
  /* line 12, ../sass/core/grids/_grids.scss */
  .admin-menu .page-wrapper {
    margin-top: 20px;
  }
}

/* line 29, ../sass/core/grids/_grids.scss */
.grid-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: 0 auto;
  width: 310px;
  padding: 0 15px;
}
/* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.grid-container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  /* line 29, ../sass/core/grids/_grids.scss */
  .grid-container {
    width: 480px;
  }
}
@media (min-width: 600px) {
  /* line 29, ../sass/core/grids/_grids.scss */
  .grid-container {
    width: 600px;
  }
}
@media (min-width: 767px) {
  /* line 29, ../sass/core/grids/_grids.scss */
  .grid-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 727px;
    padding: 0 20px;
  }
  /* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .grid-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 940px) {
  /* line 29, ../sass/core/grids/_grids.scss */
  .grid-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
  }
  /* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .grid-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 4, ../sass/templates/_t1.scss */
.node-type-ep-t1 .admin-links {
  background: #fff;
  padding-bottom: 1px;
}
/* line 8, ../sass/templates/_t1.scss */
.node-type-ep-t1 .dev-query {
  bottom: 100px;
  color: #fff;
  position: fixed;
  text-align: center;
  width: 100%;
}

@media (min-width: 940px) {
  /* line 6, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .header {
    margin-bottom: 1.94444em;
  }
}
/* line 13, ../sass/templates/_t2.scss */
.node-type-ep-t2 .main-wrapper {
  background: url("../images/rose.png") no-repeat 90px 10px;
  padding-top: 1.25em;
}
@media (min-width: 480px) {
  /* line 13, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper {
    background-position: 230px 10px;
  }
}
@media (min-width: 600px) {
  /* line 13, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper {
    background-position: 150% -190px;
  }
}
@media (min-width: 767px) {
  /* line 13, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper {
    background-position: 125% -170px;
  }
}
@media (min-width: 940px) {
  /* line 13, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper {
    background-position: 115% 18%;
    padding-top: 0;
  }
}
@media (min-width: 1420px) {
  /* line 13, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper {
    background-position: 100% 18%;
  }
}
/* line 39, ../sass/templates/_t2.scss */
.node-type-ep-t2 .main-wrapper .page_body {
  background: url("../images/sunflower.png") no-repeat -170px 100%;
}
@media (min-width: 600px) {
  /* line 39, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper .page_body {
    background-position: -290px 100%;
  }
}
@media (min-width: 767px) {
  /* line 39, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper .page_body {
    background-position: -230px 100%;
  }
}
@media (min-width: 940px) {
  /* line 39, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper .page_body {
    background-position: -170px 90%;
  }
}
@media (min-width: 1420px) {
  /* line 39, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper .page_body {
    background-position: -20px 90%;
  }
}
/* line 58, ../sass/templates/_t2.scss */
.node-type-ep-t2 .main-wrapper .page_body .title {
  display: none;
}
@media (min-width: 940px) {
  /* line 58, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .main-wrapper .page_body .title {
    display: block;
  }
}
/* line 69, ../sass/templates/_t2.scss */
.node-type-ep-t2 .boxes {
  list-style-type: none;
  margin-bottom: 3.125em;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 69, ../sass/templates/_t2.scss */
  .node-type-ep-t2 .boxes {
    margin-bottom: 2.22222em;
  }
}

/* line 82, ../sass/templates/_t2.scss */
.node-type-ep-t2.has_filter .main-wrapper {
  background-position: 90px 10%;
}
@media (min-width: 480px) {
  /* line 82, ../sass/templates/_t2.scss */
  .node-type-ep-t2.has_filter .main-wrapper {
    background-position: 230px 10%;
  }
}
@media (min-width: 600px) {
  /* line 82, ../sass/templates/_t2.scss */
  .node-type-ep-t2.has_filter .main-wrapper {
    background-position: 150% 35%;
  }
}
@media (min-width: 767px) {
  /* line 82, ../sass/templates/_t2.scss */
  .node-type-ep-t2.has_filter .main-wrapper {
    background-position: 150% 35%;
  }
}
@media (min-width: 940px) {
  /* line 82, ../sass/templates/_t2.scss */
  .node-type-ep-t2.has_filter .main-wrapper {
    background-position: 115% 40%;
  }
}
@media (min-width: 1420px) {
  /* line 82, ../sass/templates/_t2.scss */
  .node-type-ep-t2.has_filter .main-wrapper {
    background-position: 100% 40%;
  }
}

@media (min-width: 767px) {
  /* line 112, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .filter {
    width: 678px;
  }
}
@media (min-width: 940px) {
  /* line 112, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .filter {
    width: 879px;
  }
}
@media (min-width: 767px) {
  /* line 123, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes {
    width: 688px;
  }
}
@media (min-width: 940px) {
  /* line 123, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes {
    width: 899px;
  }
}
@media (min-width: 480px) {
  /* line 133, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .odd {
    float: left;
    margin-right: 1.5%;
  }
}
@media (min-width: 767px) {
  /* line 133, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .odd {
    margin-right: 1%;
  }
}
@media (min-width: 480px) {
  /* line 144, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .even {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 144, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .even {
    float: right;
  }
}
/* line 153, ../sass/templates/_t2.scss */
.node-type-ep-t2.static .boxes .box {
  background-color: #000;
  margin: 0 0 0.3125em;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 153, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box {
    height: 13.875em;
    width: 49.25%;
  }
}
@media (min-width: 600px) {
  /* line 153, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box {
    height: 17.5625em;
  }
}
@media (min-width: 767px) {
  /* line 153, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box {
    float: left;
    height: 14.125em;
    margin-right: 5px;
    width: 226px;
  }
}
@media (min-width: 940px) {
  /* line 153, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box {
    float: left;
    height: 12.27778em;
    margin-bottom: 0.27778em;
    margin-right: 5px;
    width: 221px;
  }
}
/* line 184, ../sass/templates/_t2.scss */
.node-type-ep-t2.static .boxes .box .opening_times_link {
  box-sizing: border-box;
  height: 14.5em;
}
@media (min-width: 480px) {
  /* line 184, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box .opening_times_link {
    height: 13.875em;
  }
}
@media (min-width: 600px) {
  /* line 184, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box .opening_times_link {
    height: 15.61111em;
  }
}
@media (min-width: 767px) {
  /* line 184, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box .opening_times_link {
    height: 14.125em;
  }
}
@media (min-width: 940px) {
  /* line 184, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .box .opening_times_link {
    height: 13.82813em;
  }
}
@media (min-width: 767px) {
  /* line 206, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .tablet-last {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 206, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .tablet-last {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 940px) {
  /* line 218, ../sass/templates/_t2.scss */
  .node-type-ep-t2.static .boxes .desktop-last {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 940px) {
  /* line 231, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .row1-col1 {
    float: left;
    margin-right: 4px;
    width: 448px;
  }
}
@media (min-width: 940px) {
  /* line 239, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .row1-col2 {
    float: right;
    width: 448px;
  }
}
/* line 247, ../sass/templates/_t2.scss */
.node-type-ep-t2.hub .box {
  background-color: #000;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 247, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box {
    height: 450px;
  }
}
@media (min-width: 600px) {
  /* line 247, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box {
    float: left;
    height: 187px;
    margin-right: 4px;
    width: 187px;
  }
}
@media (min-width: 767px) {
  /* line 247, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box {
    height: 226px;
    width: 226px;
  }
}
@media (min-width: 940px) {
  /* line 247, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box {
    height: 222px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 222px;
  }
}
/* line 277, ../sass/templates/_t2.scss */
.node-type-ep-t2.hub .box .opening_times {
  box-sizing: border-box;
  height: 290px;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 277, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box .opening_times {
    font-size: 2em;
    height: 450px;
  }
}
@media (min-width: 600px) {
  /* line 277, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box .opening_times {
    font-size: 0.875em;
    height: 187px;
    padding: 30px 15px;
  }
}
@media (min-width: 767px) {
  /* line 277, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box .opening_times {
    font-size: 1em;
    height: 226px;
    padding: 50px 15px;
  }
}
@media (min-width: 940px) {
  /* line 277, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box .opening_times {
    font-size: 0.88889em;
    height: 222px;
    padding: 30px 15px;
  }
}
@media (min-width: 600px) {
  /* line 308, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box3,
  .node-type-ep-t2.hub .box6,
  .node-type-ep-t2.hub .box9,
  .node-type-ep-t2.hub .box12,
  .node-type-ep-t2.hub .box15,
  .node-type-ep-t2.hub .box18,
  .node-type-ep-t2.hub .box21,
  .node-type-ep-t2.hub .box24 {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 327, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box1 .teaser .teaser_caption-inner,
  .node-type-ep-t2.hub .box6 .teaser .teaser_caption-inner,
  .node-type-ep-t2.hub .box7 .teaser .teaser_caption-inner,
  .node-type-ep-t2.hub .box14 .teaser .teaser_caption-inner {
    font-size: 1.44444em;
    line-height: 1.34615em;
    padding: 15px 10px;
  }
}
@media (min-width: 940px) {
  /* line 337, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box1,
  .node-type-ep-t2.hub .box6 {
    height: 447px;
    margin-bottom: 4px;
    width: 100%;
  }
  /* line 344, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box1 .opening_times,
  .node-type-ep-t2.hub .box6 .opening_times {
    font-size: 1.55556em;
    height: 447px;
    margin-bottom: 2.32143em;
    padding: 110px 20px;
    width: 100%;
  }
  /* line 351, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box1 .opening_times .large,
  .node-type-ep-t2.hub .box6 .opening_times .large {
    font-size: 1.35714em;
    margin-bottom: 1.71053em;
  }
}
@media (min-width: 940px) {
  /* line 360, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box7,
  .node-type-ep-t2.hub .box14 {
    height: 447px;
    margin-bottom: 4px;
    width: 447px;
  }
  /* line 367, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box7 .opening_times,
  .node-type-ep-t2.hub .box14 .opening_times {
    font-size: 2em;
    height: 447px;
    padding: 100px 20px;
    width: 100%;
  }
  /* line 373, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box7 .opening_times .large,
  .node-type-ep-t2.hub .box14 .opening_times .large {
    font-size: 1.25em;
    margin-bottom: 1.4em;
  }
}
@media (min-width: 940px) {
  /* line 382, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box2,
  .node-type-ep-t2.hub .box4 {
    float: left;
    margin-right: 4px;
    width: 222px;
  }
}
@media (min-width: 940px) {
  /* line 391, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box3,
  .node-type-ep-t2.hub .box5 {
    margin-right: 0;
    width: 222px;
  }
}
@media (min-width: 940px) {
  /* line 400, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box8,
  .node-type-ep-t2.hub .box10,
  .node-type-ep-t2.hub .box12,
  .node-type-ep-t2.hub .box15,
  .node-type-ep-t2.hub .box18,
  .node-type-ep-t2.hub .box22,
  .node-type-ep-t2.hub .box21 {
    float: left;
    margin-right: 4px;
  }
}
@media (min-width: 940px) {
  /* line 413, ../sass/templates/_t2.scss */
  .node-type-ep-t2.hub .box9,
  .node-type-ep-t2.hub .box11,
  .node-type-ep-t2.hub .box14,
  .node-type-ep-t2.hub .box16,
  .node-type-ep-t2.hub .box20,
  .node-type-ep-t2.hub .box24 {
    float: right;
    margin-right: 0;
  }
}
/* line 425, ../sass/templates/_t2.scss */
.node-type-ep-t2.hub .box16 {
  margin-right: 4px;
}

/* line 436, ../sass/templates/_t2.scss */
.lte8 .node-type-ep-t2.hub .box16 {
  margin-right: 4px;
}

/* line 446, ../sass/templates/_t2.scss */
.lte7 .node-type-ep-t2.static .page_body-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  /* line 452, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .box {
    height: 14.75em;
    width: 49.5%;
  }
}
@media (min-width: 600px) {
  /* line 452, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .box {
    height: 18.5em;
  }
}
@media (min-width: 767px) {
  /* line 452, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .box {
    height: 14.125em;
    width: 226px;
  }
}
@media (min-width: 940px) {
  /* line 452, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .box {
    height: 12.27778em;
    width: 221px;
  }
}
@media (min-width: 480px) {
  /* line 474, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .odd {
    float: left;
    margin-right: 0.5%;
  }
}
@media (min-width: 767px) {
  /* line 474, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .odd {
    margin-right: 5px;
  }
}
@media (min-width: 480px) {
  /* line 485, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .even {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 485, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .even {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 767px) {
  /* line 495, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .tablet-last {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 495, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .tablet-last {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 940px) {
  /* line 507, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .desktop-last {
    float: right;
    margin-right: 0;
  }
}
/* line 514, ../sass/templates/_t2.scss */
.lte7 .node-type-ep-t2.static .boxes .opening_times {
  height: 9.5em;
}
@media (min-width: 480px) {
  /* line 514, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .opening_times {
    height: 14.75em;
  }
}
@media (min-width: 600px) {
  /* line 514, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .opening_times {
    height: 9.83333em;
  }
}
@media (min-width: 767px) {
  /* line 514, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .opening_times {
    height: 7.38889em;
  }
}
@media (min-width: 940px) {
  /* line 514, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.static .boxes .opening_times {
    height: 13.8125em;
  }
}
@media (min-width: 940px) {
  /* line 538, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .grid-container {
    width: 900px;
  }
}
@media (min-width: 480px) {
  /* line 544, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box {
    height: auto;
    margin-bottom: 0.625em;
  }
}
@media (min-width: 600px) {
  /* line 544, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box {
    height: 12.28125em;
    margin-bottom: 0.3125em;
    width: 12.28125em;
  }
}
@media (min-width: 767px) {
  /* line 544, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box {
    height: 14.9375em;
    width: 14.9375em;
  }
}
@media (min-width: 940px) {
  /* line 544, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box {
    margin: 0 4px 4px 0;
    width: 222px;
    height: 12.33333em;
  }
}
/* line 569, ../sass/templates/_t2.scss */
.lte7 .node-type-ep-t2.hub .opening_times {
  height: 9.5em;
  width: 14em;
}
@media (min-width: 480px) {
  /* line 569, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .opening_times {
    width: 13.125em;
    height: 9.375em;
  }
}
@media (min-width: 600px) {
  /* line 569, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .opening_times {
    height: 9.78571em;
    width: 11.92857em;
  }
}
@media (min-width: 767px) {
  /* line 569, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .opening_times {
    height: 8.6875em;
    width: 13.0625em;
  }
}
@media (min-width: 940px) {
  /* line 569, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .opening_times {
    height: 10.125em;
    width: 192px;
  }
}
@media (min-width: 940px) {
  /* line 595, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .row1-col1 {
    margin-right: 4px;
    width: 448px;
  }
}
@media (min-width: 940px) {
  /* line 602, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .row1-col2,
  .lte7 .node-type-ep-t2.hub .box1,
  .lte7 .node-type-ep-t2.hub .box6,
  .lte7 .node-type-ep-t2.hub .box7,
  .lte7 .node-type-ep-t2.hub .box14 {
    width: 448px;
  }
}
@media (min-width: 940px) {
  /* line 611, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box1,
  .lte7 .node-type-ep-t2.hub .box6,
  .lte7 .node-type-ep-t2.hub .box7,
  .lte7 .node-type-ep-t2.hub .box14 {
    height: 24.88889em;
  }
}
@media (min-width: 940px) {
  /* line 620, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box1 .opening_times,
  .lte7 .node-type-ep-t2.hub .box6 .opening_times,
  .lte7 .node-type-ep-t2.hub .box7 .opening_times,
  .lte7 .node-type-ep-t2.hub .box14 .opening_times {
    height: 8.28571em;
    width: 408px;
  }
}
@media (min-width: 940px) {
  /* line 630, ../sass/templates/_t2.scss */
  .lte7 .node-type-ep-t2.hub .box3,
  .lte7 .node-type-ep-t2.hub .box5,
  .lte7 .node-type-ep-t2.hub .box9,
  .lte7 .node-type-ep-t2.hub .box11,
  .lte7 .node-type-ep-t2.hub .box14,
  .lte7 .node-type-ep-t2.hub .box20,
  .lte7 .node-type-ep-t2.hub .box24 {
    margin-right: 0;
  }
}

/* line 6, ../sass/templates/_timeline-page.scss */
.vocabulary_t4_timeline .header {
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 6, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .header {
    margin-bottom: 1.94444em;
  }
}
/* line 14, ../sass/templates/_timeline-page.scss */
.vocabulary_t4_timeline .main {
  background: url("../images/pinecone--dark.png") no-repeat 190px -5px/80%;
}
@media (min-width: 480px) {
  /* line 14, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .main {
    background-position: 300px -5px;
  }
}
@media (min-width: 600px) {
  /* line 14, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .main {
    background-position: 365px -5px;
    background-size: auto;
  }
}
@media (min-width: 767px) {
  /* line 14, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .main {
    background: none;
  }
}
/* line 31, ../sass/templates/_timeline-page.scss */
.vocabulary_t4_timeline .taxonomy-term-description {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: 0 auto;
  width: 310px;
  padding: 0 0.9375em 1px;
}
/* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.vocabulary_t4_timeline .taxonomy-term-description:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  /* line 31, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .taxonomy-term-description {
    width: 480px;
  }
}
@media (min-width: 600px) {
  /* line 31, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .taxonomy-term-description {
    width: 600px;
  }
}
@media (min-width: 767px) {
  /* line 31, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .taxonomy-term-description {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 767px;
    padding: 0 1.25em 1px;
  }
  /* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .vocabulary_t4_timeline .taxonomy-term-description:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 940px) {
  /* line 31, ../sass/templates/_timeline-page.scss */
  .vocabulary_t4_timeline .taxonomy-term-description {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    padding: 0 1.11111em 1px;
  }
  /* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .vocabulary_t4_timeline .taxonomy-term-description:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 3, ../sass/templates/_standard-page.scss */
.standard-page_mini-carousel {
  margin: 0.3125em 0 1.25em;
}
@media (min-width: 940px) {
  /* line 3, ../sass/templates/_standard-page.scss */
  .standard-page_mini-carousel {
    float: right;
    margin: 0.27778em 0 1.22222em 7%;
    width: 50%;
  }
}

/* line 13, ../sass/templates/_standard-page.scss */
.standard-page_body {
  padding: 1.875em 0 1.25em;
}
@media (min-width: 940px) {
  /* line 13, ../sass/templates/_standard-page.scss */
  .standard-page_body {
    padding: 1.66667em 0 1.11111em;
  }
}

/* line 21, ../sass/templates/_standard-page.scss */
.standard-page_right-column {
  padding: 0 0 2.5em;
}
@media (min-width: 940px) {
  /* line 21, ../sass/templates/_standard-page.scss */
  .standard-page_right-column {
    clear: right;
    float: right;
    width: 23.5849%;
    padding: 0 0 2.5em 1.11111em;
  }
}

/* line 33, ../sass/templates/_standard-page.scss */
.standard-page .page-header_main-image {
  position: relative;
}
/* line 36, ../sass/templates/_standard-page.scss */
.standard-page .page-header_main-image .message {
  position: absolute;
  max-width: 190px;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 36, ../sass/templates/_standard-page.scss */
  .standard-page .page-header_main-image .message {
    max-width: 360px;
  }
}
@media (min-width: 600px) {
  /* line 36, ../sass/templates/_standard-page.scss */
  .standard-page .page-header_main-image .message {
    max-width: 475px;
  }
}
@media (min-width: 767px) {
  /* line 36, ../sass/templates/_standard-page.scss */
  .standard-page .page-header_main-image .message {
    max-width: 597px;
  }
}
@media (min-width: 940px) {
  /* line 36, ../sass/templates/_standard-page.scss */
  .standard-page .page-header_main-image .message {
    max-width: 810px;
  }
}

/* line 5, ../sass/templates/_t6.scss */
.node-type-ep-t6 .header {
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 5, ../sass/templates/_t6.scss */
  .node-type-ep-t6 .header {
    margin-bottom: 1.94444em;
  }
}
/* line 13, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_body {
  padding: 0.9375em 0;
}
@media (min-width: 940px) {
  /* line 13, ../sass/templates/_t6.scss */
  .node-type-ep-t6 .ticket-page_body {
    padding: 0.55556em 0;
    width: 66.03774%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
/* line 22, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_right-column {
  padding: 0 0 1.25em;
}
@media (min-width: 940px) {
  /* line 22, ../sass/templates/_t6.scss */
  .node-type-ep-t6 .ticket-page_right-column {
    width: 32.07547%;
    float: left;
    margin-left: 67.92453%;
    margin-right: -100%;
    padding: 0.83333em 0 2.5em;
  }
}
/* line 30, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_right-column .sidebar {
  padding-left: 0;
}
/* line 34, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_right-column .highlight--plain {
  margin-bottom: 2.5em;
}
/* line 36, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_right-column .highlight--plain h1, .node-type-ep-t6 .ticket-page_right-column .highlight--plain h2, .node-type-ep-t6 .ticket-page_right-column .highlight--plain h3, .node-type-ep-t6 .ticket-page_right-column .highlight--plain h4, .node-type-ep-t6 .ticket-page_right-column .highlight--plain h5, .node-type-ep-t6 .ticket-page_right-column .highlight--plain h6 {
  font-size: 1em;
}
/* line 41, ../sass/templates/_t6.scss */
.node-type-ep-t6 .ticket-page_right-column .field-name-field-ep-t6-sidebar-body {
  margin-bottom: 2.5em;
}
@media (min-width: 940px) {
  /* line 41, ../sass/templates/_t6.scss */
  .node-type-ep-t6 .ticket-page_right-column .field-name-field-ep-t6-sidebar-body {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 940px) {
  /* line 3, ../sass/templates/_t7.scss */
  .node-type-ep-t7 .standard-page_body {
    width: 74.5283%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
/* line 9, ../sass/templates/_t7.scss */
.node-type-ep-t7 .standard-page_body-top {
  padding-bottom: 1.11111em;
  padding-top: 1.66667em;
}

/* line 6, ../sass/templates/_t8.scss */
.node-type-event .summary p {
  margin-bottom: 10px;
}
/* line 11, ../sass/templates/_t8.scss */
.node-type-event .programme-info {
  font-size: 0.875em;
}
@media (min-width: 940px) {
  /* line 11, ../sass/templates/_t8.scss */
  .node-type-event .programme-info {
    font-size: 0.66667em;
  }
}
/* line 21, ../sass/templates/_t8.scss */
.node-type-event .programme_links a {
  display: inline-block;
  font-size: 1.0625em;
  margin: 0 0 1em 0;
  padding: 0.29412em 0.88235em;
  width: 90%;
}
@media (min-width: 600px) {
  /* line 21, ../sass/templates/_t8.scss */
  .node-type-event .programme_links a {
    margin-right: 1em;
    width: auto;
  }
}
@media (min-width: 940px) {
  /* line 21, ../sass/templates/_t8.scss */
  .node-type-event .programme_links a {
    font-size: 0.70833em;
  }
}

/* line 5, ../sass/templates/_search-results.scss */
.page-search .header {
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 5, ../sass/templates/_search-results.scss */
  .page-search .header {
    margin-bottom: 1.94444em;
  }
}
/* line 13, ../sass/templates/_search-results.scss */
.page-search .search-form {
  margin-bottom: 2.1875em;
}
@media (min-width: 940px) {
  /* line 13, ../sass/templates/_search-results.scss */
  .page-search .search-form {
    margin-bottom: 2.77778em;
  }
}
/* line 20, ../sass/templates/_search-results.scss */
.page-search .search-form .form-item {
  display: block;
  margin-bottom: 1.25em;
}
@media (min-width: 480px) {
  /* line 20, ../sass/templates/_search-results.scss */
  .page-search .search-form .form-item {
    display: inline;
    margin-right: 0.625em;
  }
}
@media (min-width: 480px) {
  /* line 20, ../sass/templates/_search-results.scss */
  .page-search .search-form .form-item {
    margin-right: 0.55556em;
  }
}
/* line 35, ../sass/templates/_search-results.scss */
.page-search .search-form label {
  margin-right: 0.625em;
}
/* line 39, ../sass/templates/_search-results.scss */
.page-search .search-form .form-text {
  font-size: 0.875em;
  padding: 0.35714em;
  min-width: 7.14286em;
}
@media (min-width: 767px) {
  /* line 39, ../sass/templates/_search-results.scss */
  .page-search .search-form .form-text {
    min-width: 14.28571em;
  }
}
@media (min-width: 940px) {
  /* line 39, ../sass/templates/_search-results.scss */
  .page-search .search-form .form-text {
    font-size: 0.88889em;
    min-width: 18.75em;
    padding: 0.3125em;
  }
}
/* line 57, ../sass/templates/_search-results.scss */
.page-search .search-results {
  list-style-type: decimal;
  margin-bottom: 3.125em;
}
@media (min-width: 940px) {
  /* line 57, ../sass/templates/_search-results.scss */
  .page-search .search-results {
    margin-bottom: 3.88889em;
  }
}
/* line 66, ../sass/templates/_search-results.scss */
.page-search .search-result {
  margin-bottom: 1.875em;
}
@media (min-width: 940px) {
  /* line 66, ../sass/templates/_search-results.scss */
  .page-search .search-result {
    margin-bottom: 2.22222em;
  }
}
/* line 74, ../sass/templates/_search-results.scss */
.page-search .search-snippet-info {
  padding-left: 0;
}
/* line 78, ../sass/templates/_search-results.scss */
.page-search .search-snippet {
  margin-bottom: 0.625em;
}
@media (min-width: 940px) {
  /* line 78, ../sass/templates/_search-results.scss */
  .page-search .search-snippet {
    margin-bottom: 0.55556em;
  }
}
/* line 85, ../sass/templates/_search-results.scss */
.page-search .search-info {
  font-size: 0.875em;
}
@media (min-width: 940px) {
  /* line 85, ../sass/templates/_search-results.scss */
  .page-search .search-info {
    font-size: 0.88889em;
  }
}
/* line 92, ../sass/templates/_search-results.scss */
.page-search .pager {
  text-align: center;
}

@media (min-width: 940px) {
  /* line 4, ../sass/templates/_sidebar.scss */
  .sidebar {
    font-size: 0.88889em;
    line-height: 1.3125em;
    padding-left: 1.11111em;
  }
}
/* line 12, ../sass/templates/_sidebar.scss */
.sidebar h1 {
  font-size: 2.125em;
}
/* line 16, ../sass/templates/_sidebar.scss */
.sidebar h2 {
  font-size: 1.625em;
  line-height: 1.34615em;
}
/* line 21, ../sass/templates/_sidebar.scss */
.sidebar h3 {
  font-size: 1.3125em;
  line-height: 1.33333em;
}
/* line 26, ../sass/templates/_sidebar.scss */
.sidebar h4 {
  font-size: 1em;
  line-height: 1.75em;
}
/* line 31, ../sass/templates/_sidebar.scss */
.sidebar h5, .sidebar h6 {
  font-size: 1em;
  line-height: 1.3125em;
}
/* line 36, ../sass/templates/_sidebar.scss */
.sidebar ul, .sidebar ol {
  padding: 0 0 0 0.875em;
}
@media (min-width: 940px) {
  /* line 36, ../sass/templates/_sidebar.scss */
  .sidebar ul, .sidebar ol {
    padding: 0 0 0 1em;
  }
}
/* line 43, ../sass/templates/_sidebar.scss */
.sidebar ul li, .sidebar ol li {
  margin: 0 0 0.625em;
}
@media (min-width: 940px) {
  /* line 43, ../sass/templates/_sidebar.scss */
  .sidebar ul li, .sidebar ol li {
    margin: 0 0 1em;
    padding: 0 0 0 0.1875em;
  }
}

/* ACCORDION
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_accordion.scss */
.js-accordion {
  background: #fff;
  border-color: #D2CDCA;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_accordion.scss */
  .js-accordion {
    margin-bottom: 1.55556em;
  }
}
/* line 21, ../sass/components/_accordion.scss */
.js-accordion .accordion_heading {
  background: #fff url("../images/arrow-down.png") no-repeat 98% 48%;
  border-top: 1px solid #D2CDCA;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.9375em 0.625em;
}
@media (min-width: 940px) {
  /* line 21, ../sass/components/_accordion.scss */
  .js-accordion .accordion_heading {
    font-size: 0.88889em;
  }
}
/* line 33, ../sass/components/_accordion.scss */
.js-accordion .accordion_heading.active {
  background: #fff url("../images/arrow-up.png") no-repeat 98% 48%;
}
/* line 38, ../sass/components/_accordion.scss */
.js-accordion .accordion_heading:hover {
  cursor: pointer;
}
/* line 42, ../sass/components/_accordion.scss */
.js-accordion .accordion_heading:focus {
  text-decoration: underline;
}
/* line 46, ../sass/components/_accordion.scss */
.js-accordion .accordion_panel {
  padding: 0 0.625em;
}
@media (min-width: 940px) {
  /* line 46, ../sass/components/_accordion.scss */
  .js-accordion .accordion_panel {
    font-size: 0.88889em;
  }
}

/* line 56, ../sass/components/_accordion.scss */
.collapsingList h2 {
  margin-bottom: 0;
}

/* BUTTON
------------------------------------------------------------------------------*/
/* line 12, ../sass/components/_button.scss */
.button {
  background-color: #D2CDCA;
  border: 0;
  color: #333;
  font-size: 1.0625em;
  min-width: 110px;
  padding: 0.58824em 0.88235em;
}
/* line 20, ../sass/components/_button.scss */
.button:hover, .button:focus {
  background: #F2EDE9;
  cursor: pointer;
}
@media (min-width: 940px) {
  /* line 12, ../sass/components/_button.scss */
  .button {
    font-size: 0.94444em;
  }
}

/* line 31, ../sass/components/_button.scss */
a.button {
  border-bottom: 0;
}

/* BUTTON WITH ARROW
------------------------------------------------------------------------------*/
/* line 38, ../sass/components/_button.scss */
.button--arrow {
  border-bottom: 0;
  background: #F5752A;
  display: inline-block;
  font-size: 1.0625em;
  margin-bottom: 1.17647em;
  padding: 0.29412em 0.58824em 0.29412em 0.88235em;
  position: relative;
}
@media (min-width: 940px) {
  /* line 38, ../sass/components/_button.scss */
  .button--arrow {
    font-size: 0.70833em;
  }
}
/* line 52, ../sass/components/_button.scss */
.button--arrow a {
  border-bottom: 0;
}
/* line 55, ../sass/components/_button.scss */
.button--arrow a:active {
  background: #FEC737;
}
/* line 60, ../sass/components/_button.scss */
.button--arrow:after {
  border-top: 1.05882em solid transparent;
  border-bottom: 1.05882em solid transparent;
  border-left: 1.05882em solid #F5752A;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 940px) {
  /* line 60, ../sass/components/_button.scss */
  .button--arrow:after {
   /* border-width: 1.47059em 0 1.41176em 1.47059em;*/
   border-width: 1.7em 0 1.41176em 1.47059em;
  }
}
/* line 74, ../sass/components/_button.scss */
.button--arrow:hover, .button--arrow:focus {
  background: #FEC737;
  border-bottom: 0;
}
/* line 80, ../sass/components/_button.scss */
.button--arrow:hover:after, .button--arrow:focus:after {
  border-left-color: #FEC737;
}

/* line 87, ../sass/components/_button.scss */
.lte7 .button--arrow {
  display: inline;
}

/* CATEGORIES
------------------------------------------------------------------------------*/
@media (min-width: 940px) {
  /* line 8, ../sass/components/_categories.scss */
  .categories_title {
    font-size: 0.75em;
    line-height: 1.55556em;
  }
}

/* line 15, ../sass/components/_categories.scss */
.categories_items {
  list-style-type: none;
  padding-left: 0;
}

/* line 20, ../sass/components/_categories.scss */
.categories_item {
  margin-bottom: 0.9375em;
  padding-left: 0;
}
/* line 24, ../sass/components/_categories.scss */
.categories_item .button {
  padding-left: 10px;
  padding-right: 10px;
}

/* DATE PICKER
------------------------------------------------------------------------------*/
/* line 11, ../sass/components/_datepicker.scss */
#ui-datepicker-div {
  border: 0;
  background: #FEC737;
  padding: 0 0.625em 0.625em;
  width: 15em;
}
/* line 17, ../sass/components/_datepicker.scss */
#ui-datepicker-div table {
  font-size: 1em;
}
@media (min-width: 940px) {
  /* line 17, ../sass/components/_datepicker.scss */
  #ui-datepicker-div table {
    font-size: 0.88889em;
  }
}
/* line 23, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-widget-header {
  border: 0;
  background: #FEF5CB;
  height: 1.75em;
  margin: 0 -0.625em;
  padding: 0.75em 0.75em 0.625em;
}
/* line 31, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-title {
  font-size: 0.8885em;
  margin: 0 2.8em;
}
/* line 36, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  border: none;
  border-radius: 0;
  height: 3.125em;
  top: 0;
  width: 3.125em;
}
/* line 44, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-next .ui-icon {
  background: none;
  margin: 0;
}
/* line 50, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-prev {
  background: url("../images/arrow-left--grey.png") no-repeat 40% 50%;
  left: 0;
}
/* line 55, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next {
  background: url("../images/arrow-right--grey.png") no-repeat 60% 50%;
  right: 0;
}
/* line 60, ../sass/components/_datepicker.scss */
#ui-datepicker-div th {
  font-family: "FS Emeric Book", Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 0.125em;
  padding-top: 0.5em;
}
/* line 67, ../sass/components/_datepicker.scss */
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  background: #FEF5CB;
  border: 0;
  padding: 0 0.3125em 0 0;
}
/* line 75, ../sass/components/_datepicker.scss */
#ui-datepicker-div a:hover,
#ui-datepicker-div a:focus {
  background-color: #F5752A;
}

/* FILTER
------------------------------------------------------------------------------*/
/* line 12, ../sass/components/_filter.scss */
.filter {
  background-color: #fff;
  border-left: 3px solid #00B6F0;
  margin: 0 -0.625em 1em;
}
@media (min-width: 767px) {
  /* line 12, ../sass/components/_filter.scss */
  .filter {
    background: url("../images/fern.png") no-repeat 99% 5px #fff;
    border-left-width: 10px;
    margin: 0 0 0.3125em;
  }
}
@media (min-width: 940px) {
  /* line 12, ../sass/components/_filter.scss */
  .filter {
    border-left-width: 20px;
    margin-bottom: 0.27778em;
  }
}
/* line 28, ../sass/components/_filter.scss */
.filter label {
  font-weight: normal;
}
@media (min-width: 940px) {
  /* line 28, ../sass/components/_filter.scss */
  .filter label {
    font-size: 0.88889em;
    font-weight: normal;
  }
}
/* line 36, ../sass/components/_filter.scss */
.filter fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 42, ../sass/components/_filter.scss */
.filter legend {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
}
/* line 46, ../sass/components/_filter.scss */
.filter .form-type-radio {
  display: inline-block;
  margin-right: 1.875em;
}
/* line 50, ../sass/components/_filter.scss */
.filter .form-type-radio input, .filter .form-type-radio label {
  display: block;
}
@media (min-width: 767px) {
  /* line 50, ../sass/components/_filter.scss */
  .filter .form-type-radio input, .filter .form-type-radio label {
    display: inline;
  }
}
/* line 59, ../sass/components/_filter.scss */
.filter .form-radio {
  margin: 0 0 0.125em;
}
/* line 63, ../sass/components/_filter.scss */
.filter .form-checkbox {
  margin-left: 0;
}
/* line 67, ../sass/components/_filter.scss */
.filter .form-item,
.filter .form-actions {
  margin-top: 0;
}

/* line 73, ../sass/components/_filter.scss */
.filter_inner-wrapper {
  border: 1px solid #F2EDE9;
  border-left: 0;
  padding: 0.9375em 0.625em 0.625em;
}
@media (min-width: 767px) {
  /* line 73, ../sass/components/_filter.scss */
  .filter_inner-wrapper {
    padding: 1.25em;
  }
}
@media (min-width: 940px) {
  /* line 73, ../sass/components/_filter.scss */
  .filter_inner-wrapper {
    padding: 1.38889em 1.38889em;
  }
}

/* line 87, ../sass/components/_filter.scss */
.filter_inner {
  padding-bottom: 0.625em;
}
@media (min-width: 767px) {
  /* line 87, ../sass/components/_filter.scss */
  .filter_inner {
    padding-right: 5px;
  }
}

/* line 96, ../sass/components/_filter.scss */
.filter_title {
  font-size: 1.3125em;
  line-height: 1.33333em;
  margin-top: 0;
  margin-bottom: 0;
  width: 73.52941%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 96, ../sass/components/_filter.scss */
  .filter_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 96, ../sass/components/_filter.scss */
  .filter_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.55556em;
    line-height: 1.25em;
  }
}

/* line 115, ../sass/components/_filter.scss */
.filter_controls {
  width: 20.58824%;
  float: left;
  margin-left: 79.41176%;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 115, ../sass/components/_filter.scss */
  .filter_controls {
    display: none;
  }
}

/* line 123, ../sass/components/_filter.scss */
.js-filter_show-hide-btn {
  background: url("../images/arrow-down.png") no-repeat 98% 50%;
  border: none;
  cursor: pointer;
  font-family: "FS Emeric Book", Arial, sans-serif;
  font-size: 1em;
  padding: 0.375em 1.25em 0.375em 0;
  text-align: right;
  width: 100%;
}

/* line 134, ../sass/components/_filter.scss */
.js-filter_show-hide-btn--expanded {
  background-image: url("../images/arrow-up.png");
}

/* line 138, ../sass/components/_filter.scss */
.filter_select-filter-type {
  margin-top: 0.625em;
}
@media (min-width: 767px) {
  /* line 138, ../sass/components/_filter.scss */
  .filter_select-filter-type {
    margin-top: 1.11111em;
  }
}
/* line 146, ../sass/components/_filter.scss */
.filter_select-filter-type .form-type-radios {
  margin-bottom: 0.625em;
}
@media (min-width: 940px) {
  /* line 146, ../sass/components/_filter.scss */
  .filter_select-filter-type .form-type-radios {
    margin-bottom: 0.55556em;
  }
}
/* line 155, ../sass/components/_filter.scss */
.filter_select-filter-type .form-radios {
  display: inline-block;
}
/* line 159, ../sass/components/_filter.scss */
.filter_select-filter-type legend {
  margin-bottom: 0.625em;
  padding-left: 0;
}
@media (min-width: 767px) {
  /* line 159, ../sass/components/_filter.scss */
  .filter_select-filter-type legend {
    float: left;
    margin-right: 1.875em;
  }
}
@media (min-width: 940px) {
  /* line 159, ../sass/components/_filter.scss */
  .filter_select-filter-type legend {
    margin-right: 1.66667em;
  }
}

/* line 173, ../sass/components/_filter.scss */
.filter_display-filter {
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 173, ../sass/components/_filter.scss */
  .filter_display-filter {
    margin-bottom: 1.11111em;
  }
}

/* line 185, ../sass/components/_filter.scss */
.lte7 .filter .form-type-radio {
  display: inline;
}

@media (min-width: 767px) {
  /* line 198, ../sass/components/_filter.scss */
  .filter--taxonomy .filter_display-filter .form-type-checkbox {
    display: inline-block;
    margin-right: 2.1875em;
  }
}
@media (min-width: 940px) {
  /* line 198, ../sass/components/_filter.scss */
  .filter--taxonomy .filter_display-filter .form-type-checkbox {
    margin-right: 1.94444em;
  }
}

/* line 216, ../sass/components/_filter.scss */
.lte8 .filter_select-filter-type .form-radios {
  display: inline;
}
@media (min-width: 767px) {
  /* line 222, ../sass/components/_filter.scss */
  .lte8 .filter_display-filter .form-type-checkbox {
    display: inline;
  }
}

@media (min-width: 480px) {
  /* line 240, ../sass/components/_filter.scss */
  .filter--date .filter_display-filter .month label {
    display: inline;
    margin-right: 1.25em;
  }
}
/* line 246, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .month select {
  color: #333;
  font-family: "FS Emeric Book", Arial, sans-serif;
  font-size: 1em;
  padding: 0.3125em;
  width: 6.875em;
}
@media (min-width: 940px) {
  /* line 246, ../sass/components/_filter.scss */
  .filter--date .filter_display-filter .month select {
    font-size: 0.88889em;
    padding: 0.1875em;
  }
}
/* line 260, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date {
  vertical-align: middle;
}
/* line 264, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date .form-type-date-popup > label {
  display: none;
}
/* line 268, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date .date-padding {
  padding: 0;
}
@media (min-width: 767px) {
  /* line 272, ../sass/components/_filter.scss */
  .filter--date .filter_display-filter .date .container-inline-date {
    display: inline-block;
  }
}
@media (min-width: 767px) {
  /* line 279, ../sass/components/_filter.scss */
  .filter--date .filter_display-filter .date .form-item-date-filter-date-date label {
    display: inline-block;
    margin-right: 1.875em;
  }
}
/* line 286, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date .form-item-date-filter-date-date input {
  margin-right: 1.875em;
  padding: 0.4375em;
}
/* line 291, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date .form-item-date-filter-date-date .description {
  display: none;
}
@media (min-width: 767px) {
  /* line 296, ../sass/components/_filter.scss */
  .filter--date .filter_display-filter .date .form-checkboxes {
    display: inline-block;
  }
}
/* line 301, ../sass/components/_filter.scss */
.filter--date .filter_display-filter .date .form-checkboxes input {
  margin-right: 0.3125em;
}

/* FOOTER
------------------------------------------------------------------------------*/
/* line 13, ../sass/components/_footer.scss */
.footer {
  -moz-background-size: auto 220px;
  -o-background-size: auto 220px;
  -webkit-background-size: auto 220px;
  background-size: auto 220px;
  background-color: #333;
  background-image: url("../images/footer-new.jpg");
  background-position: -50px 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1.875em 0 180px;
}
@media (min-width: 767px) {
  /* line 13, ../sass/components/_footer.scss */
  .footer {
    -moz-background-size: auto 280px;
    -o-background-size: auto 280px;
    -webkit-background-size: auto 280px;
    background-size: auto 280px;
  }
}
@media (min-width: 940px) {
  /* line 13, ../sass/components/_footer.scss */
  .footer {
    background-position: 0 100%;
    background-size: auto;
    padding: 3.125em 0 12.22222em;
  }
}
/* line 36, ../sass/components/_footer.scss */
.footer a {
  color: #fff;
  border-color: #fff;
}
/* line 40, ../sass/components/_footer.scss */
.footer a:hover, .footer a:focus {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
/* line 48, ../sass/components/_footer.scss */
.footer .active-trail {
  color: #fff;
}

/* line 55, ../sass/components/_footer.scss */
.footer_links ul,
.footer_image-links ul {
  list-style-type: none;
  padding: 0;
}

/* line 61, ../sass/components/_footer.scss */
.footer_top-section {
  margin-bottom: 1.25em;
}

/* line 65, ../sass/components/_footer.scss */
.footer_top-section_blocks {
  font-size: 0.875em;
  margin-bottom: 2.85714em;
  position: relative;
}
@media (min-width: 940px) {
  /* line 65, ../sass/components/_footer.scss */
  .footer_top-section_blocks {
    width: 74.5283%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    float: left;
    font-size: 0.88889em;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  /* line 78, ../sass/components/_footer.scss */
  .footer_top-section_blocks .block-copyright {
    width: 77.21519%;
    float: left;
    margin-right: 2.53165%;
  }
}
@media (min-width: 940px) {
  /* line 84, ../sass/components/_footer.scss */
  .footer_top-section_blocks .block-footer-info {
    width: 77.21519%;
    float: left;
    margin-right: 2.53165%;
  }
}
@media (min-width: 940px) {
  /* line 90, ../sass/components/_footer.scss */
  .footer_top-section_blocks .block-address {
    position: absolute;
    left: 570px;
    top: 0;
    width: 20%;
  }
}

/* line 101, ../sass/components/_footer.scss */
.footer_links {
  margin-bottom: 1.25em;
  padding: 0 0 0.3125em;
}
/* line 106, ../sass/components/_footer.scss */
.footer_links ul li {
  padding: 0 0 0.625em;
}
@media (min-width: 600px) {
  /* line 106, ../sass/components/_footer.scss */
  .footer_links ul li {
    display: inline-block;
    margin-bottom: 1.125em;
    padding: 0 2.5em 0 0;
  }
}

/* line 123, ../sass/components/_footer.scss */
.footer_image-links ul li {
  padding: 0 0 1.875em;
}
@media (min-width: 600px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer_image-links ul li {
    width: 50%;
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
}
@media (min-width: 940px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer_image-links ul li {
    text-align: center;
    width: 25%;
  }
}
/* line 138, ../sass/components/_footer.scss */
.footer_image-links ul li a {
  border: 0;
}
/* line 141, ../sass/components/_footer.scss */
.footer_image-links ul li a:hover, .footer_image-links ul li a:focus {
  background: transparent;
}
/* line 145, ../sass/components/_footer.scss */
.footer_image-links ul li a:hover img, .footer_image-links ul li a:focus img {
  border: 1px dotted #fff;
}
/* line 151, ../sass/components/_footer.scss */
.footer_image-links ul li img {
  border: 1px solid transparent;
  max-width: 100%;
}

@media (min-width: 767px) {
  /* line 164, ../sass/components/_footer.scss */
  .lte7 .footer_links ul li,
  .lte7 .footer_image-links ul li {
    display: inline;
  }
}

@media print {
  /* line 176, ../sass/components/_footer.scss */
  .footer {
    display: none;
  }
}
/* GOOGLE MAPS
------------------------------------------------------------------------------*/
/* line 3, ../sass/components/_google-maps.scss */
.google-maps {
  height: 0;
  margin-bottom: 1.25em;
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}
@media (min-width: 940px) {
  /* line 3, ../sass/components/_google-maps.scss */
  .google-maps {
    margin-bottom: 1.22222em;
  }
}
/* line 14, ../sass/components/_google-maps.scss */
.google-maps iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 14, ../sass/components/_header.scss */
.header {
  padding: 0.625em 0 0;
  background: #C00D0E;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 940px) {
  /* line 19, ../sass/components/_header.scss */
  .header .header_inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 940px;
    padding: 0 1.11111em;
  }
  /* line 12, ../../../../../../../../../../usr/local/share/gems/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .header .header_inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 940px) {
  /* line 14, ../sass/components/_header.scss */
  .header {
    padding: 0 0 0.16667em;
  }
}
/* line 38, ../sass/components/_header.scss */
.header h2 {
  left: -999em;
  position: absolute;
}
/* line 43, ../sass/components/_header.scss */
.header a {
  border: 0;
}
/* line 47, ../sass/components/_header.scss */
.header .header_top-section {
  padding: 0 0.9375em 0 1.25em;
  position: relative;
}
@media (min-width: 767px) {
  /* line 47, ../sass/components/_header.scss */
  .header .header_top-section {
    margin-bottom: 0.3125em;
  }
}
@media (min-width: 940px) {
  /* line 47, ../sass/components/_header.scss */
  .header .header_top-section {
    margin-bottom: 0;
    max-width: 940px;
    padding: 0;
  }
}
/* line 62, ../sass/components/_header.scss */
.header .logo-wrapper {
  float: left;
  max-width: 150px;
  width: 50%;
}
@media (min-width: 767px) {
  /* line 62, ../sass/components/_header.scss */
  .header .logo-wrapper {
    max-width: 210px;
  }
}
@media (min-width: 940px) {
  /* line 62, ../sass/components/_header.scss */
  .header .logo-wrapper {
    max-width: 220px;
  }
}
/* line 77, ../sass/components/_header.scss */
.header .logo {
  border: 0;
}
/* line 80, ../sass/components/_header.scss */
.header .logo img {
  min-width: 150px;
}
@media (min-width: 767px) {
  /* line 80, ../sass/components/_header.scss */
  .header .logo img {
    width: 210px;
  }
}
@media (min-width: 940px) {
  /* line 80, ../sass/components/_header.scss */
  .header .logo img {
    width: 220px;
  }
}
/* line 93, ../sass/components/_header.scss */
.header .header_controls {
  float: right;
  margin: -0.625em -0.9375em -0.3125em 0;
  min-height: 58px;
  text-align: right;
  width: 50%;
}
@media (min-width: 940px) {
  /* line 93, ../sass/components/_header.scss */
  .header .header_controls {
    min-height: 72px;
  }
}
@media (min-width: 940px) {
  /* line 93, ../sass/components/_header.scss */
  .header .header_controls {
    margin-right: 0;
    margin-top: 0;
  }
}
/* line 109, ../sass/components/_header.scss */
.header .header_controls .js-show-hide_btn {
  border: none;
  cursor: pointer;
  display: inline-block;
  direction: ltr;
  height: 53px;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  transition: background-color 1s;
  width: 53px;
}
/* line 121, ../sass/components/_header.scss */
.header .header_controls .js-show-hide_btn:focus {
  transition: background 1s;
}
/* line 126, ../sass/components/_header.scss */
.header .header_controls .js-search-hide-show_btn {
  background: url("../images/magnifying-glass_white.png") no-repeat 50% 50%;
  background-size: 17px 17px;
}
/* line 130, ../sass/components/_header.scss */
.header .header_controls .js-search-hide-show_btn:focus {
  background-color: #333;
}
@media (min-width: 940px) {
  /* line 130, ../sass/components/_header.scss */
  .header .header_controls .js-search-hide-show_btn:focus {
    background-image: url("../images/magnifying-glass_white.png");
  }
}
@media (min-width: 767px) {
  /* line 126, ../sass/components/_header.scss */
  .header .header_controls .js-search-hide-show_btn {
    height: 67px;
    width: 67px;
  }
}
@media (min-width: 940px) {
  /* line 126, ../sass/components/_header.scss */
  .header .header_controls .js-search-hide-show_btn {
    background-color: #F5752A;
    background-image: url("../images/magnifying-glass_black.png");
    border: 0;
    border-radius: 50%;
    height: 40px;
    margin-top: 0.35714em;
    width: 40px;
  }
}
/* line 154, ../sass/components/_header.scss */
.header .header_controls .js-search-hide-show_btn--expanded {
  background-color: #333;
}
@media (min-width: 940px) {
  /* line 154, ../sass/components/_header.scss */
  .header .header_controls .js-search-hide-show_btn--expanded {
    background-image: url("../images/magnifying-glass_white.png");
  }
}
/* line 162, ../sass/components/_header.scss */
.header .header_controls .js-main-menu_btn {
  background: url("../images/menu-icon.png") no-repeat 50% 50%;
}
/* line 166, ../sass/components/_header.scss */
.header .header_controls .js-main-menu_btn:focus {
  background-color: #fff;
  background-image: url("../images/menu-icon-red.png");
}
@media (min-width: 767px) {
  /* line 162, ../sass/components/_header.scss */
  .header .header_controls .js-main-menu_btn {
    height: 67px;
    width: 67px;
  }
}
/* line 177, ../sass/components/_header.scss */
.header .header_controls .js-main-menu_btn--expanded {
  background: url("../images/menu-icon-red.png") no-repeat 50% 50% #fff;
}

/* line 183, ../sass/components/_header.scss */
.header--homepage {
  background: transparent;
  background: rgba(0, 0, 0, 0.75);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
  position: relative;
  z-index: 15;
}
@media (min-width: 767px) {
  /* line 183, ../sass/components/_header.scss */
  .header--homepage {
    min-height: 180px;
  }
}
@media (min-width: 940px) {
  /* line 200, ../sass/components/_header.scss */
  .header--homepage .header_navigation ul li a {
    text-shadow: 0 0 3px #000;
  }
}

/* line 215, ../sass/components/_header.scss */
.lte8 .header .js-search-hide-show_btn {
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
}
@media (min-width: 940px) {
  /* line 215, ../sass/components/_header.scss */
  .lte8 .header .js-search-hide-show_btn {
    background-image: url("../images/search-icon--black.png");
    margin-top: 0;
  }
}
@media (min-width: 940px) {
  /* line 227, ../sass/components/_header.scss */
  .lte8 .header .js-search-hide-show_btn--expanded {
    background-color: #333;
    background-image: url("../images/search-icon.png");
  }
}
/* line 235, ../sass/components/_header.scss */
.lte8 .header--homepage {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF000000, endColorstr=#00000000)";
}

@media (min-width: 940px) {
  /* line 244, ../sass/components/_header.scss */
  .lte7 .header .header_navigation ul li {
    display: inline;
  }
}

/* line 9, ../sass/components/_highlight.scss */
.highlight, .highlight--plain {
  border-color: #FEC737;
  border-style: solid;
  border-width: 1px;
  margin: 0 -0.625em 1.75em;
  padding: 0.625em;
}
@media (min-width: 767px) {
  /* line 9, ../sass/components/_highlight.scss */
  .highlight, .highlight--plain {
    padding: 0.9375em;
    margin: 0 0 1.75em;
  }
}
@media (min-width: 940px) {
  /* line 9, ../sass/components/_highlight.scss */
  .highlight, .highlight--plain {
    margin-bottom: 1.55556em;
    padding: 1.11111em;
  }
}
/* line 29, ../sass/components/_highlight.scss */
.highlight .highlight_title, .highlight--plain .highlight_title {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1.625em;
  margin: 0 0 0.42308em;
}
@media (min-width: 767px) {
  /* line 29, ../sass/components/_highlight.scss */
  .highlight .highlight_title, .highlight--plain .highlight_title {
    font-size: 2.125em;
    margin: 0 0 0.41176em;
  }
}
@media (min-width: 940px) {
  /* line 29, ../sass/components/_highlight.scss */
  .highlight .highlight_title, .highlight--plain .highlight_title {
    font-size: 2.33333em;
    margin: 0 0 0.40476em;
  }
}
/* line 47, ../sass/components/_highlight.scss */
.highlight .highlight_content, .highlight--plain .highlight_content {
  font-size: 1em;
}
@media (min-width: 767px) {
  /* line 47, ../sass/components/_highlight.scss */
  .highlight .highlight_content, .highlight--plain .highlight_content {
    font-size: 0.88889em;
  }
}
/* line 55, ../sass/components/_highlight.scss */
.highlight ul, .highlight--plain ul {
  line-height: 1.4em;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 62, ../sass/components/_highlight.scss */
.highlight--plain {
  border-color: #D2CDCA;
}
/* line 68, ../sass/components/_highlight.scss */
.highlight--plain .highlight_title {
  font-size: 1em;
  margin: 0 0 0.875em;
}
@media (min-width: 767px) {
  /* line 68, ../sass/components/_highlight.scss */
  .highlight--plain .highlight_title {
    font-size: 1em;
    margin: 0 0 1.75em;
  }
}
@media (min-width: 940px) {
  /* line 68, ../sass/components/_highlight.scss */
  .highlight--plain .highlight_title {
    font-size: 1em;
    margin: 0 0 1.55556em;
  }
}

@media print {
  /* line 88, ../sass/components/_highlight.scss */
  .highlight .highlight_title, .highlight--plain .highlight_title {
    font-family: Arial, sans-serif;
  }
}
/* HOMEPAGE CAROUSEL
------------------------------------------------------------------------------*/
/* line 12, ../sass/components/_homepage-carousel.scss */
.homepage-carousel .banner-images {
  height: 100%;
  max-width: 1400px;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media (min-width: 940px) {
  /* line 12, ../sass/components/_homepage-carousel.scss */
  .homepage-carousel .banner-images {
    position: fixed;
    top: 0;
  }
}
/* line 25, ../sass/components/_homepage-carousel.scss */
.homepage-carousel .focuspoint {
  display: none;
  overflow: visible;
}
/* line 29, ../sass/components/_homepage-carousel.scss */
.homepage-carousel .focuspoint:first-of-type {
  display: block;
}
/* line 33, ../sass/components/_homepage-carousel.scss */
.homepage-carousel .focuspoint img {
  position: static;
  width: 100%;
}
@media (min-width: 940px) {
  /* line 33, ../sass/components/_homepage-carousel.scss */
  .homepage-carousel .focuspoint img {
    width: auto;
  }
}

/* line 47, ../sass/components/_homepage-carousel.scss */
.js .homepage-carousel .banner-images {
  position: fixed;
  top: 0;
}
/* line 52, ../sass/components/_homepage-carousel.scss */
.js .homepage-carousel .focuspoint {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 59, ../sass/components/_homepage-carousel.scss */
.js .homepage-carousel .focuspoint.active {
  z-index: 3;
}
/* line 63, ../sass/components/_homepage-carousel.scss */
.js .homepage-carousel .focuspoint img {
  position: absolute;
  width: auto;
}

/* line 71, ../sass/components/_homepage-carousel.scss */
.homepage-carousel_footer {
  background: rgba(0, 0, 0, 0.75);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  bottom: 0;
  max-width: 1400px;
  min-height: 200px;
  position: fixed;
  width: 100%;
}
/* line 81, ../sass/components/_homepage-carousel.scss */
.homepage-carousel_footer .bg-button {
  border: 0;
  bottom: 15px;
  direction: ltr;
  height: 40px;
  position: absolute;
  right: 15px;
  text-indent: -999em;
  width: 40px;
  z-index: 10;
}
@media (min-width: 767px) {
  /* line 81, ../sass/components/_homepage-carousel.scss */
  .homepage-carousel_footer .bg-button {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 940px) {
  /* line 81, ../sass/components/_homepage-carousel.scss */
  .homepage-carousel_footer .bg-button {
    bottom: 40px;
    right: 40px;
  }
}
/* line 102, ../sass/components/_homepage-carousel.scss */
.homepage-carousel_footer .bg-button:hover {
  cursor: pointer;
}
/* line 106, ../sass/components/_homepage-carousel.scss */
.homepage-carousel_footer .bg-button.pause {
  background: url("../images/pause-btn.png") no-repeat;
}
/* line 110, ../sass/components/_homepage-carousel.scss */
.homepage-carousel_footer .bg-button.play {
  background: url("../images/play-btn.png") no-repeat;
}

/* line 116, ../sass/components/_homepage-carousel.scss */
.homepage_slogan {
  bottom: 0;
  color: #fff;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1.625em;
  line-height: 1.34615em;
  margin-bottom: 0.38462em;
  padding: 0 2.30769em 0 0.76923em;
  position: absolute;
}
/* line 126, ../sass/components/_homepage-carousel.scss */
.homepage_slogan p {
  margin-bottom: 0;
  text-shadow: 0 0 3px #000;
}
@media (min-width: 767px) {
  /* line 116, ../sass/components/_homepage-carousel.scss */
  .homepage_slogan {
    font-size: 2.125em;
    line-height: 1.23529em;
    margin-bottom: 0.58824em;
    padding: 0 1.76471em 0 0.58824em;
  }
}
@media (min-width: 940px) {
  /* line 116, ../sass/components/_homepage-carousel.scss */
  .homepage_slogan {
    font-size: 2.33333em;
    line-height: 1.16667em;
    margin-bottom: 0.95238em;
    padding: 0 1.42857em 0 0.95238em;
  }
}

/* line 148, ../sass/components/_homepage-carousel.scss */
.lte8 .homepage-carousel_footer {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#FF000000)";
}

@media print {
  /* line 157, ../sass/components/_homepage-carousel.scss */
  .homepage_slogan {
    font-family: Arial, sans-serif;
  }
}
/* INCLUDED EVENTS
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_included-events.scss */
.included-events {
  background-color: #FEF5CB;
  padding: 1.5625em 0 0.0625em;
}
@media (min-width: 767px) {
  /* line 8, ../sass/components/_included-events.scss */
  .included-events {
    padding: 1.5625em 0;
  }
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_included-events.scss */
  .included-events {
    padding: 1.38889em 0;
  }
}

/* line 21, ../sass/components/_included-events.scss */
.included-events_title {
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0 0 0.53846em;
  width: 73.52941%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 21, ../sass/components/_included-events.scss */
  .included-events_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.125em;
    line-height: 1.23529em;
    margin-bottom: 0.41176em;
  }
}
@media (min-width: 940px) {
  /* line 21, ../sass/components/_included-events.scss */
  .included-events_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.16667em;
    margin: 0 0 0.44444em;
  }
}

/* line 42, ../sass/components/_included-events.scss */
.included-events_controls {
  width: 20.58824%;
  float: left;
  margin-left: 79.41176%;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 42, ../sass/components/_included-events.scss */
  .included-events_controls {
    display: none;
  }
}

/* Magnific Popup CSS */
/* line 2, ../sass/components/_lightbox.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 15, ../sass/components/_lightbox.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

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

/* line 39, ../sass/components/_lightbox.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 46, ../sass/components/_lightbox.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 50, ../sass/components/_lightbox.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 59, ../sass/components/_lightbox.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 64, ../sass/components/_lightbox.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 68, ../sass/components/_lightbox.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 74, ../sass/components/_lightbox.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 81, ../sass/components/_lightbox.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 85, ../sass/components/_lightbox.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 91, ../sass/components/_lightbox.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 95, ../sass/components/_lightbox.scss */
.mfp-hide {
  display: none;
}

/* line 99, ../sass/components/_lightbox.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 111, ../sass/components/_lightbox.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 115, ../sass/components/_lightbox.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 119, ../sass/components/_lightbox.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 123, ../sass/components/_lightbox.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 127, ../sass/components/_lightbox.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 141, ../sass/components/_lightbox.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 146, ../sass/components/_lightbox.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 164, ../sass/components/_lightbox.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 169, ../sass/components/_lightbox.scss */
.mfp-close:active {
  top: 1px;
}

/* line 173, ../sass/components/_lightbox.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 177, ../sass/components/_lightbox.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 185, ../sass/components/_lightbox.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 195, ../sass/components/_lightbox.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 208, ../sass/components/_lightbox.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 212, ../sass/components/_lightbox.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 217, ../sass/components/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 230, ../sass/components/_lightbox.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 236, ../sass/components/_lightbox.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 242, ../sass/components/_lightbox.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 246, ../sass/components/_lightbox.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 251, ../sass/components/_lightbox.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 256, ../sass/components/_lightbox.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 260, ../sass/components/_lightbox.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 265, ../sass/components/_lightbox.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 269, ../sass/components/_lightbox.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 274, ../sass/components/_lightbox.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 280, ../sass/components/_lightbox.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 284, ../sass/components/_lightbox.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 291, ../sass/components/_lightbox.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

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

/* The shadow behind the image */
/* line 317, ../sass/components/_lightbox.scss */
.mfp-figure {
  line-height: 0;
}

/* line 321, ../sass/components/_lightbox.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 336, ../sass/components/_lightbox.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 343, ../sass/components/_lightbox.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 347, ../sass/components/_lightbox.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 356, ../sass/components/_lightbox.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 364, ../sass/components/_lightbox.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 368, ../sass/components/_lightbox.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

  /* line 381, ../sass/components/_lightbox.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 385, ../sass/components/_lightbox.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 390, ../sass/components/_lightbox.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

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

  /* line 407, ../sass/components/_lightbox.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 411, ../sass/components/_lightbox.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 416, ../sass/components/_lightbox.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 430, ../sass/components/_lightbox.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 435, ../sass/components/_lightbox.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 440, ../sass/components/_lightbox.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 445, ../sass/components/_lightbox.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 451, ../sass/components/_lightbox.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 455, ../sass/components/_lightbox.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 463, ../sass/components/_lightbox.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 467, ../sass/components/_lightbox.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 471, ../sass/components/_lightbox.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* MESSAGE
------------------------------------------------------------------------------*/
/* line 10, ../sass/components/_message.scss */
.message {
  background-color: #44403D;
  background-image: url("../images/alert_icon.png");
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  color: #fff;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 0.875em;
  margin: 1.42857em 0;
  padding: 1.14286em 1.14286em 0.07143em 5em;
}
@media (min-width: 940px) {
  /* line 10, ../sass/components/_message.scss */
  .message {
    font-size: 0.88889em;
    margin: 1.75em 0;
    padding: 1em 1em 0.0625em 5em;
  }
}

/* line 34, ../sass/components/_message.scss */
.lte8 .message {
  background-image: url("../images/alert_icon_ie.png");
}

/* MINI CAROUSEL
------------------------------------------------------------------------------*/
/* line 9, ../sass/components/_mini-carousel.scss */
.mini-carousel {
  margin-bottom: 1.125em;
}
@media (min-width: 940px) {
  /* line 9, ../sass/components/_mini-carousel.scss */
  .mini-carousel {
    margin: 0.55556em 0;
  }
}

/* line 18, ../sass/components/_mini-carousel.scss */
.mini-carousel_slides-wrapper .slick-slider {
  margin-bottom: 0;
}

/* line 23, ../sass/components/_mini-carousel.scss */
.mini-carousel_slide {
  margin: 0;
  position: relative;
}

/* line 28, ../sass/components/_mini-carousel.scss */
.mini-carousel_image {
  margin-bottom: 1.25em;
}
/* line 31, ../sass/components/_mini-carousel.scss */
.mini-carousel_image img {
  width: 100%;
}

/* line 36, ../sass/components/_mini-carousel.scss */
.mini-carousel_item-title,
.mini-carousel_item-title h2,
.mini-carousel_item-title h3 {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1em;
}

/* line 44, ../sass/components/_mini-carousel.scss */
.mini-carousel_caption .caption {
  font-size: 1em;
}
@media (min-width: 940px) {
  /* line 44, ../sass/components/_mini-carousel.scss */
  .mini-carousel_caption .caption {
    font-size: 0.88889em;
  }
}

/* line 52, ../sass/components/_mini-carousel.scss */
.mini-carousel .slick-prev,
.mini-carousel .slick-next {
  height: 24px;
  margin-top: -50px;
  width: 22px;
}

/* line 59, ../sass/components/_mini-carousel.scss */
.mini-carousel .slick-prev:before,
.mini-carousel .slick-next:before {
  content: none;
}

/* line 64, ../sass/components/_mini-carousel.scss */
.mini-carousel_slides .slick-next {
  background: url("../images/arrow-right.png") no-repeat;
  right: 10px;
}
/* line 68, ../sass/components/_mini-carousel.scss */
.mini-carousel_slides .slick-next:hover {
  background: url("../images/arrow-right.png") no-repeat;
}

/* line 73, ../sass/components/_mini-carousel.scss */
.mini-carousel_slides .slick-prev {
  background: url("../images/arrow-left.png") no-repeat;
  left: 10px;
}
/* line 77, ../sass/components/_mini-carousel.scss */
.mini-carousel_slides .slick-prev:hover {
  background: url("../images/arrow-left.png") no-repeat;
}

/* line 82, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails {
  display: none;
}

/* line 86, ../sass/components/_mini-carousel.scss */
.js .mini-carousel_thumbnails {
  display: block;
  margin-bottom: 0;
  padding: 0 10px;
}
@media (min-width: 767px) {
  /* line 86, ../sass/components/_mini-carousel.scss */
  .js .mini-carousel_thumbnails {
    padding: 0 30px;
  }
}

/* line 95, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnail {
  cursor: pointer;
  padding-left: 0;
  padding-right: 20px;
}
/* line 100, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnail.selected img {
  border-bottom: 7px solid #F5752A;
}

/* line 105, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails .slick-prev,
.mini-carousel_thumbnails .slick-next {
  margin-top: -22px;
}

/* line 110, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails .slick-prev {
  background: url("../images/arrow-left--grey.png") no-repeat;
  left: -20px;
}
@media (min-width: 767px) {
  /* line 110, ../sass/components/_mini-carousel.scss */
  .mini-carousel_thumbnails .slick-prev {
    left: 0;
  }
}
/* line 117, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails .slick-prev:hover {
  background: url("../images/arrow-left--grey.png") no-repeat;
}

/* line 122, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails .slick-next {
  background: url("../images/arrow-right--grey.png") no-repeat;
  right: -20px;
}
@media (min-width: 767px) {
  /* line 122, ../sass/components/_mini-carousel.scss */
  .mini-carousel_thumbnails .slick-next {
    right: 0;
  }
}
/* line 129, ../sass/components/_mini-carousel.scss */
.mini-carousel_thumbnails .slick-next:hover {
  background: url("../images/arrow-right--grey.png") no-repeat;
}

@media print {
  /* line 137, ../sass/components/_mini-carousel.scss */
  .mini-carousel_item-title,
  .mini-carousel_item-title h2,
  .mini-carousel_item-title h3 {
    font-family: Arial, sans-serif;
  }
}
/* RELATED CONTENT
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_more-from-eden.scss */
.more-from-eden {
  background-color: #FEC737;
  padding: 1.5625em 0 1.25em;
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_more-from-eden.scss */
  .more-from-eden {
    margin: 0;
    padding: 1.55556em 0;
  }
}

/* line 18, ../sass/components/_more-from-eden.scss */
.more-from-eden_title {
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0 0 0.53846em;
}
@media (min-width: 767px) {
  /* line 18, ../sass/components/_more-from-eden.scss */
  .more-from-eden_title {
    font-size: 2.125em;
    line-height: 1.23529em;
    margin: 0 0 0.41176em;
  }
}
@media (min-width: 940px) {
  /* line 18, ../sass/components/_more-from-eden.scss */
  .more-from-eden_title {
    font-size: 2em;
    line-height: 1.36111em;
    margin: 0 0 0.44444em;
  }
}

/* line 36, ../sass/components/_more-from-eden.scss */
.more-from-eden_items {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 36, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items {
    margin-bottom: 0.55556em;
    width: 899px;
  }
}
/* line 47, ../sass/components/_more-from-eden.scss */
.more-from-eden_items .more-from-eden_item {
  background-color: #000;
  margin: 0 0 0.3125em;
  padding: 0;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 47, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .more-from-eden_item {
    height: 13.875em;
    width: 49.25%;
  }
}
@media (min-width: 600px) {
  /* line 47, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .more-from-eden_item {
    height: 17.5625em;
  }
}
@media (min-width: 767px) {
  /* line 47, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .more-from-eden_item {
    height: 21.25em;
    width: 49.5%;
  }
}
@media (min-width: 940px) {
  /* line 47, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .more-from-eden_item {
    height: 12.27778em;
    width: 221px;
  }
}
@media (min-width: 480px) {
  /* line 73, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .odd {
    float: left;
    margin-right: 1.5%;
  }
}
@media (min-width: 767px) {
  /* line 73, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .odd {
    margin-right: 1%;
  }
}
@media (min-width: 480px) {
  /* line 84, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .even {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 84, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .even {
    float: right;
  }
}
@media (min-width: 940px) {
  /* line 93, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .odd, .more-from-eden_items .even {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 940px) {
  /* line 100, ../sass/components/_more-from-eden.scss */
  .more-from-eden_items .desktop-last {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  /* line 112, ../sass/components/_more-from-eden.scss */
  .lte8 .more-from-eden_item {
    width: 49.225%;
  }
}
@media (min-width: 767px) {
  /* line 112, ../sass/components/_more-from-eden.scss */
  .lte8 .more-from-eden_item {
    width: 49.45%;
  }
}
@media (min-width: 940px) {
  /* line 112, ../sass/components/_more-from-eden.scss */
  .lte8 .more-from-eden_item {
    width: 221px;
  }
}

/* line 26, ../sass/components/_nav.scss */
.header_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 26, ../sass/components/_nav.scss */
  .header_navigation ul {
    margin-bottom: 0.55556em;
  }
}
/* line 35, ../sass/components/_nav.scss */
.header_navigation ul li {
  border-bottom: 2px solid #D2CDCA;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 940px) {
  /* line 35, ../sass/components/_nav.scss */
  .header_navigation ul li {
    border: 0;
    display: inline-block;
    padding: 0 1.25em 0 0;
  }
}
/* line 46, ../sass/components/_nav.scss */
.header_navigation ul li a {
  color: #333;
  display: block;
  padding: 0.9375em 1.25em;
  text-decoration: none;
}
@media (min-width: 940px) {
  /* line 46, ../sass/components/_nav.scss */
  .header_navigation ul li a {
    color: #fff;
    border-bottom: 3px solid transparent;
    line-height: 1em;
    padding: 0;
  }
}
/* line 59, ../sass/components/_nav.scss */
.header_navigation ul li a:hover, .header_navigation ul li a:focus {
  background: #333;
  color: #fff;
}
@media (min-width: 940px) {
  /* line 59, ../sass/components/_nav.scss */
  .header_navigation ul li a:hover, .header_navigation ul li a:focus {
    border-bottom: 3px solid #F5752A;
    background: none;
  }
}
@media (min-width: 940px) {
  /* line 71, ../sass/components/_nav.scss */
  .header_navigation ul .active-trail a {
    border-bottom: 3px solid #fff;
  }
}
/* line 79, ../sass/components/_nav.scss */
.header_navigation .button--arrow {
  background: inherit;
  border-bottom: 0;
  font-size: inherit;
  margin: 0;
}
@media (min-width: 940px) {
  /* line 79, ../sass/components/_nav.scss */
  .header_navigation .button--arrow {
    background: #F5752A;
    color: #333;
    margin: 0 15px 0 0;
    min-height: 17px;
    padding: 0.70588em 0.58824em 0.64706em 0.88235em;
  }
  /* line 93, ../sass/components/_nav.scss */
  .header_navigation .button--arrow:hover, .header_navigation .button--arrow:focus {
    background: #FEC737;
    border-bottom: 0;
    color: #333;
  }
  /* line 99, ../sass/components/_nav.scss */
  .header_navigation .button--arrow:hover:after, .header_navigation .button--arrow:focus:after {
    border-left-color: #FEC737;
  }
  /* line 104, ../sass/components/_nav.scss */
  .header_navigation .button--arrow.active-trail {
    background: transparent;
    color: #fff;
    padding: 0;
  }
  /* line 109, ../sass/components/_nav.scss */
  .header_navigation .button--arrow.active-trail:after {
    border: 0;
  }
  /* line 113, ../sass/components/_nav.scss */
  .header_navigation .button--arrow.active-trail:hover, .header_navigation .button--arrow.active-trail:focus {
    border-bottom: 3px solid #F5752A;
  }
}
/* line 120, ../sass/components/_nav.scss */
.header_navigation .button--arrow:after {
  border: 0;
}
@media (min-width: 940px) {
  /* line 120, ../sass/components/_nav.scss */
  .header_navigation .button--arrow:after {
    border-top: 1.17647em solid transparent;
    border-bottom: 1.17647em solid transparent;
    border-left: 1.17647em solid #F5752A;
  }
}

/* line 132, ../sass/components/_nav.scss */
.navigation_main-menu {
  background: #fff;
  margin-bottom: 2.5em;
}
@media (min-width: 940px) {
  /* line 132, ../sass/components/_nav.scss */
  .navigation_main-menu {
    background: none;
  }
}
@media (min-width: 940px) {
  /* line 142, ../sass/components/_nav.scss */
  .navigation_main-menu li a {
    font-size: 1.11111em;
  }
}
@media (min-width: 940px) {
  /* line 149, ../sass/components/_nav.scss */
  .navigation_main-menu .button--arrow {
    min-height: 22px;
    padding: 0.66667em 0.55556em 0.55556em 0.83333em;
  }
  /* line 155, ../sass/components/_nav.scss */
  .navigation_main-menu .button--arrow:after {
    border-top: 1.22222em solid transparent;
    border-bottom: 1.22222em solid transparent;
    border-left: 1.22222em solid #F5752A;
  }
}

/* line 164, ../sass/components/_nav.scss */
.navigation_section-name {
  float: left;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1.3125em;
  line-height: 1.33333em;
  width: 65%;
}
@media (min-width: 480px) {
  /* line 164, ../sass/components/_nav.scss */
  .navigation_section-name {
    width: 75%;
  }
}
@media (min-width: 600px) {
  /* line 164, ../sass/components/_nav.scss */
  .navigation_section-name {
    width: 80%;
  }
}
/* line 179, ../sass/components/_nav.scss */
.navigation_section-name p {
  margin-bottom: 0;
}

/* line 184, ../sass/components/_nav.scss */
.navigation_secondary-menu-controls {
  background-color: #F5752A;
  min-height: 28px;
  padding: 0.8125em 0.9375em 0.75em 1.25em;
  position: relative;
}
@media (min-width: 940px) {
  /* line 184, ../sass/components/_nav.scss */
  .navigation_secondary-menu-controls {
    display: none;
  }
}

/* line 195, ../sass/components/_nav.scss */
.navigation_secondary-menu {
  background: #FEC737;
  font-size: 0.875em;
}
@media (min-width: 940px) {
  /* line 195, ../sass/components/_nav.scss */
  .navigation_secondary-menu {
    background: none;
    font-size: inherit;
  }
}
/* line 204, ../sass/components/_nav.scss */
.navigation_secondary-menu li {
  border-bottom-color: #fff;
}
@media (min-width: 940px) {
  /* line 207, ../sass/components/_nav.scss */
  .navigation_secondary-menu li a {
    font-size: 0.94444em;
  }
}

/* line 215, ../sass/components/_nav.scss */
.js-secondary-menu_btn {
  border: none;
  background: url("../images/arrow-down.png") no-repeat 72px 50% transparent;
  color: #333;
  cursor: pointer;
  font-family: "FS Emeric Book", Arial, sans-serif;
  font-size: 1em;
  height: 100%;
  margin: -0.8125em 0 0;
  min-height: 53px;
  min-width: 106px;
  padding: 0 0 0 1.5625em;
  position: absolute;
  right: 0;
  text-align: left;
}
/* line 231, ../sass/components/_nav.scss */
.js-secondary-menu_btn:focus {
  background-color: #FEC737;
  transition: background 1s;
}

/* line 237, ../sass/components/_nav.scss */
.js-secondary-menu_btn--expanded {
  background-color: #FEC737;
  background-image: url("../images/arrow-up.png");
}

/* line 245, ../sass/components/_nav.scss */
.js .navigation_main-menu,
.js .navigation_secondary-menu {
  display: none;
}
@media (min-width: 940px) {
  /* line 245, ../sass/components/_nav.scss */
  .js .navigation_main-menu,
  .js .navigation_secondary-menu {
    display: block;
  }
}

@media (min-width: 940px) {
  /* line 262, ../sass/components/_nav.scss */
  .lte7 .header .header_navigation ul li {
    display: inline;
  }
}
@media (min-width: 940px) {
  /* line 267, ../sass/components/_nav.scss */
  .lte7 .header .header_navigation ul .button--arrow {
    margin-bottom: 1px;
    padding: 0.27778em 0.27778em 0.05556em;
  }
}

@media print {
  /* line 282, ../sass/components/_nav.scss */
  .header_navigation {
    display: none;
  }
}
/* OPENING TIMES BOX
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_opening-times-block.scss */
.opening_times {
  background: #FEF5CB;
  font-size: 1.25em;
  height: 100%;
  padding: 3em 0.75em;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 8, ../sass/components/_opening-times-block.scss */
  .opening_times {
    font-size: 1em;
    padding: 2.8125em 0.9375em;
  }
}
@media (min-width: 600px) {
  /* line 8, ../sass/components/_opening-times-block.scss */
  .opening_times {
    font-size: 1.125em;
    padding: 3.33333em 0.83333em;
  }
}
@media (min-width: 767px) {
  /* line 8, ../sass/components/_opening-times-block.scss */
  .opening_times {
    padding: 2.5em 0.83333em;
  }
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_opening-times-block.scss */
  .opening_times {
    font-size: 0.88889em;
    padding: 2.1875em 0.9375em;
  }
}
/* line 35, ../sass/components/_opening-times-block.scss */
.opening_times div {
  margin-bottom: 1.75em;
}
@media (min-width: 480px) {
  /* line 35, ../sass/components/_opening-times-block.scss */
  .opening_times div {
    margin-bottom: 1.5625em;
  }
}
@media (min-width: 600px) {
  /* line 35, ../sass/components/_opening-times-block.scss */
  .opening_times div {
    margin-bottom: 1.66667em;
  }
}
@media (min-width: 940px) {
  /* line 35, ../sass/components/_opening-times-block.scss */
  .opening_times div {
    margin-bottom: 1.75em;
  }
}
/* line 51, ../sass/components/_opening-times-block.scss */
.opening_times .last-entry {
  margin-bottom: 0;
}
/* line 55, ../sass/components/_opening-times-block.scss */
.opening_times .large {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1.3em;
  margin-bottom: 1.34615em;
}
@media (min-width: 480px) {
  /* line 55, ../sass/components/_opening-times-block.scss */
  .opening_times .large {
    font-size: 1.25em;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 600px) {
  /* line 55, ../sass/components/_opening-times-block.scss */
  .opening_times .large {
    font-size: 1.33333em;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 940px) {
  /* line 55, ../sass/components/_opening-times-block.scss */
  .opening_times .large {
    font-size: 1.5em;
    margin-bottom: 1.16667em;
  }
}

/* line 77, ../sass/components/_opening-times-block.scss */
.opening_times.teaser-hover,
.opening_times.teaser-focus {
  opacity: 0.9;
}

/* line 82, ../sass/components/_opening-times-block.scss */
.opening_times_link:focus {
  outline: none;
}

/* line 86, ../sass/components/_opening-times-block.scss */
.opening_times_link:visited {
  color: #333;
}

/* line 92, ../sass/components/_opening-times-block.scss */
.lte7 .opening_times_link {
  border: 0;
}

@media print {
  /* line 101, ../sass/components/_opening-times-block.scss */
  .opening_times .large {
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
}
/* PAGE HEADERS
------------------------------------------------------------------------------*/
/* line 11, ../sass/components/_page-headers.scss */
.page-header {
  background-color: #FEF5CB;
}

@media (min-width: 940px) {
  /* line 15, ../sass/components/_page-headers.scss */
  .page-header_main-image {
    margin: 0;
  }
}

/* line 24, ../sass/components/_page-headers.scss */
.page-header_main-image {
  padding: 0;
}
/* line 27, ../sass/components/_page-headers.scss */
.page-header_main-image figure {
  margin: 0;
}
/* line 31, ../sass/components/_page-headers.scss */
.page-header_main-image img {
  width: 100%;
}
/* line 35, ../sass/components/_page-headers.scss */
.page-header_main-image .main-image_caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  bottom: 8px;
  border-radius: 15px;
  color: #fff;
  font-size: 0.75em;
  padding: 0 0.83333em;
  position: absolute;
  right: 8px;
}
@media (min-width: 940px) {
  /* line 35, ../sass/components/_page-headers.scss */
  .page-header_main-image .main-image_caption {
    font-size: 0.77778em;
  }
}

/* line 55, ../sass/components/_page-headers.scss */
.page-header_title {
  padding: 0.9375em 0 0.3125em;
}
@media (min-width: 940px) {
  /* line 55, ../sass/components/_page-headers.scss */
  .page-header_title {
    margin: 0;
    padding: 0.83333em 0 0.05556em;
  }
}
/* line 63, ../sass/components/_page-headers.scss */
.page-header_title .page-title {
  margin-top: 0.29412em;
}
@media (min-width: 767px) {
  /* line 63, ../sass/components/_page-headers.scss */
  .page-header_title .page-title {
    margin-top: 0.17241em;
  }
}

/* line 74, ../sass/components/_page-headers.scss */
.page-header_summary {
  padding: 2.5em 0 0.9375em;
}
@media (min-width: 767px) {
  /* line 74, ../sass/components/_page-headers.scss */
  .page-header_summary {
    padding: 2.22222em 0 0.55556em;
  }
}
@media (min-width: 940px) {
  /* line 74, ../sass/components/_page-headers.scss */
  .page-header_summary {
    padding: 2.22222em 0 0.83333em;
  }
}
/* line 86, ../sass/components/_page-headers.scss */
.page-header_summary .key-info {
  margin-bottom: 1.25em;
}
@media (min-width: 767px) {
  /* line 86, ../sass/components/_page-headers.scss */
  .page-header_summary .key-info {
    width: 35.71429%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    margin-bottom: 0;
  }
}
@media (min-width: 940px) {
  /* line 86, ../sass/components/_page-headers.scss */
  .page-header_summary .key-info {
    width: 32.07547%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
@media (min-width: 767px) {
  /* line 99, ../sass/components/_page-headers.scss */
  .page-header_summary .summary {
    width: 61.42857%;
    float: left;
    margin-left: 38.57143%;
    margin-right: -100%;
  }
}
@media (min-width: 940px) {
  /* line 99, ../sass/components/_page-headers.scss */
  .page-header_summary .summary {
    width: 66.03774%;
    float: left;
    margin-left: 33.96226%;
    margin-right: -100%;
    font-size: 1.22222em;
    line-height: 1.77273em;
  }
}
/* line 110, ../sass/components/_page-headers.scss */
.page-header_summary .summary .field-name-field-ep-secondary-image {
  padding-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 110, ../sass/components/_page-headers.scss */
  .page-header_summary .summary .field-name-field-ep-secondary-image {
    padding-bottom: 1.11111em;
  }
}

/* line 124, ../sass/components/_page-headers.scss */
.page-header--no-image .page-header_title {
  padding-top: 0;
}
@media (min-width: 767px) {
  /* line 124, ../sass/components/_page-headers.scss */
  .page-header--no-image .page-header_title {
    margin-bottom: 1.25em;
  }
}
@media (min-width: 940px) {
  /* line 124, ../sass/components/_page-headers.scss */
  .page-header--no-image .page-header_title {
    margin-bottom: 1.11111em;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 138, ../sass/components/_page-headers.scss */
.page-header--no-image .page-title {
  margin-top: 0.29412em;
}
@media (min-width: 767px) {
  /* line 138, ../sass/components/_page-headers.scss */
  .page-header--no-image .page-title {
    margin-top: 0.77586em;
  }
}
/* line 146, ../sass/components/_page-headers.scss */
.page-header--no-image .page-header_summary {
  padding-top: 1px;
}

@media (min-width: 767px) {
  /* line 154, ../sass/components/_page-headers.scss */
  .page-header--no-key-info .summary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 154, ../sass/components/_page-headers.scss */
  .page-header--no-key-info .summary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* PAGINATION
------------------------------------------------------------------------------*/
/* line 10, ../sass/components/_pagination.scss */
.pagination .pager {
  margin: 1.75em 0;
  text-align: left;
}
/* line 14, ../sass/components/_pagination.scss */
.pagination .pager li {
  margin: 0 0 0.625em 0.1875em;
  padding: 0;
}
/* line 19, ../sass/components/_pagination.scss */
.pagination .pager .pager-item {
  background: #FEF5CB;
  display: inline-block;
}
/* line 23, ../sass/components/_pagination.scss */
.pagination .pager .pager-item a {
  border-bottom: none;
  display: block;
  padding: 0.25em 1.25em;
}
/* line 28, ../sass/components/_pagination.scss */
.pagination .pager .pager-item a:hover, .pagination .pager .pager-item a:focus {
  background: #F5752A;
}
/* line 35, ../sass/components/_pagination.scss */
.pagination .pager .pager-previous {
  background: url("../images/arrow-left--grey.png") no-repeat 0 50%;
  background-size: 16px 20px;
  margin: 0 1.875em 0 0;
  padding-left: 30px;
}
/* line 42, ../sass/components/_pagination.scss */
.pagination .pager .pager-current {
  font-weight: normal;
  padding: 0.25em 1.125em;
}
/* line 47, ../sass/components/_pagination.scss */
.pagination .pager .pager-next {
  background: url("../images/arrow-right--grey.png") no-repeat 100% 50%;
  background-size: 16px 20px;
  margin: 0 0 0 1.875em;
  padding-right: 30px;
}

/* line 63, ../sass/components/_pagination.scss */
.lte7 .pagination .pager li {
  vertical-align: middle;
}
/* line 66, ../sass/components/_pagination.scss */
.lte7 .pagination .pager .pager-item {
  display: inline;
}

/* RELATED CONTENT
------------------------------------------------------------------------------*/
/* line 9, ../sass/components/_related-content.scss */
.related-content {
  background-color: #FEF5CB;
  padding: 1.5625em 0 0.0625em;
}
@media (min-width: 767px) {
  /* line 9, ../sass/components/_related-content.scss */
  .related-content {
    padding: 1.5625em 0;
  }
}
@media (min-width: 940px) {
  /* line 9, ../sass/components/_related-content.scss */
  .related-content {
    padding: 1.38889em 0;
  }
}

/* line 22, ../sass/components/_related-content.scss */
.related-content_title {
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0 0 0.53846em;
  width: 73.52941%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 22, ../sass/components/_related-content.scss */
  .related-content_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.125em;
    line-height: 1.23529em;
    margin-bottom: 0.41176em;
  }
}
@media (min-width: 940px) {
  /* line 22, ../sass/components/_related-content.scss */
  .related-content_title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    line-height: 1.16667em;
    margin: 0 0 0.44444em;
  }
}

/* line 43, ../sass/components/_related-content.scss */
.related-content_controls {
  width: 20.58824%;
  float: left;
  margin-left: 79.41176%;
  margin-right: -100%;
}
@media (min-width: 767px) {
  /* line 43, ../sass/components/_related-content.scss */
  .related-content_controls {
    display: none;
  }
}

/* line 51, ../sass/components/_related-content.scss */
.js-related-content_show-hide-btn {
  background: url("../images/arrow-down.png") no-repeat 98% 50% #FEF5CB;
  border: none;
  cursor: pointer;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1em;
  padding: 0.375em 1.25em 0.625em 0;
  text-align: right;
  width: 100%;
}

/* line 62, ../sass/components/_related-content.scss */
.js-related-content_show-hide-btn--expanded {
  background-image: url("../images/arrow-up.png");
}

/* line 66, ../sass/components/_related-content.scss */
.related-content_items {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 66, ../sass/components/_related-content.scss */
  .related-content_items {
    margin-bottom: 0.55556em;
  }
}
/* line 75, ../sass/components/_related-content.scss */
.related-content_items .related-content_item {
  background-color: #000;
}
@media (min-width: 480px) {
  /* line 75, ../sass/components/_related-content.scss */
  .related-content_items .related-content_item {
    height: 13.875em;
  }
}
@media (min-width: 600px) {
  /* line 75, ../sass/components/_related-content.scss */
  .related-content_items .related-content_item {
    height: 17.5625em;
  }
}
@media (min-width: 767px) {
  /* line 75, ../sass/components/_related-content.scss */
  .related-content_items .related-content_item {
    height: 21.25em;
  }
}
@media (min-width: 940px) {
  /* line 75, ../sass/components/_related-content.scss */
  .related-content_items .related-content_item {
    height: 12.27778em;
  }
}
@media (min-width: 480px) {
  /* line 94, ../sass/components/_related-content.scss */
  .related-content_items .odd {
    float: left;
    margin-right: 1.5%;
  }
}
@media (min-width: 767px) {
  /* line 94, ../sass/components/_related-content.scss */
  .related-content_items .odd {
    margin-right: 1%;
  }
}
@media (min-width: 480px) {
  /* line 105, ../sass/components/_related-content.scss */
  .related-content_items .even {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 105, ../sass/components/_related-content.scss */
  .related-content_items .even {
    float: right;
  }
}
@media (min-width: 940px) {
  /* line 114, ../sass/components/_related-content.scss */
  .related-content_items .odd, .related-content_items .even {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 940px) {
  /* line 121, ../sass/components/_related-content.scss */
  .related-content_items .desktop-last {
    float: right;
    margin-right: 0;
  }
}

/* line 129, ../sass/components/_related-content.scss */
.related-content_item {
  margin-bottom: 0.3125em;
  padding: 0;
  width: 100%;
}
@media (min-width: 480px) {
  /* line 129, ../sass/components/_related-content.scss */
  .related-content_item {
    width: 49.25%;
  }
}
@media (min-width: 767px) {
  /* line 129, ../sass/components/_related-content.scss */
  .related-content_item {
    width: 49.5%;
  }
}
@media (min-width: 940px) {
  /* line 129, ../sass/components/_related-content.scss */
  .related-content_item {
    width: 221px;
  }
}

@media (min-width: 480px) {
  /* line 149, ../sass/components/_related-content.scss */
  .lte8 .related-content_item {
    width: 49.225%;
  }
}
@media (min-width: 767px) {
  /* line 149, ../sass/components/_related-content.scss */
  .lte8 .related-content_item {
    width: 49.45%;
  }
}
@media (min-width: 940px) {
  /* line 149, ../sass/components/_related-content.scss */
  .lte8 .related-content_item {
    width: 221px;
  }
}

/* line 166, ../sass/components/_related-content.scss */
.lte7 .related-content-inner {
  margin-top: 1.25em;
}

/* RELATED DOCUMENTS
------------------------------------------------------------------------------*/
/* line 4, ../sass/components/_related-documents.scss */
.related-documents {
  margin-bottom: 1.25em;
}
@media (min-width: 940px) {
  /* line 4, ../sass/components/_related-documents.scss */
  .related-documents {
    margin-bottom: 1.55556em;
  }
}
/* line 11, ../sass/components/_related-documents.scss */
.related-documents h2 {
  font-size: 1em;
  line-height: 2.1875em;
}
@media (min-width: 940px) {
  /* line 11, ../sass/components/_related-documents.scss */
  .related-documents h2 {
    font-size: 1em;
    line-height: 1.55556em;
  }
}
/* line 21, ../sass/components/_related-documents.scss */
.related-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 27, ../sass/components/_related-documents.scss */
.related-documents ul li {
  padding: 0;
}

/* line 9, ../sass/components/_search.scss */
.header_search-form {
  padding: 0 1.25em;
}
@media (min-width: 940px) {
  /* line 9, ../sass/components/_search.scss */
  .header_search-form {
    min-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* line 19, ../sass/components/_search.scss */
.header_search-form .content {
  height: 0;
}

/* line 26, ../sass/components/_search.scss */
.js .header_search-form {
  display: none;
}
@media (min-width: 940px) {
  /* line 26, ../sass/components/_search.scss */
  .js .header_search-form {
    right: 70px;
  }
}

/* line 34, ../sass/components/_search.scss */
.block-search {
  background-color: #333;
  margin: 0 -1.25em;
  padding: 0.625em 0.9375em 0.625em 1.25em;
}
@media (min-width: 940px) {
  /* line 34, ../sass/components/_search.scss */
  .block-search {
    padding: 0.5em 0.625em;
  }
}
/* line 43, ../sass/components/_search.scss */
.block-search .content {
  height: auto;
}
/* line 47, ../sass/components/_search.scss */
.block-search .container-inline:before,
.block-search .container-inline:after {
  content: " ";
  display: table;
}
/* line 53, ../sass/components/_search.scss */
.block-search .container-inline:after {
  clear: both;
}
/* line 57, ../sass/components/_search.scss */
.block-search .form-item {
  float: left;
  margin: 0;
  width: 67%;
}
@media (min-width: 767px) {
  /* line 57, ../sass/components/_search.scss */
  .block-search .form-item {
    width: 75%;
  }
}
@media (min-width: 940px) {
  /* line 57, ../sass/components/_search.scss */
  .block-search .form-item {
    min-width: 215px;
    width: auto;
  }
}
/* line 72, ../sass/components/_search.scss */
.block-search .form-actions {
  float: right;
  text-align: right;
  width: 31%;
}
@media (min-width: 767px) {
  /* line 72, ../sass/components/_search.scss */
  .block-search .form-actions {
    width: 24%;
  }
}
@media (min-width: 940px) {
  /* line 72, ../sass/components/_search.scss */
  .block-search .form-actions {
    min-width: 80px;
    width: auto;
  }
}
/* line 87, ../sass/components/_search.scss */
.block-search .form-text,
.block-search .form-submit {
  min-height: 30px;
}
@media (min-width: 767px) {
  /* line 87, ../sass/components/_search.scss */
  .block-search .form-text,
  .block-search .form-submit {
    min-height: 35px;
  }
}
@media (min-width: 940px) {
  /* line 87, ../sass/components/_search.scss */
  .block-search .form-text,
  .block-search .form-submit {
    min-height: 30px;
  }
}
/* line 100, ../sass/components/_search.scss */
.block-search .form-text {
  width: 96%;
  padding: 0 2%;
}
@media (min-width: 767px) {
  /* line 100, ../sass/components/_search.scss */
  .block-search .form-text {
    width: 98%;
    padding: 0 1%;
  }
}
@media (min-width: 940px) {
  /* line 100, ../sass/components/_search.scss */
  .block-search .form-text {
    min-width: 210px;
    padding: 0 5px;
    width: auto;
  }
}
/* line 117, ../sass/components/_search.scss */
.block-search .form-submit {
  background: #D2CDCA;
  border: none;
  color: #333;
  margin-left: 5%;
  min-width: 0;
  padding: 0.25em 0.3125em 0.3125em;
  width: 95%;
}
@media (min-width: 940px) {
  /* line 117, ../sass/components/_search.scss */
  .block-search .form-submit {
    margin-left: 0;
    min-height: 32px;
    min-width: 90px;
    width: 100%;
  }
}

@media (min-width: 940px) {
  /* line 140, ../sass/components/_search.scss */
  .lte9 .header .block-search .form-text {
    min-width: 200px;
  }
}
/* line 146, ../sass/components/_search.scss */
.lte9 .header .block-search .form-submit {
  min-height: 34px;
}

/* line 155, ../sass/components/_search.scss */
.lte8 .header .block-search .form-text {
  min-height: 25px;
  padding-top: 5px;
  vertical-align: middle;
}
@media (min-width: 940px) {
  /* line 155, ../sass/components/_search.scss */
  .lte8 .header .block-search .form-text {
    min-width: 230px;
  }
}
/* line 165, ../sass/components/_search.scss */
.lte8 .header .block-search .form-submit {
  min-height: 28px;
  vertical-align: middle;
}

/* line 175, ../sass/components/_search.scss */
.lte7 .header .block-search {
  min-height: 38px;
}
@media (min-width: 940px) {
  /* line 178, ../sass/components/_search.scss */
  .lte7 .header .block-search .form-actions {
    min-width: 90px;
  }
}
@media (min-width: 940px) {
  /* line 184, ../sass/components/_search.scss */
  .lte7 .header .block-search .form-text {
    min-width: 210px;
  }
}
/* line 191, ../sass/components/_search.scss */
.lte7 .header .block-search .form-submit {
  padding: 7px 0;
}
@media (min-width: 940px) {
  /* line 191, ../sass/components/_search.scss */
  .lte7 .header .block-search .form-submit {
    min-width: 80px;
  }
}
@media (min-width: 940px) {
  /* line 199, ../sass/components/_search.scss */
  .lte7 .header .header_search-form {
    width: 300px;
  }
}

@media print {
  /* line 211, ../sass/components/_search.scss */
  .header_search-form {
    display: none;
  }
}
/* SKIP LINK
------------------------------------------------------------------------------*/
/* line 10, ../sass/components/_skip-link.scss */
.skip-link {
  font-size: 0.875em;
  left: -999em;
  line-height: 1em;
  padding: 0.07143em 0.35714em;
  position: absolute;
}
/* line 18, ../sass/components/_skip-link.scss */
.skip-link:focus {
  background-color: transparent;
  border-bottom: 3px solid #F5752A;
  color: #fff;
  left: -150px;
  position: relative;
  top: 38px;
}
@media (min-width: 480px) {
  /* line 28, ../sass/components/_skip-link.scss */
  .skip-link:focus {
    left: 180px;
    position: absolute;
    top: 0.42857em;
  }
}
@media (min-width: 767px) {
  /* line 10, ../sass/components/_skip-link.scss */
  .skip-link {
    font-size: 1em;
    padding: 0.0625em 0.3125em;
  }
  /* line 39, ../sass/components/_skip-link.scss */
  .skip-link:focus {
    left: 245px;
    top: 1em;
  }
}
@media (min-width: 940px) {
  /* line 10, ../sass/components/_skip-link.scss */
  .skip-link {
    font-size: 0.88889em;
    padding: 0 0.5em;
  }
  /* line 49, ../sass/components/_skip-link.scss */
  .skip-link:focus {
    left: 240px;
    top: 1em;
  }
}

/* SLICK CAROUSEL PLUGIN STYLESHEET
------------------------------------------------------------------------------*/
/* Slider */
/* line 43, ../sass/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 58, ../sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 65, ../sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 69, ../sass/components/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}
/* line 73, ../sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 79, ../sass/components/_slick.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 87, ../sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 93, ../sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 99, ../sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 103, ../sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 108, ../sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 112, ../sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 115, ../sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 118, ../sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 124, ../sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 128, ../sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 132, ../sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 136, ../sass/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1462448277');
  src: url('/fonts/slick.eot?&1462448277#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1462448277') format("woff"), url('/fonts/slick.ttf?1462448277') format("truetype"), url('/fonts/slick.svg?1462448277#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 159, ../sass/components/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 175, ../sass/components/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 179, ../sass/components/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 183, ../sass/components/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 188, ../sass/components/_slick.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 198, ../sass/components/_slick.scss */
.slick-prev {
  left: -25px;
}
/* line 200, ../sass/components/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 204, ../sass/components/_slick.scss */
.slick-prev:before {
  content: "←";
}
/* line 206, ../sass/components/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 212, ../sass/components/_slick.scss */
.slick-next {
  right: -25px;
}
/* line 214, ../sass/components/_slick.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 218, ../sass/components/_slick.scss */
.slick-next:before {
  content: "→";
}
/* line 220, ../sass/components/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 228, ../sass/components/_slick.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 232, ../sass/components/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 241, ../sass/components/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 250, ../sass/components/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 262, ../sass/components/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 264, ../sass/components/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 269, ../sass/components/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 288, ../sass/components/_slick.scss */
.slick-dots .slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 8, ../sass/components/_slogan.scss */
.slogan {
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1.25em;
  text-align: right;
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_slogan.scss */
  .slogan {
    font-size: 1.44444em;
  }
}

@media print {
  /* line 21, ../sass/components/_slogan.scss */
  .slogan {
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
}
/* SOCIAL MEDIA LINKS
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_social-media-links.scss */
.social-media-links {
  margin-bottom: 1.25em;
}
/* line 11, ../sass/components/_social-media-links.scss */
.social-media-links ul {
  list-style-type: none;
  margin: 0 0 0 -10px;
  padding: 0;
}
@media (min-width: 940px) {
  /* line 11, ../sass/components/_social-media-links.scss */
  .social-media-links ul {
    margin-left: 0;
  }
}
/* line 20, ../sass/components/_social-media-links.scss */
.social-media-links ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
/* line 24, ../sass/components/_social-media-links.scss */
.social-media-links ul li a {
  border: 0;
  direction: ltr;
  display: block;
  padding: 5px;
}
/* line 30, ../sass/components/_social-media-links.scss */
.social-media-links ul li a:hover, .social-media-links ul li a:focus {
  background-color: transparent;
  color: #fff;
}
/* line 37, ../sass/components/_social-media-links.scss */
.social-media-links ul li .facebook {
  background-position: 10px 100%;
}
/* line 41, ../sass/components/_social-media-links.scss */
.social-media-links ul li .twitter {
  background-position: -44px 100%;
}
/* line 45, ../sass/components/_social-media-links.scss */
.social-media-links ul li .youtube {
  background-position: -96px 100%;
  margin-right: 0;
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_social-media-links.scss */
  .social-media-links {
    width: 23.58491%;
    float: left;
    margin-left: 76.41509%;
    margin-right: -100%;
  }
  /* line 55, ../sass/components/_social-media-links.scss */
  .social-media-links a {
    text-align: left;
  }
}

/* line 65, ../sass/components/_social-media-links.scss */
.lte7 .social-media-links li {
  display: inline;
  height: 1%;
}

/* line 12, ../sass/components/_spotlight.scss */
.spotlight {
  background: #fff;
  padding-bottom: 0.66667em;
}
@media (min-width: 767px) {
  /* line 12, ../sass/components/_spotlight.scss */
  .spotlight {
    border: 1px solid #FEC737;
  }
}

/* line 21, ../sass/components/_spotlight.scss */
.spotlight_top-section {
  display: block;
  position: relative;
}

/* line 26, ../sass/components/_spotlight.scss */
.spotlight_heading {
  font-size: 1em;
  margin-top: 0;
}
@media (min-width: 940px) {
  /* line 26, ../sass/components/_spotlight.scss */
  .spotlight_heading {
    font-size: 1em;
  }
}

/* line 35, ../sass/components/_spotlight.scss */
.spotlight_image {
  width: 100%;
}

/* line 39, ../sass/components/_spotlight.scss */
.spotlight_date {
  background: #fff;
  border: 1px solid #D2CDCA;
  bottom: 10px;
  display: block;
  font-family: "FS Emeric Book", Arial, sans-serif;
  left: 10px;
  padding: 0.3125em 0.625em;
  position: absolute;
}
@media (min-width: 940px) {
  /* line 39, ../sass/components/_spotlight.scss */
  .spotlight_date {
    font-size: 0.88889em;
  }
}

/* line 55, ../sass/components/_spotlight.scss */
.spotlight_title {
  display: block;
  padding: 0.625em 0 0 0;
}
@media (min-width: 767px) {
  /* line 55, ../sass/components/_spotlight.scss */
  .spotlight_title {
    padding: 0.9375em 0.9375em 0 0.9375em;
  }
}

/* line 64, ../sass/components/_spotlight.scss */
.spotlight_text {
  line-height: 1.3125em;
}
@media (min-width: 767px) {
  /* line 64, ../sass/components/_spotlight.scss */
  .spotlight_text {
    margin-bottom: 0;
    padding: 0 0.9375em 0 0.9375em;
  }
}
@media (min-width: 940px) {
  /* line 64, ../sass/components/_spotlight.scss */
  .spotlight_text {
    font-size: 0.88889em;
    line-height: 1.3125em;
  }
}

@media (min-width: 767px) {
  /* line 78, ../sass/components/_spotlight.scss */
  .spotlight_url {
    font-size: 1em;
    padding: 0 0.9375em;
  }
}
@media (min-width: 940px) {
  /* line 78, ../sass/components/_spotlight.scss */
  .spotlight_url {
    font-size: 0.88889em;
  }
}

@media print {
  /* line 93, ../sass/components/_spotlight.scss */
  .spotlight_date {
    font-family: Arial, sans-serif;
  }
}
/* TEASER
------------------------------------------------------------------------------*/
/* line 10, ../sass/components/_teaser.scss */
.teaser {
  background-color: #000;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 940px) {
  /* line 10, ../sass/components/_teaser.scss */
  .teaser {
    min-height: 213px;
  }
}
/* line 19, ../sass/components/_teaser.scss */
.teaser:focus, .teaser:hover {
  background-color: transparent;
}

/* line 25, ../sass/components/_teaser.scss */
.teaser_image {
  margin: 0;
  height: 100%;
  min-height: 100px;
  position: relative;
}
/* line 31, ../sass/components/_teaser.scss */
.teaser_image img {
  width: 100%;
}

/* line 36, ../sass/components/_teaser.scss */
.teaser_caption {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 47, ../sass/components/_teaser.scss */
.teaser_caption-inner {
  color: #fff;
  display: block;
  font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.9375em 0.625em;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 940px) {
  /* line 47, ../sass/components/_teaser.scss */
  .teaser_caption-inner {
    font-size: 1em;
    line-height: 1.33333em;
    padding: 0.83333em 0.55556em;
  }
}

/* line 63, ../sass/components/_teaser.scss */
.teaser-hover .teaser_image {
  cursor: pointer;
}

/* line 67, ../sass/components/_teaser.scss */
.teaser:hover .teaser_image,
.teaser:focus .teaser_image,
.teaser-hover .teaser_image,
.teaser-focus .teaser_image {
  opacity: 0.9;
}

/* line 74, ../sass/components/_teaser.scss */
.teaser:hover .teaser_caption,
.teaser:focus .teaser_caption,
.teaser-hover .teaser_caption,
.teaser-focus .teaser_caption {
  background: #000;
  background: black;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  background: -ms-linear-gradient(top, transparent, black);
}

/* line 85, ../sass/components/_teaser.scss */
.teaser--large .teaser_caption-inner {
  font-size: 1.3125em;
  line-height: 1.33333em;
  padding: 0.71429em 0.47619em;
}
@media (min-width: 940px) {
  /* line 85, ../sass/components/_teaser.scss */
  .teaser--large .teaser_caption-inner {
    font-size: 1.44444em;
    line-height: 1.34615em;
    padding: 0.57692em 0.38462em;
  }
}

/* line 98, ../sass/components/_teaser.scss */
.teaser.mobile_exclude {
  display: none;
}
@media (min-width: 480px) {
  /* line 98, ../sass/components/_teaser.scss */
  .teaser.mobile_exclude {
    display: block;
  }
}

/* line 108, ../sass/components/_teaser.scss */
.teaser_icon {
  display: none;
}

/* line 113, ../sass/components/_teaser.scss */
.teaser--show-price .teaser--show-price_icon,
.teaser--show-price .teaser--members_icon {
  display: block;
  height: 82px;
  left: 0;
  position: absolute;
  top: 0;
  width: 82px;
}

/* line 125, ../sass/components/_teaser.scss */
.teaser--show-price .teaser--show-price_icon {
  background-image: url("../images/book.png");
}

/* line 131, ../sass/components/_teaser.scss */
.teaser--members .teaser--members_icon {
  background-image: url("../images/members-icon.png");
}

/* line 140, ../sass/components/_teaser.scss */
.lte8 .teaser,
.lte8 .teaser:link {
  display: block;
}
/* line 146, ../sass/components/_teaser.scss */
.lte8 .teaser_image {
  display: block;
}
/* line 150, ../sass/components/_teaser.scss */
.lte8 .teaser_caption {
  background: url("../images/teaser_gradient.png") repeat-x 0 33%;
}
/* line 164, ../sass/components/_teaser.scss */
.lte8 .teaser:hover .teaser_image,
.lte8 .teaser:link:hover .teaser_image,
.lte8 .teaser:focus .teaser_image,
.lte8 .teaser-hover .teaser_image,
.lte8 .teaser-focus .teaser_image {
  margin-left: 0;
  margin-right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
/* line 170, ../sass/components/_teaser.scss */
.lte8 .teaser:hover .teaser_caption,
.lte8 .teaser:link:hover .teaser_caption,
.lte8 .teaser:focus .teaser_caption,
.lte8 .teaser-hover .teaser_caption,
.lte8 .teaser-focus .teaser_caption {
  background: url("../images/teaser_gradient.png") repeat-x 0 33%;
}

/* line 177, ../sass/components/_teaser.scss */
.lte7 .teaser {
  height: 100%;
}
/* line 181, ../sass/components/_teaser.scss */
.lte7 .teaser_caption a {
  text-decoration: none;
}
/* line 185, ../sass/components/_teaser.scss */
.lte7 .teaser_caption a:hover,
.lte7 .teaser_caption a:focus,
.lte7 .teaser_caption a:link:focus {
  background: #000;
}

@media print {
  /* line 196, ../sass/components/_teaser.scss */
  .teaser_caption-inner {
    font-family: Arial, sans-serif;
  }
}
/* TIMELINE
------------------------------------------------------------------------------*/
/* line 12, ../sass/components/_timeline.scss */
.timeline .current-slide-info-wrapper {
  display: none;
}

/* line 17, ../sass/components/_timeline.scss */
.timeline_controls {
  display: none;
}

@media (min-width: 767px) {
  /* line 22, ../sass/components/_timeline.scss */
  .js .timeline_controls {
    display: block;
    margin-bottom: 1.25em;
    padding: 1.25em 2.5em 0;
    position: relative;
  }
  /* line 30, ../sass/components/_timeline.scss */
  .js .timeline_controls ol {
    padding-left: 0;
    margin-bottom: 0;
  }
  /* line 35, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-list {
    padding-bottom: 5px;
  }
  /* line 39, ../sass/components/_timeline.scss */
  .js .timeline_controls .timeline_control {
    display: table-cell;
    float: none;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: bottom;
  }
  /* line 47, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-prev,
  .js .timeline_controls .slick-next {
    margin-top: 0;
    bottom: 6px;
    height: 24px;
    top: auto;
  }
  /* line 55, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-prev:before,
  .js .timeline_controls .slick-next:before {
    content: "";
  }
  /* line 60, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-prev {
    background: url("../images/arrow-left--grey.png") no-repeat;
    left: -40px;
  }
  /* line 65, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-next {
    background: url("../images/arrow-right--grey.png") no-repeat;
    right: -40px;
  }
}
@media (min-width: 940px) {
  /* line 22, ../sass/components/_timeline.scss */
  .js .timeline_controls {
    font-size: 0.88889em;
    margin-bottom: 1.25em;
    padding: 1.25em 3.75em 0;
  }
  /* line 76, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-prev {
    left: -60px;
  }
  /* line 80, ../sass/components/_timeline.scss */
  .js .timeline_controls .slick-next {
    right: -60px;
  }
}
@media (min-width: 767px) {
  /* line 87, ../sass/components/_timeline.scss */
  .js .timeline_label {
    margin-bottom: 0.625em;
    padding-right: 0.9375em;
  }
  /* line 93, ../sass/components/_timeline.scss */
  .js .timeline_label .description {
    display: block;
    line-height: 1.3125em;
  }
  /* line 98, ../sass/components/_timeline.scss */
  .js .timeline_label .year {
    display: block;
    font-family: "FS Emeric Bold", "Arial Bold", sans-serif;
  }
}
/* line 105, ../sass/components/_timeline.scss */
.js .timeline_selector {
  background-color: transparent;
  background-image: url("../images/timeline-selector.png");
  border: 0;
  cursor: pointer;
  direction: ltr;
  display: block;
  height: 21px;
  margin-left: 1px;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  width: 21px;
}
/* line 119, ../sass/components/_timeline.scss */
.js .timeline_selector:focus, .js .timeline_selector:hover {
  background-image: url("../images/timeline-selector--hover.png");
}
/* line 124, ../sass/components/_timeline.scss */
.js .timeline_selector:focus {
  outline: 1px dotted;
}
/* line 128, ../sass/components/_timeline.scss */
.js .timeline_selector.selected {
  background-image: url("../images/timeline-selector--selected.png");
}
/* line 133, ../sass/components/_timeline.scss */
.js .timeline_line {
  border-top: 1px solid #D2CDCA;
  left: 1px;
  position: relative;
  top: -1.125em;
  width: 100%;
  height: 1px;
  z-index: -1;
}

@media (min-width: 767px) {
  /* line 148, ../sass/components/_timeline.scss */
  .timeline_slides {
    background: #FEF5CB;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  /* line 155, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide {
    padding-bottom: 40px;
  }
}
/* line 160, ../sass/components/_timeline.scss */
.timeline_slides .timeline_slide .spotlight-container {
  margin: 0 0 0.3125em;
  padding: 0;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 160, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide .spotlight-container {
    float: left;
    margin-right: 0.875%;
    width: 32.75%;
  }
}
@media (min-width: 940px) {
  /* line 160, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide .spotlight-container {
    float: left;
    margin-bottom: 0.27778em;
    margin-right: 0.5333%;
    width: 24.6%;
  }
}
@media (min-width: 767px) {
  /* line 178, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide .spotlight-container.tablet-last {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 940px) {
  /* line 178, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide .spotlight-container.tablet-last {
    float: left;
    margin-right: 0.5333%;
  }
}
@media (min-width: 940px) {
  /* line 191, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide .spotlight-container.desktop-last {
    float: right;
    margin-right: 0;
  }
}
/* line 201, ../sass/components/_timeline.scss */
.timeline_slides .timeline_slide_content-wrapper {
  margin-bottom: 1.25em;
}
@media (min-width: 767px) {
  /* line 201, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide_content-wrapper {
    background: url("../images/timeline-triangle.png") no-repeat 50% 0;
    background-color: #fff;
    padding-top: 38px;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  /* line 211, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide_content {
    background-color: #FEF5CB;
    padding: 2.5em 0 0;
  }
}
@media (min-width: 940px) {
  /* line 211, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slide_content {
    padding: 2.5em 0 0;
  }
}
@media (min-width: 767px) {
  /* line 222, ../sass/components/_timeline.scss */
  .timeline_slides .slide_title {
    background: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 50px 0 15px;
    text-align: center;
  }
}
@media (min-width: 767px) {
  /* line 232, ../sass/components/_timeline.scss */
  .timeline_slides .slide_title_year {
    display: block;
  }
}
@media (min-width: 767px) {
  /* line 238, ../sass/components/_timeline.scss */
  .timeline_slides .slide_title_description {
    display: block;
    font-family: "FS Emeric Book", Arial, sans-serif;
    font-size: 0.47059em;
    line-height: 1.3125em;
  }
}
@media (min-width: 940px) {
  /* line 238, ../sass/components/_timeline.scss */
  .timeline_slides .slide_title_description {
    font-size: 0.38095em;
  }
}
@media (min-width: 767px) {
  /* line 252, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slides_buttons {
    background: #FEF5CB;
    padding: 2.5em 0;
  }
}
@media (min-width: 940px) {
  /* line 252, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slides_buttons {
    padding: 2.5em 0;
  }
}
@media (min-width: 767px) {
  /* line 263, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slides-btn {
    background: #F5752A;
    color: inherit;
    font-size: 1em;
    height: auto;
    line-height: 1.3125em;
    margin: 0 0 1em;
    max-width: 50%;
    min-height: 46px;
    position: relative;
    top: auto;
    white-space: nowrap;
    width: auto;
  }
  /* line 279, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slides-btn.inactive {
    background: none;
    cursor: default;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media (min-width: 940px) {
  /* line 263, ../sass/components/_timeline.scss */
  .timeline_slides .timeline_slides-btn {
    font-size: 0.88889em;
  }
}
/* line 293, ../sass/components/_timeline.scss */
.timeline_slides .slick-prev:before,
.timeline_slides .slick-next:before {
  content: "";
}
/* line 298, ../sass/components/_timeline.scss */
.timeline_slides .slick-prev:hover,
.timeline_slides .slick-prev:focus,
.timeline_slides .slick-next:hover,
.timeline_slides .slick-next:focus {
  opacity: .925;
}
/* line 305, ../sass/components/_timeline.scss */
.timeline_slides .slick-prev:focus,
.timeline_slides .slick-next:focus {
  text-shadow: 0 0 0 #000;
}
/* line 310, ../sass/components/_timeline.scss */
.timeline_slides .slick-prev {
  background-image: url("../images/orange-arrow--left2.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  float: left;
  left: 0;
  padding: 0.625em 0.9375em 0.625em 1.875em;
}
/* line 319, ../sass/components/_timeline.scss */
.timeline_slides .slick-next {
  background-image: url("../images/orange-arrow--right2.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  float: right;
  padding: 0.625em 1.875em 0.625em 0.9375em;
  right: 0;
}

@media (min-width: 767px) {
  /* line 332, ../sass/components/_timeline.scss */
  .js .timeline .current-slide-info-wrapper {
    display: block;
  }
}
/* line 338, ../sass/components/_timeline.scss */
.js .timeline .timeline_slide {
  padding-bottom: 0;
}
@media (min-width: 767px) {
  /* line 342, ../sass/components/_timeline.scss */
  .js .timeline .slide_title {
    padding-top: 0;
  }
}
@media (min-width: 767px) {
  /* line 348, ../sass/components/_timeline.scss */
  .js .timeline .timeline_slide_content {
    background: url("../images/pinecone--dark.png") no-repeat 150% 15px #FEF5CB;
  }
}
@media (min-width: 940px) {
  /* line 348, ../sass/components/_timeline.scss */
  .js .timeline .timeline_slide_content {
    background-position: 118% 20px;
  }
}

/* line 370, ../sass/components/_timeline.scss */
.lte8 .timeline_slides .slick-prev,
.lte8 .timeline_slides .slick-next {
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 377, ../sass/components/_timeline.scss */
.lte8 .timeline_slides .slick-prev {
  background-image: url("../images/orange-arrow--left2.png");
  background-position: 0 50%;
}
/* line 382, ../sass/components/_timeline.scss */
.lte8 .timeline_slides .slick-next {
  background-image: url("../images/orange-arrow--right2.png");
  background-position: 100% 50%;
}
/* line 387, ../sass/components/_timeline.scss */
.lte8 .timeline_slides .slick-disabled:before {
  display: none;
}

/* line 395, ../sass/components/_timeline.scss */
.lte7 .timeline_control {
  display: inline;
  zoom: 1;
}
/* line 401, ../sass/components/_timeline.scss */
.lte7 .timeline_slides .slick-prev,
.lte7 .timeline_slides .slick-next {
  color: #000;
}

@media print {
  /* line 413, ../sass/components/_timeline.scss */
  .timeline_label .year {
    font-family: Arial, sans-serif;
    font-weight: 700;
  }

  /* line 421, ../sass/components/_timeline.scss */
  .slide_title_description {
    font-family: Arial, sans-serif;
  }
}
/* line 7, ../sass/components/_terms-conditions.scss */
.terms-conditions {
  overflow: hidden;
  *zoom: 1;
  border-color: #FEC737;
  border-style: solid;
  border-width: 5px 0 0 0;
  line-height: 1.3125em;
  padding-top: 1.11111em;
}
@media (min-width: 940px) {
  /* line 7, ../sass/components/_terms-conditions.scss */
  .terms-conditions {
    font-size: 0.88889em;
  }
}
/* line 21, ../sass/components/_terms-conditions.scss */
.terms-conditions h1 {
  font-size: 2.125em;
}
/* line 25, ../sass/components/_terms-conditions.scss */
.terms-conditions h2 {
  font-size: 1.625em;
  line-height: 1.34615em;
  margin-bottom: 1em;
}
/* line 31, ../sass/components/_terms-conditions.scss */
.terms-conditions h3, .terms-conditions h4 {
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1.5em;
}
/* line 37, ../sass/components/_terms-conditions.scss */
.terms-conditions h5, .terms-conditions h6 {
  font-size: 1em;
  line-height: 1.3125em;
  margin-bottom: 1.5em;
}

/* line 44, ../sass/components/_terms-conditions.scss */
.terms-conditions_column--left {
  margin-bottom: 1.66667em;
}
@media (min-width: 767px) {
  /* line 44, ../sass/components/_terms-conditions.scss */
  .terms-conditions_column--left {
    width: 49.0566%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}

/* line 52, ../sass/components/_terms-conditions.scss */
.terms-conditions_column--right {
  margin-bottom: 1.66667em;
}
@media (min-width: 767px) {
  /* line 52, ../sass/components/_terms-conditions.scss */
  .terms-conditions_column--right {
    width: 49.0566%;
    float: left;
    margin-left: 50.9434%;
    margin-right: -100%;
  }
}

/* VIDEO THUMBNAIL
------------------------------------------------------------------------------*/
/* line 8, ../sass/components/_video-thumbnail.scss */
.video-thumbnail {
  border-color: #FEC737;
  border-style: solid;
  border-width: 7px 0 0 0;
  padding: 1.33333em 0 0 0;
}
@media (min-width: 940px) {
  /* line 8, ../sass/components/_video-thumbnail.scss */
  .video-thumbnail {
    margin-top: 0.5em;
  }
}

/* line 21, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_content {
  position: relative;
}

/* line 25, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_image {
  display: inline-block;
  margin: 0 0 1em 0;
  position: relative;
  width: 50%;
}
@media (min-width: 940px) {
  /* line 25, ../sass/components/_video-thumbnail.scss */
  .video-thumbnail_image {
    width: 100%;
  }
}
/* line 35, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_image img {
  width: 100%;
}

/* line 40, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_icon {
  background-image: url(../images/video-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 42px;
  left: 50%;
  margin: -21px 0 0 -21px;
  position: absolute;
  top: 50%;
  width: 42px;
}

/* line 55, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_title {
  font-size: 0.88889em;
  line-height: 1.3125em;
}

/* line 60, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_text {
  font-size: 0.88889em;
  line-height: 1.4em;
}

/* line 65, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_link,
.video-thumbnail_link:link {
  border: none;
  direction: ltr;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
/* line 78, ../sass/components/_video-thumbnail.scss */
.video-thumbnail_link:hover, .video-thumbnail_link:focus,
.video-thumbnail_link:link:hover,
.video-thumbnail_link:link:focus {
  background: none;
}

/* VIDEO THUMBNAIL WIDE
------------------------------------------------------------------------------*/
/* line 87, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide {
  overflow: hidden;
  *zoom: 1;
  border: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 93, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_image {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  margin-bottom: 1.5625em;
}
@media (min-width: 940px) {
  /* line 93, ../sass/components/_video-thumbnail.scss */
  .video-thumbnail--wide .video-thumbnail_image {
    margin-bottom: 1.27273em;
  }
}
/* line 101, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_image img {
  border-right: 1px solid #FEC737;
  padding-right: 15px;
}
@media (min-width: 480px) {
  /* line 101, ../sass/components/_video-thumbnail.scss */
  .video-thumbnail--wide .video-thumbnail_image img {
    padding-right: 20px;
  }
}
/* line 111, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_content {
  width: 48.57143%;
  float: left;
  margin-left: 51.42857%;
  margin-right: -100%;
}
/* line 115, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_title,
.video-thumbnail--wide .video-thumbnail_text {
  margin-left: 20px;
}
/* line 120, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_title {
  font-size: 1.08333em;
  line-height: 1.34615em;
}
/* line 125, ../sass/components/_video-thumbnail.scss */
.video-thumbnail--wide .video-thumbnail_text {
  font-size: 0.66667em;
  line-height: 1.4em;
}

/* line 5, ../sass/components/_sidebar-box.scss */
.lte8 .sidebar-box img {
  width: auto;
}

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