@charset "UTF-8";
/* ---------------------------------------------------------------------------- Normalize ------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
  font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
}

/** Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* ---------------------------------------------------------------------------- Structure ------------------------------------------------------------------------- */
/* global box-sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use i.e. 1rem = 10px*/
html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

body {
  font: 400 16px/1.4 "Roboto", sans-serif;
  color: #292929;
  margin: 0;
  background: #ffffff !important;
  height: 100%;
  min-height: 100%;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #292929;
}

select {
  width: 100%;
}

figure {
  margin: 0;
}

/* ---------------------------------------------------------------------------- WordPress Core Styles ------------------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #c5c4c4;
  max-width: 100%;
  padding: 2rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0.5rem;
}

.textwidget img {
  margin: 1rem 0;
}

.bypostauthor {
  background: inherit;
}

/* ---------------------------------------------------------------------------- Calendar widget ------------------------------------------------------------------------- */
.widget_calendar {
  display: table;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #000000;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #000000;
  font-family: sans-serif;
  font-weight: 300;
}

#wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #ffffff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* ---------------------------------------------------------------------------- Recommended sizes ------------------------------------------------------------------------- */
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------- Responsive ------------------------------------------------------------------------- */
@media (min-width: 240px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 1.4rem/1.8rem sans-serif;
  }
}
@media (min-width: 320px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 1.55rem/1.8 sans-serif;
  }
}
@media (min-width: 480px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 1.8rem/1.8 sans-serif;
  }
}
@media (min-width: 768px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 1.9rem/1.7 sans-serif;
  }
}
@media (min-width: 1024px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}
@media (min-width: 1280px) {
  .wp-caption .wp-caption-text, .gallery-caption {
    font: 300 2rem/3.1rem sans-serif;
  }
}
/** Base SCSS */
@media screen and (min-width: 992px) {
  .device-only {
    display: none;
  }
  .desktop-only {
    display: initial;
  }
}
@media screen and (max-width: 992px) {
  .device-only {
    display: initial;
  }
  .desktop-only {
    display: none;
  }
}
body {
  font-family: "futura-pt", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    margin-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  body {
    margin-top: 50px;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1920px) {
  .container {
    padding: 0 20px;
  }
}
#content {
  margin: 40px auto;
}

body.page h1 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
}

@media (min-width: 678px) {
  body.page h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  body.page h1 {
    font-size: 40px;
  }
}
body.page h2 {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 21.333px;
  font-weight: 200;
  line-height: 1.3;
}

/* ---------------------------------------------------------------------------- Header & Navigation ------------------------------------------------------------------------- */
#header {
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 992px) {
  #header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
}
body.logged-in #header {
  top: 32px;
}

#header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  #header .container {
    height: 140px;
    padding: 0px 0 29px 0;
  }
}
@media screen and (max-width: 992px) {
  #header .container {
    height: 55px;
    padding: 0 0 5px 20px;
  }
}
#header .container figure.logo {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 0;
}

@media screen and (min-width: 992px) {
  #header .container figure.logo {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  #header .container figure.logo {
    width: 50px;
  }
  #header .container nav ul.first-level li.first-level-menu-item > ul {
    padding: 25px;
  }
  #header .container nav ul.first-level li.first-level-menu-item > .nav-dropdown {
    z-index: 1;
  }
  #header .container nav ul.first-level li.first-level-menu-item > #submenu-items {
    z-index: 9999;
    margin: auto;
    transform: translateX(-25%);
  }
}
#header .container figure.logo img {
  margin: 0;
}

@media screen and (min-width: 992px) {
  #header .container figure.logo img {
    width: 162px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  #header .container figure.logo img {
    width: 50px;
    height: auto;
  }
}
#main-navigation {
  text-align: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#main-navigation ul.first-level li.first-level-menu-item > a:focus {
  outline: 0 !important;
  padding: 5px 12px;
  border: 2px solid #233c7f;
}

#main-navigation ul {
  display: flex;
  align-items: baseline;
  gap: 20px;
  list-style: none;
}

#main-navigation ul li.has-submenu {
  display: flex;
  position: relative;
  align-items: baseline;
}

#main-navigation ul li.has-submenu > ul {
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px #414a2e;
  z-index: 9999;
  list-style: none;
  margin-top: 30px;
  padding: 25px;
}

#main-navigation li.menu-item-has-children .nav-dropdown {
  cursor: pointer;
  border: 0;
  background: transparent;
  margin-bottom: 0;
  z-index: 2;
}

#main-navigation li.menu-item-has-children > ul {
  display: none;
  flex-direction: column;
  position: absolute;
  padding: 25px;
  background-color: #fff;
}

#main-navigation li.menu-item-has-children.open > ul {
  display: flex;
}

#main-navigation li.menu-item-has-children.open .nav-dropdown .triangle {
  transform: rotate(180Deg);
}

#main-navigation li.menu-item-has-children.open .nav-dropdown .over-triangle {
  transform: rotate(180Deg);
  border-bottom: 8px solid white;
  border-top: 0;
  top: -9px;
}

#main-navigation li.menu-item-has-children.open > ul li {
  max-width: fit-content;
  color: #000;
}

#main-navigation li.menu-item-has-children.open > ul li a {
  color: #000;
}

#main-navigation li.menu-item-has-children.open > ul li a:hover {
  text-decoration: underline;
}

#main-navigation .nav-dropdown {
  background-color: transparent;
  border: 0;
  z-index: 999999;
}

/*#main-navigation .nav-dropdown:is(:focus, :focus-within) + #submenu-items {*/
/*  display: flex;*/
/*}*/
/*#header .container nav .menu-wrapper.open > .nav-dropdown:is(:hover, :focus, :focus-within) + #submenu-items {*/
/*  display: flex;*/
/*}*/
#main-navigation .nav-dropdown > .triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  z-index: 0;
  top: -26px;
  position: relative;
  top: -2px;
}

#main-navigation .nav-dropdown > .triangle > .over-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid white;
  position: relative;
  top: -9px;
  left: -7px;
  z-index: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 992px) {
  #header .container nav .menu-wrapper ul {
    margin: 30% auto;
  }
  #header .container nav button.toggle-device-navigation {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    z-index: 9999;
    position: relative;
  }
  #main-navigation .nav-dropdown > .triangle {
    border-top: 5px solid #fff;
  }
  #main-navigation .nav-dropdown > .triangle > .over-triangle {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 21, 78, 0.85);
    position: relative;
    top: -7px;
    left: -5px;
  }
  /* NOTE: selector ends in a stray ">" making it invalid; it was inert in the
     original stylesheet (ignored by browsers) and is kept here commented out so
     the build stays warning-free while preserving the original rendering.
  #main-navigation .menu-item-has-children.open .nav-dropdown > .triangle > {
    transform: rotate(180deg);
    border-top: 5px solid rgba(0, 21, 78, 0.85);
  }
  */
  #main-navigation li.menu-item-has-children.open .nav-dropdown .over-triangle {
    border-bottom: 8px solid rgba(0, 21, 78, 0.85);
  }
  #main-navigation {
    max-width: fit-content;
  }
}
@media screen and (max-width: 992px) {
  #header .container nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #header .container nav .menu-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 55px;
    background: rgba(0, 21, 78, 0.85);
    margin: 0;
    width: 100%;
    padding: 2em 20px;
    text-transform: uppercase;
    line-height: 3;
    height: 100%;
  }
  s body.logged-in #header .container nav .menu-wrapper {
    top: 87px;
  }
  #header .container nav .menu-wrapper.open {
    display: block;
  }
  #header .container nav .menu-wrapper ul {
    list-style: none;
    padding: 0;
    line-height: 1.8;
  }
  #header .container nav .menu-wrapper ul li a {
    padding: 0;
    color: #fff;
    font-weight: 500;
  }
  #header .container nav .menu-wrapper ul li ul li a {
    padding: 0;
    color: #000;
    font-weight: 500;
  }
  #header .container nav .menu-wrapper ul li a:hover {
    text-decoration: underline;
  }
  #header .container nav .menu-wrapper ul li ul {
    padding-left: 20px;
  }
  #header .container nav button.toggle-device-navigation {
    display: block;
    border: 1px solid #00154e;
    background-color: #fff;
    color: #00154e;
    border-radius: 0;
    width: 43px;
    height: 43px;
    margin: 0 20px 0 0;
  }
  #header .container nav button.toggle-device-navigation:hover {
    background-color: #00154e;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  #header .container nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #header .container nav button.toggle-device-navigation {
    display: none;
  }
  #header .container nav ul.first-level {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    line-height: 1;
    overflow: hidden;
  }
  #header .container nav ul.first-level li.first-level-menu-item {
    display: inline-block;
    font-size: 18px;
  }
  #header .container nav ul.first-level li.first-level-menu-item > a {
    padding: 0 12px;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    color: #292929;
  }
  #header .container nav ul.first-level li.first-level-menu-item.menu-item-has-children > a {
    padding: 0 0 0 12px;
  }
  #header .container nav ul.first-level li.first-level-menu-item > a:hover {
    color: #666;
  }
  #header .container {
    display: flex;
    align-items: end;
  }
}
#header .container div.actions {
  font-size: 25px; /* @media screen and (min-width: 992px) { width: 250px; } @media screen and (max-width: 992px) { width: 65px; } */
}

@media screen and (max-width: 992px) {
  #header .container div.actions {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 50%;
  }
}
@media screen and (min-width: 992px) {
  #header .container div.actions {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
#header .container div.actions a {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  #header .container div.actions a { /* &:last-child { margin-left: 20px; } */ }
}
#header .container div.actions button {
  background: transparent;
  border: 0;
}

#header .container div.actions button.open-search svg {
  width: 26px;
  height: 26px;
}

#header .container div.actions button.open-search svg path {
  fill: #db677b;
}

@media screen and (max-width: 992px) {
  #header .container div.actions button.open-search {
    display: none;
  }
}
#header .container div.actions button.open-mobile-navigation {
  display: none;
  margin-top: 4px;
}

#header .container div.actions button.open-mobile-navigation svg {
  width: 29px;
  height: 13.5px;
}

#header .container div.actions button.open-mobile-navigation svg path {
  margin: 0;
  padding: 0;
  fill: #fff;
}

body.inverted #header .container div.actions button.open-mobile-navigation svg path {
  fill: #000;
}

@media screen and (max-width: 992px) {
  #header .container div.actions button.open-mobile-navigation {
    display: block;
  }
  body.navigation-opened #header .container div.actions button.open-mobile-navigation {
    display: none;
  }
}
#header .container div.actions button.close-mobile-navigation {
  display: none;
  margin-top: 4px;
}

#header .container div.actions button.close-mobile-navigation svg {
  width: 22px;
  height: 22px;
}

#header .container div.actions button.close-mobile-navigation svg path {
  fill: #fff;
}

body.inverted #header .container div.actions button.close-mobile-navigation svg path {
  fill: #000;
}

@media screen and (max-width: 992px) {
  #header .container div.actions button.close-mobile-navigation {
    display: none;
  }
  body.navigation-opened #header .container div.actions button.close-mobile-navigation {
    display: block;
  }
}
/* ---------------------------------------------------------------------------- Event carousel ------------------------------------------------------------------------- */
#event-carousel {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#event-carousel .slides {
  width: 100%;
  padding-bottom: 44%;
  position: relative;
}

@media (min-width: 1160px) {
  #event-carousel .slides {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 36.6501407623%;
  }
}
#event-carousel .slides .event-carousel-pager {
  z-index: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#event-carousel .slides .event-carousel-pager span {
  height: 15px;
  width: 15px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px 20px 5px;
  color: transparent;
  cursor: pointer;
}

#event-carousel .slides .event-carousel-pager span.cycle-pager-active {
  opacity: 1;
}

#event-carousel .slides .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#event-carousel .slides .slide .container {
  height: 100%;
  position: relative;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
}

#event-carousel .slides .slide .container .details {
  display: none;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

#event-carousel .slides .slide .container .details h2 {
  text-transform: uppercase;
  margin: 0 0 0 0;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 200;
}

#event-carousel .slides .slide .container .details h2 a {
  color: #fff;
}

#event-carousel .slides .slide .container .details p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #fff;
}

#event-carousel .slides .slide .container .details a.button {
  font-size: 18px;
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
}

#event-carousel .slides .slide .container .details.inverted h2 a, #event-carousel .slides .slide .container .details.inverted p, #event-carousel .slides .slide .container .details.inverted a.button {
  color: #000;
  border-color: #000;
}

@media (min-width: 678px) {
  #event-carousel .slides .slide .container .details {
    margin-bottom: 5%;
  }
  #event-carousel .slides .slide .container .details h2 {
    font-size: 35px;
    line-height: 1;
  }
  #event-carousel .slides .slide .container .details p {
    font-size: 25px;
  }
  #event-carousel .slides .slide .container .details a.button {
    font-size: 25px;
  }
}
#event-carousel .slides .slide .container:hover .details {
  display: block;
}

/* ---------------------------------------------------------------------------- Program (grid & list) ------------------------------------------------------------------------- */
#program .filter {
  background-color: transparent;
  margin: 0 0 20px 0;
}
#program .filter:before, #program .filter:after {
  content: " ";
  display: table;
}
#program .filter:after {
  clear: both;
}
#program .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#program .filter ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#program .filter ul li a {
  background-color: #eaeaea;
  display: block;
  color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
}
#program .filter ul li a:hover {
  background-color: #c8c8c8;
}
#program .filter ul li a.selected {
  background-color: #000;
  color: #eaeaea;
}
#program .grid,
.error404 .grid {
  margin: 0 -1.6666666667%;
}
#program .grid:before, #program .grid:after,
.error404 .grid:before, .error404 .grid:after {
  content: " ";
  display: table;
}
#program .grid:after,
.error404 .grid:after {
  clear: both;
}
#program .grid .event,
.error404 .grid .event {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 1.6666666667% 75px;
  width: 96.6666666666%;
  position: relative;
  outline: none;
  border-radius: 5px;
  transition: all 200ms ease;
}
#program .grid .event:hover,
.error404 .grid .event:hover {
  transform: scale(1.05);
}
#program .grid .event > a,
.error404 .grid .event > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#program .grid .event > a:focus, #program .grid .event > a:focus-visible,
.error404 .grid .event > a:focus, .error404 .grid .event > a:focus-visible {
  outline-offset: 10px;
  border-radius: 5px;
  outline: 2px solid #233c7f;
}
@media (min-width: 678px) {
  #program .grid .event,
  .error404 .grid .event {
    float: left;
    margin-bottom: 50px;
  }
}
@media (min-width: 678px) and (max-width: 992px) {
  #program .grid .event,
  .error404 .grid .event {
    width: 46.6666666666%;
  }
  #program .grid .event.clear-left-pad,
  .error404 .grid .event.clear-left-pad {
    clear: left;
  }
}
@media (min-width: 992px) {
  #program .grid .event,
  .error404 .grid .event {
    width: 30%;
  }
  #program .grid .event.clear-left-desktop,
  .error404 .grid .event.clear-left-desktop {
    clear: left;
  }
}
#program .grid .event figure.image,
.error404 .grid .event figure.image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-color: #8a8a8a;
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#program .grid .event figure.image .sale-status,
.error404 .grid .event figure.image .sale-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
#program .grid .event a.purchase,
.error404 .grid .event a.purchase {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  border: 0;
  float: right;
  margin-left: 10px;
  color: #fff;
  background: #00154e;
}
#program .grid .event a.purchase:hover,
.error404 .grid .event a.purchase:hover {
  opacity: 0.9 !important;
}

#program .grid .event .dates,
.error404 .grid .event .dates {
  text-align: left;
  margin: 0;
}

#program .grid .event h5,
.error404 .grid .event h5 {
  text-align: left;
  font-weight: 200;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 0 0;
  display: inline;
  float: left;
}
#program .grid .event h3,
.error404 .grid .event h3 {
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
#program .section-content-container {
  margin: 50px auto 0 auto;
}
#program .section-content-container hr {
  border-color: #fafafa;
}
#program .section-content-container hr.fat {
  border-color: #000;
}
#program .section-content-container .row {
  margin: 0;
}
#program .section-content-container .row:before, #program .section-content-container .row:after {
  content: " ";
  display: table;
}
#program .section-content-container .row:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  #program .section-content-container .row.headings {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-top: 80px;
  }
  #program .section-content-container .row.headings .column {
    font-size: 21px;
    font-weight: normal;
    vertical-align: baseline;
    position: relative;
  }
  #program .section-content-container .row.headings .column.with-filter {
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.35em;
    left: 0.25em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter .filter {
    display: none;
  }
  #program .section-content-container .row.headings .column.with-filter:hover {
    color: #666;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    display: block;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter:hover .filter li.selected {
    background-color: #db677b;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column span {
    position: absolute;
    bottom: 0;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    font-weight: bold;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: none;
  }
  #program .section-content-container .row.event {
    padding: 25px 0;
    border-bottom: 1px solid #9e9e9e;
  }
  #program .section-content-container .row.event.last {
    border: 0;
  }
  #program .section-content-container .row .column {
    float: left;
  }
  #program .section-content-container .row .column.year-and-month {
    width: 20%;
    padding-left: 5%;
  }
  #program .section-content-container .row .column.year-and-month a img {
    max-width: 240px;
    width: 100%;
    height: auto;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status:after {
    position: absolute;
    top: 50%;
    text-indent: 25%;
    left: -30%;
    z-index: 1;
    width: 140%;
    text-align: center;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  #program .section-content-container .row .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  #program .section-content-container .row .column.place {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #program .section-content-container .row .column.place h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    line-height: 1.1;
  }
  #program .section-content-container .row .column.categories {
    width: 20%;
  }
  #program .section-content-container .row .column.price {
    width: 10%;
  }
  #program .section-content-container .row .column.action {
    text-align: right;
    padding-right: 5%;
    width: 19%;
  }
  #program .section-content-container .row .column.action a.button {
    border: 2px solid #db677a;
    font-size: 28px;
    white-space: nowrap;
    padding: 10px 20px;
    display: inline-block;
  }
  #program .section-content-container .row .column p {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  #program .section-content-container .row.headings {
    margin-top: 25px;
  }
  #program .section-content-container .row.headings .column.with-filter.selected {
    color: #db677a;
  }
  #program .section-content-container .row.headings .column.with-filter span:after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    position: relative;
    height: 0.45em;
    top: 0.65em;
    left: 0.35em;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
  }
  #program .section-content-container .row.headings .column.with-filter.open {
    color: #666;
    cursor: pointer;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter {
    display: block !important;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    line-height: 1.75;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
    display: block;
    border: 1px solid #444;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li {
    display: block;
    cursor: pointer;
    padding: 0 20px;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li:hover {
    background-color: #f7f7f7;
  }
  #program .section-content-container .row.headings .column.with-filter.open .filter li.selected {
    background-color: #db677b;
    color: #fff !important;
  }
  #program .section-content-container .row.headings .column.year-and-month {
    width: 70%;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    padding-left: 5%;
  }
  #program .section-content-container .row.headings .column.place, #program .section-content-container .row.headings .column.categories, #program .section-content-container .row.headings .column.price {
    display: none;
  }
  #program .section-content-container .row.headings .column.action {
    width: 29%;
    text-align: right;
    padding-right: 5%;
  }
  #program .section-content-container .row.headings .column.action a {
    display: inline-block;
    margin-left: 10px;
  }
  #program .section-content-container .row.headings .column.action a svg {
    width: 18.45px;
    height: 13.653px;
  }
  #program .section-content-container .row.headings .column.action a svg path {
    fill: #686868;
  }
  #program .section-content-container .row.headings .column.action a:hover svg path, #program .section-content-container .row.headings .column.action a.selected svg path {
    fill: #000;
  }
  body.list #program .section-content-container .row.event {
    padding: 15px 0;
    border-top: 1px solid #9e9e9e;
  }
  body.list #program .section-content-container .row.event .column.year-and-month, body.list #program .section-content-container .row.event .column.price {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.place {
    width: 40%;
    padding-left: 5%;
    padding-right: 10px;
    overflow: hidden;
  }
  body.list #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.list #program .section-content-container .row.event .column.place .place {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  body.list #program .section-content-container .row.event .column.place a.read-more {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.categories {
    width: 30%;
    font-size: 10px;
    padding-left: 10px;
  }
  body.list #program .section-content-container .row.event .column.categories .categories {
    display: none;
  }
  body.list #program .section-content-container .row.event .column.action {
    width: 28%;
    text-align: right;
    padding-right: 5%;
  }
  body.list #program .section-content-container .row.event .column.action a.button {
    font-size: 10px;
    display: inline-block;
    max-width: 70px;
    border: 1px solid #db677a;
    padding: 2px 5px;
  }
  body.list #program .section-content-container .row.event .column p {
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event {
    position: relative;
    margin-bottom: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month {
    width: 100%;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a {
    pointer-events: none;
    cursor: default;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a img {
    width: 100% !important;
    height: auto;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 30px 10px;
    font-weight: bold;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-1:after {
    content: "FÅ BILLETTER";
    background-color: #f69576;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-2:after {
    content: "UTSOLGT";
    background-color: #4b6375;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.year-and-month a.sales-status.sales-status-3:after {
    content: "AVLYST";
    background-color: #db677a;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place, body.with-thumbnails #program .section-content-container .row.event .column.categories, body.with-thumbnails #program .section-content-container .row.event .column.price, body.with-thumbnails #program .section-content-container .row.event .column.action {
    position: absolute;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place {
    top: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 {
    margin: 0;
    font-size: 14px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place h3 a {
    color: #fff;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.place p {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories {
    bottom: 10px;
    left: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p br, body.with-thumbnails #program .section-content-container .row.event .column.categories p br:after {
    content: " ";
  }
  body.with-thumbnails #program .section-content-container .row.event .column.categories p .categories {
    display: none;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price {
    bottom: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.price p {
    font-size: 10px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action {
    top: 10px;
    right: 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p {
    margin: 0;
    padding: 0;
  }
  body.with-thumbnails #program .section-content-container .row.event .column.action p a.button {
    color: #000;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #db677a;
    padding: 5px 10px;
  }
  body.with-thumbnails #program .section-content-container .row.event.inverted * {
    color: #000 !important;
  }
}

/* ---------------------------------------------------------------------------- Search ------------------------------------------------------------------------- */
#search {
  position: fixed;
  z-index: 980;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 123, 105, 0.95);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#search .content-wrapper {
  max-width: 660px;
  width: 100%;
  margin: 50px 20px 0 20px;
}

#search .content-wrapper form {
  width: 100%;
  margin: 75px auto 0 auto;
}

@media (min-width: 678px) {
  #search .content-wrapper form {
    margin: 100px auto 0 auto;
  }
}
@media (min-width: 992px) {
  #search .content-wrapper form {
    margin: 200px auto 0 auto;
  }
}
#search .content-wrapper form input {
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-indent: 20px;
  position: relative;
}

#search .content-wrapper form input:focus {
  border: 0;
}

#search .content-wrapper .search-result {
  margin-top: 65px;
}

#search .content-wrapper .search-result .item h2 {
  line-height: 1;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
}

#search .content-wrapper .search-result .item h2 a {
  color: #FFFFFF;
}

#search .content-wrapper .search-result .item p {
  font-size: 14px;
  padding: 10px 0;
  color: #fafafa;
  margin: 0;
}

body.inverted #search .content-wrapper .search-result .item p {
  color: #333;
}

#search .content-wrapper .search-result .item p.dates {
  font-size: 13px;
  padding: 0;
}

#search .content-wrapper .search-result .item p.dates:before, #search .content-wrapper .search-result .item p.dates:after {
  content: " ";
  display: table;
}

#search .content-wrapper .search-result .item p.dates:after {
  clear: both;
}

#search .content-wrapper .search-result .item p.dates a.button {
  float: right;
  color: #fff;
  background-color: #2277bc;
  font-size: inherit;
  white-space: nowrap;
  padding: 2px 5px;
  display: inline-block;
  margin-top: -2px;
  font-weight: bold;
}

#search .content-wrapper .search-result .item:last-child {
  border-bottom: 0;
}

/* ---------------------------------------------------------------------------- Event (single) ------------------------------------------------------------------------- */
body.event .button.purchase {
  background: #00154e;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}

body.event .button.purchase:hover {
  opacity: 0.9;
}

@media (min-width: 992px) {
  body.event .button.purchase {
    display: inline-block;
    width: initial;
  }
}
body.event .event-image {
  max-width: 1200px;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto; /*padding:0 0 44.64285714% 0; background-size:cover; background-repeat:no-repeat; background-position: center; position:relative; display:block; */ /* @media (min-width: 1920px) { max-width:1920px; } */
}

body.event .event-image img {
  width: 100%;
}

body.event .event-details {
  margin: 0;
  padding: 0px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1; /* td { text-transform: uppercase; display:block; line-height:1.5; vertical-align: top !important; @media (min-width: 678px) { display:table-cell; &:last-child { text-align: right; } } a { border:1px solid #333; display:inline-block; padding:2px 10px; &:hover { border-color:#666; color:#666; } } } */
}

body.event .event-details td {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 678px) {
  body.event .event-details td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 678px) {
  body.event .event-details {
    background-color: transparent;
    border: 0;
    margin: initial;
    padding: initial;
  }
  body.event .event-details table .prices td {
    text-align: left !important;
    vertical-align: top;
  }
}
body.event .event-details span.sale-status {
  border: 2px solid #000;
  padding: 2px 4px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
}

body.event h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3;
  margin: 0;
}

@media (min-width: 678px) {
  body.event h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  body.event h1 {
    font-size: 45px;
  }
}
body.event h1 span.sale-status {
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

body.event h1 span.sale-status.few-tickets {
  background-color: #7aced5;
}

body.event h1 span.sale-status.sold-out {
  background-color: #f47c69;
}

body.event .body {
  margin-bottom: 150px;
}

@media screen and (min-width: 992px) {
  #event {
    margin: 140px 0 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #event .device-only {
    display: none;
  }
  #event .desktop-only {
    display: initial;
  }
  #event .previous-event, #event .next-event {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #event .previous-event a, #event .next-event a {
    width: 125px;
    display: inline-block;
    text-align: center;
  }
  #event .previous-event a svg, #event .next-event a svg {
    width: 31px;
    height: 26px;
  }
  #event .next-event {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #event .current-event {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 1080px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #event .current-event {
    max-width: 800px;
  }
}
@media screen and (min-width: 992px) {
  #event .current-event .event-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    padding-right: 10px;
  }
  #event .current-event .event-details .event-images {
    display: none;
  }
  #event .current-event .event-details a.button {
    display: inline-block;
    border: 2px solid #db677a;
    font-size: 23px;
    white-space: nowrap;
    padding: 5px 20px;
  }
  #event .current-event .event-details p {
    margin-top: 20px;
    font-size: 14px;
  }
  #event .current-event .event-details .event-details-content-wrapper {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #event .current-event .event-details .event-details-content-wrapper .social-media-buttons {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  #event .current-event .event-details .event-details-content-wrapper .social-media-buttons a {
    margin-right: 5px;
  }
  #event .current-event .event-details.sticky .event-details-content-wrapper {
    position: fixed;
    top: 84px;
  }
  #event .current-event .event-details.sticky .event-details-content-wrapper .social-media-buttons {
    opacity: 1;
  }
  #event .current-event .event-content h1 {
    font-size: 30px;
    margin-top: 0;
    line-height: 1.3;
  }
  #event .current-event .event-content .social-media-buttons {
    float: right;
  }
  #event .current-event .event-content .social-media-buttons a {
    display: inline-block;
    margin-left: 5px;
  }
  #event .current-event .event-images {
    margin: 1em 0;
  }
}
@media screen and (max-width: 992px) {
  #event {
    padding-top: 46px;
    padding-bottom: 92px;
  }
  body.event .button.purchase {
    margin-bottom: 2rem;
  }
  #event .device-only {
    display: initial;
  }
  #event .desktop-only {
    display: none;
  }
  #event .event-details {
    position: relative;
  }
  #event .event-details .event-details-content-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  #event .event-details .event-details-content-wrapper p {
    font-size: 10px;
    color: #fff;
    margin: 0;
  }
  #event .event-details .event-details-content-wrapper p .place, #event .event-details .event-details-content-wrapper p .venue, #event .event-details .event-details-content-wrapper p .shows, #event .event-details .event-details-content-wrapper p .categories {
    display: none;
  }
  #event .event-details .event-details-content-wrapper p .date {
    float: left;
  }
  #event .event-details .event-details-content-wrapper p .time {
    margin-left: 5px;
  }
  #event .event-details .event-details-content-wrapper .button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    display: inline-block;
    min-width: 88px;
    max-width: 100%;
    border: 1px solid #db677a;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px;
  }
  #event .event-details .event-details-content-wrapper .social-media-buttons {
    display: none;
  }
  #event .event-content {
    padding: 0 20px;
    font-size: 14px; /*h2 { display:none; }*/
  }
  #event .event-content h1 {
    font-size: 18px;
  }
  #event .event-content .social-media-buttons {
    float: right;
  }
  #event .previous-event, #event .next-event {
    position: fixed;
    width: 50%;
    bottom: 0;
    padding: 10px 20px 5px 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  #event .previous-event.previous-event, #event .next-event.previous-event {
    left: 0;
    text-align: left;
  }
  #event .previous-event.next-event, #event .next-event.next-event {
    right: 0;
    text-align: right;
  }
  #event .previous-event svg, #event .next-event svg {
    width: 35px;
  }
}
#event .social-media-buttons a {
  display: inline-block;
}

#event .social-media-buttons a svg {
  width: 44px;
  height: 44px;
}

#event .social-media-buttons a svg path {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  fill: #686969;
}

#event .social-media-buttons a:hover svg path {
  fill: #db677a;
}

#event #shows h2 {
  padding-top: 75px;
  margin-left: 10px;
}

#event #shows .event {
  margin: 0;
  border-top: 1px solid #1a1a1a;
  padding: 20px 0;
}

#event #shows .event:before, #event #shows .event:after {
  content: " ";
  display: table;
}

#event #shows .event:after {
  clear: both;
}

#event #shows .event .column {
  float: left;
}

#event #shows .event .column p {
  margin: 0;
}

#event #shows .event .column.title {
  width: 31%;
  padding-left: 10px;
}

#event #shows .event .column.title h3 {
  margin: 0;
}

@media screen and (max-width: 992px) {
  #event #shows .event .column.title {
    width: 30%;
  }
}
#event #shows .event .column.date {
  width: 26%;
}

@media screen and (max-width: 992px) {
  #event #shows .event .column.date {
    width: 30%;
    text-align: right;
  }
}
#event #shows .event .column.price {
  width: 21%;
}

#event #shows .event .column.action {
  width: 21%;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #event #shows .event .column.action {
    width: 30%;
  }
}
#event #shows .event .column.action .button {
  font-size: 18px;
  display: inline-block;
  line-height: 42px; /*min-width:158px;*/
  max-width: 100%;
  border: 2px solid #db677a;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}

@media screen and (max-width: 992px) {
  #event #shows .event .column.action .button {
    font-size: 14px;
    line-height: 35px;
  }
}
body.event .performances__list {
  display: flex;
  flex-direction: column;
}
body.event .performances__list__item {
  display: flex;
  font-size: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1rem 0;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  body.event .performances__list__item {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
  }
}
body.event .performances__list__item__date {
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  body.event .performances__list__item__date {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
body.event .performances__list__item__title {
  margin: 0;
  font-style: italic;
}
body.event .performances__list__item__action {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) {
  body.event .performances__list__item {
    flex-direction: row;
  }
}

/* ---------------------------------------------------------------------------- Place ------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  #place {
    margin: 140px auto 100px auto;
    max-width: 1080px;
  }
  #place:before, #place:after {
    content: " ";
    display: table;
  }
  #place:after {
    clear: both;
  }
}
@media screen and (min-width: 992px) and (max-width: 1120px) {
  #place {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  #place .place-details {
    float: left;
    width: 250px;
    padding-right: 20px;
  }
  #place .place-content {
    float: left;
    width: calc(100% - 250px);
  }
  #place .place-content .social-media-buttons {
    float: right;
    margin-left: 20px;
  }
  #place .place-content h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  #place {
    margin-top: 70px;
  }
  #place .place-details {
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #e4e4e4;
    border-width: 1px 0;
    background: #fafafa;
    font-size: 80%;
  }
  #place .place-details .social-media-buttons {
    display: none;
  }
  #place .place-content {
    margin: 0 20px 20px 20px;
    font-size: 85%;
  }
  #place .place-content h1 {
    font-size: 24px;
    float: left;
  }
}
#place .social-media-buttons a {
  display: inline-block;
}

#place .social-media-buttons a svg {
  width: 44px;
  height: 44px;
}

#place .social-media-buttons a svg path {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  fill: #686969;
}

#place .social-media-buttons a:hover svg path {
  fill: #db677a;
}

/* ---------------------------------------------------------------------------- Social medias ------------------------------------------------------------------------- */
#social-medias .container:before, #social-medias .container:after {
  content: " ";
  display: table;
}

#social-medias .container:after {
  clear: both;
}

#social-medias .container .element {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #social-medias .container .element {
    width: 48.5%;
    float: left;
  }
  #social-medias .container .element:last-child {
    margin-left: 3%;
  }
}
#social-medias .container .element h2 {
  background: #e5e5e5;
  margin: 0;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
}

#social-medias .container .element .content {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
  height: 500px;
}

#social-medias .container .element.facebook .fb-page {
  max-width: 100%;
}

#social-medias .container .element.facebook .fb-page span {
  max-width: 100%;
}

#social-medias .container .element.facebook .fb-page span iframe {
  max-width: 100%;
}

/* ---------------------------------------------------------------------------- Coming & similar events ------------------------------------------------------------------------- */
#coming-events, #similar-events {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 992px) {
  #coming-events, #similar-events {
    display: none;
  }
}
#coming-events .content-wrapper, #similar-events .content-wrapper {
  max-width: 1080px;
}

@media screen and (min-width: 1080px) {
  #coming-events .content-wrapper, #similar-events .content-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  #coming-events .content-wrapper, #similar-events .content-wrapper {
    margin: 0 20px;
  }
}
#coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
    font-size: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  #coming-events .content-wrapper h2, #similar-events .content-wrapper h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#coming-events hr, #similar-events hr {
  margin: 0;
  border-top: 1px solid #1a1a1a;
}

#coming-events .event-list, #similar-events .event-list {
  padding: 30px 0;
}

#coming-events .event-list:before, #coming-events .event-list:after, #similar-events .event-list:before, #similar-events .event-list:after {
  content: " ";
  display: table;
}

#coming-events .event-list:after, #similar-events .event-list:after {
  clear: both;
}

#coming-events .event-list .event, #similar-events .event-list .event {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  #coming-events .event-list .event, #similar-events .event-list .event {
    float: left;
    width: 32%;
  }
}
@media screen and (max-width: 992px) {
  #coming-events .event-list .event, #similar-events .event-list .event {
    width: 100%;
  }
}
#coming-events .event-list .event figure, #similar-events .event-list .event figure {
  width: 100%;
  height: 0;
  padding-bottom: 51.27388535%;
  background-repeat: no-repeat;
  background-size: cover;
}

#coming-events .event-list .event h3, #similar-events .event-list .event h3 {
  font-weight: normal;
  font-size: 20px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#coming-events .event-list .event p, #similar-events .event-list .event p {
  margin: 0 0 5px 0;
  font-size: 15px;
}

#coming-events .event-list .event a.button, #similar-events .event-list .event a.button {
  font-size: 27px;
  display: inline-block;
  min-width: 196px;
  line-height: 48px;
  border: 2px solid #db677a;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}

#coming-events .event-list .event:nth-child(2), #similar-events .event-list .event:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

#coming-events .event-list .spinner, #similar-events .event-list .spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  outline: 1px solid red;
}

/* ---------------------------------------------------------------------------- Loader & animations ------------------------------------------------------------------------- */
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loader {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.loader .blob {
  -webkit-filter: url("#gooey");
  filter: url("#gooey");
  width: 2rem;
  height: 2rem;
  background: #db677a;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.15);
}

.loader .blob.blob-2 {
  -webkit-animation: animate-to-2 1.5s infinite;
  animation: animate-to-2 1.5s infinite;
}

.loader .blob.blob-3 {
  -webkit-animation: animate-to-3 1.5s infinite;
  animation: animate-to-3 1.5s infinite;
}

.loader .blob.blob-1 {
  -webkit-animation: animate-to-1 1.5s infinite;
  animation: animate-to-1 1.5s infinite;
}

.loader .blob.blob-4 {
  -webkit-animation: animate-to-4 1.5s infinite;
  animation: animate-to-4 1.5s infinite;
}

.loader .blob.blob-0 {
  -webkit-animation: animate-to-0 1.5s infinite;
  animation: animate-to-0 1.5s infinite;
}

.loader .blob.blob-5 {
  -webkit-animation: animate-to-5 1.5s infinite;
  animation: animate-to-5 1.5s infinite;
}

@-webkit-keyframes animate-to-2 {
  25%, 75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-2 {
  25%, 75% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-3 {
  25%, 75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-3 {
  25%, 75% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
    transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-1 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
    transform: translateX(-4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
    transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-4 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  50%, 75% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
    transform: translateX(4.5rem) scale(0.6);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
    transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
    transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-0 {
  25% {
    -webkit-transform: translateX(-1.5rem) scale(0.75);
    transform: translateX(-1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(-4.5rem) scale(0.6);
    transform: translateX(-4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(-7.5rem) scale(0.5);
    transform: translateX(-7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@-webkit-keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
    transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
    transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
@keyframes animate-to-5 {
  25% {
    -webkit-transform: translateX(1.5rem) scale(0.75);
    transform: translateX(1.5rem) scale(0.75);
  }
  50% {
    -webkit-transform: translateX(4.5rem) scale(0.6);
    transform: translateX(4.5rem) scale(0.6);
  }
  75% {
    -webkit-transform: translateX(7.5rem) scale(0.5);
    transform: translateX(7.5rem) scale(0.5);
  }
  95% {
    -webkit-transform: translateX(0rem) scale(1);
    transform: translateX(0rem) scale(1);
  }
}
/* ---------------------------------------------------------------------------- Footer ------------------------------------------------------------------------- */
#footer {
  margin: 0 auto;
  background-color: #e5e5e5;
  padding: 30px 0;
  color: #000;
}

@media screen and (min-width: 992px) {
  #footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #footer .container .element {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#footer .container .element h4 {
  height: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  margin: 0;
  line-height: 1;
  width: 200px;
}

#footer .container .producer svg {
  width: 75px;
  height: 28.52px;
  margin: 0 0 -7px 5px;
}

#footer .container .producer svg path, #footer .container .producer svg rect {
  fill: #fff;
}

#footer .container .producer svg path.circle, #footer .container .producer svg rect.circle {
  fill: #f99000;
}

#footer .container a {
  color: #000;
}

#footer .container a:hover {
  text-decoration: underline;
}


.error404 .content-wrapper {
  padding: 3rem 0;
}

.error404 .content-wrapper > h1 {
  padding: 3rem 0 2rem 0;
  font-weight: 500;
}

.error404 .content-wrapper .body p,
.error404 .content-wrapper p.link {
  font-size: 2.5rem;

  &.link {
    a {
      font-weight: 600;
      text-decoration: underline;
    }
  }
}

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