@charset "UTF-8";
/*!
Theme Name: Rijeka 2020
Theme URI: http://rijeka2020.eu/
Author: M
Author URI: http://rijeka2020.eu/
Description: Rijeka 2020 web site
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rijeka2020

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Rijeka 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# NEW
--------------------------------------------------------------*/
@import url("https://fonts.typotheque.com/WF-032785-010643.css");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap&subset=latin-ext");
/* Breakpoints for Media Queries */
/* Stripes */
.stripe-gray {
  background-color: #f2f2f2;
  overflow: hidden; }

.stripe-yellow {
  background-color: #ffea00;
  overflow: hidden; }

.stripe-red {
  background-color: #e6002a;
  overflow: hidden; }

.stripe-blue {
  background-color: #00d9ff;
  overflow: hidden; }

.limit, .spacer {
  margin: 0 auto;
  max-width: 100rem; }

/* Move header beneath top navigation  */
@media screen and (min-width: 100rem) {
  .tuck-behind {
    margin-top: -3rem; } }

/**/
.no-limits {
  font-size: 3vw; }

.limit-min {
  font-size: 3vw; }
  @media (max-width: 666.6666666667px) {
    .limit-min {
      font-size: 20px; } }
.limit-min-max {
  font-size: 3vw; }
  @media (max-width: 666.6666666667px) {
    .limit-min-max {
      font-size: 20px; } }
  @media (min-width: 1666.6666666667px) {
    .limit-min-max {
      font-size: 50px; } }
/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Flex
   ========================================================================== */
/* ==========================================================================
   Useful mixins
   ========================================================================== */
/*--------------------------------------------------------------
# Normalize - Disable before final version ready
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Inherited styling from previous theme version
--------------------------------------------------------------*/
/*!
Theme Name: rijeka2020
Theme URI: http://underscores.me/
Author: M
Author URI:
Description: Rijeka 2020 website
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rijeka2020
Tags: 2
*/
/* ==========================================================================
   Useful mixins
   ========================================================================== */
/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* ==========================================================================
   breakpoints
   ========================================================================== */
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Variables used in project
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

.fll {
  float: left !important; }

.flr {
  float: right !important; }

.fln {
  float: none !important; }

.cb {
  clear: both !important; }

.cl {
  clear: left !important; }

.cr {
  clear: right !important; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

[class^="icn"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  fill: currentColor; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide {
  *zoom: 1; }
  .slick-slide:before, .slick-slide:after {
    content: " ";
    display: table; }
  .slick-slide:after {
    clear: both; }
  .slick-slide img {
    width: 100%;
    display: inline-block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  color: #000;
  text-align: center; }
  .slick-dots li {
    margin: 0 0.25rem;
    display: flex;
    align-items: center;
    opacity: 0.5; }
  .slick-dots .slick-active {
    opacity: 1; }
    .slick-dots .slick-active button {
      background-color: #e6002a; }
  .slick-dots button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    background-color: gray;
    width: 12px;
    height: 12px;
    border-radius: 50%; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  font-family: "Delvard";
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  max-height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-height: calc(100vh - 60px);
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  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(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.atcb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }
  .atcb-list li {
    width: 50%; }
  .atcb-list a {
    padding: 0.25rem 0;
    display: block;
    color: #fff000;
    font-size: 16px; }
    .atcb-list a:hover span {
      border-bottom: 2px solid; }

.addtocalendar var {
  display: none; }

.atcb-link {
  display: none; }

@media (min-width: 50em) {
  .atcb-list {
    display: block; }
    .atcb-list li {
      width: 100%; } }

/* ==========================================================================
   General styles
   ========================================================================== */
img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

*,
*:after,
*:before {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

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

p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

pre {
  max-width: 100%;
  overflow: auto; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

blockquote {
  max-width: 720px;
  padding: 1rem 2.25rem;
  margin: 0 0 1rem 0;
  font-style: normal; }
  blockquote p:last-child {
    margin-bottom: 0; }

table {
  width: 100%;
  margin-bottom: 1rem; }

.screen-reader-text {
  display: none; }

button {
  cursor: pointer; }

input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

html,
body {
  min-height: 100%; }

html {
  font-family: "Nocturno";
  font-style: normal;
  font-size: 16px;
  line-height: 1.57;
  /* Not using in R20 
  @media (min-width: $mqD) {
    font-size: 18px;
    line-height: $lhD;
  }
  */ }

body {
  color: #000;
  background-color: #fff; }

.wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
/* Components */
.btn {
  padding: 0.65rem 1rem;
  display: inline-block;
  border: none;
  background-color: #fff000;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-size: 16px; }
  .btn:hover {
    text-decoration: none; }
    .btn:hover span {
      border-bottom: 2px solid; }

.bar {
  padding: 0.55rem 0;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }
  .bar a {
    border-bottom: 2px solid; }
    .bar a:hover {
      border-bottom: none; }

.sans-title {
  margin: 1.35rem 0;
  line-height: 1.26;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }
  @media (min-width: 50em) {
    .sans-title {
      font-size: 32px; } }
.sans-title--light {
  color: #fff; }

/* Structures */
.navbar {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1; }
  .navbar a {
    display: block; }
    .navbar a:hover span {
      border-bottom: 2px solid #ff0000; }
  .navbar span {
    margin: 0 1rem;
    padding-bottom: 1px;
    position: relative; }
    .navbar span:before {
      content: "";
      position: absolute;
      left: -1rem;
      top: 0.3em;
      bottom: 0.15em;
      border-left: 2px solid; }
  .navbar li:first-child a {
    padding-left: 0; }
  @media screen and (min-width: 58em) {
    .navbar li:first-child span {
      margin-left: 0; } }
  .navbar li:first-child span:before {
    display: none; }
  @media (min-width: 50em) {
    .navbar {
      font-size: 16px; } }
.navbar--center {
  justify-content: center; }

.hero {
  padding: 3.5rem 0 1rem 0;
  background-color: #fff; }

.hero--minimal .hero__header,
.hero--minimal .hero__title {
  margin: 0; }

.project--light .hero {
  color: #000; }

.project--dark .hero {
  color: #fff; }

.hero__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
  z-index: 1; }
  @media (min-width: 50em) {
    .hero__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.hero__inner {
  width: 100%; }

.hero__logo {
  max-width: 135px;
  height: 135px;
  margin-bottom: 1rem; }

.hero__title {
  margin: 0 0 1rem 0;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1; }
  @media (min-width: 50em) {
    .hero__title {
      font-size: 64px; } }
.hero__meta {
  margin-bottom: 1.5rem;
  font-family: "Nocturno";
  font-style: italic;
  font-size: 1.4285714286rem;
  line-height: 1.35; }

.hero__nav {
  margin-top: 2rem; }
  .hero__nav a {
    color: #000; }

.hero__content {
  padding: 1rem 0;
  font-size: 19px;
  line-height: 1.26; }
  .hero__content a {
    color: inherit; }

.hero__content-link {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .hero__content-link:hover {
    border-bottom: 2px solid #ff0000; }

@media (min-width: 50em) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 3.25rem; }
  .hero__wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  .hero__inner {
    display: flex;
    flex-wrap: wrap; }
  .hero__logo {
    position: absolute;
    top: 0; }
  .hero__header {
    max-width: 51.47478592%;
    padding-right: 2rem;
    margin-top: 0; }
  .hero__meta {
    font-size: 32px; }
  .hero__nav {
    order: 3; }
  .hero__nav--full {
    margin-top: 1rem; }
  .hero__content {
    width: 48.52521408%;
    padding-bottom: 0.5rem;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.33; }
    .page-id-175 .hero__content {
      width: 55%; } }

.blurbs {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: #fff000; }
  .blurbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px; }
  .blurbs p {
    margin: 0; }
  .blurbs a {
    border-bottom: 2px solid; }
    .blurbs a:hover {
      border-bottom: none; }

.blurbs__title {
  width: 100%;
  margin-right: auto;
  display: flex;
  align-items: center; }
  .blurbs__title h3 {
    margin: 0;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.26; }

.blurb {
  padding: 1.1rem 0;
  display: flex;
  flex-direction: column;
  flex-basis: 260px;
  line-height: 1.25; }

.blurb__sup {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.38; }

.blurb__headline {
  margin: 0;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal; }

@media (min-width: 34em) {
  .blurb {
    width: 50%;
    flex-basis: initial;
    padding-left: 0.65rem; } }

@media (min-width: 71em) {
  .blurbs:not(.blurbs--has-title) {
    padding: 0; }
  .blurbs--has-title .blurb {
    width: auto;
    flex-basis: 196px;
    flex-grow: 1; }
  .blurb {
    width: 25%; }
    .blurb:first-child {
      padding-left: 0.65rem; }
  .blurbs__title {
    width: calc(239px + 0.75rem);
    padding-top: 1rem;
    margin-right: 0;
    align-items: baseline; } }

.other {
  padding: 2rem 0 3.5rem 0;
  background-color: #444;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1.5; }

.other__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .other__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.other__title {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px; }

.other__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .other__list a {
    color: #fff; }
    .other__list a:hover {
      border-bottom: 2px solid #ff0000; }

.other__list-item {
  padding-right: 2rem;
  flex-basis: 210px; }

@media (min-width: 36em) {
  .other {
    padding-bottom: 2.5rem; } }

.newsletter {
  max-height: 175px;
  transition: max-height 0.5s, opacity 0.5s 0.1s; }

.newsletter--hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden; }

.newsletter--light {
  color: #fff; }

.newsletter--dark {
  background-color: transparent; }

.newsletter__wrap {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem; }

.newsletter__label {
  padding-right: 1.75rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 20px;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  line-height: 1.26;
  text-align: center; }

.newsletter__close {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0 1rem;
  margin-left: 2rem;
  color: inherit; }

@media (min-width: 40em) {
  .newsletter__wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .newsletter-form {
    display: flex;
    align-items: center; }
    .newsletter-form .mc-form {
      margin-left: auto; }
  .newsletter__label {
    margin: 0;
    text-align: left; } }

@media (min-width: 58em) {
  .newsletter__label {
    font-size: 32px; } }

.mc-form {
  flex-shrink: 0; }
  .mc-form .mc-fields {
    display: flex; }
  .mc-form .mc-input-wrap {
    margin-right: 1rem;
    display: flex;
    flex-grow: 1; }
    .mc-form .mc-input-wrap input {
      width: 100%;
      display: block;
      background: transparent;
      border: none;
      border-bottom: 2px solid; }
      .mc-form .mc-input-wrap input:focus {
        outline: none; }

.mc-form--light .mc-input-wrap input {
  border-bottom-color: #fff;
  color: rgba(255, 255, 255, 0.55); }
  .mc-form--light .mc-input-wrap input:focus {
    border-bottom-color: #fff000;
    color: #fff; }

.mc-form--dark .mc-input-wrap input {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  color: #000; }
  .mc-form--dark .mc-input-wrap input:focus {
    border-bottom-color: #000; }

.mc-submit {
  transition: background-color 0.2s; }

.mc-loading .mc-submit {
  background: #000 url(img/btn-loader.gif) center no-repeat;
  color: transparent; }

.mc-success .mc-fields {
  display: none; }

.mc-confirmation {
  color: black; }

.block-table_general,
.block-3_column_txt {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .block-table_general .table,
  .block-3_column_txt .table {
    margin-top: 0;
    margin-bottom: 0; }

.table {
  margin-bottom: 3rem;
  border-spacing: 0;
  border-top: 2px solid #000;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.25; }
  .table th {
    text-align: left; }
  .table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    vertical-align: top; }
    .table td:last-child {
      border-bottom: 1px solid #979797; }
    .table td p:last-child {
      margin-bottom: 0; }
  .table caption {
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left; }

@media (max-width: 49.999em) {
  .table {
    margin-top: 3rem;
    display: flex;
    flex-direction: column; }
    .table tr {
      display: flex;
      flex-direction: column; }
    .table caption {
      padding-bottom: 1.5rem;
      margin-top: -3rem; } }

@media (min-width: 50em) {
  .table {
    font-size: 14px; }
    .table caption {
      padding-bottom: 0.75rem; }
    .table td {
      min-width: 150px;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid #979797; }
    .table td:not(:last-child) {
      padding-right: 2rem; }
  .table--fat caption {
    padding-bottom: 1.5rem; }
  .table--fat td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media (min-width: 58em) {
  .table {
    font-size: 16px; } }

.table_3_column_txt th, .table_3_column_txt td {
  width: 33%; }

.page-nav {
  background-color: #000; }
  .page-nav .navbar {
    font-size: 16px; }
  .page-nav a {
    padding: 0.5rem 0 0.65rem 0;
    color: #fff; }
    .page-nav a:hover span {
      border-bottom: 2px solid #fff; }

.page-nav__current a span {
  border-bottom: 2px solid #fff; }

.site-header {
  height: 50px;
  border-bottom: 2px solid #000;
  background-color: #fff; }

.site-header__wrap {
  display: flex; }

.site-branding {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.45em; }

.nav-top,
.nav-bottom {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .nav-top > li > a,
  .nav-bottom > li > a {
    display: block;
    white-space: nowrap; }

.nav-top > li > a > span {
  border-bottom: 2px solid transparent; }

.nav-top > .current_page_ancestor > a > span,
.nav-top > .current_page_item > a > span,
.nav-top > li:hover > a > span {
  border-bottom: 2px solid #ff0000; }

.nav-bottom > .current_page_ancestor > a,
.nav-bottom > .current_page_item > a {
  box-shadow: inset 0 -4px #ff0000; }

.nav-bottom > li:hover > a {
  box-shadow: inset 0 -4px #000; }

.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f6f6f6;
  display: none;
  z-index: 2; }
  .sub-menu a {
    padding: 0.6rem 1.25rem;
    display: block;
    font-weight: 400; }

.sub-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: center; }
  .sub-menu__toggle span {
    display: block;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.menu-program {
  z-index: 10; }
  .menu-program ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.sub-col__title {
  padding: 0 1.25rem;
  display: block;
  text-transform: uppercase;
  font-size: 13px; }

@media (max-width: 57.999em) {
  .site-nav__menus {
    display: flex;
    flex-direction: column; }
  .nav-top,
  .nav-bottom {
    margin: 0 -1.25rem; }
    .nav-top > li > a,
    .nav-bottom > li > a {
      padding: 0.6rem 1.25rem;
      border-bottom: 1px solid #dadada;
      position: relative; }
  .nav-bottom {
    order: -1; }
  .sub-menu__toggle {
    width: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
  .site-nav--submenu-open {
    border-bottom: 1px solid #dadada;
    background-color: #f6f6f6; }
    .site-nav--submenu-open > a {
      border-bottom: none !important; }
    .site-nav--submenu-open .sub-menu {
      display: block; }
    .site-nav--submenu-open .sub-menu__toggle span {
      transform: rotate(180deg); }
  .sub-col {
    padding-bottom: 2rem; } }

@media (min-width: 58em) {
  .site-nav__menus {
    height: 110px;
    display: flex;
    flex-direction: column; }
  .nav-top,
  .nav-bottom {
    display: flex; }
    .nav-top > li > a,
    .nav-bottom > li > a {
      display: flex;
      align-items: center; }
    .nav-top > li:hover .sub-menu,
    .nav-bottom > li:hover .sub-menu {
      position: absolute;
      top: 7.85rem;
      display: block; }
    .nav-top > li:hover .menu-program,
    .nav-bottom > li:hover .menu-program {
      display: flex; }
  .nav-top > li > a {
    padding: 20px  18px 5px 18px;
    line-height: 1; }
  .nav-bottom {
    margin-top: auto; }
    .nav-bottom > li > a {
      padding: 12px 18px 28px 18px;
      font-family: "Nocturno";
      font-weight: 600;
      font-style: normal;
      font-size: 24px;
      line-height: 1; }
  .sub-menu a:hover {
    text-decoration: underline; }
  .sub-menu__toggle {
    padding-left: 0.5rem;
    display: inline-flex; }
  .menu-program {
    padding-bottom: 1.5rem; }
    .menu-program a {
      padding: 0.35rem 1.25rem;
      line-height: 1; }
    .menu-program ul {
      display: flex;
      flex-wrap: wrap; }
      .menu-program ul li {
        width: 50%; }
  .sub-col__title {
    padding: 1rem 1.25rem 0.5rem 1.25rem; } }

@media (min-width: 71em) {
  .nav-top > li:hover .sub-menu,
  .nav-bottom > li:hover .sub-menu {
    top: 6.2rem; }
  /*
  .nav-bottom {

    > li > a {
      padding-bottom: 0.85rem;
    }
  }
*/ }

.site-nav__toggle {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center; }
  .site-nav__toggle .icn-close-dims {
    display: none; }

.site-nav--open .site-nav__toggle .icn-menu-dims {
  display: none; }

.site-nav--open .site-nav__toggle .icn-close-dims {
  display: inline-block; }

.site-search {
  margin: 1.5rem 0 1.75rem 0;
  border-bottom: 2px solid #000; }
  .site-search form {
    display: flex; }
  .site-search input {
    padding: 0.25rem 0.5rem 0.25rem 0;
    border: none;
    flex-grow: 1;
    font-size: 20px;
    font-family: "Nocturno";
    font-style: normal;
    color: rgba(0, 0, 0, 0.25); }
  .site-search button {
    padding: 0 0 0 2rem;
    margin-left: auto;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .site-search button svg {
      margin-top: -0.25rem; }

.site-search__toggle {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  z-index: 1; }
  .site-search__toggle:hover {
    background-color: #fff000; }
  .site-search__toggle .icn-close-dims {
    display: none; }
  .site-search--open .site-search__toggle:not(:hover) {
    background-color: transparent; }
  .site-search--open .site-search__toggle .icn-close-dims {
    display: inline-block; }
  .site-search--open .site-search__toggle .icn-search-dims {
    display: none; }

body.site-nav--open .site-nav__wrap {
  display: block; }

@media (max-width: 57.999em) {
  .site-nav {
    margin-left: auto; }
  .site-logo {
    height: 32px;
    margin-right: 1rem; }
  .site-nav--open .site-logo {
    display: inline-block; }
  .site-nav__wrap {
    height: calc(100vh - 50px - 2px);
    padding: 0 1.25rem;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    top: 50px;
    left: 0;
    right: 0; }
  .site-search button span,
  .site-search__toggle {
    display: none; } }

@media (min-width: 58em) {
  .site-header {
    height: 112px;
    display: flex; }
  .site-header__wrap {
    position: relative;
    align-items: center; }
  .site-branding {
    width: 33.333%;
    min-width: 326px;
    position: relative; }
  .site-logo {
    width: 293px;
    height: 80px;
    margin-right: 1.25rem; }
  .site-title {
    line-height: 1.42; }
  .site-description {
    width: 125px;
    margin: 0 0 -0.5rem 0;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 0.45em; }
  .site-nav__toggle,
  .site-nav__submenu-toggle {
    display: none; }
  .site-search {
    padding: 0 2rem;
    margin: 0;
    border-bottom: none;
    display: none;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff; }
    .site-search form {
      width: 100%; }
    .site-search input {
      padding: 0.7rem 1rem 0.7rem 0;
      font-family: "Nocturno";
      font-weight: 600;
      font-style: normal;
      font-size: 32px; }
      .site-search input:focus {
        outline: none; }
    .site-search .site-search__submit {
      height: 44px;
      padding: 0 2rem;
      background-color: #fff000;
      font-family: "Delvard", "Helvetica", "Arial", sans-serif;
      font-weight: 600;
      font-size: 16px; }
      .site-search .site-search__submit .icn-search-dims {
        display: none; }
  .site-search--open .site-search {
    display: flex; } }

@media (min-width: 58em) and (min-width: 58em) {
  .site-search__submit {
    margin-top: 16px;
    margin-right: 26px; } }

@media (min-width: 58em) and (min-width: 71em) {
  .site-search__submit {
    margin-top: 0.65rem;
    margin-right: 3rem; } }

body.page-template-page-flagship-root .site-nav__item--program > a > span,
body.page-template-page-activity-root .site-nav__item--activities > a > span,
body.single-program .site-nav__item--program > a > span,
body.single-activity .site-nav__item--activities > a > span,
body.single-post .site-nav__menu .site-nav__item--news > a > span {
  transition: color 0.3s;
  /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
  background-size: .05em 2px, .05em 2px, 1px 2px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 95%;
  background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

@media (min-width: 71em) {
  .site-nav__menu a {
    padding: 3.25rem 0.8rem 1rem 0.8rem; }
  .site-search {
    padding: 0; } }

@media (min-width: 83em) {
  .site-branding picture {
    margin-left: -100px; }
  .site-search {
    padding-left: 132px;
    left: -96px; } }

.flagship-main {
  padding: 3rem 0 3rem 0; }

.flagship__title {
  margin-bottom: 1rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.26; }

@media (min-width: 50em) {
  .flagship__title {
    font-size: 42px; } }

.flagship-plus__nav {
  padding-bottom: 3rem; }

body.program-template-template-flagship .article-content {
  margin-bottom: 2rem; }

.flagship-points {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center; }
  @media (max-width: 47.999em) {
    .flagship-points {
      background-image: none !important; } }
.flagship-points__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 50em) {
    .flagship-points__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.flagship-points__items {
  color: #fff; }

.flagship-points__row {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  font-size: 20px; }

.flagship-point {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.8), 0 0px 10px rgba(0, 0, 0, 0.8); }

.flagship-point__large {
  padding-right: 0.75rem; }

.flagship-point__small {
  padding-left: 0.75rem;
  font-size: 14px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }

@media (min-width: 36em) {
  .flagship-point {
    font-size: 28px; }
  .flagship-point__small {
    font-size: 15px; } }

@media (min-width: 48em) {
  .flagship-points {
    padding: 5rem 0 4.5rem; }
  .flagship-points__wrap {
    background-image: none !important; }
  .flagship-points__row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    justify-content: space-between; }
    .flagship-points__row .flagship-point {
      padding-right: 0;
      padding-left: 0;
      justify-content: flex-start; }
      .flagship-points__row .flagship-point:first-child:last-child {
        padding-left: 4.5rem;
        margin: -4rem auto 0 auto; }
      .flagship-points__row .flagship-point:first-child:nth-last-child(2) {
        margin-left: auto; }
      .flagship-points__row .flagship-point:last-child:nth-child(2) {
        margin-right: auto; }
      .flagship-points__row .flagship-point:not(:first-child) {
        padding-left: 4.5rem; }
      .flagship-points__row .flagship-point:nth-child(2):not(:last-child) {
        margin-top: -9.5rem; }
  .flagship-point {
    width: 33.333%;
    padding: 3.125rem 3rem; }
  .flagship-point__small {
    padding-left: 0; } }

@media (min-width: 71em) {
  .flagship-point {
    font-size: 42px; }
  .flagship-point__small {
    font-size: 16px; } }

.flagship-programs {
  padding-bottom: 0.5rem;
  background-color: #fff; }

.flagship-programs__title {
  padding: 2.5rem 0 2rem 0;
  margin: 0;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.35; }

.flagship-programs__list {
  margin-bottom: 3rem;
  line-height: 1.58; }
  .flagship-programs__list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .flagship-programs__list ul li {
      padding-left: 1rem;
      position: relative; }
      .flagship-programs__list ul li:before {
        content: "";
        display: block;
        border-top: 4px solid #fff;
        border-left: 5px solid #000;
        border-bottom: 4px solid #fff;
        position: absolute;
        top: 0.5em;
        left: 0; }
      @media (min-width: 71em) {
        .flagship-programs__list ul li {
          padding-left: 0; }
          .flagship-programs__list ul li:before {
            left: -1rem; } }
  .flagship-programs__list a {
    display: block;
    color: #000; }
    .flagship-programs__list a span {
      padding-bottom: 1px; }
    .flagship-programs__list a:hover span {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.flagship-programs__list-title {
  margin: 0 0 1.5rem 1rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal; }

@media (min-width: 71em) {
  .flagship-programs {
    padding-bottom: 3.75rem;
    overflow: hidden; }
  .flagship-programs__title {
    padding-top: 3.75rem;
    font-size: 32px; }
  .flagship-programs__lists {
    margin: 0 0 0 -2rem;
    display: flex; }
  .flagship-programs__lists-col {
    flex-basis: 33.333%; }
  .flagship-programs__list {
    padding: 0 2rem;
    margin-bottom: 2.25rem;
    font-size: 16px;
    line-height: 1.38; }
  .flagship-programs__list-title {
    margin-left: 0;
    margin-bottom: 1.25rem; } }

.flagship-extra__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .flagship-extra__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.flagship-quote {
  display: flex;
  position: relative;
  background-image: none !important; }

.flagship-quote--light {
  background-color: #fff; }

.flagship-quote__img {
  width: 55.5%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .flagship-quote__img img {
    margin-right: -1rem; }

.flagship-quote__wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1; }

.flagship-quote__title {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.111;
  text-transform: uppercase; }

.flagship-quote__content {
  font-family: "Nocturno";
  font-style: italic;
  font-size: 20px;
  line-height: 1.35; }
  .flagship-quote__content a {
    border-bottom: 2px solid #ff0000; }
    .flagship-quote__content a:hover {
      border-bottom: none; }
  .flagship-quote__content :last-child {
    margin-bottom: 0; }

@media (min-width: 36em) {
  .flagship-quote__title {
    font-size: 13px;
    line-height: inherit; }
  .flagship-quote__content {
    font-size: 32px; } }

@media (min-width: 50em) {
  .flagship-extra__wrap {
    display: flex; }
  .flagship-news {
    width: 48.57142857%;
    flex-grow: 0; }
  .extra-secondary {
    width: 40%;
    margin-left: auto;
    flex-grow: 0; }
  .flagship-quote {
    width: 40%;
    padding-right: 0;
    margin-left: auto;
    flex-grow: 0;
    flex-direction: column; }
  .flagship-quote__wrap {
    padding-top: 0; }
  .flagship-quote__img {
    width: 100%;
    justify-content: flex-end; }
    .flagship-quote__img img {
      margin-right: -2rem; } }

.flagship-other {
  padding-top: 0.25rem;
  padding-bottom: 2.25rem;
  background-color: #ff0000; }

.flagship-other__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .flagship-other__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.flagships-other__title {
  padding-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px; }

.flagships-other__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75; }
  .flagships-other__list a {
    display: block;
    color: #000; }
    .flagships-other__list a span {
      padding-bottom: 2px; }
    .flagships-other__list a:hover {
      text-decoration: underline; }

@media (min-width: 50em) {
  .flagship-other {
    padding-bottom: 3rem; }
  .flagship-other__wrap {
    display: flex; }
  .flagship-other__col {
    width: 50%; }
    .flagship-other__col:first-child {
      display: flex;
      flex-wrap: wrap; }
  .flagships-other__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .flagships-other__list:first-child {
      padding-left: .65rem; }
    .flagships-other__list li {
      width: 50%; }
  .flagships-other__title {
    width: 100%; } }

.flagship-boxes {
  padding-bottom: 4rem;
  background-color: #fff; }
  .flagship-boxes .navbar {
    margin-bottom: 1em; }

.flagship-box {
  margin-bottom: 2rem; }
  .flagship-box > a {
    display: block;
    position: relative; }
    .flagship-box > a:before {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0);
      transition: all 0.2s;
      z-index: 1; }
    .flagship-box > a:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }

.flagship-box__title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.26; }
  .flagship-box__title a {
    display: block; }
  .flagship-box__title span {
    padding-bottom: 2px; }
  .flagship-box__title:hover span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.flagship-boxes__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .flagship-boxes__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
@media (min-width: 50em) {
  .flagship-boxes:not(.flagship-boxes--full) .flagship-boxes__wrap {
    display: flex;
    flex-wrap: wrap; }
  .flagship-boxes:not(.flagship-boxes--full) .flagship-box {
    width: calc(50% - 1rem); }
    .flagship-boxes:not(.flagship-boxes--full) .flagship-box:nth-child(even) {
      margin-left: auto; }
  .flagship-boxes--full .flagship-box {
    margin-bottom: 3.75rem; }
  .flagship-box__title {
    font-size: 32px; } }

.gallery {
  padding-bottom: 5rem; }
  .gallery .gallery-slider {
    margin: 0; }

.gallery-slider {
  margin: 0 0 4rem 0;
  padding: 3rem 0;
  background-color: #000;
  background: linear-gradient(70deg, transparent 30%, #11121d 30.1%); }

.gallery-slide {
  padding: 0 0.5rem; }

.gallery-slide__link {
  width: 100%;
  display: block;
  float: left;
  text-align: center; }
  .gallery-slide__link:focus {
    outline: none; }

@media (min-width: 50em) {
  .gallery {
    padding-bottom: 6rem; } }

.event-content,
.article__wrap {
  flex-wrap: wrap; }
  .event-content .gallery-slider,
  .article__wrap .gallery-slider {
    width: 100vw;
    margin-left: -1rem;
    margin-top: 4rem; }
    @media (min-width: 50em) {
      .event-content .gallery-slider,
      .article__wrap .gallery-slider {
        margin-left: -2rem; } }
    @media (min-width: 1120px) {
      .event-content .gallery-slider,
      .article__wrap .gallery-slider {
        margin-left: calc(-50vw + 532px); } }
.lang-picker ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 1.26;
  text-transform: uppercase; }

.lang-picker a {
  display: block; }

@media (max-width: 57.999em) {
  .lang-picker {
    display: none;
    flex-grow: 1; }
    .lang-picker a {
      margin: 0 1rem; }
    .lang-picker .current-lang a {
      border-bottom: 2px solid #ff0000; }
  .site-nav--open .lang-picker {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (min-width: 58em) {
  .lang-picker {
    position: absolute;
    right: 2rem;
    top: 0;
    background-color: #f6f6f6; }
    .lang-picker .current-lang {
      display: none; }
    .lang-picker .lang-item a {
      color: #999; }
      .lang-picker .lang-item a:hover {
        border-bottom: 2px solid #ff0000; }
    .lang-picker a {
      padding: 0.25rem 0.75rem; } }

@media (min-width: 71em) {
  .lang-picker {
    right: 0; } }

.news-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.news-see-all {
  padding: 0.5rem 0;
  margin: 1rem 0 2rem 0;
  display: block;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.43; }
  .news-see-all > span {
    padding-bottom: 2px; }
  .news-see-all:not(.news-see-all--inherit):hover > span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
  .news-see-all--inherit {
    color: inherit; }
    .news-see-all--inherit:hover > span {
      border-bottom: 2px solid #ff0000; }

.news-see-all__term-name {
  white-space: nowrap; }

.news-list__title {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase; }

.news-item {
  padding: 1.2rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dadada; }
  .news-item:first-child {
    border-top: 1px solid #dadada; }

.news-item:not(.news-item--related) {
  flex-direction: column; }
  .news-item:not(.news-item--related) .news-item__thumb {
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem; }

.news-item__title {
  margin-bottom: 0.5rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 1.26; }
  .news-item__title a {
    display: block;
    color: #000; }
    .news-item__title a:hover span {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.project .news-item__title a span:after {
  content: url("img/icon_open-external.svg");
  margin-left: 6px; }

.news-item__thumb {
  position: relative; }
  .news-item__thumb:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s;
    z-index: 1; }
  .news-item__thumb:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }

.news-item__header {
  width: 100%; }

.news-item__content {
  margin: 1rem 0; }
  .news-item__content > *:last-child {
    margin-bottom: 0; }

.news-item__date {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #999; }

.news-item__author {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 11px; }
  .news-item__author a {
    color: #999; }

.news-item__categories {
  margin-bottom: 1.25rem;
  display: inline-block;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase; }
  .news-item__categories a {
    padding-bottom: 3px; }
    .news-item__categories a:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
    .project .news-item__categories a {
      background: #fff000;
      padding: 3px; }

.news-item--related .news-item__thumb {
  width: 23.5%;
  max-width: 148px;
  margin-left: 2rem;
  flex-shrink: 0;
  text-align: right; }

.news-list--next {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff; }

.news-item.news-item--next {
  max-width: 690px;
  border: none; }
  .news-item.news-item--next .news-item__categories {
    margin-bottom: 1rem;
    margin-top: 0.5rem; }
  @media (min-width: 36em) {
    .news-item.news-item--next .news-item__categories {
      font-size: 13px; } }
  @media (min-width: 71em) {
    .news-item.news-item--next .news-item__categories {
      margin-bottom: 0.5rem; } }
@media (min-width: 36em) {
  .news-list__title {
    margin-bottom: 1.5rem;
    font-size: 13px; }
  .news-see-all {
    padding: 1rem 0;
    font-size: 16px; }
  .news-item__title {
    font-size: 24px;
    line-height: 1.17; }
  .news-item--related .news-item__thumb {
    margin-left: 3rem; } }

@media (min-width: 50em) {
  .news-item--has-image:not(.news-item--related) {
    padding-right: calc(148px + 1.75rem);
    position: relative; }
    .news-item--has-image:not(.news-item--related) .news-item__thumb {
      width: 148px;
      margin-bottom: 0;
      position: absolute;
      top: 0;
      right: 0; }
  .news-item--has-image {
    min-height: 193px; }
  .news-item--related .news-item__thumb {
    width: 29.5%; } }

@media (min-width: 71em) {
  .news-item:not(.news-item--related) {
    padding-left: calc(148px + 1.75rem);
    position: relative; }
    .news-item:not(.news-item--related) .news-item__title {
      margin-bottom: 0.25rem; }
    .news-item:not(.news-item--related) .news-item__content {
      margin: 0; }
    .news-item:not(.news-item--related) .news-item__date {
      position: absolute;
      top: 1.45rem;
      left: 0;
      font-size: 13px;
      text-transform: none; }
  .news-item__categories {
    margin-bottom: 0.5rem;
    font-size: 13px; }
  .news-item__author {
    font-size: 13px; } }

.news-hero .news-item--hero .news-item__title {
  font-size: 24px; }

.news-hero .news-item--hero .news-item__footer {
  margin-top: 0.75rem; }

@media (min-width: 50em) {
  .news-hero .news-item--hero .news-item__title {
    font-size: 32px;
    margin-bottom: 1rem; } }

.news-filters {
  max-width: 688px;
  padding: 2.25rem 0 2rem 0;
  margin: 0 auto; }

.news-filter {
  margin-bottom: 1rem; }

.custom-select {
  border: none;
  border-left: 2px solid #000;
  background-color: #f6f6f6;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }

@media (min-width: 36em) {
  .news-filters {
    padding-top: 3.5rem;
    display: flex;
    justify-content: space-between; }
  .news-filter {
    margin-bottom: 0.25rem;
    flex-basis: 48%; } }

.news-hero__title {
  font-size: 24px;
  line-height: 1.26; }

.news-hero__link {
  display: flex;
  justify-content: center;
  overflow: hidden; }

@media (max-width: 49.999em) {
  /*
  .news-hero {
    img {
      max-width: none;
    }
  }
*/ }

@media (min-width: 50em) {
  .news-hero {
    overflow: hidden; }
    .news-hero picture {
      display: inline-block;
      position: relative; }
      .news-hero picture:before {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0);
        transition: all 0.2s;
        z-index: 1; }
      .news-hero picture:hover:before {
        background-color: rgba(0, 0, 0, 0.3); }
  .news-hero__inner {
    padding-top: 1.5rem;
    padding-bottom: 2rem; } }

.join-us {
  padding: 2.5rem 0;
  background-color: #fff;
  border-top: 2px solid #000; }

.join-us__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .join-us__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.join-us__title {
  margin-bottom: 2rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px; }

.join-us-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.join-us-list-item {
  margin-bottom: 1.75rem; }

.join-us-list-item__title {
  margin-bottom: 0.25rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 1.26; }
  .join-us-list-item__title a {
    display: block; }
    .join-us-list-item__title a:hover span {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.join-us-list-item__text {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  line-height: 1.85; }

@media (min-width: 36em) {
  .join-us {
    padding: 2.5rem 0 1rem 0; }
  .join-us__title {
    margin-bottom: 1rem; }
  .join-us-list {
    display: flex;
    flex-wrap: wrap; }
  .join-us-list-item {
    margin-bottom: 1.5rem;
    flex-basis: 50%;
    padding-right: 1rem; }
  .join-us-list-item__title {
    font-size: 24px; }
  .join-us-list-item__text {
    font-size: 16px;
    line-height: 1.5; } }

@media (min-width: 50em) {
  .join-us-list-item {
    padding-right: 0;
    flex-basis: 33.333%; }
    .join-us-list-item:not(:nth-child(3n+1)) {
      padding-left: 0.65rem; } }

.site-footer {
  padding-top: 2.5rem;
  border-top: 2px solid #000;
  background-color: #fff; }

.site-footer__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .site-footer__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.footer-brand {
  margin-bottom: 1.25rem; }

.footer-brand__title,
.footer-brand__description {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.45em;
  text-transform: uppercase; }

.footer-brand__title {
  margin: 0; }

.footer-brand__description {
  max-width: 200px;
  margin-bottom: 2.5rem; }

.footer-social {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1.5rem;
  display: flex; }
  .footer-social li {
    margin-right: 1rem; }
    .footer-social li a:hover {
      background-color: #000;
      color: #fff; }
  .footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1; }
    .footer-social a:hover {
      color: #fff; }
  .footer-social .footer-social-link--fb a {
    background-color: #00b3ff; }
  .footer-social .footer-social-link--tw a {
    background-color: #ff0000; }
  .footer-social .footer-social-link--ig a {
    background-color: #fff000; }

.footer-nav {
  margin-bottom: 1.75rem; }

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }
  .footer-menu li {
    flex-basis: 50%; }
  .footer-menu a {
    padding: 0.25rem 0;
    display: block;
    text-transform: uppercase; }
    .footer-menu a span {
      padding-bottom: 3px; }
    .footer-menu a:hover span {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.footer-logos {
  padding: 3rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

@media (min-width: 36em) {
  .site-footer__wrap {
    display: flex;
    flex-wrap: wrap; }
  .footer-brand,
  .footer-nav {
    width: 50%; }
  .footer-brand {
    margin-bottom: 2rem; }
  .footer-logos {
    width: 100%; } }

@media (max-width: 49.999em) {
  .footer-logos {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .footer-logos a {
      width: 60px; } }

@media (min-width: 50em) {
  .footer-brand {
    width: 33.333%; }
  .footer-nav {
    width: 33.333%; }
  .footer-brand__description {
    margin-bottom: 1.75rem; }
  .footer-nav,
  .footer-logos {
    padding-left: 0.65rem; }
  .footer-menu {
    flex-direction: row; }
    .footer-menu li {
      width: 50%; }
    .footer-menu a {
      text-transform: none; }
  .footer-logos {
    width: 33.333%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    align-self: flex-start;
    justify-content: space-between; }
    .footer-logos a {
      width: 60px;
      padding: 0 0.25rem; }
    .footer-logos .footer-temp-img--epk {
      width: 120px; } }

@media (min-width: 71em) {
  .site-footer {
    padding-top: 2rem; }
  .footer-brand {
    margin-bottom: 4.5rem; }
  .footer-menu a {
    padding: 0.15rem 0; }
  .footer-logos {
    width: 33.333%;
    padding-top: 0.5rem; }
    .footer-logos a {
      width: 80px;
      padding: 0 0.35rem; } }

.footer-secondary {
  padding: 1.5rem 0;
  background-color: #f6f6f6; }
  .footer-secondary .footer-newsletter {
    max-width: 500px; }
    .footer-secondary .footer-newsletter .newsletter__wrap {
      padding: 0; }
    .footer-secondary .footer-newsletter .newsletter__label {
      font-size: 18px; }
  @media (min-width: 36em) {
    .footer-secondary .site-footer__wrap {
      align-items: flex-end; }
    .footer-secondary .footer-social {
      margin: 0 0 0 auto; } }
  @media (min-width: 40em) {
    .footer-secondary .footer-newsletter {
      padding-right: 2rem; }
    .footer-secondary .newsletter-form {
      display: block; }
    .footer-secondary .newsletter__label {
      margin-bottom: 1rem; } }
  @media (min-width: 50em) {
    .footer-secondary .site-footer__wrap {
      align-items: center;
      flex-wrap: wrap; }
    .footer-secondary .newsletter-form {
      display: flex; }
    .footer-secondary .newsletter__label {
      margin-bottom: 0; }
    .footer-secondary .footer-social {
      margin-top: 0;
      margin-left: auto; } }
  @media (min-width: 54em) {
    .footer-secondary .footer-newsletter {
      max-width: none; } }
.pagination {
  width: 100%;
  padding: 0.5rem 0 2rem 0;
  display: flex;
  font-size: 24px;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal; }
  .pagination .page-numbers {
    padding: 0.75rem;
    display: block; }
    .pagination .page-numbers:first-child {
      margin-left: -0.75rem; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      color: #ff0000; }
  @media (min-width: 71em) {
    .pagination {
      padding: 1.5rem 0 2.5rem 0;
      font-size: 32px; }
      .pagination .page-numbers {
        padding: 0.75rem; }
        .pagination .page-numbers:first-child {
          margin-left: -0.75rem; } }
.content a:not([class]) {
  transition: color 0.3s;
  /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
  background-size: .05em 2px, .05em 2px, 1px 2px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 95%;
  background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
  .content a:not([class]):hover {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000); }

.content p {
  margin-bottom: 1.25rem; }

.content b, .content strong {
  font-weight: 500; }

.content i, .content em {
  font-style: italic; }

.content blockquote {
  padding: 0 0 0 0;
  margin: 2rem 2rem;
  padding-left: 20px;
  border-left: dotted 4px;
  /*
    &:before {
      content: "•";
      display: block;
      
    }
*/ }

@media (min-width: 36em) {
  .content {
    font-size: 18px;
    line-height: 1.39; } }

.lead {
  margin: 1.5rem 0;
  font-size: 17px;
  line-height: 1.35; }
  @media (min-width: 36em) {
    .lead {
      font-size: 32px;
      line-height: 1.25; } }
[class*="wp-image"] {
  margin: 1.5rem 0; }
  p [class*="wp-image"] {
    margin: 0.5rem 0; }

img.alignleft {
  margin-top: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  float: left; }

.wp-caption {
  margin: 1.5rem 0; }
  .wp-caption img {
    margin: 0; }

.wp-caption-text {
  margin-top: 1rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.43; }
  @media (min-width: 36em) {
    .wp-caption-text {
      font-size: 14px; } }
.article {
  overflow: hidden; }

.article__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 50em) {
    .article__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.article__header {
  padding: 2.25rem 0 0 0; }

.article__cover {
  margin-bottom: 2rem; }

.article.article--full-width .article__cover {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .article.article--full-width .article__cover img {
    height: 220px;
    max-width: none; }

.article__title {
  margin-bottom: 0.5rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.26; }

.article__subtitle {
  font-family: "Nocturno";
  font-style: italic;
  font-size: 20px;
  line-height: 1.35; }

.article-content {
  margin-bottom: 2rem; }

.article-sidebar {
  margin: 2rem auto;
  font-size: .875em;
  line-height: 1.58;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }
  .article-sidebar a:not([class]) {
    padding-bottom: 4px;
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
    .article-sidebar a:not([class]):hover {
      background: none; }
  .article-sidebar b, .article-sidebar strong {
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-weight: 600; }

.article-sidebar__section > * {
  display: inline-block; }

.article-sidebar__title {
  margin: 0 0 0.25rem 0;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

.article-next {
  margin-bottom: 2.5rem; }

.article-related .news-list {
  max-width: 690px; }

@media (min-width: 36em) {
  .article__header .news-item__author,
  .article__header .news-item__date {
    font-size: 13px; }
  .article__header .news-item__date {
    margin-left: 2.75rem; }
  .article__subtitle {
    margin: 0 0 2.5rem 0;
    font-size: 32px; }
  .article__meta {
    display: flex;
    flex-wrap: wrap; }
  .article-sidebar {
    max-width: 240px;
    font-size: 14px;
    line-height: 1.43; } }

@media (min-width: 50em) {
  .article__meta {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center; }
  .article__wrap {
    display: flex; }
  .article:not(.article--full-width) .article__cover {
    width: 100%;
    max-width: calc(1050px + 4rem);
    padding: 0 2rem;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 50em) and (min-width: 50em) {
    .article:not(.article--full-width) .article__cover {
      padding-right: 2rem;
      padding-left: 2rem; } }
@media (min-width: 50em) {
  .article.article--full-width .article__cover {
    height: 350px; }
    .article.article--full-width .article__cover img {
      min-height: 350px;
      height: auto; }
  .article-content {
    width: calc(100% - 11% - 240px); }
  .article-sidebar {
    padding-bottom: 3.5rem;
    margin: 1.1rem 0 0 auto;
    display: flex;
    flex-direction: column; }
  .article__title {
    margin-bottom: 1.5rem;
    font-size: 48px; }
  .article__title--large {
    font-size: 42px; } }

@media (min-width: 1600px) {
  .article.article--full-width .article__cover img {
    min-width: 100%; } }

@media (min-width: 50em) and (min-height: 60em) {
  .article.article--full-width .article__cover {
    height: 450px; }
    .article.article--full-width .article__cover img {
      min-height: 450px; } }

.article-share {
  width: 100%;
  max-width: 240px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px; }
  .article-share a {
    min-width: 50px;
    padding: 0.65rem 0.75rem;
    color: #000; }
    .article-share a:first-child {
      padding-left: 1rem; }
    .article-share a:last-child {
      padding-right: 1.25rem; }
  @media (min-width: 50em) {
    .article-share {
      width: 240px;
      margin-top: 0;
      margin-left: auto; } }
.single-event .article-share {
  background-color: #f6f6f6; }

.article-share__label {
  padding-left: 1rem;
  margin-right: auto; }

.article-content .article-share {
  margin: 2rem 0 4rem 0; }

@media (max-width: 49.999em) {
  .article-sidebar .article-share {
    display: none; } }

@media (min-width: 50em) {
  .article-sidebar .article-share {
    margin-top: auto;
    margin-left: 0; }
  .article-content .article-share {
    display: none; }
  .single-event .article-share {
    margin-top: 3.5rem; } }

.home-extra {
  padding-top: 5.5rem;
  background-color: #fff; }
  @media (min-width: 71em) {
    .home-extra {
      padding: 3rem; } }
.news-main {
  padding-top: 1.5rem; }

.card-main {
  display: block;
  position: relative; }
  .card-main .card__inner {
    padding: 0;
    border-top: none; }
  .card-main .card__title {
    font-size: 24px; }
  .card-main .card__img {
    position: relative; }
    .card-main .card__img:before {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0);
      transition: all 0.2s;
      z-index: 1; }
    .card-main .card__img:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
    .card-main .card__img img {
      width: 100%; }
  .card-main .card__content {
    padding: 1rem 0; }
  .card-main .event-card__date {
    left: 0;
    z-index: 2; }

.home-news .news-list .news-item:first-child {
  border-top: none; }

.home-featured {
  padding: 1.8rem 0 1.8rem 0;
  margin: 1.8rem 0; }

@media (min-width: 50em) {
  .page-template-page-home .news-item--hero {
    border-bottom: none; }
  .home-news__wrap {
    padding-top: 1.5rem;
    display: flex; }
  .news-main {
    width: calc(50% - 0.75rem);
    padding-top: 0;
    flex-grow: 0;
    flex-shrink: 0; }
  .news-secondary {
    width: 50%;
    margin-left: 1.75rem;
    flex-shrink: 0;
    border-top: 1px solid #dadada; }
  .card-main .card__title {
    font-size: 32px;
    line-height: 1.26; } }

.page__header {
  padding: 2rem 0 1.5rem 0; }

.page__title {
  margin-bottom: 0.25rem;
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.26; }

.page__subtitle {
  font-family: "Nocturno";
  font-style: italic;
  font-size: 20px;
  margin-bottom: 0; }

@media (min-width: 36em) {
  .page__header {
    padding: 4rem 0 1.75rem 0; }
  .page__title {
    font-size: 42px; }
  .page__subtitle {
    font-size: 32px; } }

.partners_old {
  padding: 4rem 0 5rem 0;
  background-color: #f6f6f6; }

.partners__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center; }
  @media (min-width: 50em) {
    .partners__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.partner {
  max-width: 150px;
  margin: 1.75rem;
  background-color: #fff; }

.activity-template-template-action {
  background-color: #170d09; }
  .activity-template-template-action .action {
    padding-bottom: 4rem;
    color: #f5f5f5; }

.action-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat; }
  .action-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(50, 30, 21, 0), #170d09 70%); }

.action-hero__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 50em) {
    .action-hero__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.action-hero__title {
  margin-bottom: 1.5rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.26; }

.action-hero__meta {
  margin-bottom: 1.5rem;
  font-family: "Nocturno";
  font-style: italic;
  font-size: 1.4285714286rem;
  line-height: 1.35; }

.action-hero__content {
  padding-bottom: 2rem;
  font-size: 1.3571428571rem;
  line-height: 1.26; }
  .action-hero__content p {
    margin-bottom: 0; }

.action-cols {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.action-col {
  padding: 2rem 1.5rem;
  margin-bottom: 1rem;
  background-color: #271b11;
  text-align: center;
  color: #fff; }
  .action-col.mc-success {
    box-shadow: inset 0 0 0 8px #fff000; }

.action-col--light {
  background-color: #f6f6f6;
  color: #000; }

.action-col__title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.26; }

.action-col__text {
  margin-top: 2rem; }
  .action-col__text em {
    margin-top: 1rem;
    display: block;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    font-size: 13px; }

.action-footer {
  padding-bottom: 3rem;
  font-size: 13px;
  color: #999;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }

.action-footer--light {
  padding-top: 2rem; }

@media (max-width: 49.999em) {
  .action-hero {
    min-height: calc(100vh - 6rem);
    display: flex; }
  .action-hero__wrap {
    margin-top: auto; } }

@media (min-width: 50em) {
  .action {
    padding-bottom: 7rem; }
  .action-hero {
    background-size: 100% auto;
    background-position: center 70%; }
    .action-hero:after {
      background-image: linear-gradient(to bottom, rgba(50, 30, 21, 0), #170d09); }
  .action-hero__wrap {
    max-height: calc(100vh - 10rem);
    height: 38rem;
    display: flex;
    align-items: flex-end; }
  .action-hero__inner {
    display: flex; }
  .action-hero__header {
    width: 50%;
    padding-right: 1rem;
    flex-shrink: 0; }
  .action-hero__title {
    font-size: 64px; }
  .action-hero__meta {
    font-size: 32px; }
  .action-hero__content {
    padding-top: 1.25rem;
    padding-left: 1rem;
    font-size: 24px;
    line-height: 1.34; }
  .action-cols {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-right: -0.85rem;
    margin-left: -0.85rem;
    display: flex; }
  .action-col {
    flex-basis: 33.333%;
    margin: 0 0.85rem;
    flex-grow: 1; }
  .action-col__title {
    font-size: 24px; } }

.featured-projects {
  padding: 2rem 0;
  background-color: #fff; }

.featured-events {
  padding: 2rem 0 4rem 0;
  background-color: #f6f6f6; }

.page-template-page-campaign {
  background-color: #fff; }
  .page-template-page-campaign .btn,
  .page-template-page-campaign .event-card__date {
    background-color: #ff0000; }
  .page-template-page-campaign .action-col a {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
    .page-template-page-campaign .action-col a:hover {
      background: none; }

.campaign-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }

.campaign-hero__img {
  height: 200px;
  max-width: none; }

.campaign-hero__content {
  font-size: 20px;
  font-family: "Nocturno";
  font-style: italic;
  line-height: 1.39; }
  .campaign-hero__content *:last-child {
    margin-bottom: 0; }

.campaign__wrap {
  width: 100%;
  max-width: 690px;
  padding: 2rem 1rem;
  margin: 0 auto;
  text-align: center; }

@media (min-width: 50em) {
  .campaign-hero__img {
    height: 500px; }
  .campaign-hero__content {
    font-size: 32px;
    line-height: 1.26; } }

.campaign-nav {
  padding: 2rem 0 3rem 0; }

.campaign-extra {
  padding-top: 4rem; }

.campaign-section {
  padding: 2rem 0;
  border-top: 12px dashed #ff0000; }
  .campaign-section .action-col {
    max-width: 420px;
    margin: 2.5rem auto 0 auto; }

.campaign-section__content {
  padding-top: 1.5rem; }

.campaign-timeline {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .campaign-timeline > div {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden; }
  @media (min-width: 800px) {
    .campaign-timeline svg {
      min-width: 1400px;
      width: 1400px; } }
  @media (min-width: 920px) {
    .campaign-timeline svg {
      min-width: 1600px;
      width: 1600px; } }
  @media (min-width: 1050px) {
    .campaign-timeline svg {
      min-width: 1800px;
      width: 1800px; } }
  @media (min-width: 1800px) {
    .campaign-timeline svg {
      min-width: 100%;
      width: 100%; } }
.project--light .project-gallery,
.project--light .gallery-slider {
  background-color: #fff; }

.project--light .project-news-section {
  color: #000; }

.project--dark .t-bg-secondary .sans-title {
  color: #fff; }

.project-dark .gallery-slider {
  margin-bottom: 0; }

.project-gallery {
  padding-bottom: 3rem; }
  .project-gallery .gallery-slider {
    margin: 0; }
  .project-gallery .slick-dots {
    bottom: -1.5rem; }

.project-events-section {
  padding: 2rem 0 1px 0; }

.project-events {
  margin-top: 2rem; }

.project-news-section {
  padding: 2.35rem 0 3.7rem 0;
  background-color: #f6f6f6;
  color: #fff; }

.project-news-full-width-photo img {
  width: 100%; }

/* Patches */
.single-project hr {
  clear: both;
  margin: 1.5em 0; }

.single-project .article-content p img {
  margin-top: .25rem; }

.project-branding {
  width: 50px;
  height: 50px;
  padding: 12px;
  display: block;
  background-color: #fff; }

.project-nav__toggle {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent; }

.project-nav {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff; }

.project-nav__current span {
  border-bottom: 2px solid #fff; }

.project-nav__list {
  width: auto;
  font-size: 16px; }
  .project-nav__list a {
    color: #fff; }

.project-nav__status {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px; }
  .project-nav__status:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    border-radius: 50%; }
  .project-nav__status--preparing:before {
    background-color: #FFE600; }
  .project-nav__status--ongoing:before {
    background-color: #00E188; }
  .project-nav__status--archived:before {
    background-color: #949494; }

.project-nav__toggle {
  height: 44px;
  padding: 0.5rem 0.4rem;
  margin-left: auto;
  display: flex;
  z-index: 1;
  align-items: center;
  color: #fff; }
  .project-nav__toggle .icn-close-dims {
    display: none; }

.project-nav--open .project-nav__toggle .icn-menu-dims {
  display: none; }

.project-nav--open .project-nav__toggle .icn-close-dims {
  display: inline-block; }

.project-nav__title {
  padding: 0.75rem 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center; }
  .project-nav__title a {
    color: inherit; }

@media (max-width: 57.999em) {
  .project-branding {
    display: none; }
  .project-nav__list span:before {
    display: none; }
  .project-nav__status {
    order: -1; }
    .project-nav__status span {
      display: none; }
  .project-nav--open .project-nav__status span {
    display: block; }
  .project-nav--open .project-nav__list {
    display: block; }
  .project-nav--open .project-nav__title {
    display: none; } }

@media (min-width: 58em) {
  .project-nav__toggle,
  .project-nav__title {
    display: none; }
  .project-branding {
    margin-left: 2rem; }
  .project-nav__status {
    margin-left: auto;
    position: relative;
    text-align: center; }
    .project-nav__status:before {
      width: 1.5rem;
      height: 1.5rem;
      margin-top: -0.75rem;
      margin-left: -0.75rem;
      position: absolute;
      top: 50%;
      left: 50%; }
    .project-nav__status span {
      z-index: 1;
      white-space: nowrap; }
  .project-nav__list a {
    padding: 0.95rem 0; } }

@media (min-width: 1200px) {
  .project-branding {
    margin-left: 0;
    position: absolute; } }

.project-hero {
  padding-bottom: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.project--light .project-hero {
  color: #000; }

.project--dark .project-hero {
  color: #fff; }
  .project--dark .project-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.project--light .project-hero__cols {
  background-color: #fff; }

.project-hero__logo {
  max-width: 250px;
  margin-top: 1.5rem; }

@media (max-width: 49.999em) {
  .project-hero {
    min-height: 100vh;
    padding-top: 0;
    text-align: center; }
    .project-hero .hero__wrap {
      position: relative; }
    .project-hero .hero__header {
      min-height: calc(100vh - 44px);
      padding-bottom: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
  .project--light .project-hero {
    min-height: 0; }
    .project--light .project-hero .hero__header {
      min-height: 0;
      padding-top: 4rem; }
  .project-hero__logo {
    max-width: 130px; } }

@media (min-width: 50em) {
  .project-hero {
    min-height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column;
    background-position: center 70%; }
    .project-hero .hero__wrap {
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-top: auto; }
    .project-hero .hero__inner {
      flex-wrap: nowrap; }
    .project-hero .hero__header {
      margin-bottom: 1rem; }
  .project--light .project-hero {
    min-height: 25rem; } }

@media (min-width: 50em) and (min-height: 44rem) {
  .project-hero {
    min-height: 38rem;
    max-height: calc(100vh - 10rem); }
  .project--light .project-hero {
    min-height: 25rem; } }

.project-logos-section {
  padding: 2rem 0 3rem 0;
  background-color: #fff;
  color: #000; }

.project-logos-section__headline {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-size: 13px; }

.project-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  .project-logos li {
    padding: 1rem; }
  .project-logos img {
    max-height: 100px; }

@media (min-width: 50em) {
  .project-logos-section {
    padding: 4rem 0 5rem 0; } }

.video {
  margin-bottom: -1px; }

.video--playing .video__title,
.video--playing .video__play,
.video--playing .video__content {
  display: none; }

.video--playing .video__cover {
  opacity: 0; }

.video__inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .video__inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.video__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3); }

.video__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.8s; }

.video__play {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  top: 50%;
  margin-top: -3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  background-color: #fff; }
  .video__play:hover {
    background-color: #000; }
    .video__play:hover:before {
      border-left-color: #fff; }
  .video__play:before {
    content: "";
    margin: auto;
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 21px solid #000; }

.video__title,
.video__description {
  margin: 0;
  line-height: 1.35;
  font-size: 20px;
  color: #fff; }

.video__title {
  order: -1; }

.video__description {
  font-family: "Nocturno";
  font-style: italic; }

.video-dual__wrap {
  display: flex;
  flex-wrap: wrap; }

.video-dual__video {
  width: 100%;
  margin-bottom: 2rem;
  position: relative; }
  .video-dual__video img {
    width: 100%; }

.video__title {
  /*  margin-bottom: auto;*/ }

.video__description {
  margin-top: auto; }

@media (min-width: 50em) {
  .video-dual__wrap {
    justify-content: space-between; }
  .video-dual__video {
    width: calc(50% - 0.75rem); }
  .video--single .video__title {
    margin-top: auto;
    margin-bottom: 0;
    order: initial; }
  .video--single .video__play {
    /*      position: absolute;*/ }
  .video--single .video__description {
    margin-top: 0; } }

.video-slide {
  position: relative; }

.video-slide__holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (min-width: 72em) {
  .video__inner {
    /*height: 70vh;*/
    height: 27.9rem;
    padding-bottom: 0; }
  .video__play {
    width: 5rem;
    height: 5rem;
    margin-top: -5rem;
    margin-left: 1.65em; }
    .video__play:before {
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 42px solid #000; }
  .video--single .video__content {
    padding: 4rem 0; }
  .video--single .video__title {
    padding: 1rem;
    padding-bottom: 0px;
    font-size: 42px; }
  .video--single .video__description {
    font-size: 32px; } }

.project-publications {
  padding: 4rem 0; }

.project-pub {
  background-color: #fff;
  color: #000; }

.project-pub .btn:hover {
  text-decoration: underline; }

.project-pub__sup {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.project-pub__title {
  margin: 1rem 0;
  line-height: 1.26;
  font-size: 30px; }
  .project-pub__title:hover span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.project-pub__meta {
  padding: 1rem 0 0 0;
  font-size: 13px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  color: #999; }

.project-pub__gallery {
  margin: 0 -1rem; }
  @media (min-width: 50em) {
    .project-pub__gallery {
      margin: 0 -2rem; } }
@media (min-width: 62em) {
  .project-publications {
    padding: 5.25rem 0 4.75rem 0;
    overflow: hidden; }
  .project-pub {
    padding: 2rem 2rem 2.5rem 2rem; }
  .project-pub__inner {
    display: flex; }
  .project-pub__content {
    width: 460px;
    padding-right: 2rem;
    flex-shrink: 0; }
  .project-pub__title {
    margin: 1rem 0 1rem 0;
    font-size: 32px; }
  .project-pub__excerpt {
    display: block; }
  .project-pub__meta {
    padding: 0 0 1rem 0; }
  .project-pub__gallery {
    width: 60vw;
    margin: 0; }
    .project-pub__gallery .gallery-slider {
      margin: 0;
      width: 100%; }
    .project-pub__gallery .slick-dots {
      justify-content: flex-start; } }

.project-card {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 2rem;
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-position: center;
  background-size: cover;
  position: relative; }
  .project-card:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s;
    z-index: 1; }
  .project-card:hover:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .project-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(50, 30, 21, 0), rgba(23, 12, 8, 0.72)); }
  .project-card:hover .project-card__btn span {
    border-bottom: 2px solid; }

.project-card__inner {
  padding: 0 1.25rem 1.25rem 1.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.project-card__title {
  margin-bottom: 0.25rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.1; }

.project-card__meta {
  margin-bottom: 1rem;
  font-family: "Nocturno";
  font-style: italic;
  line-height: 1.29; }

.project-card__btn {
  color: #000; }

@media (min-width: 40em) {
  .project-cards--1 .project-card {
    padding-bottom: 50%; }
  .project-cards--2 .project-cards__row,
  .project-cards--3 .project-cards__row,
  .project-cards--4 .project-cards__row {
    margin: 0 -0.75rem; }
  .project-cards--2 .project-card,
  .project-cards--3 .project-card,
  .project-cards--4 .project-card {
    width: calc(50% - 1.5rem);
    padding-bottom: calc(50% - 1.5rem);
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    float: left; } }

@media (min-width: 62em) {
  .project-cards--3 .project-card {
    width: calc(33.333% - 1.5rem);
    padding-bottom: calc(33.333% - 1.5rem); } }

@media (min-width: 50em) {
  .project-card {
    font-size: 18px; }
  .project-card__inner {
    padding: 0 1.75rem 1.75rem 1.75rem; }
  .project-card__title {
    font-size: 42px; } }

.project-footer {
  padding: 1.5rem 0;
  background-color: #000;
  color: #fff;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .project-footer a {
    padding: 1rem 0;
    display: block;
    color: #fff; }
    .project-footer a span {
      padding-bottom: 3px;
      border-bottom: 1px solid transparent; }

.project-footer__wrap {
  width: 100%;
  max-width: calc(1050px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 50em) {
    .project-footer__wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
.project-footer__branding {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.45em; }
  .project-footer__branding img {
    width: 144px; }

@media (min-width: 42em) {
  .project-footer__wrap {
    flex-direction: row;
    justify-content: space-between; } }

.project-custom {
  padding: 4.25rem 0 3.75rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.pc-box {
  padding: 1.75rem 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.35; }
  .pc-box a {
    text-decoration: underline; }

.pc-box__title {
  font-size: 13px;
  line-height: 1.5384615385;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 50em) {
  .project-custom {
    padding: 6.75rem 0 4.75rem 0; }
  .pc-box__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around; }
  .pc-box {
    width: 39%;
    min-width: 350px;
    padding: 2rem; } }

.subpages {
  padding-bottom: 6rem;
  background-color: #fff; }

.subpage {
  padding: 1rem 0;
  display: block;
  font-size: 14px;
  line-height: 1.5714285714;
  border-bottom: 2px solid #000; }
  .subpage:first-child {
    border-top: 2px solid #000; }
  .subpage:hover .subpage__title span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.subpage__title {
  margin-bottom: 0.25rem;
  line-height: 1.26;
  font-size: 20px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }
  .subpage__title span {
    padding-bottom: 2px; }

@media (min-width: 50em) {
  .subpage {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.3888888889; }
  .subpage__title {
    width: 45%;
    padding-right: 2rem;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 32px; } }

.related-cards {
  padding-top: 2rem;
  padding-bottom: 4rem; }

.cards__row {
  clear: both;
  margin: 0 -0.75rem;
  display: flex;
  flex-wrap: wrap; }

.card {
  display: block;
  position: relative;
  flex-basis: 270px;
  flex-grow: 1; }

.card__inner {
  padding: 0 0.75rem 2rem 0.75rem; }

.card__content {
  padding: 1rem 1.25rem;
  background-color: #fff;
  color: #000;
  clear: both; }

.card__meta {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

.card__excerpt {
  margin-top: 0.5rem; }

.event-card__date {
  min-width: 50px;
  padding: 0.5rem 0.75rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0.75rem;
  background-color: #fff000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1; }

.event-card__date-col {
  margin-top: auto;
  margin-bottom: auto; }
  .event-card__date-col:only-child {
    flex-grow: 1; }

.card--noimg .event-card__date {
  position: relative;
  float: left;
  left: 0; }

.event-card__date-d {
  font-size: 24px; }

.event-card__date-col:nth-child(2):not(:last-child) {
  align-self: flex-end; }

.event-card__date-more {
  max-width: 50px;
  padding-left: 0.5rem;
  text-align: left; }

.card__title {
  margin: 0 0 0.5rem 0;
  font-size: 20px;
  line-height: 1.26; }
  .card__title:hover > span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.card__author {
  margin-bottom: 0.5rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #999; }

.card__category {
  margin-bottom: 0.75rem;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }
  .card__category span {
    padding: 0.5rem 0 3px 0;
    display: inline-block; }
    .card__category span:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

@media (max-width: 49.999em) {
  .card:only-child .card__img img {
    width: 100%; } }

@media (min-width: 50em) {
  .card__title {
    font-size: 18px;
    line-height: 1.39rem; }
  .card:only-child {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    background-color: #fff; }
    .card.card--post:only-child .card__content {
      order: -1; }
    .card:only-child .card__inner {
      padding: 0;
      display: flex;
      align-items: flex-start; }
    .card:only-child .card__title {
      font-size: 32px;
      line-height: 1.26; }
    .card:only-child .event-card__date {
      left: 0; }
    .card:only-child .card__content {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex-grow: 1; }
    .card:only-child .card__img {
      width: 50%;
      flex-shrink: 0; }
      .card:only-child .card__img img {
        width: 100%; }
  .event-card__date {
    min-width: 60px; }
  .event-card__date-d {
    font-size: 32px; } }

@media (min-width: 71em) {
  .cards__row {
    flex-wrap: nowrap; } }

.hero-event__wrap {
  position: relative; }

.hero-event {
  display: flex;
  position: absolute;
  left: 1rem;
  z-index: 3; }
  .hero-event .event-card__date {
    position: relative;
    left: 0; }

.hero-event__title {
  margin: 0;
  padding: 0 1rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.375; }

@media (min-width: 50em) {
  .hero-event {
    width: calc(48.52521408% - 2rem);
    margin-left: auto;
    top: -4rem;
    right: 2rem;
    left: auto; }
  .hero-event__title {
    font-size: 16px; } }

.event-hero {
  max-height: 600px;
  margin-bottom: -7.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .event-hero img {
    width: 100%; }

.event-header {
  position: relative;
  z-index: 1; }

.event-header__inner {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  background-color: #f6f6f6; }
  .event-header__inner:before {
    content: "";
    width: 30vw;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #f6f6f6; }

.event-header__wrap {
  display: flex;
  align-items: flex-start; }

.event__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.25; }

.event-footer {
  padding-bottom: 3rem; }

/*
.single-event {
  padding-bottom: 6rem;
}
*/
@media (max-width: 49.999em) {
  .event-header .article-share {
    display: none; }
  .event-header__wrap {
    padding-right: 0; } }

@media (min-width: 50em) {
  .event-header__inner {
    width: calc(100% - 1.75rem - 240px); }
  .event__title {
    font-size: 48px; } }

.event-date {
  margin-bottom: 1rem;
  position: relative;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif; }
  .event-date:before {
    content: "";
    width: 30vw;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: currentColor; }

.event-date__main {
  padding: 0.5rem 0;
  cursor: pointer;
  color: #000; }

.event-date__icon {
  margin-right: 0.75rem;
  position: absolute;
  right: 0; }

.event-date__list-wrap {
  display: flex;
  font-size: 16px; }

.event-date__list-title {
  padding: 0.25rem 0.5rem 0.25rem 0;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #000; }

.event-date__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .event-date__list button,
  .event-date__list a {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0.25rem 0.5rem;
    display: inline-block; }
    .event-date__list button:hover span,
    .event-date__list a:hover span {
      border-bottom: 2px solid; }

.event-date__select {
  width: 100%; }

.event-date__select .custom-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #000; }
  .event-date__select .custom-select select:focus {
    border-color: transparent; }

.event-date__close {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-left: auto;
  padding-right: 0.5rem; }

@media (max-width: 49.999em) {
  .event-date {
    padding-right: 1rem; }
  .event-date--open .event-date__icon {
    display: none; }
  .event-date__list-wrap {
    padding: 0.5rem 0; }
    .event-date__list-wrap:last-child {
      padding-bottom: 1.75rem; }
  .event-date__location {
    display: block; }
  .event-date__list,
  .event-date__list-title {
    display: none; }
  .event-date__close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem; } }

@media (min-width: 50em) {
  .event-date__select,
  .event-date__add-select {
    display: none; }
  .event-date__icon {
    margin-right: 0.5rem; } }

.publication-related {
  padding: 2rem 0;
  background-color: #000; }

.page-template-page-people {
  background-color: #fff; }

.people__wrap {
  padding-top: 2rem;
  *zoom: 1; }
  .people__wrap:before, .people__wrap:after {
    content: " ";
    display: table; }
  .people__wrap:after {
    clear: both; }

.people-header {
  padding: 0 0 2rem 0; }

.people-header__title {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.26; }

.people-header__function,
.people-thumb__quote {
  font-size: 20px;
  line-height: 1.35;
  font-family: "Nocturno";
  font-style: italic; }

.people-thumb__quote {
  margin: 2rem 0; }

.people-content {
  padding-bottom: 2rem; }

.people-projects {
  padding-bottom: 6rem;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px; }
  .people-projects a:hover {
    border-bottom: 2px solid #ff0000; }

.people-projects__title {
  margin-bottom: 1rem;
  font-size: 13px;
  text-transform: uppercase; }

@media (max-width: 49.999em) {
  .people-thumb__img {
    max-width: 170px; } }

@media (max-width: 35.999em) {
  .people-other__list {
    display: none; } }

@media (min-width: 36em) {
  .people-other__select.custom-select {
    display: none; } }

@media (min-width: 50em) {
  .people__wrap {
    padding-top: 4rem;
    position: relative; }
  .people-header__title {
    font-size: 48px; }
  .people-thumb__quote,
  .people-header__function {
    font-size: 32px; }
  .people-header,
  .people-content,
  .people-projects {
    width: 49%;
    padding-right: 9%;
    float: right;
    clear: right; }
  .people-thumb {
    width: 40%;
    padding-top: 0.5rem;
    float: left;
    text-align: right; }
  .people-thumb__quote {
    margin-top: 1rem;
    text-align: left; } }

.people-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start; }

.people-list-item {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #f6f6f6;
  flex: 0 1 0; }
  .people-list-item .people-projects {
    padding-bottom: 0; }
  .people-list-item .people-projects__title {
    margin-bottom: 0; }

.people-list-item__link {
  display: block; }
  .people-list-item__link:hover .people-list-item__title span {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.people-list-item__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.35; }

.people-list-item__function {
  font-size: 20px;
  font-family: "Nocturno";
  font-style: italic; }

.people-list-item__excerpt {
  padding: 1.5rem 0; }
  .people-list-item__excerpt *:last-child {
    margin-bottom: 0; }

.people-list-item__email {
  border-top: 2px solid white;
  margin-top: 1rem;
  padding-top: .5rem;
  font-size: 18px; }
  .people-list-item__email a {
    border-bottom: 2px solid #ff0000; }
    .people-list-item__email a:hover {
      border-bottom: none;
      color: #ff0000; }
  .people-list-item__email *:last-child {
    margin-bottom: 0; }

@media (max-width: 51.999em) {
  .people-list-item__header {
    *zoom: 1; }
    .people-list-item__header:before, .people-list-item__header:after {
      content: " ";
      display: table; }
    .people-list-item__header:after {
      clear: both; }
  .people-list-item__thumb {
    width: 112px;
    margin-right: 1.5rem;
    float: left; }
  .people-list-item {
    flex-basis: 45%;
    margin-right: 0.75rem;
    margin-left: 0.75rem; } }

@media (max-width: 36em) {
  .people-list-item {
    flex-basis: 98%; } }

@media (min-width: 52em) {
  .people-list {
    margin: 0 -0.75rem; }
  .people-list-item {
    padding: 1rem 1rem 1.5rem 1rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    flex: 0 0 22%; }
    .people-list-item .people-projects {
      width: 100%;
      float: none; }
  .people-list-item__thumb {
    margin-bottom: 1rem; }
  .people-list-item__title {
    font-size: 24px; }
  .people-list-item__excerpt {
    padding-top: 0.5rem; } }

.page-template-page-infrastructure {
  background-color: #fff; }

.inf-children {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 4rem; }

.inf-child {
  padding: 1.5rem 0;
  display: block;
  border-bottom: 1px solid #000;
  transition: 0.2s background-color; }

.inf-child__title {
  margin: 0;
  font-size: 18px; }

.inf-child__user {
  font-size: 18px; }

.inf-child__status {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 2px dotted #999;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }
  .inf-child__status--preparing .inf-child__status-bar {
    background-color: #ff605a; }
  .inf-child__status--ongoing .inf-child__status-bar {
    background-color: #ff8d00; }
  .inf-child__status--archived .inf-child__status-bar {
    background-color: #64d54c; }

.inf-child__status-bar {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  background-color: #ccc; }

.inf-child__details {
  padding: 0 2rem;
  font-size: 16px;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

@media (max-width: 49.999em) {
  .inf-children__header {
    display: none; }
  .inf-child__header {
    padding-bottom: 1rem; }
  .inf-child__details {
    display: none; }
  .inf-child__status-bar {
    height: 3rem; }
  .inf-child__status-string {
    top: 3.75rem;
    position: relative; } }

@media (min-width: 50em) {
  .inf-children__header {
    padding: 1rem 0;
    display: flex;
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif; }
    .inf-children__header div:first-child {
      width: 25%;
      margin-right: 4rem; }
  .inf-child {
    display: flex;
    align-items: center; }
    .inf-child:hover {
      background-color: #f6f6f6; }
      .inf-child:hover .inf-child__details span {
        border-bottom: 2px solid #ff0000; }
  .inf-child__header {
    width: 25%;
    padding-left: 1rem; }
  .inf-child__status {
    margin: 0 2rem 0 4rem;
    flex-grow: 1; }
  .inf-child__status-bar {
    padding: 0.65rem;
    text-align: center; } }

body.page-template-page-infrastructure-child {
  background-color: #fff; }

.inf__status {
  padding: 0.75rem 1rem;
  margin: 2rem 0 1rem 0;
  display: inline-block;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap; }
  .inf__status--preparing {
    background-color: #ff605a; }
  .inf__status--ongoing {
    background-color: #ff8d00; }
  .inf__status--archived {
    background-color: #64d54c; }

.inf__title {
  margin: 0 0 1rem 0;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 2rem; }
  @media (min-width: 50em) {
    .inf__title {
      font-size: 64px; } }
.inf__cover {
  margin-top: 2.75rem;
  margin-bottom: 3rem;
  background-color: #f6f6f6; }

@media (max-width: 49.999em) {
  .inf-table {
    margin-top: 6rem; } }

@media (min-width: 50em) {
  .inf__cover-wrap {
    width: 100%;
    max-width: calc(1050px + 4rem);
    padding: 0 2rem;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 50em) and (min-width: 50em) {
    .inf__cover-wrap {
      padding-right: 2rem;
      padding-left: 2rem; } }
@media (min-width: 50em) {
  .inf-table {
    margin-top: 1rem; }
    .inf-table td:first-child {
      padding-right: 3rem; }
      .inf-table td:first-child strong {
        white-space: nowrap; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

.timeline {
  padding: 20px 0;
  margin-bottom: 3.25rem;
  position: relative;
  background-color: #f6f6f6; }

.tl-year {
  position: relative;
  z-index: 2; }

.tl-year__label {
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1; }

.tl-year__names {
  font-family: "Nocturno";
  font-weight: 600;
  font-style: normal;
  font-size: 16px; }

.tl-year__dot {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 3px solid #000; }
  .tl-year__dot--preparing {
    background-color: #ff605a; }
  .tl-year__dot--ongoing {
    background-color: #ff8d00; }
  .tl-year__dot--archived {
    background-color: #64d54c; }

@media (max-width: 49.999em) {
  .tl-year {
    padding: 0 2rem 3rem 4.5rem; }
    .tl-year:last-child {
      padding-bottom: 0; }
  .tl-year__label {
    margin-bottom: 0.25rem; }
  .tl-year__dots {
    position: absolute;
    top: 0;
    left: 1rem; }
  .tl-year__dot {
    margin-bottom: 0.5rem; }
  .timeline__dash {
    width: 0 !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.65rem;
    border-left: 2px dotted #fff;
    animation-duration: 0.5s; }
  .timeline__line {
    width: 0 !important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.65rem;
    border-left: 3px solid #000;
    transition: 1s height; } }

@media (min-width: 50em) {
  .timeline {
    min-height: 140px;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .timeline::-webkit-scrollbar {
      display: none; }
  .timeline__dash {
    height: 0 !important;
    display: block;
    position: absolute;
    right: 0;
    top: 73px;
    left: 0;
    border-bottom: 2px dotted #fff;
    animation-duration: 0.5s; }
  .timeline__line {
    height: 0 !important;
    display: block;
    position: absolute;
    top: 73px;
    left: 0;
    border-bottom: 3px solid #000;
    transition: 1s width; }
  .timeline__scroll {
    display: flex; }
  .tl-year {
    padding-right: 2rem;
    flex-basis: 300px;
    flex-shrink: 0;
    position: relative;
    opacity: 0; }
    .tl-year:first-child {
      margin-left: 2rem; }
  .tl-year__label {
    font-size: 32px; }
  .tl-year__dots {
    padding: 12px 0 15px 0;
    position: relative;
    display: flex;
    z-index: 1; }
  .tl-year__names {
    font-size: 18px; } }

@media (min-width: 1120px) {
  .tl-year:first-child {
    margin-left: calc((100vw - (1050px + 4rem)) / 2 + 2rem); } }

/*
.event__subtitle {

}
.event-hero {
  margin-bottom: 0;
}
*/
/***********************************************************************************************************/
/* BEGIN Timeline */
.timeline-block {
  background-color: #f6f6f6;
  padding-top: 2.95rem;
  padding-bottom: 60px; }

.timeline-line-wrap {
  position: relative;
  top: 273px;
  width: 100%;
  /*  background: url('img/timeline-separator-line.svg') repeat-x;*/
  background-image: url("img/timeline-separator-line.svg");
  background-repeat: repeat-x;
  height: 28px; }
  .project-dark .timeline-line-wrap {
    background-image: url("img/timeline-separator-line-white.svg"); }

.timeline-line {
  position: relative;
  top: 245px;
  left: 0px;
  margin-left: 0px;
  width: 100%;
  height: 28px;
  /*  background: url('img/timeline-separator.png') repeat-x -9px;*/
  background-repeat: repeat-x;
  background-position-x: -9px;
  background-image: url("img/timeline-separator.svg");
  /*  background-image: url('img/timeline-separator-mobile.svg?color=f0f000');*/ }
  .project-dark .timeline-line {
    background-image: url("img/timeline-separator-white.svg"); }

.timeline-title h2 {
  font-family: 'Delvard', sans-serif;
  font-size: 32px; }

.timeline-subtitle {
  font-family: 'Delvard', sans-serif;
  font-size: 24px;
  max-width: 50%; }

.timeline-cards-list {
  /*display: flex;*/
  position: relative;
  left: 0;
  width: fit-content; }

.timeline-card-content {
  width: 240px;
  height: 200px;
  background-color: #ffffff;
  color: #000;
  padding: 12px 17px 12px 19px;
  margin-left: -101px;
  /*flex: 0 0 200px;*/
  float: left;
  border: 2px solid #e1e1e1; }

.timeline-card-content.odd {
  margin-top: 260px; }

.timeline-card-content.first {
  margin-left: 0; }

.timeline-card-content.second {
  margin-left: -101px; }

.timeline-card-title {
  margin-bottom: 9px;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase; }

.timeline-card-text {
  font-family: "Nocturno";
  font-family: "Nocturno";
  font-size: 16px; }
  .timeline-card-text a {
    text-decoration: underline; }

.timeline-triangle-wrap {
  text-align: center;
  position: relative; }

.even .timeline-triangle-wrap {
  top: 200px; }

.odd .timeline-triangle-wrap {
  top: -51px; }

.even .timeline-triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #d2d2d2;
  width: 0;
  height: 0;
  display: inline; }

.odd .timeline-triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #d2d2d2;
  width: 0;
  height: 0;
  display: inline; }

.timeline-cards {
  /*  min-height: 570px;*/
  margin-top: -28px; }

.timeline-cards-container-subwrap {
  position: relative;
  left: 0;
  transition: all linear 0.25s;
  width: 100000px; }

.timeline-cards-container {
  overflow: hidden;
  /*
    left margin = viewport width - content width / 2
    width = viewport width - left margin - 2rem(right padding of .wrap)
    width: 1000vw;
    width: calc(100vw - (100vw - 1050px) / 2 - 0.5rem));
  */
  width: calc(100vw - 2rem);
  max-width: calc(1050px + 2rem); }
  @media (min-width: 1050px) {
    .timeline-cards-container {
      width: calc(100vw - (100vw - 1050px) / 2 - 0.5rem); } }
  @media (max-width: 49.999em) {
    .timeline-cards-container {
      width: calc(100vw - 0.5rem); } }
.timeline-nav {
  max-width: 1050px;
  text-align: center;
  padding-top: 70px;
  clear: both; }
  @media (max-width: 49.999em) {
    .timeline-nav {
      max-width: 100vw; } }
.timeline-nav-left, .timeline-nav-right {
  background-size: cover;
  display: inline;
  cursor: pointer; }

.timeline-nav-button-right {
  margin-left: 30px; }

.timeline-nav.disabled .arrw-L-normal {
  display: none; }

.timeline-nav.disabled .arrw-L-disabled {
  display: block; }

.timeline-nav.disabled .arrw-R-normal {
  display: none; }

.timeline-nav.disabled .arrw-R-disabled {
  display: block; }

/*
.timeline-nav-left {
  background: url('img/timeline-nav-left.png') no-repeat;
}
.timeline-nav-right {
  background: url('img/timeline-nav-right.png') no-repeat;
  margin-left: 30px;
}

.timeline-nav-left.disabled {
  background: url('img/timeline-nav-left-disabled.png') no-repeat;
}
.timeline-nav-right.disabled {
  background: url('img/timeline-nav-right-disabled.png') no-repeat;
}
*/
@media (max-width: 50em) {
  .wrap {
    overflow: hidden; } }

.btn-clear {
  border: none;
  background: none;
  outline: none; }

@media (max-width: 49.999em) {
  .timeline-line {
    background-image: url("img/timeline-separator-mobile.svg");
    margin-left: -60px; }
    .project-dark .timeline-line {
      background-image: url("img/timeline-separator-mobile-white.svg"); }
  .timeline-card-content {
    margin-left: 20px;
    float: left; }
  .timeline-card-content.odd {
    margin-top: 0px; }
  .timeline-card-content.first {
    margin-left: 0; }
  .timeline-card-content.second {
    margin-left: 20px; }
  .odd .timeline-triangle {
    border-bottom: none;
    border-top: 16px solid #d2d2d2; }
  .odd .timeline-triangle-wrap {
    top: 200px; } }

/* END Timeline */
.home-news .news-item__header {
  margin-top: -10px; }

footer {
  clear: both; }

.block-latest_news .news-see-all {
  float: right; }

@media (min-width: 36em) {
  .card {
    flex-grow: 0; } }

@media (min-width: 58em) {
  .action-col-single-box h2 {
    font-size: 32px;
    float: left; } }

.box-single {
  margin-top: 0;
  margin-bottom: 0;
  /*
    margin-bottom: 4rem;
    margin-top: 4rem;

    @media (max-width: $below_mq_hero) {
        margin-bottom: 0;
        margin-top: 0;
    }
  */ }

.clear {
  clear: both; }

.markdates-single-box .atcb-list li {
  float: right;
  width: auto;
  padding-right: 20px;
  padding-top: 5px; }

@media (max-width: 57.999em) {
  .signup-single-box .text-left {
    text-align: center; } }

@media (min-width: 58em) {
  .action-cols {
    padding-bottom: 5.39rem;
    padding-top: 5.39rem; }
  .action-col.action-col-single-box {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 1rem; }
  .signup-single-box h2 {
    margin-top: 1rem; }
  .signup-single-box a.btn {
    float: right;
    margin-top: 1rem; }
  .signup-single-box .text-left {
    float: left;
    width: 60%;
    margin: auto;
    padding-left: 2rem;
    padding-right: 0; } }

.t-bg-blank {
  background-color: #fff; }

.t-c-blank,
.t-c-blank .atcb-list a {
  color: #000; }

.background-3box {
  padding-top: 6rem;
  padding-bottom: 5rem; }

.project-news-section {
  clear: both;
  padding: 2.56rem 0 3.7rem 0; }

.project-template-template-project-news .project-events-section-all-events .cards__row {
  flex-wrap: wrap;
  flex-flow: row wrap; }

@media (min-width: 50em) {
  .project-template-template-project-news .project-events-section-all-events .card {
    max-width: 25%; } }

.block-gallery .gallery-slider {
  padding: 1.12rem 0 1.12rem 0; }

.blurbs {
  padding-top: 1rem;
  padding-bottom: 1.12rem; }

@media (min-width: 50em) {
  .project-logos-section {
    padding: 2.67rem 0 4.23rem 0; } }

@media (min-width: 50em) {
  .hero_logo_over_title .hero__meta {
    padding-right: 1rem;
    margin-bottom: 0; }
  .hero_logo_over_title.hero__wrap {
    padding-top: 6.35rem; }
  .hero_logo_over_title .hero__heade {
    margin-bottom: 6rem; }
  .hero_logo_over_title .project-hero__logo {
    width: 100%;
    max-width: 510px;
    margin-top: 0; } }

@media (max-width: 49.999em) {
  .hero_logo_over_title .project-hero__logo {
    max-width: 100%; } }

.project--light .project-events-section,
.project-light .block-related_events {
  background-color: #f6f6f6; }

.news-main .card__title {
  line-height: 1.17; }

@media (min-width: 71em) {
  .card {
    flex-shrink: 0;
    flex-basis: 247px;
    flex-grow: 1; }
  .cards__row {
    flex-wrap: wrap; } }

@media (max-width: 70.999em) {
  .card {
    flex-basis: 247px; } }

@media (max-width: 57.999em) {
  .card {
    flex-basis: 380px; } }

@media (max-width: 49.999em) {
  .card {
    flex-basis: 380px; } }

@media (max-width: 47.999em) {
  .card {
    flex-basis: 260px; } }

@media (max-width: 36em) {
  .card {
    flex-basis: 576px; } }

.action-col.action-col-single-box {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

/*
.news-hero__img-full {
  max-height: 450px;
}
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (-ms-high-contrast: black-on-white), (-ms-high-contrast: white-on-black) {
  .sub-menu .sub-col {
    flex-basis: 400px; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.epk-bootstrap {
  /*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*# sourceMappingURL=bootstrap.css.map */
  /*
.event-list {
  h3 a:hover span {
    @include underline($red, #ffffff, 100%);
  }
}
*/
  /* Google Maps ACF */
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .epk-bootstrap :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  @media print {
    .epk-bootstrap *,
    .epk-bootstrap *::before,
    .epk-bootstrap *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
    .epk-bootstrap a,
    .epk-bootstrap a:visited {
      text-decoration: underline; }
    .epk-bootstrap abbr[title]::after {
      content: " (" attr(title) ")"; }
    .epk-bootstrap pre {
      white-space: pre-wrap !important; }
    .epk-bootstrap pre,
    .epk-bootstrap blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .epk-bootstrap thead {
      display: table-header-group; }
    .epk-bootstrap tr,
    .epk-bootstrap img {
      page-break-inside: avoid; }
    .epk-bootstrap p,
    .epk-bootstrap h2,
    .epk-bootstrap h3 {
      orphans: 3;
      widows: 3; }
    .epk-bootstrap h2,
    .epk-bootstrap h3 {
      page-break-after: avoid; }
    .epk-bootstrap .navbar {
      display: none; }
    .epk-bootstrap .badge {
      border: 1px solid #000; }
    .epk-bootstrap .table {
      border-collapse: collapse !important; }
    .epk-bootstrap .table td,
    .epk-bootstrap .table th {
      background-color: #fff !important; }
    .epk-bootstrap .table-bordered th,
    .epk-bootstrap .table-bordered td {
      border: 1px solid #ddd !important; } }
  .epk-bootstrap *,
  .epk-bootstrap *::before,
  .epk-bootstrap *::after {
    box-sizing: border-box; }
  .epk-bootstrap html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  .epk-bootstrap {
    width: device-width; } }
  .epk-bootstrap article, .epk-bootstrap aside, .epk-bootstrap dialog, .epk-bootstrap figcaption, .epk-bootstrap figure, .epk-bootstrap footer, .epk-bootstrap header, .epk-bootstrap hgroup, .epk-bootstrap main, .epk-bootstrap nav, .epk-bootstrap section {
    display: block; }
  .epk-bootstrap body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }
  .epk-bootstrap [tabindex="-1"]:focus {
    outline: none !important; }
  .epk-bootstrap hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .epk-bootstrap h1, .epk-bootstrap h2, .epk-bootstrap h3, .epk-bootstrap h4, .epk-bootstrap h5, .epk-bootstrap h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .epk-bootstrap p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .epk-bootstrap abbr[title],
  .epk-bootstrap abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  .epk-bootstrap address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .epk-bootstrap ol,
  .epk-bootstrap ul,
  .epk-bootstrap dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .epk-bootstrap ol ol,
  .epk-bootstrap ul ul,
  .epk-bootstrap ol ul,
  .epk-bootstrap ul ol {
    margin-bottom: 0; }
  .epk-bootstrap dt {
    font-weight: 700; }
  .epk-bootstrap dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .epk-bootstrap blockquote {
    margin: 0 0 1rem; }
  .epk-bootstrap dfn {
    font-style: italic; }
  .epk-bootstrap b,
  .epk-bootstrap strong {
    font-weight: bolder; }
  .epk-bootstrap small {
    font-size: 80%; }
  .epk-bootstrap sub,
  .epk-bootstrap sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .epk-bootstrap sub {
    bottom: -.25em; }
  .epk-bootstrap sup {
    top: -.5em; }
  .epk-bootstrap a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
  .epk-bootstrap a:hover {
    color: #0056b3;
    text-decoration: underline; }
  .epk-bootstrap a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  .epk-bootstrap a:not([href]):not([tabindex]):focus, .epk-bootstrap a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  .epk-bootstrap a:not([href]):not([tabindex]):focus {
    outline: 0; }
  .epk-bootstrap pre,
  .epk-bootstrap code,
  .epk-bootstrap kbd,
  .epk-bootstrap samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  .epk-bootstrap pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  .epk-bootstrap figure {
    margin: 0 0 1rem; }
  .epk-bootstrap img {
    vertical-align: middle;
    border-style: none; }
  .epk-bootstrap svg:not(:root) {
    overflow: hidden; }
  .epk-bootstrap a,
  .epk-bootstrap area,
  .epk-bootstrap button,
  .epk-bootstrap [role="button"],
  .epk-bootstrap input:not([type="range"]),
  .epk-bootstrap label,
  .epk-bootstrap select,
  .epk-bootstrap summary,
  .epk-bootstrap textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  .epk-bootstrap table {
    border-collapse: collapse; }
  .epk-bootstrap caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom; }
  .epk-bootstrap th {
    text-align: inherit; }
  .epk-bootstrap label {
    display: inline-block;
    margin-bottom: .5rem; }
  .epk-bootstrap button {
    border-radius: 0; }
  .epk-bootstrap button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .epk-bootstrap input,
  .epk-bootstrap button,
  .epk-bootstrap select,
  .epk-bootstrap optgroup,
  .epk-bootstrap textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .epk-bootstrap button,
  .epk-bootstrap input {
    overflow: visible; }
  .epk-bootstrap button,
  .epk-bootstrap select {
    text-transform: none; }
  .epk-bootstrap button,
  .epk-bootstrap html [type="button"],
  .epk-bootstrap [type="reset"],
  .epk-bootstrap [type="submit"] {
    -webkit-appearance: button; }
  .epk-bootstrap button::-moz-focus-inner,
  .epk-bootstrap [type="button"]::-moz-focus-inner,
  .epk-bootstrap [type="reset"]::-moz-focus-inner,
  .epk-bootstrap [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .epk-bootstrap input[type="radio"],
  .epk-bootstrap input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  .epk-bootstrap input[type="date"],
  .epk-bootstrap input[type="time"],
  .epk-bootstrap input[type="datetime-local"],
  .epk-bootstrap input[type="month"] {
    -webkit-appearance: listbox; }
  .epk-bootstrap textarea {
    overflow: auto;
    resize: vertical; }
  .epk-bootstrap fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .epk-bootstrap legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .epk-bootstrap progress {
    vertical-align: baseline; }
  .epk-bootstrap [type="number"]::-webkit-inner-spin-button,
  .epk-bootstrap [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .epk-bootstrap [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .epk-bootstrap [type="search"]::-webkit-search-cancel-button,
  .epk-bootstrap [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .epk-bootstrap ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .epk-bootstrap output {
    display: inline-block; }
  .epk-bootstrap summary {
    display: list-item; }
  .epk-bootstrap template {
    display: none; }
  .epk-bootstrap [hidden] {
    display: none !important; }
  .epk-bootstrap h1, .epk-bootstrap h2, .epk-bootstrap h3, .epk-bootstrap h4, .epk-bootstrap h5, .epk-bootstrap h6,
  .epk-bootstrap .h1, .epk-bootstrap .h2, .epk-bootstrap .h3, .epk-bootstrap .h4, .epk-bootstrap .h5, .epk-bootstrap .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit; }
  .epk-bootstrap h1, .epk-bootstrap .h1 {
    font-size: 2.5rem; }
  .epk-bootstrap h2, .epk-bootstrap .h2 {
    font-size: 2rem; }
  .epk-bootstrap h3, .epk-bootstrap .h3 {
    font-size: 1.75rem; }
  .epk-bootstrap h4, .epk-bootstrap .h4 {
    font-size: 1.5rem; }
  .epk-bootstrap h5, .epk-bootstrap .h5 {
    font-size: 1.25rem; }
  .epk-bootstrap h6, .epk-bootstrap .h6 {
    font-size: 1rem; }
  .epk-bootstrap .lead {
    font-size: 1.25rem;
    font-weight: 300; }
  .epk-bootstrap .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .epk-bootstrap .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .epk-bootstrap .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .epk-bootstrap .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .epk-bootstrap hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .epk-bootstrap small,
  .epk-bootstrap .small {
    font-size: 80%;
    font-weight: 400; }
  .epk-bootstrap mark,
  .epk-bootstrap .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .epk-bootstrap .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .epk-bootstrap .list-inline {
    padding-left: 0;
    list-style: none; }
  .epk-bootstrap .list-inline-item {
    display: inline-block; }
  .epk-bootstrap .list-inline-item:not(:last-child) {
    margin-right: 5px; }
  .epk-bootstrap .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .epk-bootstrap .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }
  .epk-bootstrap .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96; }
  .epk-bootstrap .blockquote-footer::before {
    content: "\2014 \00A0"; }
  .epk-bootstrap .img-fluid {
    max-width: 100%;
    height: auto; }
  .epk-bootstrap .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto; }
  .epk-bootstrap .figure {
    display: inline-block; }
  .epk-bootstrap .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  .epk-bootstrap .figure-caption {
    font-size: 90%;
    color: #868e96; }
  .epk-bootstrap code,
  .epk-bootstrap kbd,
  .epk-bootstrap pre,
  .epk-bootstrap samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .epk-bootstrap code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem; }
  .epk-bootstrap a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }
  .epk-bootstrap kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
  .epk-bootstrap kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
  .epk-bootstrap pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529; }
  .epk-bootstrap pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }
  .epk-bootstrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .epk-bootstrap .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    .epk-bootstrap .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .epk-bootstrap .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .epk-bootstrap .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .container {
      max-width: 1140px; } }
  .epk-bootstrap .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .epk-bootstrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .epk-bootstrap .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  .epk-bootstrap .no-gutters > .col,
  .epk-bootstrap .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .epk-bootstrap .col-1, .epk-bootstrap .col-2, .epk-bootstrap .col-3, .epk-bootstrap .col-4, .epk-bootstrap .col-5, .epk-bootstrap .col-6, .epk-bootstrap .col-7, .epk-bootstrap .col-8, .epk-bootstrap .col-9, .epk-bootstrap .col-10, .epk-bootstrap .col-11, .epk-bootstrap .col-12, .epk-bootstrap .col,
  .epk-bootstrap .col-auto, .epk-bootstrap .col-sm-1, .epk-bootstrap .col-sm-2, .epk-bootstrap .col-sm-3, .epk-bootstrap .col-sm-4, .epk-bootstrap .col-sm-5, .epk-bootstrap .col-sm-6, .epk-bootstrap .col-sm-7, .epk-bootstrap .col-sm-8, .epk-bootstrap .col-sm-9, .epk-bootstrap .col-sm-10, .epk-bootstrap .col-sm-11, .epk-bootstrap .col-sm-12, .epk-bootstrap .col-sm,
  .epk-bootstrap .col-sm-auto, .epk-bootstrap .col-md-1, .epk-bootstrap .col-md-2, .epk-bootstrap .col-md-3, .epk-bootstrap .col-md-4, .epk-bootstrap .col-md-5, .epk-bootstrap .col-md-6, .epk-bootstrap .col-md-7, .epk-bootstrap .col-md-8, .epk-bootstrap .col-md-9, .epk-bootstrap .col-md-10, .epk-bootstrap .col-md-11, .epk-bootstrap .col-md-12, .epk-bootstrap .col-md,
  .epk-bootstrap .col-md-auto, .epk-bootstrap .col-lg-1, .epk-bootstrap .col-lg-2, .epk-bootstrap .col-lg-3, .epk-bootstrap .col-lg-4, .epk-bootstrap .col-lg-5, .epk-bootstrap .col-lg-6, .epk-bootstrap .col-lg-7, .epk-bootstrap .col-lg-8, .epk-bootstrap .col-lg-9, .epk-bootstrap .col-lg-10, .epk-bootstrap .col-lg-11, .epk-bootstrap .col-lg-12, .epk-bootstrap .col-lg,
  .epk-bootstrap .col-lg-auto, .epk-bootstrap .col-xl-1, .epk-bootstrap .col-xl-2, .epk-bootstrap .col-xl-3, .epk-bootstrap .col-xl-4, .epk-bootstrap .col-xl-5, .epk-bootstrap .col-xl-6, .epk-bootstrap .col-xl-7, .epk-bootstrap .col-xl-8, .epk-bootstrap .col-xl-9, .epk-bootstrap .col-xl-10, .epk-bootstrap .col-xl-11, .epk-bootstrap .col-xl-12, .epk-bootstrap .col-xl,
  .epk-bootstrap .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .epk-bootstrap .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .epk-bootstrap .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .epk-bootstrap .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .epk-bootstrap .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .epk-bootstrap .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .epk-bootstrap .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .epk-bootstrap .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .epk-bootstrap .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .epk-bootstrap .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .epk-bootstrap .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .epk-bootstrap .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .epk-bootstrap .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .epk-bootstrap .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .epk-bootstrap .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .epk-bootstrap .order-first {
    -ms-flex-order: -1;
    order: -1; }
  .epk-bootstrap .order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .epk-bootstrap .order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .epk-bootstrap .order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .epk-bootstrap .order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .epk-bootstrap .order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .epk-bootstrap .order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .epk-bootstrap .order-7 {
    -ms-flex-order: 7;
    order: 7; }
  .epk-bootstrap .order-8 {
    -ms-flex-order: 8;
    order: 8; }
  .epk-bootstrap .order-9 {
    -ms-flex-order: 9;
    order: 9; }
  .epk-bootstrap .order-10 {
    -ms-flex-order: 10;
    order: 10; }
  .epk-bootstrap .order-11 {
    -ms-flex-order: 11;
    order: 11; }
  .epk-bootstrap .order-12 {
    -ms-flex-order: 12;
    order: 12; }
  .epk-bootstrap .offset-1 {
    margin-left: 8.333333%; }
  .epk-bootstrap .offset-2 {
    margin-left: 16.666667%; }
  .epk-bootstrap .offset-3 {
    margin-left: 25%; }
  .epk-bootstrap .offset-4 {
    margin-left: 33.333333%; }
  .epk-bootstrap .offset-5 {
    margin-left: 41.666667%; }
  .epk-bootstrap .offset-6 {
    margin-left: 50%; }
  .epk-bootstrap .offset-7 {
    margin-left: 58.333333%; }
  .epk-bootstrap .offset-8 {
    margin-left: 66.666667%; }
  .epk-bootstrap .offset-9 {
    margin-left: 75%; }
  .epk-bootstrap .offset-10 {
    margin-left: 83.333333%; }
  .epk-bootstrap .offset-11 {
    margin-left: 91.666667%; }
  @media (min-width: 576px) {
    .epk-bootstrap .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .epk-bootstrap .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .epk-bootstrap .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .epk-bootstrap .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .epk-bootstrap .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .epk-bootstrap .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .epk-bootstrap .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .epk-bootstrap .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .epk-bootstrap .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .epk-bootstrap .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .epk-bootstrap .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .epk-bootstrap .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .epk-bootstrap .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .epk-bootstrap .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .epk-bootstrap .order-sm-first {
      -ms-flex-order: -1;
      order: -1; }
    .epk-bootstrap .order-sm-1 {
      -ms-flex-order: 1;
      order: 1; }
    .epk-bootstrap .order-sm-2 {
      -ms-flex-order: 2;
      order: 2; }
    .epk-bootstrap .order-sm-3 {
      -ms-flex-order: 3;
      order: 3; }
    .epk-bootstrap .order-sm-4 {
      -ms-flex-order: 4;
      order: 4; }
    .epk-bootstrap .order-sm-5 {
      -ms-flex-order: 5;
      order: 5; }
    .epk-bootstrap .order-sm-6 {
      -ms-flex-order: 6;
      order: 6; }
    .epk-bootstrap .order-sm-7 {
      -ms-flex-order: 7;
      order: 7; }
    .epk-bootstrap .order-sm-8 {
      -ms-flex-order: 8;
      order: 8; }
    .epk-bootstrap .order-sm-9 {
      -ms-flex-order: 9;
      order: 9; }
    .epk-bootstrap .order-sm-10 {
      -ms-flex-order: 10;
      order: 10; }
    .epk-bootstrap .order-sm-11 {
      -ms-flex-order: 11;
      order: 11; }
    .epk-bootstrap .order-sm-12 {
      -ms-flex-order: 12;
      order: 12; }
    .epk-bootstrap .offset-sm-0 {
      margin-left: 0; }
    .epk-bootstrap .offset-sm-1 {
      margin-left: 8.333333%; }
    .epk-bootstrap .offset-sm-2 {
      margin-left: 16.666667%; }
    .epk-bootstrap .offset-sm-3 {
      margin-left: 25%; }
    .epk-bootstrap .offset-sm-4 {
      margin-left: 33.333333%; }
    .epk-bootstrap .offset-sm-5 {
      margin-left: 41.666667%; }
    .epk-bootstrap .offset-sm-6 {
      margin-left: 50%; }
    .epk-bootstrap .offset-sm-7 {
      margin-left: 58.333333%; }
    .epk-bootstrap .offset-sm-8 {
      margin-left: 66.666667%; }
    .epk-bootstrap .offset-sm-9 {
      margin-left: 75%; }
    .epk-bootstrap .offset-sm-10 {
      margin-left: 83.333333%; }
    .epk-bootstrap .offset-sm-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 768px) {
    .epk-bootstrap .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .epk-bootstrap .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .epk-bootstrap .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .epk-bootstrap .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .epk-bootstrap .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .epk-bootstrap .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .epk-bootstrap .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .epk-bootstrap .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .epk-bootstrap .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .epk-bootstrap .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .epk-bootstrap .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .epk-bootstrap .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .epk-bootstrap .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .epk-bootstrap .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .epk-bootstrap .order-md-first {
      -ms-flex-order: -1;
      order: -1; }
    .epk-bootstrap .order-md-1 {
      -ms-flex-order: 1;
      order: 1; }
    .epk-bootstrap .order-md-2 {
      -ms-flex-order: 2;
      order: 2; }
    .epk-bootstrap .order-md-3 {
      -ms-flex-order: 3;
      order: 3; }
    .epk-bootstrap .order-md-4 {
      -ms-flex-order: 4;
      order: 4; }
    .epk-bootstrap .order-md-5 {
      -ms-flex-order: 5;
      order: 5; }
    .epk-bootstrap .order-md-6 {
      -ms-flex-order: 6;
      order: 6; }
    .epk-bootstrap .order-md-7 {
      -ms-flex-order: 7;
      order: 7; }
    .epk-bootstrap .order-md-8 {
      -ms-flex-order: 8;
      order: 8; }
    .epk-bootstrap .order-md-9 {
      -ms-flex-order: 9;
      order: 9; }
    .epk-bootstrap .order-md-10 {
      -ms-flex-order: 10;
      order: 10; }
    .epk-bootstrap .order-md-11 {
      -ms-flex-order: 11;
      order: 11; }
    .epk-bootstrap .order-md-12 {
      -ms-flex-order: 12;
      order: 12; }
    .epk-bootstrap .offset-md-0 {
      margin-left: 0; }
    .epk-bootstrap .offset-md-1 {
      margin-left: 8.333333%; }
    .epk-bootstrap .offset-md-2 {
      margin-left: 16.666667%; }
    .epk-bootstrap .offset-md-3 {
      margin-left: 25%; }
    .epk-bootstrap .offset-md-4 {
      margin-left: 33.333333%; }
    .epk-bootstrap .offset-md-5 {
      margin-left: 41.666667%; }
    .epk-bootstrap .offset-md-6 {
      margin-left: 50%; }
    .epk-bootstrap .offset-md-7 {
      margin-left: 58.333333%; }
    .epk-bootstrap .offset-md-8 {
      margin-left: 66.666667%; }
    .epk-bootstrap .offset-md-9 {
      margin-left: 75%; }
    .epk-bootstrap .offset-md-10 {
      margin-left: 83.333333%; }
    .epk-bootstrap .offset-md-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 992px) {
    .epk-bootstrap .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .epk-bootstrap .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .epk-bootstrap .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .epk-bootstrap .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .epk-bootstrap .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .epk-bootstrap .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .epk-bootstrap .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .epk-bootstrap .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .epk-bootstrap .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .epk-bootstrap .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .epk-bootstrap .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .epk-bootstrap .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .epk-bootstrap .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .epk-bootstrap .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .epk-bootstrap .order-lg-first {
      -ms-flex-order: -1;
      order: -1; }
    .epk-bootstrap .order-lg-1 {
      -ms-flex-order: 1;
      order: 1; }
    .epk-bootstrap .order-lg-2 {
      -ms-flex-order: 2;
      order: 2; }
    .epk-bootstrap .order-lg-3 {
      -ms-flex-order: 3;
      order: 3; }
    .epk-bootstrap .order-lg-4 {
      -ms-flex-order: 4;
      order: 4; }
    .epk-bootstrap .order-lg-5 {
      -ms-flex-order: 5;
      order: 5; }
    .epk-bootstrap .order-lg-6 {
      -ms-flex-order: 6;
      order: 6; }
    .epk-bootstrap .order-lg-7 {
      -ms-flex-order: 7;
      order: 7; }
    .epk-bootstrap .order-lg-8 {
      -ms-flex-order: 8;
      order: 8; }
    .epk-bootstrap .order-lg-9 {
      -ms-flex-order: 9;
      order: 9; }
    .epk-bootstrap .order-lg-10 {
      -ms-flex-order: 10;
      order: 10; }
    .epk-bootstrap .order-lg-11 {
      -ms-flex-order: 11;
      order: 11; }
    .epk-bootstrap .order-lg-12 {
      -ms-flex-order: 12;
      order: 12; }
    .epk-bootstrap .offset-lg-0 {
      margin-left: 0; }
    .epk-bootstrap .offset-lg-1 {
      margin-left: 8.333333%; }
    .epk-bootstrap .offset-lg-2 {
      margin-left: 16.666667%; }
    .epk-bootstrap .offset-lg-3 {
      margin-left: 25%; }
    .epk-bootstrap .offset-lg-4 {
      margin-left: 33.333333%; }
    .epk-bootstrap .offset-lg-5 {
      margin-left: 41.666667%; }
    .epk-bootstrap .offset-lg-6 {
      margin-left: 50%; }
    .epk-bootstrap .offset-lg-7 {
      margin-left: 58.333333%; }
    .epk-bootstrap .offset-lg-8 {
      margin-left: 66.666667%; }
    .epk-bootstrap .offset-lg-9 {
      margin-left: 75%; }
    .epk-bootstrap .offset-lg-10 {
      margin-left: 83.333333%; }
    .epk-bootstrap .offset-lg-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    .epk-bootstrap .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .epk-bootstrap .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .epk-bootstrap .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .epk-bootstrap .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .epk-bootstrap .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .epk-bootstrap .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .epk-bootstrap .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .epk-bootstrap .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .epk-bootstrap .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .epk-bootstrap .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    .epk-bootstrap .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .epk-bootstrap .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .epk-bootstrap .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .epk-bootstrap .order-xl-first {
      -ms-flex-order: -1;
      order: -1; }
    .epk-bootstrap .order-xl-1 {
      -ms-flex-order: 1;
      order: 1; }
    .epk-bootstrap .order-xl-2 {
      -ms-flex-order: 2;
      order: 2; }
    .epk-bootstrap .order-xl-3 {
      -ms-flex-order: 3;
      order: 3; }
    .epk-bootstrap .order-xl-4 {
      -ms-flex-order: 4;
      order: 4; }
    .epk-bootstrap .order-xl-5 {
      -ms-flex-order: 5;
      order: 5; }
    .epk-bootstrap .order-xl-6 {
      -ms-flex-order: 6;
      order: 6; }
    .epk-bootstrap .order-xl-7 {
      -ms-flex-order: 7;
      order: 7; }
    .epk-bootstrap .order-xl-8 {
      -ms-flex-order: 8;
      order: 8; }
    .epk-bootstrap .order-xl-9 {
      -ms-flex-order: 9;
      order: 9; }
    .epk-bootstrap .order-xl-10 {
      -ms-flex-order: 10;
      order: 10; }
    .epk-bootstrap .order-xl-11 {
      -ms-flex-order: 11;
      order: 11; }
    .epk-bootstrap .order-xl-12 {
      -ms-flex-order: 12;
      order: 12; }
    .epk-bootstrap .offset-xl-0 {
      margin-left: 0; }
    .epk-bootstrap .offset-xl-1 {
      margin-left: 8.333333%; }
    .epk-bootstrap .offset-xl-2 {
      margin-left: 16.666667%; }
    .epk-bootstrap .offset-xl-3 {
      margin-left: 25%; }
    .epk-bootstrap .offset-xl-4 {
      margin-left: 33.333333%; }
    .epk-bootstrap .offset-xl-5 {
      margin-left: 41.666667%; }
    .epk-bootstrap .offset-xl-6 {
      margin-left: 50%; }
    .epk-bootstrap .offset-xl-7 {
      margin-left: 58.333333%; }
    .epk-bootstrap .offset-xl-8 {
      margin-left: 66.666667%; }
    .epk-bootstrap .offset-xl-9 {
      margin-left: 75%; }
    .epk-bootstrap .offset-xl-10 {
      margin-left: 83.333333%; }
    .epk-bootstrap .offset-xl-11 {
      margin-left: 91.666667%; } }
  .epk-bootstrap .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
  .epk-bootstrap .table th,
  .epk-bootstrap .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .epk-bootstrap .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .epk-bootstrap .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .epk-bootstrap .table .table {
    background-color: #fff; }
  .epk-bootstrap .table-sm th,
  .epk-bootstrap .table-sm td {
    padding: 0.3rem; }
  .epk-bootstrap .table-bordered {
    border: 1px solid #e9ecef; }
  .epk-bootstrap .table-bordered th,
  .epk-bootstrap .table-bordered td {
    border: 1px solid #e9ecef; }
  .epk-bootstrap .table-bordered thead th,
  .epk-bootstrap .table-bordered thead td {
    border-bottom-width: 2px; }
  .epk-bootstrap .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .epk-bootstrap .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  .epk-bootstrap .table-primary,
  .epk-bootstrap .table-primary > th,
  .epk-bootstrap .table-primary > td {
    background-color: #b8daff; }
  .epk-bootstrap .table-hover .table-primary:hover {
    background-color: #9fcdff; }
  .epk-bootstrap .table-hover .table-primary:hover > td,
  .epk-bootstrap .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }
  .epk-bootstrap .table-secondary,
  .epk-bootstrap .table-secondary > th,
  .epk-bootstrap .table-secondary > td {
    background-color: #dddfe2; }
  .epk-bootstrap .table-hover .table-secondary:hover {
    background-color: #cfd2d6; }
  .epk-bootstrap .table-hover .table-secondary:hover > td,
  .epk-bootstrap .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }
  .epk-bootstrap .table-success,
  .epk-bootstrap .table-success > th,
  .epk-bootstrap .table-success > td {
    background-color: #c3e6cb; }
  .epk-bootstrap .table-hover .table-success:hover {
    background-color: #b1dfbb; }
  .epk-bootstrap .table-hover .table-success:hover > td,
  .epk-bootstrap .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
  .epk-bootstrap .table-info,
  .epk-bootstrap .table-info > th,
  .epk-bootstrap .table-info > td {
    background-color: #bee5eb; }
  .epk-bootstrap .table-hover .table-info:hover {
    background-color: #abdde5; }
  .epk-bootstrap .table-hover .table-info:hover > td,
  .epk-bootstrap .table-hover .table-info:hover > th {
    background-color: #abdde5; }
  .epk-bootstrap .table-warning,
  .epk-bootstrap .table-warning > th,
  .epk-bootstrap .table-warning > td {
    background-color: #ffeeba; }
  .epk-bootstrap .table-hover .table-warning:hover {
    background-color: #ffe8a1; }
  .epk-bootstrap .table-hover .table-warning:hover > td,
  .epk-bootstrap .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
  .epk-bootstrap .table-danger,
  .epk-bootstrap .table-danger > th,
  .epk-bootstrap .table-danger > td {
    background-color: #f5c6cb; }
  .epk-bootstrap .table-hover .table-danger:hover {
    background-color: #f1b0b7; }
  .epk-bootstrap .table-hover .table-danger:hover > td,
  .epk-bootstrap .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
  .epk-bootstrap .table-light,
  .epk-bootstrap .table-light > th,
  .epk-bootstrap .table-light > td {
    background-color: #fdfdfe; }
  .epk-bootstrap .table-hover .table-light:hover {
    background-color: #ececf6; }
  .epk-bootstrap .table-hover .table-light:hover > td,
  .epk-bootstrap .table-hover .table-light:hover > th {
    background-color: #ececf6; }
  .epk-bootstrap .table-dark,
  .epk-bootstrap .table-dark > th,
  .epk-bootstrap .table-dark > td {
    background-color: #c6c8ca; }
  .epk-bootstrap .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
  .epk-bootstrap .table-hover .table-dark:hover > td,
  .epk-bootstrap .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
  .epk-bootstrap .table-active,
  .epk-bootstrap .table-active > th,
  .epk-bootstrap .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  .epk-bootstrap .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  .epk-bootstrap .table-hover .table-active:hover > td,
  .epk-bootstrap .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
  .epk-bootstrap .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e; }
  .epk-bootstrap .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef; }
  .epk-bootstrap .table-dark {
    color: #fff;
    background-color: #212529; }
  .epk-bootstrap .table-dark th,
  .epk-bootstrap .table-dark td,
  .epk-bootstrap .table-dark thead th {
    border-color: #32383e; }
  .epk-bootstrap .table-dark.table-bordered {
    border: 0; }
  .epk-bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .epk-bootstrap .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575px) {
    .epk-bootstrap .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .epk-bootstrap .table-responsive-sm.table-bordered {
      border: 0; } }
  @media (max-width: 767px) {
    .epk-bootstrap .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .epk-bootstrap .table-responsive-md.table-bordered {
      border: 0; } }
  @media (max-width: 991px) {
    .epk-bootstrap .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .epk-bootstrap .table-responsive-lg.table-bordered {
      border: 0; } }
  @media (max-width: 1199px) {
    .epk-bootstrap .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .epk-bootstrap .table-responsive-xl.table-bordered {
      border: 0; } }
  .epk-bootstrap .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .epk-bootstrap .table-responsive.table-bordered {
    border: 0; }
  .epk-bootstrap .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .epk-bootstrap .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .epk-bootstrap .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .epk-bootstrap .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .epk-bootstrap .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .epk-bootstrap .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  .epk-bootstrap .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .epk-bootstrap .form-control:disabled, .epk-bootstrap .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .epk-bootstrap select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px); }
  .epk-bootstrap select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .epk-bootstrap .form-control-file,
  .epk-bootstrap .form-control-range {
    display: block; }
  .epk-bootstrap .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5; }
  .epk-bootstrap .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }
  .epk-bootstrap .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5; }
  .epk-bootstrap .col-form-legend {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem; }
  .epk-bootstrap .form-control-plaintext {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
  .epk-bootstrap .form-control-plaintext.form-control-sm, .epk-bootstrap .input-group-sm > .form-control-plaintext.form-control,
  .epk-bootstrap .input-group-sm > .form-control-plaintext.input-group-addon,
  .epk-bootstrap .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .epk-bootstrap .form-control-plaintext.form-control-lg, .epk-bootstrap .input-group-lg > .form-control-plaintext.form-control,
  .epk-bootstrap .input-group-lg > .form-control-plaintext.input-group-addon,
  .epk-bootstrap .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }
  .epk-bootstrap .form-control-sm, .epk-bootstrap .input-group-sm > .form-control,
  .epk-bootstrap .input-group-sm > .input-group-addon,
  .epk-bootstrap .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .epk-bootstrap select.form-control-sm:not([size]):not([multiple]), .epk-bootstrap .input-group-sm > select.form-control:not([size]):not([multiple]),
  .epk-bootstrap .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  .epk-bootstrap .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px); }
  .epk-bootstrap .form-control-lg, .epk-bootstrap .input-group-lg > .form-control,
  .epk-bootstrap .input-group-lg > .input-group-addon,
  .epk-bootstrap .input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .epk-bootstrap select.form-control-lg:not([size]):not([multiple]), .epk-bootstrap .input-group-lg > select.form-control:not([size]):not([multiple]),
  .epk-bootstrap .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  .epk-bootstrap .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px); }
  .epk-bootstrap .form-group {
    margin-bottom: 1rem; }
  .epk-bootstrap .form-text {
    display: block;
    margin-top: 0.25rem; }
  .epk-bootstrap .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  .epk-bootstrap .form-row > .col,
  .epk-bootstrap .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  .epk-bootstrap .form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem; }
  .epk-bootstrap .form-check.disabled .form-check-label {
    color: #868e96; }
  .epk-bootstrap .form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0; }
  .epk-bootstrap .form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem; }
  .epk-bootstrap .form-check-inline {
    display: inline-block;
    margin-right: 0.75rem; }
  .epk-bootstrap .form-check-inline .form-check-label {
    vertical-align: middle; }
  .epk-bootstrap .valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745; }
  .epk-bootstrap .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem; }
  .epk-bootstrap .was-validated .form-control:valid, .epk-bootstrap .form-control.is-valid, .epk-bootstrap .was-validated
.custom-select:valid,
  .epk-bootstrap .custom-select.is-valid {
    border-color: #28a745; }
  .epk-bootstrap .was-validated .form-control:valid:focus, .epk-bootstrap .form-control.is-valid:focus, .epk-bootstrap .was-validated
.custom-select:valid:focus,
  .epk-bootstrap .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .epk-bootstrap .was-validated .form-control:valid ~ .valid-feedback,
  .epk-bootstrap .was-validated .form-control:valid ~ .valid-tooltip, .epk-bootstrap .form-control.is-valid ~ .valid-feedback,
  .epk-bootstrap .form-control.is-valid ~ .valid-tooltip, .epk-bootstrap .was-validated
.custom-select:valid ~ .valid-feedback,
  .epk-bootstrap .was-validated
.custom-select:valid ~ .valid-tooltip,
  .epk-bootstrap .custom-select.is-valid ~ .valid-feedback,
  .epk-bootstrap .custom-select.is-valid ~ .valid-tooltip {
    display: block; }
  .epk-bootstrap .was-validated .form-check-input:valid + .form-check-label, .epk-bootstrap .form-check-input.is-valid + .form-check-label {
    color: #28a745; }
  .epk-bootstrap .was-validated .custom-control-input:valid ~ .custom-control-indicator, .epk-bootstrap .custom-control-input.is-valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25); }
  .epk-bootstrap .was-validated .custom-control-input:valid ~ .custom-control-description, .epk-bootstrap .custom-control-input.is-valid ~ .custom-control-description {
    color: #28a745; }
  .epk-bootstrap .was-validated .custom-file-input:valid ~ .custom-file-control, .epk-bootstrap .custom-file-input.is-valid ~ .custom-file-control {
    border-color: #28a745; }
  .epk-bootstrap .was-validated .custom-file-input:valid ~ .custom-file-control::before, .epk-bootstrap .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }
  .epk-bootstrap .was-validated .custom-file-input:valid:focus, .epk-bootstrap .custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .epk-bootstrap .invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545; }
  .epk-bootstrap .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem; }
  .epk-bootstrap .was-validated .form-control:invalid, .epk-bootstrap .form-control.is-invalid, .epk-bootstrap .was-validated
.custom-select:invalid,
  .epk-bootstrap .custom-select.is-invalid {
    border-color: #dc3545; }
  .epk-bootstrap .was-validated .form-control:invalid:focus, .epk-bootstrap .form-control.is-invalid:focus, .epk-bootstrap .was-validated
.custom-select:invalid:focus,
  .epk-bootstrap .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .epk-bootstrap .was-validated .form-control:invalid ~ .invalid-feedback,
  .epk-bootstrap .was-validated .form-control:invalid ~ .invalid-tooltip, .epk-bootstrap .form-control.is-invalid ~ .invalid-feedback,
  .epk-bootstrap .form-control.is-invalid ~ .invalid-tooltip, .epk-bootstrap .was-validated
.custom-select:invalid ~ .invalid-feedback,
  .epk-bootstrap .was-validated
.custom-select:invalid ~ .invalid-tooltip,
  .epk-bootstrap .custom-select.is-invalid ~ .invalid-feedback,
  .epk-bootstrap .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }
  .epk-bootstrap .was-validated .form-check-input:invalid + .form-check-label, .epk-bootstrap .form-check-input.is-invalid + .form-check-label {
    color: #dc3545; }
  .epk-bootstrap .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .epk-bootstrap .custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25); }
  .epk-bootstrap .was-validated .custom-control-input:invalid ~ .custom-control-description, .epk-bootstrap .custom-control-input.is-invalid ~ .custom-control-description {
    color: #dc3545; }
  .epk-bootstrap .was-validated .custom-file-input:invalid ~ .custom-file-control, .epk-bootstrap .custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #dc3545; }
  .epk-bootstrap .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .epk-bootstrap .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }
  .epk-bootstrap .was-validated .custom-file-input:invalid:focus, .epk-bootstrap .custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .epk-bootstrap .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center; }
  .epk-bootstrap .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .epk-bootstrap .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .epk-bootstrap .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .epk-bootstrap .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .epk-bootstrap .form-inline .form-control-plaintext {
      display: inline-block; }
    .epk-bootstrap .form-inline .input-group {
      width: auto; }
    .epk-bootstrap .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .epk-bootstrap .form-inline .form-check-label {
      padding-left: 0; }
    .epk-bootstrap .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .epk-bootstrap .form-inline .custom-control {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; }
    .epk-bootstrap .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .epk-bootstrap .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .epk-bootstrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .epk-bootstrap .btn:focus, .epk-bootstrap .btn:hover {
    text-decoration: none; }
  .epk-bootstrap .btn:focus, .epk-bootstrap .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .epk-bootstrap .btn.disabled, .epk-bootstrap .btn:disabled {
    opacity: .65; }
  .epk-bootstrap .btn:not([disabled]):not(.disabled):active, .epk-bootstrap .btn.active:not([disabled]):not(.disabled) {
    background-image: none; }
  .epk-bootstrap a.btn.disabled,
  .epk-bootstrap fieldset[disabled] a.btn {
    pointer-events: none; }
  .epk-bootstrap .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .epk-bootstrap .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .epk-bootstrap .btn-primary:focus, .epk-bootstrap .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .epk-bootstrap .btn-primary.disabled, .epk-bootstrap .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .epk-bootstrap .btn-primary:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-primary.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .epk-bootstrap .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .epk-bootstrap .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .epk-bootstrap .btn-secondary:focus, .epk-bootstrap .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .epk-bootstrap .btn-secondary.disabled, .epk-bootstrap .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .epk-bootstrap .btn-secondary:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-secondary.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .epk-bootstrap .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .epk-bootstrap .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .epk-bootstrap .btn-success:focus, .epk-bootstrap .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .epk-bootstrap .btn-success.disabled, .epk-bootstrap .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .epk-bootstrap .btn-success:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-success.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .epk-bootstrap .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .epk-bootstrap .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .epk-bootstrap .btn-info:focus, .epk-bootstrap .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .epk-bootstrap .btn-info.disabled, .epk-bootstrap .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .epk-bootstrap .btn-info:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-info.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .epk-bootstrap .btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107; }
  .epk-bootstrap .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .epk-bootstrap .btn-warning:focus, .epk-bootstrap .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .epk-bootstrap .btn-warning.disabled, .epk-bootstrap .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .epk-bootstrap .btn-warning:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-warning.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .epk-bootstrap .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .epk-bootstrap .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .epk-bootstrap .btn-danger:focus, .epk-bootstrap .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .epk-bootstrap .btn-danger.disabled, .epk-bootstrap .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .epk-bootstrap .btn-danger:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-danger.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .epk-bootstrap .btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .epk-bootstrap .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .epk-bootstrap .btn-light:focus, .epk-bootstrap .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .epk-bootstrap .btn-light.disabled, .epk-bootstrap .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .epk-bootstrap .btn-light:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-light.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .epk-bootstrap .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .epk-bootstrap .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .epk-bootstrap .btn-dark:focus, .epk-bootstrap .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .epk-bootstrap .btn-dark.disabled, .epk-bootstrap .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .epk-bootstrap .btn-dark:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-dark.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .epk-bootstrap .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
  .epk-bootstrap .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .epk-bootstrap .btn-outline-primary:focus, .epk-bootstrap .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .epk-bootstrap .btn-outline-primary.disabled, .epk-bootstrap .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-primary:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-primary.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .epk-bootstrap .btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96; }
  .epk-bootstrap .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .epk-bootstrap .btn-outline-secondary:focus, .epk-bootstrap .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .epk-bootstrap .btn-outline-secondary.disabled, .epk-bootstrap .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-secondary:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-secondary.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .epk-bootstrap .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
  .epk-bootstrap .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .epk-bootstrap .btn-outline-success:focus, .epk-bootstrap .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .epk-bootstrap .btn-outline-success.disabled, .epk-bootstrap .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-success:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-success.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .epk-bootstrap .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  .epk-bootstrap .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .epk-bootstrap .btn-outline-info:focus, .epk-bootstrap .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .epk-bootstrap .btn-outline-info.disabled, .epk-bootstrap .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-info:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-info.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .epk-bootstrap .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
  .epk-bootstrap .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .epk-bootstrap .btn-outline-warning:focus, .epk-bootstrap .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .epk-bootstrap .btn-outline-warning.disabled, .epk-bootstrap .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-warning:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-warning.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .epk-bootstrap .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
  .epk-bootstrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .epk-bootstrap .btn-outline-danger:focus, .epk-bootstrap .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .epk-bootstrap .btn-outline-danger.disabled, .epk-bootstrap .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-danger:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-danger.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .epk-bootstrap .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
  .epk-bootstrap .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .epk-bootstrap .btn-outline-light:focus, .epk-bootstrap .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .epk-bootstrap .btn-outline-light.disabled, .epk-bootstrap .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-light:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-light.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .epk-bootstrap .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
  .epk-bootstrap .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .epk-bootstrap .btn-outline-dark:focus, .epk-bootstrap .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .epk-bootstrap .btn-outline-dark.disabled, .epk-bootstrap .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .epk-bootstrap .btn-outline-dark:not([disabled]):not(.disabled):active, .epk-bootstrap .btn-outline-dark.active:not([disabled]):not(.disabled),
  .epk-bootstrap .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .epk-bootstrap .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent; }
  .epk-bootstrap .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .epk-bootstrap .btn-link:focus, .epk-bootstrap .btn-link.focus {
    border-color: transparent;
    box-shadow: none; }
  .epk-bootstrap .btn-link:disabled, .epk-bootstrap .btn-link.disabled {
    color: #868e96; }
  .epk-bootstrap .btn-lg, .epk-bootstrap .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  .epk-bootstrap .btn-sm, .epk-bootstrap .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .epk-bootstrap .btn-block {
    display: block;
    width: 100%; }
  .epk-bootstrap .btn-block + .btn-block {
    margin-top: 0.5rem; }
  .epk-bootstrap input.btn-block[type="submit"],
  .epk-bootstrap input.btn-block[type="reset"],
  .epk-bootstrap input.btn-block[type="button"] {
    width: 100%; }
  .epk-bootstrap .fade {
    opacity: 0;
    transition: opacity 0.15s linear; }
  .epk-bootstrap .fade.show {
    opacity: 1; }
  .epk-bootstrap .collapse {
    display: none; }
  .epk-bootstrap .collapse.show {
    display: block; }
  .epk-bootstrap tr.collapse.show {
    display: table-row; }
  .epk-bootstrap tbody.collapse.show {
    display: table-row-group; }
  .epk-bootstrap .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
  .epk-bootstrap .dropup,
  .epk-bootstrap .dropdown {
    position: relative; }
  .epk-bootstrap .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .epk-bootstrap .dropdown-toggle:empty::after {
    margin-left: 0; }
  .epk-bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
  .epk-bootstrap .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .epk-bootstrap .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .epk-bootstrap .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .epk-bootstrap .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .epk-bootstrap .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0; }
  .epk-bootstrap .dropdown-item:focus, .epk-bootstrap .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .epk-bootstrap .dropdown-item.active, .epk-bootstrap .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .epk-bootstrap .dropdown-item.disabled, .epk-bootstrap .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }
  .epk-bootstrap .dropdown-menu.show {
    display: block; }
  .epk-bootstrap .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap; }
  .epk-bootstrap .btn-group,
  .epk-bootstrap .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
  .epk-bootstrap .btn-group > .btn,
  .epk-bootstrap .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .epk-bootstrap .btn-group > .btn:hover,
  .epk-bootstrap .btn-group-vertical > .btn:hover {
    z-index: 2; }
  .epk-bootstrap .btn-group > .btn:focus, .epk-bootstrap .btn-group > .btn:active, .epk-bootstrap .btn-group > .btn.active,
  .epk-bootstrap .btn-group-vertical > .btn:focus,
  .epk-bootstrap .btn-group-vertical > .btn:active,
  .epk-bootstrap .btn-group-vertical > .btn.active {
    z-index: 2; }
  .epk-bootstrap .btn-group .btn + .btn,
  .epk-bootstrap .btn-group .btn + .btn-group,
  .epk-bootstrap .btn-group .btn-group + .btn,
  .epk-bootstrap .btn-group .btn-group + .btn-group,
  .epk-bootstrap .btn-group-vertical .btn + .btn,
  .epk-bootstrap .btn-group-vertical .btn + .btn-group,
  .epk-bootstrap .btn-group-vertical .btn-group + .btn,
  .epk-bootstrap .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }
  .epk-bootstrap .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .epk-bootstrap .btn-toolbar .input-group {
    width: auto; }
  .epk-bootstrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .epk-bootstrap .btn-group > .btn:first-child {
    margin-left: 0; }
  .epk-bootstrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .epk-bootstrap .btn-group > .btn:last-child:not(:first-child),
  .epk-bootstrap .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .epk-bootstrap .btn-group > .btn-group {
    float: left; }
  .epk-bootstrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .epk-bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .epk-bootstrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .epk-bootstrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .epk-bootstrap .btn + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem; }
  .epk-bootstrap .btn + .dropdown-toggle-split::after {
    margin-left: 0; }
  .epk-bootstrap .btn-sm + .dropdown-toggle-split, .epk-bootstrap .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  .epk-bootstrap .btn-lg + .dropdown-toggle-split, .epk-bootstrap .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  .epk-bootstrap .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
  .epk-bootstrap .btn-group-vertical .btn,
  .epk-bootstrap .btn-group-vertical .btn-group {
    width: 100%; }
  .epk-bootstrap .btn-group-vertical > .btn + .btn,
  .epk-bootstrap .btn-group-vertical > .btn + .btn-group,
  .epk-bootstrap .btn-group-vertical > .btn-group + .btn,
  .epk-bootstrap .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .epk-bootstrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .epk-bootstrap .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .epk-bootstrap .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .epk-bootstrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .epk-bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .epk-bootstrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .epk-bootstrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .epk-bootstrap [data-toggle="buttons"] > .btn input[type="radio"],
  .epk-bootstrap [data-toggle="buttons"] > .btn input[type="checkbox"],
  .epk-bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  .epk-bootstrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .epk-bootstrap .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
  .epk-bootstrap .input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .epk-bootstrap .input-group .form-control:focus, .epk-bootstrap .input-group .form-control:active, .epk-bootstrap .input-group .form-control:hover {
    z-index: 3; }
  .epk-bootstrap .input-group-addon,
  .epk-bootstrap .input-group-btn,
  .epk-bootstrap .input-group .form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .epk-bootstrap .input-group-addon:not(:first-child):not(:last-child),
  .epk-bootstrap .input-group-btn:not(:first-child):not(:last-child),
  .epk-bootstrap .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .epk-bootstrap .input-group-addon,
  .epk-bootstrap .input-group-btn {
    white-space: nowrap; }
  .epk-bootstrap .input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
  .epk-bootstrap .input-group-addon.form-control-sm,
  .epk-bootstrap .input-group-sm > .input-group-addon,
  .epk-bootstrap .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .epk-bootstrap .input-group-addon.form-control-lg,
  .epk-bootstrap .input-group-lg > .input-group-addon,
  .epk-bootstrap .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .epk-bootstrap .input-group-addon input[type="radio"],
  .epk-bootstrap .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
  .epk-bootstrap .input-group .form-control:not(:last-child),
  .epk-bootstrap .input-group-addon:not(:last-child),
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn,
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn-group > .btn,
  .epk-bootstrap .input-group-btn:not(:last-child) > .dropdown-toggle,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .epk-bootstrap .input-group-addon:not(:last-child) {
    border-right: 0; }
  .epk-bootstrap .input-group .form-control:not(:first-child),
  .epk-bootstrap .input-group-addon:not(:first-child),
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group > .btn,
  .epk-bootstrap .input-group-btn:not(:first-child) > .dropdown-toggle,
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn:not(:first-child),
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .epk-bootstrap .form-control + .input-group-addon:not(:first-child) {
    border-left: 0; }
  .epk-bootstrap .input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap; }
  .epk-bootstrap .input-group-btn > .btn {
    position: relative; }
  .epk-bootstrap .input-group-btn > .btn + .btn {
    margin-left: -1px; }
  .epk-bootstrap .input-group-btn > .btn:focus, .epk-bootstrap .input-group-btn > .btn:active, .epk-bootstrap .input-group-btn > .btn:hover {
    z-index: 3; }
  .epk-bootstrap .input-group-btn:first-child > .btn + .btn {
    margin-left: 0; }
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn,
  .epk-bootstrap .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0; }
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn:first-child,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group:first-child {
    margin-left: -1px; }
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn:focus, .epk-bootstrap .input-group-btn:not(:first-child) > .btn:active, .epk-bootstrap .input-group-btn:not(:first-child) > .btn:hover,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group:focus,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group:active,
  .epk-bootstrap .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3; }
  .epk-bootstrap .custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem; }
  .epk-bootstrap .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .epk-bootstrap .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff; }
  .epk-bootstrap .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .epk-bootstrap .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff; }
  .epk-bootstrap .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .epk-bootstrap .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }
  .epk-bootstrap .custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
  .epk-bootstrap .custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem; }
  .epk-bootstrap .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .epk-bootstrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .epk-bootstrap .custom-radio .custom-control-indicator {
    border-radius: 50%; }
  .epk-bootstrap .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .epk-bootstrap .custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .epk-bootstrap .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
  .epk-bootstrap .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }
  .epk-bootstrap .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .epk-bootstrap .custom-select:focus {
    border-color: #80bdff;
    outline: none; }
  .epk-bootstrap .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .epk-bootstrap .custom-select[multiple] {
    height: auto;
    background-image: none; }
  .epk-bootstrap .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .epk-bootstrap .custom-select::-ms-expand {
    opacity: 0; }
  .epk-bootstrap .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }
  .epk-bootstrap .custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0; }
  .epk-bootstrap .custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0; }
  .epk-bootstrap .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }
  .epk-bootstrap .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
  .epk-bootstrap .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .epk-bootstrap .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }
  .epk-bootstrap .custom-file-control:lang(en)::before {
    content: "Browse"; }
  .epk-bootstrap .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .epk-bootstrap .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
  .epk-bootstrap .nav-link:focus, .epk-bootstrap .nav-link:hover {
    text-decoration: none; }
  .epk-bootstrap .nav-link.disabled {
    color: #868e96; }
  .epk-bootstrap .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .epk-bootstrap .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .epk-bootstrap .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .epk-bootstrap .nav-tabs .nav-link:focus, .epk-bootstrap .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd; }
  .epk-bootstrap .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent; }
  .epk-bootstrap .nav-tabs .nav-link.active,
  .epk-bootstrap .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .epk-bootstrap .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .epk-bootstrap .nav-pills .nav-link {
    border-radius: 0.25rem; }
  .epk-bootstrap .nav-pills .nav-link.active,
  .epk-bootstrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff; }
  .epk-bootstrap .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  .epk-bootstrap .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  .epk-bootstrap .tab-content > .tab-pane {
    display: none; }
  .epk-bootstrap .tab-content > .active {
    display: block; }
  .epk-bootstrap .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
  .epk-bootstrap .navbar > .container,
  .epk-bootstrap .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .epk-bootstrap .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
  .epk-bootstrap .navbar-brand:focus, .epk-bootstrap .navbar-brand:hover {
    text-decoration: none; }
  .epk-bootstrap .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .epk-bootstrap .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .epk-bootstrap .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .epk-bootstrap .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .epk-bootstrap .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center; }
  .epk-bootstrap .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .epk-bootstrap .navbar-toggler:focus, .epk-bootstrap .navbar-toggler:hover {
    text-decoration: none; }
  .epk-bootstrap .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 575px) {
    .epk-bootstrap .navbar-expand-sm > .container,
    .epk-bootstrap .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .epk-bootstrap .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .epk-bootstrap .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .epk-bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute; }
    .epk-bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .epk-bootstrap .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .epk-bootstrap .navbar-expand-sm > .container,
    .epk-bootstrap .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .epk-bootstrap .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .epk-bootstrap .navbar-expand-sm .navbar-toggler {
      display: none; }
    .epk-bootstrap .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 767px) {
    .epk-bootstrap .navbar-expand-md > .container,
    .epk-bootstrap .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .epk-bootstrap .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .epk-bootstrap .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .epk-bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute; }
    .epk-bootstrap .navbar-expand-md .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .epk-bootstrap .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .epk-bootstrap .navbar-expand-md > .container,
    .epk-bootstrap .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .epk-bootstrap .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .epk-bootstrap .navbar-expand-md .navbar-toggler {
      display: none; }
    .epk-bootstrap .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 991px) {
    .epk-bootstrap .navbar-expand-lg > .container,
    .epk-bootstrap .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .epk-bootstrap .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .epk-bootstrap .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .epk-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute; }
    .epk-bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .epk-bootstrap .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .epk-bootstrap .navbar-expand-lg > .container,
    .epk-bootstrap .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .epk-bootstrap .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .epk-bootstrap .navbar-expand-lg .navbar-toggler {
      display: none; }
    .epk-bootstrap .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 1199px) {
    .epk-bootstrap .navbar-expand-xl > .container,
    .epk-bootstrap .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .epk-bootstrap .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row; }
    .epk-bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; }
    .epk-bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .epk-bootstrap .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .epk-bootstrap .navbar-expand-xl > .container,
    .epk-bootstrap .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .epk-bootstrap .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .epk-bootstrap .navbar-expand-xl .navbar-toggler {
      display: none; }
    .epk-bootstrap .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  .epk-bootstrap .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .epk-bootstrap .navbar-expand > .container,
  .epk-bootstrap .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .epk-bootstrap .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .epk-bootstrap .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
  .epk-bootstrap .navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .epk-bootstrap .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .epk-bootstrap .navbar-expand > .container,
  .epk-bootstrap .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .epk-bootstrap .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .epk-bootstrap .navbar-expand .navbar-toggler {
    display: none; }
  .epk-bootstrap .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }
  .epk-bootstrap .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
  .epk-bootstrap .navbar-light .navbar-brand:focus, .epk-bootstrap .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }
  .epk-bootstrap .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .epk-bootstrap .navbar-light .navbar-nav .nav-link:focus, .epk-bootstrap .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .epk-bootstrap .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  .epk-bootstrap .navbar-light .navbar-nav .show > .nav-link,
  .epk-bootstrap .navbar-light .navbar-nav .active > .nav-link,
  .epk-bootstrap .navbar-light .navbar-nav .nav-link.show,
  .epk-bootstrap .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .epk-bootstrap .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .epk-bootstrap .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .epk-bootstrap .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
  .epk-bootstrap .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
  .epk-bootstrap .navbar-light .navbar-text a:focus, .epk-bootstrap .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9); }
  .epk-bootstrap .navbar-dark .navbar-brand {
    color: #fff; }
  .epk-bootstrap .navbar-dark .navbar-brand:focus, .epk-bootstrap .navbar-dark .navbar-brand:hover {
    color: #fff; }
  .epk-bootstrap .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .epk-bootstrap .navbar-dark .navbar-nav .nav-link:focus, .epk-bootstrap .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .epk-bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  .epk-bootstrap .navbar-dark .navbar-nav .show > .nav-link,
  .epk-bootstrap .navbar-dark .navbar-nav .active > .nav-link,
  .epk-bootstrap .navbar-dark .navbar-nav .nav-link.show,
  .epk-bootstrap .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .epk-bootstrap .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .epk-bootstrap .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .epk-bootstrap .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
  .epk-bootstrap .navbar-dark .navbar-text a {
    color: #fff; }
  .epk-bootstrap .navbar-dark .navbar-text a:focus, .epk-bootstrap .navbar-dark .navbar-text a:hover {
    color: #fff; }
  .epk-bootstrap .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
  .epk-bootstrap .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .epk-bootstrap .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .epk-bootstrap .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .epk-bootstrap .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }
  .epk-bootstrap .card-title {
    margin-bottom: 0.75rem; }
  .epk-bootstrap .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  .epk-bootstrap .card-text:last-child {
    margin-bottom: 0; }
  .epk-bootstrap .card-link:hover {
    text-decoration: none; }
  .epk-bootstrap .card-link + .card-link {
    margin-left: 1.25rem; }
  .epk-bootstrap .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .epk-bootstrap .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .epk-bootstrap .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
  .epk-bootstrap .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .epk-bootstrap .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .epk-bootstrap .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  .epk-bootstrap .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .epk-bootstrap .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .epk-bootstrap .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px); }
  .epk-bootstrap .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .epk-bootstrap .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .epk-bootstrap .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .epk-bootstrap .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .epk-bootstrap .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .epk-bootstrap .card-deck .card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  .epk-bootstrap .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .epk-bootstrap .card-group .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .epk-bootstrap .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .epk-bootstrap .card-group .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
    .epk-bootstrap .card-group .card + .card {
      margin-left: 0;
      border-left: 0; }
    .epk-bootstrap .card-group .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .epk-bootstrap .card-group .card:first-child .card-img-top {
      border-top-right-radius: 0; }
    .epk-bootstrap .card-group .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0; }
    .epk-bootstrap .card-group .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .epk-bootstrap .card-group .card:last-child .card-img-top {
      border-top-left-radius: 0; }
    .epk-bootstrap .card-group .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0; }
    .epk-bootstrap .card-group .card:only-child {
      border-radius: 0.25rem; }
    .epk-bootstrap .card-group .card:only-child .card-img-top {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .epk-bootstrap .card-group .card:only-child .card-img-bottom {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .epk-bootstrap .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0; }
    .epk-bootstrap .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .epk-bootstrap .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
      border-radius: 0; } }
  .epk-bootstrap .card-columns .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .epk-bootstrap .card-columns {
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      column-gap: 1.25rem; }
    .epk-bootstrap .card-columns .card {
      display: inline-block;
      width: 100%; } }
  .epk-bootstrap .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .epk-bootstrap .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/"; }
  .epk-bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .epk-bootstrap .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .epk-bootstrap .breadcrumb-item.active {
    color: #868e96; }
  .epk-bootstrap .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }
  .epk-bootstrap .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .epk-bootstrap .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .epk-bootstrap .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .epk-bootstrap .page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd; }
  .epk-bootstrap .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd; }
  .epk-bootstrap .page-link:focus, .epk-bootstrap .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }
  .epk-bootstrap .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }
  .epk-bootstrap .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .epk-bootstrap .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .epk-bootstrap .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }
  .epk-bootstrap .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .epk-bootstrap .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .epk-bootstrap .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
  .epk-bootstrap .badge:empty {
    display: none; }
  .epk-bootstrap .btn .badge {
    position: relative;
    top: -1px; }
  .epk-bootstrap .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }
  .epk-bootstrap .badge-primary {
    color: #fff;
    background-color: #007bff; }
  .epk-bootstrap .badge-primary[href]:focus, .epk-bootstrap .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }
  .epk-bootstrap .badge-secondary {
    color: #fff;
    background-color: #868e96; }
  .epk-bootstrap .badge-secondary[href]:focus, .epk-bootstrap .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }
  .epk-bootstrap .badge-success {
    color: #fff;
    background-color: #28a745; }
  .epk-bootstrap .badge-success[href]:focus, .epk-bootstrap .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }
  .epk-bootstrap .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  .epk-bootstrap .badge-info[href]:focus, .epk-bootstrap .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
  .epk-bootstrap .badge-warning {
    color: #111;
    background-color: #ffc107; }
  .epk-bootstrap .badge-warning[href]:focus, .epk-bootstrap .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00; }
  .epk-bootstrap .badge-danger {
    color: #fff;
    background-color: #dc3545; }
  .epk-bootstrap .badge-danger[href]:focus, .epk-bootstrap .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }
  .epk-bootstrap .badge-light {
    color: #111;
    background-color: #f8f9fa; }
  .epk-bootstrap .badge-light[href]:focus, .epk-bootstrap .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }
  .epk-bootstrap .badge-dark {
    color: #fff;
    background-color: #343a40; }
  .epk-bootstrap .badge-dark[href]:focus, .epk-bootstrap .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }
  .epk-bootstrap .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .epk-bootstrap .jumbotron {
      padding: 4rem 2rem; } }
  .epk-bootstrap .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .epk-bootstrap .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .epk-bootstrap .alert-heading {
    color: inherit; }
  .epk-bootstrap .alert-link {
    font-weight: 700; }
  .epk-bootstrap .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
  .epk-bootstrap .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .epk-bootstrap .alert-primary hr {
    border-top-color: #9fcdff; }
  .epk-bootstrap .alert-primary .alert-link {
    color: #002752; }
  .epk-bootstrap .alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2; }
  .epk-bootstrap .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .epk-bootstrap .alert-secondary .alert-link {
    color: #2e3133; }
  .epk-bootstrap .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .epk-bootstrap .alert-success hr {
    border-top-color: #b1dfbb; }
  .epk-bootstrap .alert-success .alert-link {
    color: #0b2e13; }
  .epk-bootstrap .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .epk-bootstrap .alert-info hr {
    border-top-color: #abdde5; }
  .epk-bootstrap .alert-info .alert-link {
    color: #062c33; }
  .epk-bootstrap .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .epk-bootstrap .alert-warning hr {
    border-top-color: #ffe8a1; }
  .epk-bootstrap .alert-warning .alert-link {
    color: #533f03; }
  .epk-bootstrap .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .epk-bootstrap .alert-danger hr {
    border-top-color: #f1b0b7; }
  .epk-bootstrap .alert-danger .alert-link {
    color: #491217; }
  .epk-bootstrap .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
  .epk-bootstrap .alert-light hr {
    border-top-color: #ececf6; }
  .epk-bootstrap .alert-light .alert-link {
    color: #686868; }
  .epk-bootstrap .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
  .epk-bootstrap .alert-dark hr {
    border-top-color: #b9bbbe; }
  .epk-bootstrap .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .epk-bootstrap .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .epk-bootstrap .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff; }
  .epk-bootstrap .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .epk-bootstrap .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite; }
  .epk-bootstrap .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
  .epk-bootstrap .media-body {
    -ms-flex: 1;
    flex: 1; }
  .epk-bootstrap .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .epk-bootstrap .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
  .epk-bootstrap .list-group-item-action:focus, .epk-bootstrap .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .epk-bootstrap .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }
  .epk-bootstrap .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .epk-bootstrap .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .epk-bootstrap .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .epk-bootstrap .list-group-item:focus, .epk-bootstrap .list-group-item:hover {
    text-decoration: none; }
  .epk-bootstrap .list-group-item.disabled, .epk-bootstrap .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .epk-bootstrap .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .epk-bootstrap .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .epk-bootstrap .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .epk-bootstrap .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .epk-bootstrap .list-group-item-primary {
    color: #004085;
    background-color: #b8daff; }
  .epk-bootstrap a.list-group-item-primary,
  .epk-bootstrap button.list-group-item-primary {
    color: #004085; }
  .epk-bootstrap a.list-group-item-primary:focus, .epk-bootstrap a.list-group-item-primary:hover,
  .epk-bootstrap button.list-group-item-primary:focus,
  .epk-bootstrap button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff; }
  .epk-bootstrap a.list-group-item-primary.active,
  .epk-bootstrap button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }
  .epk-bootstrap .list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2; }
  .epk-bootstrap a.list-group-item-secondary,
  .epk-bootstrap button.list-group-item-secondary {
    color: #464a4e; }
  .epk-bootstrap a.list-group-item-secondary:focus, .epk-bootstrap a.list-group-item-secondary:hover,
  .epk-bootstrap button.list-group-item-secondary:focus,
  .epk-bootstrap button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6; }
  .epk-bootstrap a.list-group-item-secondary.active,
  .epk-bootstrap button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }
  .epk-bootstrap .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
  .epk-bootstrap a.list-group-item-success,
  .epk-bootstrap button.list-group-item-success {
    color: #155724; }
  .epk-bootstrap a.list-group-item-success:focus, .epk-bootstrap a.list-group-item-success:hover,
  .epk-bootstrap button.list-group-item-success:focus,
  .epk-bootstrap button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb; }
  .epk-bootstrap a.list-group-item-success.active,
  .epk-bootstrap button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
  .epk-bootstrap .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  .epk-bootstrap a.list-group-item-info,
  .epk-bootstrap button.list-group-item-info {
    color: #0c5460; }
  .epk-bootstrap a.list-group-item-info:focus, .epk-bootstrap a.list-group-item-info:hover,
  .epk-bootstrap button.list-group-item-info:focus,
  .epk-bootstrap button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5; }
  .epk-bootstrap a.list-group-item-info.active,
  .epk-bootstrap button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  .epk-bootstrap .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
  .epk-bootstrap a.list-group-item-warning,
  .epk-bootstrap button.list-group-item-warning {
    color: #856404; }
  .epk-bootstrap a.list-group-item-warning:focus, .epk-bootstrap a.list-group-item-warning:hover,
  .epk-bootstrap button.list-group-item-warning:focus,
  .epk-bootstrap button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1; }
  .epk-bootstrap a.list-group-item-warning.active,
  .epk-bootstrap button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
  .epk-bootstrap .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
  .epk-bootstrap a.list-group-item-danger,
  .epk-bootstrap button.list-group-item-danger {
    color: #721c24; }
  .epk-bootstrap a.list-group-item-danger:focus, .epk-bootstrap a.list-group-item-danger:hover,
  .epk-bootstrap button.list-group-item-danger:focus,
  .epk-bootstrap button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  .epk-bootstrap a.list-group-item-danger.active,
  .epk-bootstrap button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
  .epk-bootstrap .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
  .epk-bootstrap a.list-group-item-light,
  .epk-bootstrap button.list-group-item-light {
    color: #818182; }
  .epk-bootstrap a.list-group-item-light:focus, .epk-bootstrap a.list-group-item-light:hover,
  .epk-bootstrap button.list-group-item-light:focus,
  .epk-bootstrap button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6; }
  .epk-bootstrap a.list-group-item-light.active,
  .epk-bootstrap button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
  .epk-bootstrap .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
  .epk-bootstrap a.list-group-item-dark,
  .epk-bootstrap button.list-group-item-dark {
    color: #1b1e21; }
  .epk-bootstrap a.list-group-item-dark:focus, .epk-bootstrap a.list-group-item-dark:hover,
  .epk-bootstrap button.list-group-item-dark:focus,
  .epk-bootstrap button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .epk-bootstrap a.list-group-item-dark.active,
  .epk-bootstrap button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
  .epk-bootstrap .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
  .epk-bootstrap .close:focus, .epk-bootstrap .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .epk-bootstrap button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .epk-bootstrap .modal-open {
    overflow: hidden; }
  .epk-bootstrap .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
  .epk-bootstrap .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .epk-bootstrap .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .epk-bootstrap .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .epk-bootstrap .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none; }
  .epk-bootstrap .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .epk-bootstrap .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  .epk-bootstrap .modal-backdrop.fade {
    opacity: 0; }
  .epk-bootstrap .modal-backdrop.show {
    opacity: 0.5; }
  .epk-bootstrap .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .epk-bootstrap .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }
  .epk-bootstrap .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .epk-bootstrap .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px; }
  .epk-bootstrap .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef; }
  .epk-bootstrap .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .epk-bootstrap .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
  .epk-bootstrap .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    .epk-bootstrap .modal-dialog {
      max-width: 500px;
      margin: 30px auto; }
    .epk-bootstrap .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .epk-bootstrap .modal-lg {
      max-width: 800px; } }
  .epk-bootstrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0; }
  .epk-bootstrap .tooltip.show {
    opacity: 0.9; }
  .epk-bootstrap .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .epk-bootstrap .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .epk-bootstrap .tooltip.bs-tooltip-top, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
  .epk-bootstrap .tooltip.bs-tooltip-top .arrow, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
  .epk-bootstrap .tooltip.bs-tooltip-top .arrow::before, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .epk-bootstrap .tooltip.bs-tooltip-right, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
  .epk-bootstrap .tooltip.bs-tooltip-right .arrow, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0; }
  .epk-bootstrap .tooltip.bs-tooltip-right .arrow::before, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .epk-bootstrap .tooltip.bs-tooltip-bottom, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
  .epk-bootstrap .tooltip.bs-tooltip-bottom .arrow, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
  .epk-bootstrap .tooltip.bs-tooltip-bottom .arrow::before, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .epk-bootstrap .tooltip.bs-tooltip-left, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
  .epk-bootstrap .tooltip.bs-tooltip-left .arrow, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0; }
  .epk-bootstrap .tooltip.bs-tooltip-left .arrow::before, .epk-bootstrap .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .epk-bootstrap .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  .epk-bootstrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
  .epk-bootstrap .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .epk-bootstrap .popover .arrow::before,
  .epk-bootstrap .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .epk-bootstrap .popover .arrow::before {
    content: "";
    border-width: 0.8rem; }
  .epk-bootstrap .popover .arrow::after {
    content: "";
    border-width: 0.8rem; }
  .epk-bootstrap .popover.bs-popover-top, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem; }
  .epk-bootstrap .popover.bs-popover-top .arrow, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0; }
  .epk-bootstrap .popover.bs-popover-top .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
  .epk-bootstrap .popover.bs-popover-top .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0; }
  .epk-bootstrap .popover.bs-popover-top .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .epk-bootstrap .popover.bs-popover-top .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff; }
  .epk-bootstrap .popover.bs-popover-right, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem; }
  .epk-bootstrap .popover.bs-popover-right .arrow, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0; }
  .epk-bootstrap .popover.bs-popover-right .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
  .epk-bootstrap .popover.bs-popover-right .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -0.8rem;
    border-left-width: 0; }
  .epk-bootstrap .popover.bs-popover-right .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .epk-bootstrap .popover.bs-popover-right .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #fff; }
  .epk-bootstrap .popover.bs-popover-bottom, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem; }
  .epk-bootstrap .popover.bs-popover-bottom .arrow, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0; }
  .epk-bootstrap .popover.bs-popover-bottom .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .epk-bootstrap .popover.bs-popover-bottom .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -0.8rem;
    border-top-width: 0; }
  .epk-bootstrap .popover.bs-popover-bottom .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -0.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .epk-bootstrap .popover.bs-popover-bottom .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: calc((0.8rem - 1px) * -1);
    border-bottom-color: #fff; }
  .epk-bootstrap .popover.bs-popover-bottom .popover-header::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
  .epk-bootstrap .popover.bs-popover-left, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem; }
  .epk-bootstrap .popover.bs-popover-left .arrow, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0; }
  .epk-bootstrap .popover.bs-popover-left .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
  .epk-bootstrap .popover.bs-popover-left .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -0.8rem;
    border-right-width: 0; }
  .epk-bootstrap .popover.bs-popover-left .arrow::before, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .epk-bootstrap .popover.bs-popover-left .arrow::after, .epk-bootstrap .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #fff; }
  .epk-bootstrap .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
  .epk-bootstrap .popover-header:empty {
    display: none; }
  .epk-bootstrap .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529; }
  .epk-bootstrap .carousel {
    position: relative; }
  .epk-bootstrap .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .epk-bootstrap .carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .epk-bootstrap .carousel-item.active,
  .epk-bootstrap .carousel-item-next,
  .epk-bootstrap .carousel-item-prev {
    display: block; }
  .epk-bootstrap .carousel-item-next,
  .epk-bootstrap .carousel-item-prev {
    position: absolute;
    top: 0; }
  .epk-bootstrap .carousel-item-next.carousel-item-left,
  .epk-bootstrap .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .epk-bootstrap .carousel-item-next.carousel-item-left,
    .epk-bootstrap .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .epk-bootstrap .carousel-item-next,
  .epk-bootstrap .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .epk-bootstrap .carousel-item-next,
    .epk-bootstrap .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }
  .epk-bootstrap .carousel-item-prev,
  .epk-bootstrap .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .epk-bootstrap .carousel-item-prev,
    .epk-bootstrap .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  .epk-bootstrap .carousel-control-prev,
  .epk-bootstrap .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
  .epk-bootstrap .carousel-control-prev:focus, .epk-bootstrap .carousel-control-prev:hover,
  .epk-bootstrap .carousel-control-next:focus,
  .epk-bootstrap .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .epk-bootstrap .carousel-control-prev {
    left: 0; }
  .epk-bootstrap .carousel-control-next {
    right: 0; }
  .epk-bootstrap .carousel-control-prev-icon,
  .epk-bootstrap .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }
  .epk-bootstrap .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .epk-bootstrap .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .epk-bootstrap .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
  .epk-bootstrap .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
  .epk-bootstrap .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .epk-bootstrap .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .epk-bootstrap .carousel-indicators .active {
    background-color: #fff; }
  .epk-bootstrap .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
  .epk-bootstrap .align-baseline {
    vertical-align: baseline !important; }
  .epk-bootstrap .align-top {
    vertical-align: top !important; }
  .epk-bootstrap .align-middle {
    vertical-align: middle !important; }
  .epk-bootstrap .align-bottom {
    vertical-align: bottom !important; }
  .epk-bootstrap .align-text-bottom {
    vertical-align: text-bottom !important; }
  .epk-bootstrap .align-text-top {
    vertical-align: text-top !important; }
  .epk-bootstrap .bg-primary {
    background-color: #007bff !important; }
  .epk-bootstrap a.bg-primary:focus, .epk-bootstrap a.bg-primary:hover {
    background-color: #0062cc !important; }
  .epk-bootstrap .bg-secondary {
    background-color: #868e96 !important; }
  .epk-bootstrap a.bg-secondary:focus, .epk-bootstrap a.bg-secondary:hover {
    background-color: #6c757d !important; }
  .epk-bootstrap .bg-success {
    background-color: #28a745 !important; }
  .epk-bootstrap a.bg-success:focus, .epk-bootstrap a.bg-success:hover {
    background-color: #1e7e34 !important; }
  .epk-bootstrap .bg-info {
    background-color: #17a2b8 !important; }
  .epk-bootstrap a.bg-info:focus, .epk-bootstrap a.bg-info:hover {
    background-color: #117a8b !important; }
  .epk-bootstrap .bg-warning {
    background-color: #ffc107 !important; }
  .epk-bootstrap a.bg-warning:focus, .epk-bootstrap a.bg-warning:hover {
    background-color: #d39e00 !important; }
  .epk-bootstrap .bg-danger {
    background-color: #dc3545 !important; }
  .epk-bootstrap a.bg-danger:focus, .epk-bootstrap a.bg-danger:hover {
    background-color: #bd2130 !important; }
  .epk-bootstrap .bg-light {
    background-color: #f8f9fa !important; }
  .epk-bootstrap a.bg-light:focus, .epk-bootstrap a.bg-light:hover {
    background-color: #dae0e5 !important; }
  .epk-bootstrap .bg-dark {
    background-color: #343a40 !important; }
  .epk-bootstrap a.bg-dark:focus, .epk-bootstrap a.bg-dark:hover {
    background-color: #1d2124 !important; }
  .epk-bootstrap .bg-white {
    background-color: #fff !important; }
  .epk-bootstrap .bg-transparent {
    background-color: transparent !important; }
  .epk-bootstrap .border {
    border: 1px solid #e9ecef !important; }
  .epk-bootstrap .border-0 {
    border: 0 !important; }
  .epk-bootstrap .border-top-0 {
    border-top: 0 !important; }
  .epk-bootstrap .border-right-0 {
    border-right: 0 !important; }
  .epk-bootstrap .border-bottom-0 {
    border-bottom: 0 !important; }
  .epk-bootstrap .border-left-0 {
    border-left: 0 !important; }
  .epk-bootstrap .border-primary {
    border-color: #007bff !important; }
  .epk-bootstrap .border-secondary {
    border-color: #868e96 !important; }
  .epk-bootstrap .border-success {
    border-color: #28a745 !important; }
  .epk-bootstrap .border-info {
    border-color: #17a2b8 !important; }
  .epk-bootstrap .border-warning {
    border-color: #ffc107 !important; }
  .epk-bootstrap .border-danger {
    border-color: #dc3545 !important; }
  .epk-bootstrap .border-light {
    border-color: #f8f9fa !important; }
  .epk-bootstrap .border-dark {
    border-color: #343a40 !important; }
  .epk-bootstrap .border-white {
    border-color: #fff !important; }
  .epk-bootstrap .rounded {
    border-radius: 0.25rem !important; }
  .epk-bootstrap .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .epk-bootstrap .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .epk-bootstrap .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .epk-bootstrap .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .epk-bootstrap .rounded-circle {
    border-radius: 50% !important; }
  .epk-bootstrap .rounded-0 {
    border-radius: 0 !important; }
  .epk-bootstrap .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .epk-bootstrap .d-none {
    display: none !important; }
  .epk-bootstrap .d-inline {
    display: inline !important; }
  .epk-bootstrap .d-inline-block {
    display: inline-block !important; }
  .epk-bootstrap .d-block {
    display: block !important; }
  .epk-bootstrap .d-table {
    display: table !important; }
  .epk-bootstrap .d-table-row {
    display: table-row !important; }
  .epk-bootstrap .d-table-cell {
    display: table-cell !important; }
  .epk-bootstrap .d-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .epk-bootstrap .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .epk-bootstrap .d-sm-none {
      display: none !important; }
    .epk-bootstrap .d-sm-inline {
      display: inline !important; }
    .epk-bootstrap .d-sm-inline-block {
      display: inline-block !important; }
    .epk-bootstrap .d-sm-block {
      display: block !important; }
    .epk-bootstrap .d-sm-table {
      display: table !important; }
    .epk-bootstrap .d-sm-table-row {
      display: table-row !important; }
    .epk-bootstrap .d-sm-table-cell {
      display: table-cell !important; }
    .epk-bootstrap .d-sm-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .epk-bootstrap .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .epk-bootstrap .d-md-none {
      display: none !important; }
    .epk-bootstrap .d-md-inline {
      display: inline !important; }
    .epk-bootstrap .d-md-inline-block {
      display: inline-block !important; }
    .epk-bootstrap .d-md-block {
      display: block !important; }
    .epk-bootstrap .d-md-table {
      display: table !important; }
    .epk-bootstrap .d-md-table-row {
      display: table-row !important; }
    .epk-bootstrap .d-md-table-cell {
      display: table-cell !important; }
    .epk-bootstrap .d-md-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .epk-bootstrap .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    .epk-bootstrap .d-lg-none {
      display: none !important; }
    .epk-bootstrap .d-lg-inline {
      display: inline !important; }
    .epk-bootstrap .d-lg-inline-block {
      display: inline-block !important; }
    .epk-bootstrap .d-lg-block {
      display: block !important; }
    .epk-bootstrap .d-lg-table {
      display: table !important; }
    .epk-bootstrap .d-lg-table-row {
      display: table-row !important; }
    .epk-bootstrap .d-lg-table-cell {
      display: table-cell !important; }
    .epk-bootstrap .d-lg-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .epk-bootstrap .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .d-xl-none {
      display: none !important; }
    .epk-bootstrap .d-xl-inline {
      display: inline !important; }
    .epk-bootstrap .d-xl-inline-block {
      display: inline-block !important; }
    .epk-bootstrap .d-xl-block {
      display: block !important; }
    .epk-bootstrap .d-xl-table {
      display: table !important; }
    .epk-bootstrap .d-xl-table-row {
      display: table-row !important; }
    .epk-bootstrap .d-xl-table-cell {
      display: table-cell !important; }
    .epk-bootstrap .d-xl-flex {
      display: -ms-flexbox !important;
      display: flex !important; }
    .epk-bootstrap .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  .epk-bootstrap .d-print-block {
    display: none !important; }
  @media print {
    .epk-bootstrap .d-print-block {
      display: block !important; } }
  .epk-bootstrap .d-print-inline {
    display: none !important; }
  @media print {
    .epk-bootstrap .d-print-inline {
      display: inline !important; } }
  .epk-bootstrap .d-print-inline-block {
    display: none !important; }
  @media print {
    .epk-bootstrap .d-print-inline-block {
      display: inline-block !important; } }
  @media print {
    .epk-bootstrap .d-print-none {
      display: none !important; } }
  .epk-bootstrap .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .epk-bootstrap .embed-responsive::before {
    display: block;
    content: ""; }
  .epk-bootstrap .embed-responsive .embed-responsive-item,
  .epk-bootstrap .embed-responsive iframe,
  .epk-bootstrap .embed-responsive embed,
  .epk-bootstrap .embed-responsive object,
  .epk-bootstrap .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .epk-bootstrap .embed-responsive-21by9::before {
    padding-top: 42.857143%; }
  .epk-bootstrap .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .epk-bootstrap .embed-responsive-4by3::before {
    padding-top: 75%; }
  .epk-bootstrap .embed-responsive-1by1::before {
    padding-top: 100%; }
  .epk-bootstrap .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .epk-bootstrap .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .epk-bootstrap .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .epk-bootstrap .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .epk-bootstrap .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .epk-bootstrap .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .epk-bootstrap .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .epk-bootstrap .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .epk-bootstrap .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .epk-bootstrap .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .epk-bootstrap .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .epk-bootstrap .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .epk-bootstrap .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .epk-bootstrap .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .epk-bootstrap .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .epk-bootstrap .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .epk-bootstrap .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .epk-bootstrap .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .epk-bootstrap .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .epk-bootstrap .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .epk-bootstrap .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .epk-bootstrap .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .epk-bootstrap .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .epk-bootstrap .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .epk-bootstrap .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .epk-bootstrap .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .epk-bootstrap .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .epk-bootstrap .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .epk-bootstrap .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  @media (min-width: 576px) {
    .epk-bootstrap .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .epk-bootstrap .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .epk-bootstrap .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .epk-bootstrap .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .epk-bootstrap .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .epk-bootstrap .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .epk-bootstrap .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .epk-bootstrap .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .epk-bootstrap .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .epk-bootstrap .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .epk-bootstrap .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .epk-bootstrap .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .epk-bootstrap .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .epk-bootstrap .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .epk-bootstrap .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .epk-bootstrap .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .epk-bootstrap .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .epk-bootstrap .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .epk-bootstrap .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .epk-bootstrap .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .epk-bootstrap .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .epk-bootstrap .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .epk-bootstrap .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .epk-bootstrap .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .epk-bootstrap .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .epk-bootstrap .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .epk-bootstrap .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .epk-bootstrap .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .epk-bootstrap .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .epk-bootstrap .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .epk-bootstrap .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .epk-bootstrap .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .epk-bootstrap .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .epk-bootstrap .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .epk-bootstrap .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .epk-bootstrap .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .epk-bootstrap .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .epk-bootstrap .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .epk-bootstrap .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .epk-bootstrap .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .epk-bootstrap .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .epk-bootstrap .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .epk-bootstrap .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .epk-bootstrap .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .epk-bootstrap .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .epk-bootstrap .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .epk-bootstrap .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .epk-bootstrap .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .epk-bootstrap .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .epk-bootstrap .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .epk-bootstrap .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .epk-bootstrap .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .epk-bootstrap .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .epk-bootstrap .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .epk-bootstrap .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .epk-bootstrap .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .epk-bootstrap .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .epk-bootstrap .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 992px) {
    .epk-bootstrap .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .epk-bootstrap .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .epk-bootstrap .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .epk-bootstrap .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .epk-bootstrap .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .epk-bootstrap .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .epk-bootstrap .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .epk-bootstrap .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .epk-bootstrap .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .epk-bootstrap .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .epk-bootstrap .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .epk-bootstrap .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .epk-bootstrap .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .epk-bootstrap .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .epk-bootstrap .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .epk-bootstrap .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .epk-bootstrap .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .epk-bootstrap .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .epk-bootstrap .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .epk-bootstrap .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .epk-bootstrap .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .epk-bootstrap .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .epk-bootstrap .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .epk-bootstrap .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .epk-bootstrap .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .epk-bootstrap .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .epk-bootstrap .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .epk-bootstrap .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .epk-bootstrap .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    .epk-bootstrap .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    .epk-bootstrap .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }
    .epk-bootstrap .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }
    .epk-bootstrap .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .epk-bootstrap .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .epk-bootstrap .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .epk-bootstrap .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    .epk-bootstrap .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    .epk-bootstrap .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    .epk-bootstrap .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    .epk-bootstrap .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .epk-bootstrap .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    .epk-bootstrap .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    .epk-bootstrap .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important; }
    .epk-bootstrap .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    .epk-bootstrap .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    .epk-bootstrap .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .epk-bootstrap .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .epk-bootstrap .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .epk-bootstrap .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .epk-bootstrap .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .epk-bootstrap .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .epk-bootstrap .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    .epk-bootstrap .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .epk-bootstrap .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .epk-bootstrap .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .epk-bootstrap .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .epk-bootstrap .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  .epk-bootstrap .float-left {
    float: left !important; }
  .epk-bootstrap .float-right {
    float: right !important; }
  .epk-bootstrap .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    .epk-bootstrap .float-sm-left {
      float: left !important; }
    .epk-bootstrap .float-sm-right {
      float: right !important; }
    .epk-bootstrap .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .epk-bootstrap .float-md-left {
      float: left !important; }
    .epk-bootstrap .float-md-right {
      float: right !important; }
    .epk-bootstrap .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
    .epk-bootstrap .float-lg-left {
      float: left !important; }
    .epk-bootstrap .float-lg-right {
      float: right !important; }
    .epk-bootstrap .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .float-xl-left {
      float: left !important; }
    .epk-bootstrap .float-xl-right {
      float: right !important; }
    .epk-bootstrap .float-xl-none {
      float: none !important; } }
  .epk-bootstrap .position-static {
    position: static !important; }
  .epk-bootstrap .position-relative {
    position: relative !important; }
  .epk-bootstrap .position-absolute {
    position: absolute !important; }
  .epk-bootstrap .position-fixed {
    position: fixed !important; }
  .epk-bootstrap .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .epk-bootstrap .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .epk-bootstrap .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: -webkit-sticky) or (position: sticky) {
    .epk-bootstrap .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .epk-bootstrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }
  .epk-bootstrap .sr-only-focusable:active, .epk-bootstrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none; }
  .epk-bootstrap .w-25 {
    width: 25% !important; }
  .epk-bootstrap .w-50 {
    width: 50% !important; }
  .epk-bootstrap .w-75 {
    width: 75% !important; }
  .epk-bootstrap .w-100 {
    width: 100% !important; }
  .epk-bootstrap .h-25 {
    height: 25% !important; }
  .epk-bootstrap .h-50 {
    height: 50% !important; }
  .epk-bootstrap .h-75 {
    height: 75% !important; }
  .epk-bootstrap .h-100 {
    height: 100% !important; }
  .epk-bootstrap .mw-100 {
    max-width: 100% !important; }
  .epk-bootstrap .mh-100 {
    max-height: 100% !important; }
  .epk-bootstrap .m-0 {
    margin: 0 !important; }
  .epk-bootstrap .mt-0,
  .epk-bootstrap .my-0 {
    margin-top: 0 !important; }
  .epk-bootstrap .mr-0,
  .epk-bootstrap .mx-0 {
    margin-right: 0 !important; }
  .epk-bootstrap .mb-0,
  .epk-bootstrap .my-0 {
    margin-bottom: 0 !important; }
  .epk-bootstrap .ml-0,
  .epk-bootstrap .mx-0 {
    margin-left: 0 !important; }
  .epk-bootstrap .m-1 {
    margin: 0.25rem !important; }
  .epk-bootstrap .mt-1,
  .epk-bootstrap .my-1 {
    margin-top: 0.25rem !important; }
  .epk-bootstrap .mr-1,
  .epk-bootstrap .mx-1 {
    margin-right: 0.25rem !important; }
  .epk-bootstrap .mb-1,
  .epk-bootstrap .my-1 {
    margin-bottom: 0.25rem !important; }
  .epk-bootstrap .ml-1,
  .epk-bootstrap .mx-1 {
    margin-left: 0.25rem !important; }
  .epk-bootstrap .m-2 {
    margin: 0.5rem !important; }
  .epk-bootstrap .mt-2,
  .epk-bootstrap .my-2 {
    margin-top: 0.5rem !important; }
  .epk-bootstrap .mr-2,
  .epk-bootstrap .mx-2 {
    margin-right: 0.5rem !important; }
  .epk-bootstrap .mb-2,
  .epk-bootstrap .my-2 {
    margin-bottom: 0.5rem !important; }
  .epk-bootstrap .ml-2,
  .epk-bootstrap .mx-2 {
    margin-left: 0.5rem !important; }
  .epk-bootstrap .m-3 {
    margin: 1rem !important; }
  .epk-bootstrap .mt-3,
  .epk-bootstrap .my-3 {
    margin-top: 1rem !important; }
  .epk-bootstrap .mr-3,
  .epk-bootstrap .mx-3 {
    margin-right: 1rem !important; }
  .epk-bootstrap .mb-3,
  .epk-bootstrap .my-3 {
    margin-bottom: 1rem !important; }
  .epk-bootstrap .ml-3,
  .epk-bootstrap .mx-3 {
    margin-left: 1rem !important; }
  .epk-bootstrap .m-4 {
    margin: 1.5rem !important; }
  .epk-bootstrap .mt-4,
  .epk-bootstrap .my-4 {
    margin-top: 1.5rem !important; }
  .epk-bootstrap .mr-4,
  .epk-bootstrap .mx-4 {
    margin-right: 1.5rem !important; }
  .epk-bootstrap .mb-4,
  .epk-bootstrap .my-4 {
    margin-bottom: 1.5rem !important; }
  .epk-bootstrap .ml-4,
  .epk-bootstrap .mx-4 {
    margin-left: 1.5rem !important; }
  .epk-bootstrap .m-5 {
    margin: 3rem !important; }
  .epk-bootstrap .mt-5,
  .epk-bootstrap .my-5 {
    margin-top: 3rem !important; }
  .epk-bootstrap .mr-5,
  .epk-bootstrap .mx-5 {
    margin-right: 3rem !important; }
  .epk-bootstrap .mb-5,
  .epk-bootstrap .my-5 {
    margin-bottom: 3rem !important; }
  .epk-bootstrap .ml-5,
  .epk-bootstrap .mx-5 {
    margin-left: 3rem !important; }
  .epk-bootstrap .p-0 {
    padding: 0 !important; }
  .epk-bootstrap .pt-0,
  .epk-bootstrap .py-0 {
    padding-top: 0 !important; }
  .epk-bootstrap .pr-0,
  .epk-bootstrap .px-0 {
    padding-right: 0 !important; }
  .epk-bootstrap .pb-0,
  .epk-bootstrap .py-0 {
    padding-bottom: 0 !important; }
  .epk-bootstrap .pl-0,
  .epk-bootstrap .px-0 {
    padding-left: 0 !important; }
  .epk-bootstrap .p-1 {
    padding: 0.25rem !important; }
  .epk-bootstrap .pt-1,
  .epk-bootstrap .py-1 {
    padding-top: 0.25rem !important; }
  .epk-bootstrap .pr-1,
  .epk-bootstrap .px-1 {
    padding-right: 0.25rem !important; }
  .epk-bootstrap .pb-1,
  .epk-bootstrap .py-1 {
    padding-bottom: 0.25rem !important; }
  .epk-bootstrap .pl-1,
  .epk-bootstrap .px-1 {
    padding-left: 0.25rem !important; }
  .epk-bootstrap .p-2 {
    padding: 0.5rem !important; }
  .epk-bootstrap .pt-2,
  .epk-bootstrap .py-2 {
    padding-top: 0.5rem !important; }
  .epk-bootstrap .pr-2,
  .epk-bootstrap .px-2 {
    padding-right: 0.5rem !important; }
  .epk-bootstrap .pb-2,
  .epk-bootstrap .py-2 {
    padding-bottom: 0.5rem !important; }
  .epk-bootstrap .pl-2,
  .epk-bootstrap .px-2 {
    padding-left: 0.5rem !important; }
  .epk-bootstrap .p-3 {
    padding: 1rem !important; }
  .epk-bootstrap .pt-3,
  .epk-bootstrap .py-3 {
    padding-top: 1rem !important; }
  .epk-bootstrap .pr-3,
  .epk-bootstrap .px-3 {
    padding-right: 1rem !important; }
  .epk-bootstrap .pb-3,
  .epk-bootstrap .py-3 {
    padding-bottom: 1rem !important; }
  .epk-bootstrap .pl-3,
  .epk-bootstrap .px-3 {
    padding-left: 1rem !important; }
  .epk-bootstrap .p-4 {
    padding: 1.5rem !important; }
  .epk-bootstrap .pt-4,
  .epk-bootstrap .py-4 {
    padding-top: 1.5rem !important; }
  .epk-bootstrap .pr-4,
  .epk-bootstrap .px-4 {
    padding-right: 1.5rem !important; }
  .epk-bootstrap .pb-4,
  .epk-bootstrap .py-4 {
    padding-bottom: 1.5rem !important; }
  .epk-bootstrap .pl-4,
  .epk-bootstrap .px-4 {
    padding-left: 1.5rem !important; }
  .epk-bootstrap .p-5 {
    padding: 3rem !important; }
  .epk-bootstrap .pt-5,
  .epk-bootstrap .py-5 {
    padding-top: 3rem !important; }
  .epk-bootstrap .pr-5,
  .epk-bootstrap .px-5 {
    padding-right: 3rem !important; }
  .epk-bootstrap .pb-5,
  .epk-bootstrap .py-5 {
    padding-bottom: 3rem !important; }
  .epk-bootstrap .pl-5,
  .epk-bootstrap .px-5 {
    padding-left: 3rem !important; }
  .epk-bootstrap .m-auto {
    margin: auto !important; }
  .epk-bootstrap .mt-auto,
  .epk-bootstrap .my-auto {
    margin-top: auto !important; }
  .epk-bootstrap .mr-auto,
  .epk-bootstrap .mx-auto {
    margin-right: auto !important; }
  .epk-bootstrap .mb-auto,
  .epk-bootstrap .my-auto {
    margin-bottom: auto !important; }
  .epk-bootstrap .ml-auto,
  .epk-bootstrap .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .epk-bootstrap .m-sm-0 {
      margin: 0 !important; }
    .epk-bootstrap .mt-sm-0,
    .epk-bootstrap .my-sm-0 {
      margin-top: 0 !important; }
    .epk-bootstrap .mr-sm-0,
    .epk-bootstrap .mx-sm-0 {
      margin-right: 0 !important; }
    .epk-bootstrap .mb-sm-0,
    .epk-bootstrap .my-sm-0 {
      margin-bottom: 0 !important; }
    .epk-bootstrap .ml-sm-0,
    .epk-bootstrap .mx-sm-0 {
      margin-left: 0 !important; }
    .epk-bootstrap .m-sm-1 {
      margin: 0.25rem !important; }
    .epk-bootstrap .mt-sm-1,
    .epk-bootstrap .my-sm-1 {
      margin-top: 0.25rem !important; }
    .epk-bootstrap .mr-sm-1,
    .epk-bootstrap .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .epk-bootstrap .mb-sm-1,
    .epk-bootstrap .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .epk-bootstrap .ml-sm-1,
    .epk-bootstrap .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .epk-bootstrap .m-sm-2 {
      margin: 0.5rem !important; }
    .epk-bootstrap .mt-sm-2,
    .epk-bootstrap .my-sm-2 {
      margin-top: 0.5rem !important; }
    .epk-bootstrap .mr-sm-2,
    .epk-bootstrap .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .epk-bootstrap .mb-sm-2,
    .epk-bootstrap .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .epk-bootstrap .ml-sm-2,
    .epk-bootstrap .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .epk-bootstrap .m-sm-3 {
      margin: 1rem !important; }
    .epk-bootstrap .mt-sm-3,
    .epk-bootstrap .my-sm-3 {
      margin-top: 1rem !important; }
    .epk-bootstrap .mr-sm-3,
    .epk-bootstrap .mx-sm-3 {
      margin-right: 1rem !important; }
    .epk-bootstrap .mb-sm-3,
    .epk-bootstrap .my-sm-3 {
      margin-bottom: 1rem !important; }
    .epk-bootstrap .ml-sm-3,
    .epk-bootstrap .mx-sm-3 {
      margin-left: 1rem !important; }
    .epk-bootstrap .m-sm-4 {
      margin: 1.5rem !important; }
    .epk-bootstrap .mt-sm-4,
    .epk-bootstrap .my-sm-4 {
      margin-top: 1.5rem !important; }
    .epk-bootstrap .mr-sm-4,
    .epk-bootstrap .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .epk-bootstrap .mb-sm-4,
    .epk-bootstrap .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .epk-bootstrap .ml-sm-4,
    .epk-bootstrap .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .epk-bootstrap .m-sm-5 {
      margin: 3rem !important; }
    .epk-bootstrap .mt-sm-5,
    .epk-bootstrap .my-sm-5 {
      margin-top: 3rem !important; }
    .epk-bootstrap .mr-sm-5,
    .epk-bootstrap .mx-sm-5 {
      margin-right: 3rem !important; }
    .epk-bootstrap .mb-sm-5,
    .epk-bootstrap .my-sm-5 {
      margin-bottom: 3rem !important; }
    .epk-bootstrap .ml-sm-5,
    .epk-bootstrap .mx-sm-5 {
      margin-left: 3rem !important; }
    .epk-bootstrap .p-sm-0 {
      padding: 0 !important; }
    .epk-bootstrap .pt-sm-0,
    .epk-bootstrap .py-sm-0 {
      padding-top: 0 !important; }
    .epk-bootstrap .pr-sm-0,
    .epk-bootstrap .px-sm-0 {
      padding-right: 0 !important; }
    .epk-bootstrap .pb-sm-0,
    .epk-bootstrap .py-sm-0 {
      padding-bottom: 0 !important; }
    .epk-bootstrap .pl-sm-0,
    .epk-bootstrap .px-sm-0 {
      padding-left: 0 !important; }
    .epk-bootstrap .p-sm-1 {
      padding: 0.25rem !important; }
    .epk-bootstrap .pt-sm-1,
    .epk-bootstrap .py-sm-1 {
      padding-top: 0.25rem !important; }
    .epk-bootstrap .pr-sm-1,
    .epk-bootstrap .px-sm-1 {
      padding-right: 0.25rem !important; }
    .epk-bootstrap .pb-sm-1,
    .epk-bootstrap .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .epk-bootstrap .pl-sm-1,
    .epk-bootstrap .px-sm-1 {
      padding-left: 0.25rem !important; }
    .epk-bootstrap .p-sm-2 {
      padding: 0.5rem !important; }
    .epk-bootstrap .pt-sm-2,
    .epk-bootstrap .py-sm-2 {
      padding-top: 0.5rem !important; }
    .epk-bootstrap .pr-sm-2,
    .epk-bootstrap .px-sm-2 {
      padding-right: 0.5rem !important; }
    .epk-bootstrap .pb-sm-2,
    .epk-bootstrap .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .epk-bootstrap .pl-sm-2,
    .epk-bootstrap .px-sm-2 {
      padding-left: 0.5rem !important; }
    .epk-bootstrap .p-sm-3 {
      padding: 1rem !important; }
    .epk-bootstrap .pt-sm-3,
    .epk-bootstrap .py-sm-3 {
      padding-top: 1rem !important; }
    .epk-bootstrap .pr-sm-3,
    .epk-bootstrap .px-sm-3 {
      padding-right: 1rem !important; }
    .epk-bootstrap .pb-sm-3,
    .epk-bootstrap .py-sm-3 {
      padding-bottom: 1rem !important; }
    .epk-bootstrap .pl-sm-3,
    .epk-bootstrap .px-sm-3 {
      padding-left: 1rem !important; }
    .epk-bootstrap .p-sm-4 {
      padding: 1.5rem !important; }
    .epk-bootstrap .pt-sm-4,
    .epk-bootstrap .py-sm-4 {
      padding-top: 1.5rem !important; }
    .epk-bootstrap .pr-sm-4,
    .epk-bootstrap .px-sm-4 {
      padding-right: 1.5rem !important; }
    .epk-bootstrap .pb-sm-4,
    .epk-bootstrap .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .epk-bootstrap .pl-sm-4,
    .epk-bootstrap .px-sm-4 {
      padding-left: 1.5rem !important; }
    .epk-bootstrap .p-sm-5 {
      padding: 3rem !important; }
    .epk-bootstrap .pt-sm-5,
    .epk-bootstrap .py-sm-5 {
      padding-top: 3rem !important; }
    .epk-bootstrap .pr-sm-5,
    .epk-bootstrap .px-sm-5 {
      padding-right: 3rem !important; }
    .epk-bootstrap .pb-sm-5,
    .epk-bootstrap .py-sm-5 {
      padding-bottom: 3rem !important; }
    .epk-bootstrap .pl-sm-5,
    .epk-bootstrap .px-sm-5 {
      padding-left: 3rem !important; }
    .epk-bootstrap .m-sm-auto {
      margin: auto !important; }
    .epk-bootstrap .mt-sm-auto,
    .epk-bootstrap .my-sm-auto {
      margin-top: auto !important; }
    .epk-bootstrap .mr-sm-auto,
    .epk-bootstrap .mx-sm-auto {
      margin-right: auto !important; }
    .epk-bootstrap .mb-sm-auto,
    .epk-bootstrap .my-sm-auto {
      margin-bottom: auto !important; }
    .epk-bootstrap .ml-sm-auto,
    .epk-bootstrap .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .epk-bootstrap .m-md-0 {
      margin: 0 !important; }
    .epk-bootstrap .mt-md-0,
    .epk-bootstrap .my-md-0 {
      margin-top: 0 !important; }
    .epk-bootstrap .mr-md-0,
    .epk-bootstrap .mx-md-0 {
      margin-right: 0 !important; }
    .epk-bootstrap .mb-md-0,
    .epk-bootstrap .my-md-0 {
      margin-bottom: 0 !important; }
    .epk-bootstrap .ml-md-0,
    .epk-bootstrap .mx-md-0 {
      margin-left: 0 !important; }
    .epk-bootstrap .m-md-1 {
      margin: 0.25rem !important; }
    .epk-bootstrap .mt-md-1,
    .epk-bootstrap .my-md-1 {
      margin-top: 0.25rem !important; }
    .epk-bootstrap .mr-md-1,
    .epk-bootstrap .mx-md-1 {
      margin-right: 0.25rem !important; }
    .epk-bootstrap .mb-md-1,
    .epk-bootstrap .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .epk-bootstrap .ml-md-1,
    .epk-bootstrap .mx-md-1 {
      margin-left: 0.25rem !important; }
    .epk-bootstrap .m-md-2 {
      margin: 0.5rem !important; }
    .epk-bootstrap .mt-md-2,
    .epk-bootstrap .my-md-2 {
      margin-top: 0.5rem !important; }
    .epk-bootstrap .mr-md-2,
    .epk-bootstrap .mx-md-2 {
      margin-right: 0.5rem !important; }
    .epk-bootstrap .mb-md-2,
    .epk-bootstrap .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .epk-bootstrap .ml-md-2,
    .epk-bootstrap .mx-md-2 {
      margin-left: 0.5rem !important; }
    .epk-bootstrap .m-md-3 {
      margin: 1rem !important; }
    .epk-bootstrap .mt-md-3,
    .epk-bootstrap .my-md-3 {
      margin-top: 1rem !important; }
    .epk-bootstrap .mr-md-3,
    .epk-bootstrap .mx-md-3 {
      margin-right: 1rem !important; }
    .epk-bootstrap .mb-md-3,
    .epk-bootstrap .my-md-3 {
      margin-bottom: 1rem !important; }
    .epk-bootstrap .ml-md-3,
    .epk-bootstrap .mx-md-3 {
      margin-left: 1rem !important; }
    .epk-bootstrap .m-md-4 {
      margin: 1.5rem !important; }
    .epk-bootstrap .mt-md-4,
    .epk-bootstrap .my-md-4 {
      margin-top: 1.5rem !important; }
    .epk-bootstrap .mr-md-4,
    .epk-bootstrap .mx-md-4 {
      margin-right: 1.5rem !important; }
    .epk-bootstrap .mb-md-4,
    .epk-bootstrap .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .epk-bootstrap .ml-md-4,
    .epk-bootstrap .mx-md-4 {
      margin-left: 1.5rem !important; }
    .epk-bootstrap .m-md-5 {
      margin: 3rem !important; }
    .epk-bootstrap .mt-md-5,
    .epk-bootstrap .my-md-5 {
      margin-top: 3rem !important; }
    .epk-bootstrap .mr-md-5,
    .epk-bootstrap .mx-md-5 {
      margin-right: 3rem !important; }
    .epk-bootstrap .mb-md-5,
    .epk-bootstrap .my-md-5 {
      margin-bottom: 3rem !important; }
    .epk-bootstrap .ml-md-5,
    .epk-bootstrap .mx-md-5 {
      margin-left: 3rem !important; }
    .epk-bootstrap .p-md-0 {
      padding: 0 !important; }
    .epk-bootstrap .pt-md-0,
    .epk-bootstrap .py-md-0 {
      padding-top: 0 !important; }
    .epk-bootstrap .pr-md-0,
    .epk-bootstrap .px-md-0 {
      padding-right: 0 !important; }
    .epk-bootstrap .pb-md-0,
    .epk-bootstrap .py-md-0 {
      padding-bottom: 0 !important; }
    .epk-bootstrap .pl-md-0,
    .epk-bootstrap .px-md-0 {
      padding-left: 0 !important; }
    .epk-bootstrap .p-md-1 {
      padding: 0.25rem !important; }
    .epk-bootstrap .pt-md-1,
    .epk-bootstrap .py-md-1 {
      padding-top: 0.25rem !important; }
    .epk-bootstrap .pr-md-1,
    .epk-bootstrap .px-md-1 {
      padding-right: 0.25rem !important; }
    .epk-bootstrap .pb-md-1,
    .epk-bootstrap .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .epk-bootstrap .pl-md-1,
    .epk-bootstrap .px-md-1 {
      padding-left: 0.25rem !important; }
    .epk-bootstrap .p-md-2 {
      padding: 0.5rem !important; }
    .epk-bootstrap .pt-md-2,
    .epk-bootstrap .py-md-2 {
      padding-top: 0.5rem !important; }
    .epk-bootstrap .pr-md-2,
    .epk-bootstrap .px-md-2 {
      padding-right: 0.5rem !important; }
    .epk-bootstrap .pb-md-2,
    .epk-bootstrap .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .epk-bootstrap .pl-md-2,
    .epk-bootstrap .px-md-2 {
      padding-left: 0.5rem !important; }
    .epk-bootstrap .p-md-3 {
      padding: 1rem !important; }
    .epk-bootstrap .pt-md-3,
    .epk-bootstrap .py-md-3 {
      padding-top: 1rem !important; }
    .epk-bootstrap .pr-md-3,
    .epk-bootstrap .px-md-3 {
      padding-right: 1rem !important; }
    .epk-bootstrap .pb-md-3,
    .epk-bootstrap .py-md-3 {
      padding-bottom: 1rem !important; }
    .epk-bootstrap .pl-md-3,
    .epk-bootstrap .px-md-3 {
      padding-left: 1rem !important; }
    .epk-bootstrap .p-md-4 {
      padding: 1.5rem !important; }
    .epk-bootstrap .pt-md-4,
    .epk-bootstrap .py-md-4 {
      padding-top: 1.5rem !important; }
    .epk-bootstrap .pr-md-4,
    .epk-bootstrap .px-md-4 {
      padding-right: 1.5rem !important; }
    .epk-bootstrap .pb-md-4,
    .epk-bootstrap .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .epk-bootstrap .pl-md-4,
    .epk-bootstrap .px-md-4 {
      padding-left: 1.5rem !important; }
    .epk-bootstrap .p-md-5 {
      padding: 3rem !important; }
    .epk-bootstrap .pt-md-5,
    .epk-bootstrap .py-md-5 {
      padding-top: 3rem !important; }
    .epk-bootstrap .pr-md-5,
    .epk-bootstrap .px-md-5 {
      padding-right: 3rem !important; }
    .epk-bootstrap .pb-md-5,
    .epk-bootstrap .py-md-5 {
      padding-bottom: 3rem !important; }
    .epk-bootstrap .pl-md-5,
    .epk-bootstrap .px-md-5 {
      padding-left: 3rem !important; }
    .epk-bootstrap .m-md-auto {
      margin: auto !important; }
    .epk-bootstrap .mt-md-auto,
    .epk-bootstrap .my-md-auto {
      margin-top: auto !important; }
    .epk-bootstrap .mr-md-auto,
    .epk-bootstrap .mx-md-auto {
      margin-right: auto !important; }
    .epk-bootstrap .mb-md-auto,
    .epk-bootstrap .my-md-auto {
      margin-bottom: auto !important; }
    .epk-bootstrap .ml-md-auto,
    .epk-bootstrap .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    .epk-bootstrap .m-lg-0 {
      margin: 0 !important; }
    .epk-bootstrap .mt-lg-0,
    .epk-bootstrap .my-lg-0 {
      margin-top: 0 !important; }
    .epk-bootstrap .mr-lg-0,
    .epk-bootstrap .mx-lg-0 {
      margin-right: 0 !important; }
    .epk-bootstrap .mb-lg-0,
    .epk-bootstrap .my-lg-0 {
      margin-bottom: 0 !important; }
    .epk-bootstrap .ml-lg-0,
    .epk-bootstrap .mx-lg-0 {
      margin-left: 0 !important; }
    .epk-bootstrap .m-lg-1 {
      margin: 0.25rem !important; }
    .epk-bootstrap .mt-lg-1,
    .epk-bootstrap .my-lg-1 {
      margin-top: 0.25rem !important; }
    .epk-bootstrap .mr-lg-1,
    .epk-bootstrap .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .epk-bootstrap .mb-lg-1,
    .epk-bootstrap .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .epk-bootstrap .ml-lg-1,
    .epk-bootstrap .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .epk-bootstrap .m-lg-2 {
      margin: 0.5rem !important; }
    .epk-bootstrap .mt-lg-2,
    .epk-bootstrap .my-lg-2 {
      margin-top: 0.5rem !important; }
    .epk-bootstrap .mr-lg-2,
    .epk-bootstrap .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .epk-bootstrap .mb-lg-2,
    .epk-bootstrap .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .epk-bootstrap .ml-lg-2,
    .epk-bootstrap .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .epk-bootstrap .m-lg-3 {
      margin: 1rem !important; }
    .epk-bootstrap .mt-lg-3,
    .epk-bootstrap .my-lg-3 {
      margin-top: 1rem !important; }
    .epk-bootstrap .mr-lg-3,
    .epk-bootstrap .mx-lg-3 {
      margin-right: 1rem !important; }
    .epk-bootstrap .mb-lg-3,
    .epk-bootstrap .my-lg-3 {
      margin-bottom: 1rem !important; }
    .epk-bootstrap .ml-lg-3,
    .epk-bootstrap .mx-lg-3 {
      margin-left: 1rem !important; }
    .epk-bootstrap .m-lg-4 {
      margin: 1.5rem !important; }
    .epk-bootstrap .mt-lg-4,
    .epk-bootstrap .my-lg-4 {
      margin-top: 1.5rem !important; }
    .epk-bootstrap .mr-lg-4,
    .epk-bootstrap .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .epk-bootstrap .mb-lg-4,
    .epk-bootstrap .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .epk-bootstrap .ml-lg-4,
    .epk-bootstrap .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .epk-bootstrap .m-lg-5 {
      margin: 3rem !important; }
    .epk-bootstrap .mt-lg-5,
    .epk-bootstrap .my-lg-5 {
      margin-top: 3rem !important; }
    .epk-bootstrap .mr-lg-5,
    .epk-bootstrap .mx-lg-5 {
      margin-right: 3rem !important; }
    .epk-bootstrap .mb-lg-5,
    .epk-bootstrap .my-lg-5 {
      margin-bottom: 3rem !important; }
    .epk-bootstrap .ml-lg-5,
    .epk-bootstrap .mx-lg-5 {
      margin-left: 3rem !important; }
    .epk-bootstrap .p-lg-0 {
      padding: 0 !important; }
    .epk-bootstrap .pt-lg-0,
    .epk-bootstrap .py-lg-0 {
      padding-top: 0 !important; }
    .epk-bootstrap .pr-lg-0,
    .epk-bootstrap .px-lg-0 {
      padding-right: 0 !important; }
    .epk-bootstrap .pb-lg-0,
    .epk-bootstrap .py-lg-0 {
      padding-bottom: 0 !important; }
    .epk-bootstrap .pl-lg-0,
    .epk-bootstrap .px-lg-0 {
      padding-left: 0 !important; }
    .epk-bootstrap .p-lg-1 {
      padding: 0.25rem !important; }
    .epk-bootstrap .pt-lg-1,
    .epk-bootstrap .py-lg-1 {
      padding-top: 0.25rem !important; }
    .epk-bootstrap .pr-lg-1,
    .epk-bootstrap .px-lg-1 {
      padding-right: 0.25rem !important; }
    .epk-bootstrap .pb-lg-1,
    .epk-bootstrap .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .epk-bootstrap .pl-lg-1,
    .epk-bootstrap .px-lg-1 {
      padding-left: 0.25rem !important; }
    .epk-bootstrap .p-lg-2 {
      padding: 0.5rem !important; }
    .epk-bootstrap .pt-lg-2,
    .epk-bootstrap .py-lg-2 {
      padding-top: 0.5rem !important; }
    .epk-bootstrap .pr-lg-2,
    .epk-bootstrap .px-lg-2 {
      padding-right: 0.5rem !important; }
    .epk-bootstrap .pb-lg-2,
    .epk-bootstrap .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .epk-bootstrap .pl-lg-2,
    .epk-bootstrap .px-lg-2 {
      padding-left: 0.5rem !important; }
    .epk-bootstrap .p-lg-3 {
      padding: 1rem !important; }
    .epk-bootstrap .pt-lg-3,
    .epk-bootstrap .py-lg-3 {
      padding-top: 1rem !important; }
    .epk-bootstrap .pr-lg-3,
    .epk-bootstrap .px-lg-3 {
      padding-right: 1rem !important; }
    .epk-bootstrap .pb-lg-3,
    .epk-bootstrap .py-lg-3 {
      padding-bottom: 1rem !important; }
    .epk-bootstrap .pl-lg-3,
    .epk-bootstrap .px-lg-3 {
      padding-left: 1rem !important; }
    .epk-bootstrap .p-lg-4 {
      padding: 1.5rem !important; }
    .epk-bootstrap .pt-lg-4,
    .epk-bootstrap .py-lg-4 {
      padding-top: 1.5rem !important; }
    .epk-bootstrap .pr-lg-4,
    .epk-bootstrap .px-lg-4 {
      padding-right: 1.5rem !important; }
    .epk-bootstrap .pb-lg-4,
    .epk-bootstrap .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .epk-bootstrap .pl-lg-4,
    .epk-bootstrap .px-lg-4 {
      padding-left: 1.5rem !important; }
    .epk-bootstrap .p-lg-5 {
      padding: 3rem !important; }
    .epk-bootstrap .pt-lg-5,
    .epk-bootstrap .py-lg-5 {
      padding-top: 3rem !important; }
    .epk-bootstrap .pr-lg-5,
    .epk-bootstrap .px-lg-5 {
      padding-right: 3rem !important; }
    .epk-bootstrap .pb-lg-5,
    .epk-bootstrap .py-lg-5 {
      padding-bottom: 3rem !important; }
    .epk-bootstrap .pl-lg-5,
    .epk-bootstrap .px-lg-5 {
      padding-left: 3rem !important; }
    .epk-bootstrap .m-lg-auto {
      margin: auto !important; }
    .epk-bootstrap .mt-lg-auto,
    .epk-bootstrap .my-lg-auto {
      margin-top: auto !important; }
    .epk-bootstrap .mr-lg-auto,
    .epk-bootstrap .mx-lg-auto {
      margin-right: auto !important; }
    .epk-bootstrap .mb-lg-auto,
    .epk-bootstrap .my-lg-auto {
      margin-bottom: auto !important; }
    .epk-bootstrap .ml-lg-auto,
    .epk-bootstrap .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .m-xl-0 {
      margin: 0 !important; }
    .epk-bootstrap .mt-xl-0,
    .epk-bootstrap .my-xl-0 {
      margin-top: 0 !important; }
    .epk-bootstrap .mr-xl-0,
    .epk-bootstrap .mx-xl-0 {
      margin-right: 0 !important; }
    .epk-bootstrap .mb-xl-0,
    .epk-bootstrap .my-xl-0 {
      margin-bottom: 0 !important; }
    .epk-bootstrap .ml-xl-0,
    .epk-bootstrap .mx-xl-0 {
      margin-left: 0 !important; }
    .epk-bootstrap .m-xl-1 {
      margin: 0.25rem !important; }
    .epk-bootstrap .mt-xl-1,
    .epk-bootstrap .my-xl-1 {
      margin-top: 0.25rem !important; }
    .epk-bootstrap .mr-xl-1,
    .epk-bootstrap .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .epk-bootstrap .mb-xl-1,
    .epk-bootstrap .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .epk-bootstrap .ml-xl-1,
    .epk-bootstrap .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .epk-bootstrap .m-xl-2 {
      margin: 0.5rem !important; }
    .epk-bootstrap .mt-xl-2,
    .epk-bootstrap .my-xl-2 {
      margin-top: 0.5rem !important; }
    .epk-bootstrap .mr-xl-2,
    .epk-bootstrap .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .epk-bootstrap .mb-xl-2,
    .epk-bootstrap .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .epk-bootstrap .ml-xl-2,
    .epk-bootstrap .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .epk-bootstrap .m-xl-3 {
      margin: 1rem !important; }
    .epk-bootstrap .mt-xl-3,
    .epk-bootstrap .my-xl-3 {
      margin-top: 1rem !important; }
    .epk-bootstrap .mr-xl-3,
    .epk-bootstrap .mx-xl-3 {
      margin-right: 1rem !important; }
    .epk-bootstrap .mb-xl-3,
    .epk-bootstrap .my-xl-3 {
      margin-bottom: 1rem !important; }
    .epk-bootstrap .ml-xl-3,
    .epk-bootstrap .mx-xl-3 {
      margin-left: 1rem !important; }
    .epk-bootstrap .m-xl-4 {
      margin: 1.5rem !important; }
    .epk-bootstrap .mt-xl-4,
    .epk-bootstrap .my-xl-4 {
      margin-top: 1.5rem !important; }
    .epk-bootstrap .mr-xl-4,
    .epk-bootstrap .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .epk-bootstrap .mb-xl-4,
    .epk-bootstrap .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .epk-bootstrap .ml-xl-4,
    .epk-bootstrap .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .epk-bootstrap .m-xl-5 {
      margin: 3rem !important; }
    .epk-bootstrap .mt-xl-5,
    .epk-bootstrap .my-xl-5 {
      margin-top: 3rem !important; }
    .epk-bootstrap .mr-xl-5,
    .epk-bootstrap .mx-xl-5 {
      margin-right: 3rem !important; }
    .epk-bootstrap .mb-xl-5,
    .epk-bootstrap .my-xl-5 {
      margin-bottom: 3rem !important; }
    .epk-bootstrap .ml-xl-5,
    .epk-bootstrap .mx-xl-5 {
      margin-left: 3rem !important; }
    .epk-bootstrap .p-xl-0 {
      padding: 0 !important; }
    .epk-bootstrap .pt-xl-0,
    .epk-bootstrap .py-xl-0 {
      padding-top: 0 !important; }
    .epk-bootstrap .pr-xl-0,
    .epk-bootstrap .px-xl-0 {
      padding-right: 0 !important; }
    .epk-bootstrap .pb-xl-0,
    .epk-bootstrap .py-xl-0 {
      padding-bottom: 0 !important; }
    .epk-bootstrap .pl-xl-0,
    .epk-bootstrap .px-xl-0 {
      padding-left: 0 !important; }
    .epk-bootstrap .p-xl-1 {
      padding: 0.25rem !important; }
    .epk-bootstrap .pt-xl-1,
    .epk-bootstrap .py-xl-1 {
      padding-top: 0.25rem !important; }
    .epk-bootstrap .pr-xl-1,
    .epk-bootstrap .px-xl-1 {
      padding-right: 0.25rem !important; }
    .epk-bootstrap .pb-xl-1,
    .epk-bootstrap .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .epk-bootstrap .pl-xl-1,
    .epk-bootstrap .px-xl-1 {
      padding-left: 0.25rem !important; }
    .epk-bootstrap .p-xl-2 {
      padding: 0.5rem !important; }
    .epk-bootstrap .pt-xl-2,
    .epk-bootstrap .py-xl-2 {
      padding-top: 0.5rem !important; }
    .epk-bootstrap .pr-xl-2,
    .epk-bootstrap .px-xl-2 {
      padding-right: 0.5rem !important; }
    .epk-bootstrap .pb-xl-2,
    .epk-bootstrap .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .epk-bootstrap .pl-xl-2,
    .epk-bootstrap .px-xl-2 {
      padding-left: 0.5rem !important; }
    .epk-bootstrap .p-xl-3 {
      padding: 1rem !important; }
    .epk-bootstrap .pt-xl-3,
    .epk-bootstrap .py-xl-3 {
      padding-top: 1rem !important; }
    .epk-bootstrap .pr-xl-3,
    .epk-bootstrap .px-xl-3 {
      padding-right: 1rem !important; }
    .epk-bootstrap .pb-xl-3,
    .epk-bootstrap .py-xl-3 {
      padding-bottom: 1rem !important; }
    .epk-bootstrap .pl-xl-3,
    .epk-bootstrap .px-xl-3 {
      padding-left: 1rem !important; }
    .epk-bootstrap .p-xl-4 {
      padding: 1.5rem !important; }
    .epk-bootstrap .pt-xl-4,
    .epk-bootstrap .py-xl-4 {
      padding-top: 1.5rem !important; }
    .epk-bootstrap .pr-xl-4,
    .epk-bootstrap .px-xl-4 {
      padding-right: 1.5rem !important; }
    .epk-bootstrap .pb-xl-4,
    .epk-bootstrap .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .epk-bootstrap .pl-xl-4,
    .epk-bootstrap .px-xl-4 {
      padding-left: 1.5rem !important; }
    .epk-bootstrap .p-xl-5 {
      padding: 3rem !important; }
    .epk-bootstrap .pt-xl-5,
    .epk-bootstrap .py-xl-5 {
      padding-top: 3rem !important; }
    .epk-bootstrap .pr-xl-5,
    .epk-bootstrap .px-xl-5 {
      padding-right: 3rem !important; }
    .epk-bootstrap .pb-xl-5,
    .epk-bootstrap .py-xl-5 {
      padding-bottom: 3rem !important; }
    .epk-bootstrap .pl-xl-5,
    .epk-bootstrap .px-xl-5 {
      padding-left: 3rem !important; }
    .epk-bootstrap .m-xl-auto {
      margin: auto !important; }
    .epk-bootstrap .mt-xl-auto,
    .epk-bootstrap .my-xl-auto {
      margin-top: auto !important; }
    .epk-bootstrap .mr-xl-auto,
    .epk-bootstrap .mx-xl-auto {
      margin-right: auto !important; }
    .epk-bootstrap .mb-xl-auto,
    .epk-bootstrap .my-xl-auto {
      margin-bottom: auto !important; }
    .epk-bootstrap .ml-xl-auto,
    .epk-bootstrap .mx-xl-auto {
      margin-left: auto !important; } }
  .epk-bootstrap .text-justify {
    text-align: justify !important; }
  .epk-bootstrap .text-nowrap {
    white-space: nowrap !important; }
  .epk-bootstrap .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .epk-bootstrap .text-left {
    text-align: left !important; }
  .epk-bootstrap .text-right {
    text-align: right !important; }
  .epk-bootstrap .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .epk-bootstrap .text-sm-left {
      text-align: left !important; }
    .epk-bootstrap .text-sm-right {
      text-align: right !important; }
    .epk-bootstrap .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .epk-bootstrap .text-md-left {
      text-align: left !important; }
    .epk-bootstrap .text-md-right {
      text-align: right !important; }
    .epk-bootstrap .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .epk-bootstrap .text-lg-left {
      text-align: left !important; }
    .epk-bootstrap .text-lg-right {
      text-align: right !important; }
    .epk-bootstrap .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .epk-bootstrap .text-xl-left {
      text-align: left !important; }
    .epk-bootstrap .text-xl-right {
      text-align: right !important; }
    .epk-bootstrap .text-xl-center {
      text-align: center !important; } }
  .epk-bootstrap .text-lowercase {
    text-transform: lowercase !important; }
  .epk-bootstrap .text-uppercase {
    text-transform: uppercase !important; }
  .epk-bootstrap .text-capitalize {
    text-transform: capitalize !important; }
  .epk-bootstrap .font-weight-light {
    font-weight: 300 !important; }
  .epk-bootstrap .font-weight-normal {
    font-weight: 400 !important; }
  .epk-bootstrap .font-weight-bold {
    font-weight: 700 !important; }
  .epk-bootstrap .font-italic {
    font-style: italic !important; }
  .epk-bootstrap .text-white {
    color: #fff !important; }
  .epk-bootstrap .text-primary {
    color: #007bff !important; }
  .epk-bootstrap a.text-primary:focus, .epk-bootstrap a.text-primary:hover {
    color: #0062cc !important; }
  .epk-bootstrap .text-secondary {
    color: #868e96 !important; }
  .epk-bootstrap a.text-secondary:focus, .epk-bootstrap a.text-secondary:hover {
    color: #6c757d !important; }
  .epk-bootstrap .text-success {
    color: #28a745 !important; }
  .epk-bootstrap a.text-success:focus, .epk-bootstrap a.text-success:hover {
    color: #1e7e34 !important; }
  .epk-bootstrap .text-info {
    color: #17a2b8 !important; }
  .epk-bootstrap a.text-info:focus, .epk-bootstrap a.text-info:hover {
    color: #117a8b !important; }
  .epk-bootstrap .text-warning {
    color: #ffc107 !important; }
  .epk-bootstrap a.text-warning:focus, .epk-bootstrap a.text-warning:hover {
    color: #d39e00 !important; }
  .epk-bootstrap .text-danger {
    color: #dc3545 !important; }
  .epk-bootstrap a.text-danger:focus, .epk-bootstrap a.text-danger:hover {
    color: #bd2130 !important; }
  .epk-bootstrap .text-light {
    color: #f8f9fa !important; }
  .epk-bootstrap a.text-light:focus, .epk-bootstrap a.text-light:hover {
    color: #dae0e5 !important; }
  .epk-bootstrap .text-dark {
    color: #343a40 !important; }
  .epk-bootstrap a.text-dark:focus, .epk-bootstrap a.text-dark:hover {
    color: #1d2124 !important; }
  .epk-bootstrap .text-muted {
    color: #868e96 !important; }
  .epk-bootstrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .epk-bootstrap .visible {
    visibility: visible !important; }
  .epk-bootstrap .invisible {
    visibility: hidden !important; }
  .epk-bootstrap .container {
    max-width: calc(1050px + 4rem);
    padding-right: 2rem;
    padding-left: 2rem; }
  @media (max-width: 49.999em) {
    .epk-bootstrap .container {
      padding: 0 1rem; } }
  .epk-bootstrap a {
    color: black;
    text-decoration: none; }
  .epk-bootstrap a:hover {
    color: #000000;
    text-decoration: none; }
  .epk-bootstrap a.simple {
    background: none;
    text-decoration: underline;
    color: black; }
  .epk-bootstrap a.tag {
    padding: 3px 10px 7px 10px;
    border-radius: 12px;
    background: #dadada;
    color: black;
    margin: 0 5px;
    font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif; }
    .epk-bootstrap a.tag:hover {
      text-decoration: none;
      background: red; }
  .epk-bootstrap .simple-links a {
    background: none;
    text-decoration: underline;
    color: black; }
    .epk-bootstrap .simple-links a:hover {
      color: black; }
  .epk-bootstrap .event-today {
    color: black;
    text-transform: uppercase; }
  .epk-bootstrap article {
    font-family: "Delvard", "Helvetica", "Arial", sans-serif; }
    .epk-bootstrap article header {
      margin: 35px auto 45px; }
      .epk-bootstrap article header .overtitle {
        font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        color: #999999;
        margin: 0 0 12px; }
        .epk-bootstrap article header .overtitle span {
          color: #11121d; }
      .epk-bootstrap article header h1 {
        font-size: 48px;
        font-weight: 900; }
      .epk-bootstrap article header .dates {
        font-weight: 600;
        font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif; }
      .epk-bootstrap article header .hero-image {
        position: relative;
        z-index: 4; }
        .epk-bootstrap article header .hero-image::before {
          content: "";
          position: relative;
          background-image: url(img/triangle-D.svg);
          background-size: 10px 15px;
          background-repeat: repeat-x;
          width: 100%;
          height: 15px;
          display: block;
          top: 15px;
          z-index: 5; }
        .epk-bootstrap article header .hero-image img {
          width: 100%; }
    .epk-bootstrap article .main-text {
      font-family: "Nocturno", "Georgia", "Times New Roman", serif; }
    .epk-bootstrap article aside {
      font-size: 14px; }
    .epk-bootstrap article .event-info {
      font-size: 16px;
      line-height: 20px; }
      .epk-bootstrap article .event-info .heading {
        font-weight: bold;
        padding-bottom: 33px;
        border-bottom: 2px solid black; }
      .epk-bootstrap article .event-info .body {
        padding: 21px 0 33px;
        border-bottom: 1px solid black; }
        .epk-bootstrap article .event-info .body p {
          margin: 0; }
    .epk-bootstrap article .event-meta {
      font-size: 13px;
      font-weight: bold; }
  .epk-bootstrap .event-project-line {
    background-color: #ffea00;
    font-weight: bolder; }
  .epk-bootstrap .related-events, .epk-bootstrap .event-list-holder {
    background-color: #00d9ff;
    overflow: hidden; }
  .epk-bootstrap .article-share {
    background: transparent;
    margin-top: 0; }
    .epk-bootstrap .article-share a {
      padding: 0.65rem 0.25rem; }
      .epk-bootstrap .article-share a:hover {
        color: red; }
  .epk-bootstrap .card-image {
    position: relative; }
    .epk-bootstrap .card-image:before {
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0);
      transition: all 0.2s;
      z-index: 1; }
    .epk-bootstrap .card-image:hover:before {
      background-color: rgba(0, 0, 0, 0.3); }
  .epk-bootstrap a.event-card, .epk-bootstrap div.event-card {
    background: white;
    color: #000;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    position: relative;
    z-index: 4;
    /*margin-top: 40px;*/
    height: 100%;
    display: block;
    /*
	&:hover {
		color: black;
		text-decoration: none;
		.body  h3 a {
			color: black;
		    text-decoration: none;
			@include underline($red, #ffffff);
		}
	}
*/ }
    .epk-bootstrap a.event-card::before, .epk-bootstrap div.event-card::before {
      content: "";
      position: relative;
      background-image: url(img/triangle-U.svg);
      background-size: 10px 15px;
      background-repeat: repeat-x;
      width: 100%;
      height: 15px;
      display: block;
      top: -15px;
      z-index: 5; }
    .epk-bootstrap a.event-card div, .epk-bootstrap div.event-card div {
      font-size: 13px; }
      .epk-bootstrap a.event-card div.heading, .epk-bootstrap div.event-card div.heading {
        padding: 0 15px 10px;
        margin-top: -10px;
        text-transform: uppercase;
        font-weight: 600; }
        .epk-bootstrap a.event-card div.heading .text-right, .epk-bootstrap div.event-card div.heading .text-right {
          margin-top: 10px; }
        .epk-bootstrap a.event-card div.heading .date, .epk-bootstrap div.event-card div.heading .date {
          font-size: 22px;
          font-weight: bold;
          margin-top: 0; }
      .epk-bootstrap a.event-card div.body, .epk-bootstrap div.event-card div.body {
        padding: 15px;
        margin-bottom: 30px; }
        .epk-bootstrap a.event-card div.body span, .epk-bootstrap div.event-card div.body span {
          text-transform: uppercase;
          color: #999999; }
        .epk-bootstrap a.event-card div.body .card-overtitle, .epk-bootstrap div.event-card div.body .card-overtitle {
          font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
          color: #999999;
          text-transform: uppercase; }
        .epk-bootstrap a.event-card div.body h3, .epk-bootstrap div.event-card div.body h3 {
          font-size: 22px;
          font-weight: bold;
          width: fit-content; }
        .epk-bootstrap a.event-card div.body .card-title, .epk-bootstrap div.event-card div.body .card-title {
          min-height: 52px; }
      .epk-bootstrap a.event-card div.footer, .epk-bootstrap div.event-card div.footer {
        font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
        border-top: 1px solid #dadada;
        padding: 8px 15px 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
    .epk-bootstrap a.event-card.single, .epk-bootstrap div.event-card.single {
      /*

		&.body {
			padding: 15px;
			span {
				text-transform: uppercase;
				color: $warm-grey;
			}
			h3 {
				font-size: 22px;
				font-weight: bold;
				height: 52px;
			}
		}
		&.footer {
			border-top: 1px solid $warm-grey;
			padding: 5px 15px 15px;
		}
		img {
			padding: 0 15px;
		}

*/ }
      .epk-bootstrap a.event-card.single .heading, .epk-bootstrap div.event-card.single .heading {
        padding: 10px 15px;
        text-transform: uppercase;
        margin-top: 0;
        border-bottom: 1px solid #dadada; }
        .epk-bootstrap a.event-card.single .heading .date, .epk-bootstrap div.event-card.single .heading .date {
          font-size: 22px;
          font-weight: bold; }
      @media (min-width: 768px) {
        .epk-bootstrap a.event-card.single::before, .epk-bootstrap div.event-card.single::before {
          content: "";
          display: none; }
        .epk-bootstrap a.event-card.single::after, .epk-bootstrap div.event-card.single::after {
          content: "";
          position: absolute;
          background-image: url(img/triangle-R.svg);
          background-size: 15px 10px;
          background-repeat: repeat-y;
          width: 15px;
          height: 100%;
          display: block;
          right: -15px;
          top: 0;
          z-index: 5; }
        .epk-bootstrap a.event-card.single .heading, .epk-bootstrap a.event-card.single .body, .epk-bootstrap a.event-card.single .footer, .epk-bootstrap div.event-card.single .heading, .epk-bootstrap div.event-card.single .body, .epk-bootstrap div.event-card.single .footer {
          padding-left: 0;
          padding-right: 0;
          margin-right: 15px; }
        .epk-bootstrap a.event-card.single .body .text-truncate, .epk-bootstrap div.event-card.single .body .text-truncate {
          line-height: 1.5; }
        .epk-bootstrap a.event-card.single .body h3, .epk-bootstrap div.event-card.single .body h3 {
          font-size: 32px; }
        .epk-bootstrap a.event-card.single .body p, .epk-bootstrap div.event-card.single .body p {
          font-family: "Nocturno", "Georgia", "Times New Roman", serif;
          font-size: 18px; }
        .epk-bootstrap a.event-card.single .footer, .epk-bootstrap div.event-card.single .footer {
          bottom: 0;
          position: absolute;
          width: 92%; } }
    .epk-bootstrap a.event-card .body h3 a:hover, .epk-bootstrap div.event-card .body h3 a:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a); }
  .epk-bootstrap .event-card-small a.event-card h3 {
    display: inline; }
  .epk-bootstrap .event-card-small a.event-card:hover h3 {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 95%;
    background-image: linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a); }
  .epk-bootstrap .related-events h2 {
    font-size: 32px;
    font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif; }
  .epk-bootstrap .related-events a.simple {
    font-size: 16px; }
  .epk-bootstrap .event-list h1 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 72; }
  .epk-bootstrap .event-list .news-filters {
    padding: 20px 0;
    display: block; }
    .epk-bootstrap .event-list .news-filters .news-filter {
      display: block;
      width: 100%; }
      .epk-bootstrap .event-list .news-filters .news-filter .custom-select {
        background-image: none;
        background-color: white;
        border-left: 2px solid black;
        border-radius: 0;
        padding: 1px 15px 3px 15px;
        width: 100%;
        height: auto; }
        .epk-bootstrap .event-list .news-filters .news-filter .custom-select select {
          padding: 0; }
  .epk-bootstrap .event-list .event {
    background: white;
    font-family: "Delvard", "Helvetica", "Arial", sans-serif;
    position: relative; }
    .epk-bootstrap .event-list .event .pre {
      text-transform: uppercase;
      color: #999999; }
    .epk-bootstrap .event-list .event h3 {
      font-weight: bold; }
    .epk-bootstrap .event-list .event p {
      font-family: "Nocturno", "Georgia", "Times New Roman", serif; }
    .epk-bootstrap .event-list .event::after {
      content: "";
      position: absolute;
      background-image: url(img/zigzag-h.svg);
      margin-bottom: -7.5px;
      /*background-size: 15px 8px;*/
      background-repeat: repeat-x;
      width: auto;
      height: 15px;
      display: block;
      left: 15px;
      right: 15px;
      bottom: 0;
      z-index: 5; }
    .epk-bootstrap .event-list .event.last::after {
      display: none; }
  .epk-bootstrap .minisite-listing {
    background: #ffea00;
    padding-bottom: 136px; }
    .epk-bootstrap .minisite-listing.minisite-block {
      padding-bottom: 40px; }
      .epk-bootstrap .minisite-listing.minisite-block h1 {
        font-size: 32px; }
    .epk-bootstrap .minisite-listing .minisite-header h1, .epk-bootstrap .minisite-listing .minisite-header p {
      margin-bottom: 0; }
    .epk-bootstrap .minisite-listing .minisite-header a:hover {
      text-decoration: underline; }
    .epk-bootstrap .minisite-listing h1 {
      font-family: "Delvard", "Helvetica", "Arial", sans-serif;
      font-weight: 600;
      font-size: 64px;
      font-weight: 600; }
    .epk-bootstrap .minisite-listing .minisite-filters .minisite-filter {
      display: block;
      width: 100%; }
      .epk-bootstrap .minisite-listing .minisite-filters .minisite-filter .custom-select {
        background-image: none;
        background-color: white;
        border-left: 2px solid black;
        border-radius: 0;
        padding: 1px 15px 3px 15px;
        width: 100%;
        height: auto; }
        .epk-bootstrap .minisite-listing .minisite-filters .minisite-filter .custom-select select {
          padding: 0; }
    .epk-bootstrap .minisite-listing .w-33 {
      width: calc(33% - 15px);
      margin-right: 15px; }
    .epk-bootstrap .minisite-listing .card-bg {
      background: #f6f6f6; }
    .epk-bootstrap .minisite-listing .card {
      border: none;
      border-radius: 0;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px;
      background-color: #f6f6f6; }
      .epk-bootstrap .minisite-listing .card a {
        padding-bottom: 3px; }
        .epk-bootstrap .minisite-listing .card a:hover {
          transition: color 0.3s;
          /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
          background-size: .05em 2px, .05em 2px, 1px 2px;
          background-repeat: no-repeat, no-repeat, repeat-x;
          background-position: 0% 95%;
          background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
      .epk-bootstrap .minisite-listing .card.w-100 {
        flex-basis: 100%; }
    .epk-bootstrap .minisite-listing .card-img-top {
      border-radius: 0; }
    .epk-bootstrap .minisite-listing .card-title {
      font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
      font-size: 24px; }
    .epk-bootstrap .minisite-listing .card-text {
      margin-bottom: 0;
      font-family: "Nocturno", "Georgia", "Times New Roman", serif;
      font-size: 18px;
      line-height: 1.4;
      font-style: italic; }
    .epk-bootstrap .minisite-listing .card-category, .epk-bootstrap .minisite-listing .card-status {
      margin-bottom: 0;
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase; }
    .epk-bootstrap .minisite-listing .card-status {
      margin-bottom: 0;
      align-self: flex-end; }
      .epk-bootstrap .minisite-listing .card-status span {
        display: block;
        visibility: hidden;
        white-space: nowrap;
        position: relative;
        padding-right: 20px; }
        .epk-bootstrap .minisite-listing .card-status span::after {
          visibility: visible;
          content: " ";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -7px;
          width: 14px;
          height: 14px;
          background: #666;
          border-radius: 100%; }
        .epk-bootstrap .minisite-listing .card-status span:hover {
          text-indent: 0;
          visibility: visible; }
    .epk-bootstrap .minisite-listing .card-status-preparing span::after {
      background-color: #FFE600; }
    .epk-bootstrap .minisite-listing .card-status-ongoing span::after {
      background-color: #00E188; }
    .epk-bootstrap .minisite-listing .card-status-archived span::after {
      background-color: #949494; }
  .epk-bootstrap .single-event .main-text .lead {
    font-size: 32px;
    font-style: italic;
    font-family: "Nocturno", "Georgia", "Times New Roman", serif;
    font-weight: 400;
    margin-top: 0; }
  .epk-bootstrap.flagship-home-featured-title {
    width: 100%; }
    .epk-bootstrap.flagship-home-featured-title h2 {
      font-size: 32px;
      font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
      width: 100%; }
  .epk-bootstrap .event-list-title {
    font-size: 42px; }
  .epk-bootstrap .news-filter {
    margin-bottom: 0; }
  .epk-bootstrap .card-listing-categories {
    color: black;
    font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.46; }
    .epk-bootstrap .card-listing-categories a {
      text-decoration: none; }
    .epk-bootstrap .card-listing-categories a:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 110%;
      background-image: linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a); }
  .epk-bootstrap .event-list .card-listing-categories a:hover {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 110%;
    background-image: linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a); }
  .epk-bootstrap .event-project-line a {
    transition: color 0.3s;
    /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
    background-size: .05em 2px, .05em 2px, 1px 2px;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0% 100%;
    background-image: linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a), linear-gradient(#e6002a, #e6002a); }
    .epk-bootstrap .event-project-line a:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 100%;
      background-image: linear-gradient(#11121d, #11121d), linear-gradient(#11121d, #11121d), linear-gradient(#11121d, #11121d); }
  @media (max-width: 767px) {
    .epk-bootstrap .article-share a {
      min-width: 40px; } }
  .epk-bootstrap .news-filters {
    max-width: none;
    margin: 0; }
  .epk-bootstrap .event-list h3 {
    font-family: "Delvard Bold", "Helvetica", "Arial", sans-serif;
    font-size: 28px; }
  .epk-bootstrap .event .event-listing-dates {
    font-size: 16px; }
    .epk-bootstrap .event .event-listing-dates .event-listing-overtitle {
      margin-bottom: 8px; }
  .epk-bootstrap .event .event-listing-overtitle {
    font-size: 16px;
    min-height: 21px;
    margin-top: -7px;
    margin-bottom: 7px; }
  .epk-bootstrap .event .event-date-list {
    margin-top: -1px; }
  .epk-bootstrap .article-share {
    margin-left: 0; }
  .epk-bootstrap .article-share__label {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0; }
  .epk-bootstrap .event-tags {
    /*padding: 0.2rem 0.25rem;*/
    line-height: 2.8; }
  .epk-bootstrap .event-tags a {
    white-space: nowrap; }
  .epk-bootstrap .event-list h3.event-date-list {
    font-size: 28px; }
  .epk-bootstrap .news-item__title a:hover {
    color: initial;
    text-decoration: none; }
  .epk-bootstrap a.strong {
    font-family: "Delvard Bold";
    font-size: 16px; }
  .epk-bootstrap span.simple {
    background: none;
    text-decoration: underline;
    color: black; }
  .epk-bootstrap .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0; }
    .epk-bootstrap .acf-map img {
      max-width: inherit !important; }
    .epk-bootstrap .acf-map.map-loading .marker {
      display: none; }
    .epk-bootstrap .acf-map .gm-style-iw-next {
      display: none; }
    .epk-bootstrap .acf-map .gm-style-iw-prev {
      /* down arrow, shadow */
      /* down arrow, right part */
      /* infowindow box */ }
      .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(1) {
        display: none; }
      .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(2) {
        box-shadow: none !important;
        display: none; }
      .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) {
        /* down arrow, left part */ }
        .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) div, .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(2) div {
          border: solid 4px blue; }
        .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) {
          display: none; }
          .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) div {
            border: solid 4px green; }
        .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(2) div {
          border: solid 4px orange; }
      .epk-bootstrap .acf-map .gm-style-iw-prev div:nth-of-type(4) {
        border: none;
        background-color: transparent !important; }
    .epk-bootstrap .acf-map .gm-style-iw {
      text-align: center;
      top: initial !important; }
      .epk-bootstrap .acf-map .gm-style-iw .marker-text {
        background-color: #ffffff !important;
        padding: 15px 20px 15px 20px;
        text-align: center;
        font-family: "Delvard";
        font-size: 14px;
        line-height: 1.43;
        color: #001321;
        font-weight: normal;
        /*
                      font-style: normal;
                      font-stretch: normal;
                      letter-spacing: normal;
      */ }
      .epk-bootstrap .acf-map .gm-style-iw .marker-image {
        margin-top: -15px;
        text-align: center; }

.action-col-single-box .action-col__text {
  clear: both;
  margin-top: 3px; }

.action-col-single-box .action-col__title {
  clear: both; }

.action-col.action-col-single-box.signup-single-box {
  padding-bottom: 2rem; }

img.alignright {
  margin-top: 1rem;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  float: right; }

@media (max-width: 39.999em) {
  .featured-projects .project-card.desktop {
    display: none; } }

@media (min-width: 40em) {
  .featured-projects .project-card.mobile {
    display: none; } }

.nav-language {
  font-size: 13px;
  align-self: center; }

.nav-language a {
  color: #fff;
  text-transform: uppercase; }

@media (max-width: 57.999em) {
  .nav-language {
    display: none; }
  .project-nav--open .nav-language {
    display: block;
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50px);
    text-align: center; } }

@media (min-width: 58em) {
  .nav-language {
    margin-left: 20px; } }

/* M old countdown*/
.widget-space {
  overflow: hidden;
  padding: 1em 0;
  margin: 1em 0; }

.counter-box {
  /*border: 1px solid red;*/
  margin: 0 auto;
  width: 96%;
  max-width: 32em;
  font-family: 'Delvard', sans-serif;
  text-align: center; }
  .counter-box h1 {
    font-weight: 500;
    font-size: 2.125rem;
    margin: 0;
    padding: 0;
    line-height: .875; }
  .counter-box img {
    display: block; }
  .counter-box .top-frame {
    width: 100%; }
  .counter-box .left-frame {
    width: 15%;
    float: left; }
  .counter-box .right-frame {
    width: 10%;
    text-align: right;
    float: right; }
  .counter-box .counter-frame {
    width: 75%;
    float: left; }
  .counter-box .bottom-title {
    text-align: left;
    padding: 0 .75em;
    background-image: url(img/bottom-back.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain; }
  .counter-box #brojac {
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 2.5em; }
  .counter-box #brojac {
    padding: .25rem 0 1.25rem; }
  .counter-box #finish {
    display: none; }
  .counter-box .ct {
    flex-basis: 18%;
    flex-shrink: 0; }
  .counter-box .divider {
    margin-top: -1.125rem; }
  .counter-box .captions {
    font-size: 0.875rem;
    color: black;
    font-weight: normal; }

/* */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #11121d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.R2typo {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .R2typo h1, .R2typo h2, .R2typo h3, .R2typo h4, .R2typo h5, .R2typo h6 {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600; }

.releated-content h3 {
  font-size: 1.75vw; }
  @media (max-width: 85.7142857143em) {
    .releated-content h3 {
      font-size: 1.5em; } }
  @media (min-width: 114.2857142857em) {
    .releated-content h3 {
      font-size: 2em; } }
.releated-content h4 {
  font-size: 1vw; }
  @media (max-width: 112.5em) {
    .releated-content h4 {
      font-size: 1.125em; } }
  @media (min-width: 150em) {
    .releated-content h4 {
      font-size: 1.5em; } }
#title-area,
#header-area {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1; }
  @media screen and (min-width: 769px) {
    #title-area,
    #header-area {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1281px) {
    #title-area,
    #header-area {
      font-size: 1.5rem; } }
  #title-area .article-title,
  #title-area .entry-title,
  #header-area .article-title,
  #header-area .entry-title {
    font-size: 2rem;
    line-height: 1.1; }
    @media screen and (min-width: 769px) {
      #title-area .article-title,
      #title-area .entry-title,
      #header-area .article-title,
      #header-area .entry-title {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1281px) {
      #title-area .article-title,
      #title-area .entry-title,
      #header-area .article-title,
      #header-area .entry-title {
        font-size: 3rem; } }
  #title-area .page-subtitle,
  #header-area .page-subtitle {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.25rem; }
    @media screen and (min-width: 1281px) {
      #title-area .page-subtitle,
      #header-area .page-subtitle {
        font-size: 1.875rem; } }
  #title-area .overtitle-link,
  #header-area .overtitle-link {
    font-weight: 300;
    font-size: 1rem; }
    #title-area .overtitle-link a,
    #header-area .overtitle-link a {
      transition: ease-in-out .5s all;
      padding-bottom: .25em; }
      #title-area .overtitle-link a:hover,
      #header-area .overtitle-link a:hover {
        transition: color 0.3s;
        /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
        background-size: .05em 2px, .05em 2px, 1px 2px;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: 0% 95%;
        background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

#title-area-full .article-title {
  font-size: 2rem;
  line-height: 1.1; }
  @media screen and (min-width: 769px) {
    #title-area-full .article-title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 1281px) {
    #title-area-full .article-title {
      font-size: 3rem; } }
#title-area-full .page-subtitle {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.25rem; }
  @media screen and (min-width: 1281px) {
    #title-area-full .page-subtitle {
      font-size: 1.875rem; } }
#title-area-full .overtitle-link {
  font-weight: 300;
  font-size: 1rem; }
  #title-area-full .overtitle-link a {
    transition: ease-in-out .5s all;
    padding-bottom: .25em; }
    #title-area-full .overtitle-link a:hover {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.events-block h2,
.news-block h2,
.new-news-block h2,
.featured-block h2 {
  font-size: 2.25rem;
  padding-left: .5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .events-block h2,
    .news-block h2,
    .new-news-block h2,
    .featured-block h2 {
      font-size: 3.5rem; } }
  @media screen and (min-width: 1281px) {
    .events-block h2,
    .news-block h2,
    .new-news-block h2,
    .featured-block h2 {
      font-size: 4rem;
      padding-left: .25em; } }
  @media screen and (min-width: 1601px) {
    .events-block h2,
    .news-block h2,
    .new-news-block h2,
    .featured-block h2 {
      padding-left: 0; } }
p {
  margin-bottom: 1.5em; }
  .event-content p {
    font-size: 1.125em; }
  .article-content p {
    font-size: 1em; }
  .event-content p, .article-content p {
    font-weight: 300; }
    .event-content p strong, .article-content p strong {
      font-weight: 500; }
  .side-content p {
    font-size: 1em;
    font-weight: 400; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

.main-content blockquote {
  padding: 0 0 0 0;
  margin: 2rem 2rem;
  padding-left: 1em;
  padding-bottom: .25em;
  border-left: dotted 0.2rem #e6002a;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125em; }
  .single-event .main-content blockquote {
    border-left-color: #ffea00; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.lead-in {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
  color: gray; }

.side-content {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1em; }

.hero__content,
.lead {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.R2typo ul, .R2typo ol {
  font-weight: 300;
  margin: 0 0 1em 1.5vw; }
  .R2typo ul .article-content li, .R2typo ol .article-content li {
    margin-bottom: .5em; }

.title {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .title h1 {
    font-size: 2.875em;
    line-height: 1.15; }
  .title .title-flagship {
    font-size: 1.375em;
    color: gray; }
  .title .title-info .event-date {
    font-weight: 600;
    font-size: 1.5em; }
  .title .title-info .place-name {
    text-transform: uppercase; }
  .title .title-type-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row; }
    .title .title-type-list li {
      background-color: white;
      padding: .25em .5em;
      margin: .25em .25em 0 .25em; }
      .title .title-type-list li:first-child {
        background-color: transparent;
        margin-left: 0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.schedule-tbl {
  padding: 1em; }
  @media (max-width: 49.999em) {
    .schedule-tbl thead {
      display: none; } }
  .schedule-tbl .table td, .schedule-tbl .table th {
    padding: 1vw .5vw; }
    .schedule-tbl .table td:first-child, .schedule-tbl .table th:first-child {
      color: #e6002a; }
    .schedule-tbl .table td:nth-child(odd), .schedule-tbl .table th:nth-child(odd) {
      background-color: #f2f2f2; }
  .schedule-tbl .table th {
    border-bottom: 2px solid #11121d;
    position: sticky;
    top: 3rem;
    z-index: 4;
    background-color: white; }
  .schedule-tbl table {
    border-collapse: separate; }
    @media (max-width: 49.999em) {
      .schedule-tbl table td:empty {
        visibility: collapse;
        display: none; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #11121d; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.filter-date input[type="text"] {
  padding: .5em 0;
  border: 0;
  border-bottom: 2px solid black;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #11121d; }

.filter-date .start-end-separator {
  display: inline-block;
  font-size: 1.5em; }
  .filter-date .start-end-separator::after {
    content: "\25B8"; }

.filter-date .start-end-separator-archive {
  display: inline-block;
  font-size: 1.5em; }
  .filter-date .start-end-separator-archive::after {
    content: "\0025C2"; }

.filter-date button {
  border-radius: 0;
  background-color: white;
  height: 24px;
  width: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: ease-in-out .3s all;
  margin: 0 auto;
  margin-top: 1.5em;
  clear: both;
  display: block; }
  @media screen and (min-width: 769px) {
    .filter-date button {
      display: inline-block;
      margin: 0;
      margin-left: 1vw;
      clear: none; } }
  .filter-date button:hover {
    background-color: #11121d; }
    .filter-date button:hover #ic-reset {
      fill: #e6002a; }
  .filter-date button #ic-reset {
    fill: #11121d;
    transition: ease-in-out .3s all; }
  .filter-date button svg {
    height: 100%;
    width: 100%; }

.search-field {
  flex-direction: row;
  align-items: center; }
  .search-field form {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    flex-basis: 100%; }
    .search-field form input[type=search] {
      flex: 1 1 80%;
      padding: .25em 1em;
      border-radius: 0;
      border: none;
      margin: auto .5em;
      background-color: #b30021;
      color: white; }
      .search-field form input[type=search]:focus {
        outline: none; }
    .search-field form input[type=submit] {
      flex: 1 1 20%;
      font-size: 1rem;
      padding: .5em 1em;
      border-radius: 0;
      border: none;
      margin: auto .5em;
      background-color: black;
      color: white;
      transition: ease-in-out .15s background; }
      .search-field form input[type=submit]:focus, .search-field form input[type=submit]:hover {
        outline: none;
        background-color: #4d000e; }

.big-wrap form {
  margin: 0 1em 1em;
  display: flex;
  visibility: visible; }
  @media screen and (min-width: 561px) {
    .big-wrap form {
      display: none;
      visibility: hidden; } }
  .big-wrap form input[type=search] {
    flex: 1 1 80%;
    padding: .5em 1em;
    border-radius: 0;
    border: none;
    margin: auto .5em;
    background-color: #00adcc;
    color: white; }
    .big-wrap form input[type=search]:focus {
      outline: none; }
  .big-wrap form input[type=submit] {
    flex: 1 1 20%;
    font-size: 1rem;
    padding: .75em 1em;
    border-radius: 0;
    border: none;
    margin: auto .5em;
    background-color: black;
    color: white;
    transition: ease-in-out .15s background; }
    .big-wrap form input[type=submit]:focus, .big-wrap form input[type=submit]:hover {
      outline: none;
      background-color: #005766; }

/* @group Base */
.chosen-container {
  background-color: white;
  position: relative;
  font-size: 1.125rem;
  padding: 0;
  user-select: none; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 0;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100% 100%); }
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    clip-path: none; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  padding: .5em;
  position: relative;
  display: block;
  overflow: hidden;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  display: block; }

.chosen-container-single .chosen-single div {
  display: block; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(./assets/icons/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1.125rem;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  padding: .25em;
  max-height: 40vh;
  -webkit-overflow-scrolling: touch;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.25; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: .375em;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #e6002a;
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(./assets/icons/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.block-container .mc-form {
  flex-shrink: 0; }
  .block-container .mc-form .mc-fields {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: .75em 0; }
  .block-container .mc-form .btn {
    border-radius: 0;
    border: 4px solid #ffea00;
    border-width: 0 4px 4px 0; }
    .block-container .mc-form .btn:focus {
      outline: none; }
    .block-container .mc-form .btn:hover {
      border: 4px solid #dbc900;
      border-width: 0 4px 4px 0; }
  .block-container .mc-form .mc-input-wrap {
    margin-right: 0;
    display: flex;
    flex-grow: 1; }
    .block-container .mc-form .mc-input-wrap input {
      width: 100%;
      display: block;
      background: transparent;
      border: none;
      border-bottom: 4px solid;
      border-radius: 0; }
      .block-container .mc-form .mc-input-wrap input:focus {
        outline: none; }

.nf-form-cont .nf-field-container .list-radio-wrap {
  border-left: 2px solid #11121d; }
  .nf-form-cont .nf-field-container .list-radio-wrap .nf-field-label {
    margin-bottom: 1em !important;
    padding: .25em .75em !important;
    background-color: #ffea00; }
    .nf-form-cont .nf-field-container .list-radio-wrap .nf-field-label label {
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 1.75rem;
      line-height: 1.1; }

.nf-form-cont .nf-field-container .nf-field-element ul {
  padding: .25em .75em !important; }
  .nf-form-cont .nf-field-container .nf-field-element ul li {
    margin-bottom: 1em !important;
    line-height: 1.5 !important; }
    .nf-form-cont .nf-field-container .nf-field-element ul li label {
      line-height: 1.5 !important; }
      .nf-form-cont .nf-field-container .nf-field-element ul li label:after {
        border-radius: 50%;
        content: "";
        width: 1.25rem;
        height: 1.25rem;
        position: absolute;
        left: -30px;
        bottom: 1px;
        top: .2em; }
      .nf-form-cont .nf-field-container .nf-field-element ul li label.nf-checked-label::before {
        border-radius: 50%;
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        left: -25px;
        bottom: 5px;
        z-index: 2;
        top: .45em; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}
	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}
	&:focus {
		outline: thin dotted;
	}
	&:hover,
	&:active {
		outline: 0;
	}
}
*/
/*
	Heading links wrapper
*/
.link-wrapper {
  position: relative;
  display: block; }

.hover-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e6002a;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s; }

.hover-underline:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1); }

.article-content a,
.main-content a {
  color: #11121d;
  border-bottom: 2px solid #11121d; }
  .article-content a:visited,
  .main-content a:visited {
    color: #11121d; }
  .article-content a:hover, .article-content a:focus, .article-content a:active,
  .main-content a:hover,
  .main-content a:focus,
  .main-content a:active {
    border-bottom: 2px solid #e6002a; }
  .article-content a:focus,
  .main-content a:focus {
    outline: thin dotted; }
  .article-content a:hover, .article-content a:active,
  .main-content a:hover,
  .main-content a:active {
    outline: 0; }

.wrapper-16:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #e6002a;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.3s; }

.wrapper-16:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #e6002a;
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.3s; }

.wrapper-16 .hover-16 {
  padding: 10px; }
  .wrapper-16 .hover-16:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e6002a;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s; }
  .wrapper-16 .hover-16:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #e6002a;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s; }

.wrapper-16:hover:before, .wrapper-16:hover:after {
  transform: scaleY(1); }

.wrapper-16:hover .hover-16:before, .wrapper-16:hover .hover-16:after {
  transform: scaleX(1); }

.pagination-solo {
  margin: 0 auto;
  width: 100%;
  max-width: 100rem;
  padding: 0 1em; }

.back-subtitle {
  text-transform: uppercase;
  font-size: 1em;
  background: left center url(./assets/icons/ic-back-circle.svg) no-repeat;
  padding-left: 1.5em; }
  .back-subtitle a {
    color: gray; }
    .back-subtitle a:hover, .back-subtitle a:active {
      color: black;
      border-bottom: 2px solid #e6002a; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.featured-nav {
  display: none; }
  @media screen and (min-width: 769px) {
    .featured-nav {
      display: flex; } }
  .featured-nav ul {
    font-family: "Delvard", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    width: 100%; }
    .featured-nav ul li {
      line-height: 1.2;
      margin-right: 2%; }
      @media screen and (max-width: 1081px) {
        .featured-nav ul li:nth-child(n+4) {
          display: none;
          background: #fff; } }
      @media screen and (max-width: 1281px) {
        .featured-nav ul li:nth-child(n+5) {
          display: none; } }
      @media screen and (min-width: 1281px) {
        .featured-nav ul li:nth-child(n+6) {
          display: none; } }
  .featured-nav a {
    padding: 0.25rem 0;
    display: block; }
    .featured-nav a span {
      padding-bottom: 3px; }
    .featured-nav a:hover span {
      transition: color 0.3s;
      /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
      background-size: .05em 2px, .05em 2px, 1px 2px;
      background-repeat: no-repeat, no-repeat, repeat-x;
      background-position: 0% 95%;
      background-image: linear-gradient(#11121d, #11121d), linear-gradient(#11121d, #11121d), linear-gradient(#11121d, #11121d); }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Big navigatio */
.big-navigation {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00d9ff;
  overflow: auto;
  z-index: 99; }
  .admin-bar .big-navigation {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .big-navigation {
        top: 32px; } }
  .big-navigation.is-active {
    display: block !important; }

.noscroll {
  overflow: hidden; }

.big-wrap {
  font-family: 'Delvard', sans-serif;
  font-weight: 800; }
  .big-wrap ul.big-nav {
    margin: 3em 1em 1em;
    padding: 1em;
    margin: 0;
    list-style: none !important;
    font-size: 2.75vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (max-width: 54.5454545455rem) {
      .big-wrap ul.big-nav {
        font-size: 1.5rem; } }
    @media (min-width: 72.7272727273rem) {
      .big-wrap ul.big-nav {
        font-size: 2rem; } }
  .big-wrap li {
    padding: .25em;
    flex: 1 1 100%;
    margin-bottom: .25em; }
    @media screen and (min-width: 769px) {
      .big-wrap li {
        flex: 1 1 50%; } }
    @media screen and (min-width: 1281px) {
      .big-wrap li {
        flex: 1 1 30%; } }
    .big-wrap li li {
      border-bottom: none;
      font-size: 2.5vw;
      margin-bottom: 0;
      padding-left: 0; }
      @media (max-width: 40rem) {
        .big-wrap li li {
          font-size: 1rem; } }
      @media (min-width: 45rem) {
        .big-wrap li li {
          font-size: 1.125rem; } }
      .big-wrap li li a {
        padding: 0; }
  .big-wrap .sub-menu {
    border-top: 2px solid #11121d;
    display: block;
    background-color: inherit; }
  .big-wrap ul.featured-small {
    margin: 0;
    list-style: none;
    padding: 1em 2.5em;
    background-color: black; }
    @media screen and (min-width: 769px) {
      .big-wrap ul.featured-small {
        display: none; } }
    .big-wrap ul.featured-small a {
      color: white; }
      .big-wrap ul.featured-small a:hover, .big-wrap ul.featured-small a:active {
        color: #00d9ff; }
  .big-wrap .social-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: auto;
    background-color: transparent; }
    .big-wrap .social-tag > div {
      padding: .3125em;
      border-top: 2px solid white;
      transition: ease-in-out background .25s; }
      .big-wrap .social-tag > div:hover {
        background-color: #11121d; }

/* Languages */
.lang-box .lang {
  text-transform: uppercase;
  position: relative; }
  .lang-box .lang a {
    color: white;
    font-weight: 700; }
    .lang-box .lang a:hover {
      color: #e6002a !important; }
  .lang-box .lang .active-lang {
    border-bottom: 1px solid #e6002a; }
  .lang-box .lang .option-lang {
    display: none;
    font-weight: 500; }
    .lang-box .lang .option-lang:hover {
      color: #e6002a; }
  .lang-box .lang .lang-options {
    position: absolute;
    background-color: #11121d;
    margin: 0;
    padding: .5em .5em;
    list-style: none;
    width: 100%;
    text-align: center; }
    .lang-box .lang .lang-options li {
      padding: .2em;
      margin: 0 auto; }
  .lang-box .lang:hover .option-lang, .lang-box .lang:active .option-lang {
    display: list-item; }

.pressed-nav-wrap {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row-reverse; }
  .pressed-nav-wrap .dedicated-nav {
    background-color: #11121d;
    flex: 0 1 100%; }
    @media (min-width: 561px) {
      .pressed-nav-wrap .dedicated-nav {
        flex: 0 1 75%; } }
  .pressed-nav-wrap .dedicated-menu {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0 .25em 0 2.5em; }
    .pressed-nav-wrap .dedicated-menu a {
      color: white;
      font-weight: 300; }
    .pressed-nav-wrap .dedicated-menu li {
      margin: .25em 0; }
    .pressed-nav-wrap .dedicated-menu .current-menu-item a span,
    .pressed-nav-wrap .dedicated-menu .current-info-types-ancestor a span {
      border-bottom: 2px solid #ffea00; }

ul.taxnav {
  font-weight: 500;
  font-size: .875em;
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em; }
  ul.taxnav li {
    margin: .15em 0;
    padding: 0 .35em; }
    ul.taxnav li a:hover {
      border-bottom: 2px solid white; }
    ul.taxnav li:last-child::after {
      display: none; }
    ul.taxnav li::after {
      content: "";
      position: relative;
      right: -.3rem;
      border-left: 1px solid; }
    ul.taxnav li.parent-link {
      font-weight: bold; }
      ul.taxnav li.parent-link::after {
        content: "\2022";
        border-left: none; }
    ul.taxnav li.current {
      border-bottom: 2px solid white; }

#stripe-nav {
  background-color: #e6002a;
  width: 100%;
  padding: .15em 2em .65em; }
  @media (min-width: 769px) {
    #stripe-nav {
      padding: .15em 0 .65em; } }
  #stripe-nav .striper-guide {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 769px) {
      #stripe-nav .striper-guide {
        padding: 0 10vw; } }
    #stripe-nav .striper-guide a {
      color: white;
      display: block; }
      #stripe-nav .striper-guide a:hover span {
        border-bottom: 2px solid #11121d; }
    #stripe-nav .striper-guide span {
      margin: 0 1rem;
      padding-bottom: 1px;
      position: relative; }
      #stripe-nav .striper-guide span:before {
        content: "";
        position: absolute;
        left: -1rem;
        top: 0.3em;
        bottom: 0.15em;
        border-left: 2px solid; }
    #stripe-nav .striper-guide li:first-child a {
      padding-left: 0; }
    @media screen and (min-width: 58em) {
      #stripe-nav .striper-guide li:first-child span {
        margin-left: 0; } }
    #stripe-nav .striper-guide li:first-child span:before {
      display: none; }

.week-navigation {
  margin: 2em auto;
  max-width: 769px;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .week-navigation .next-week,
  .week-navigation .previous-week {
    padding: .5em 2em; }
  .week-navigation .next-week {
    border-radius: 0 50px 50px 0;
    background-color: #ffea00; }
  .week-navigation .previous-week {
    border-radius: 50px 0 0 50px;
    background-color: #f2f2f2; }

.navbar-sub {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  font-weight: 300; }
  .navbar-sub a {
    display: block; }
    .navbar-sub a:hover span {
      border-bottom: 2px solid #ff0000; }
  .navbar-sub span {
    margin: 0 1rem;
    padding-bottom: 1px;
    position: relative; }
    .navbar-sub span:before {
      content: "";
      position: absolute;
      left: -1rem;
      top: 0.3em;
      bottom: 0.15em;
      border-left: 2px solid; }
  .navbar-sub li:first-child a {
    padding-left: 0; }
  @media screen and (min-width: 58em) {
    .navbar-sub li:first-child span {
      margin-left: 0; } }
  .navbar-sub li:first-child span:before {
    display: none; }
  @media (min-width: 50em) {
    .navbar-sub {
      font-size: 16px; } }
.navbar {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: "Delvard", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1; }
  .hero .navbar {
    line-height: 1.5; }
  .navbar a {
    display: block; }
    .navbar a:hover span {
      border-bottom: 2px solid #ff0000; }
  .navbar span {
    margin: 0 1rem;
    padding-bottom: 1px;
    position: relative; }
    .navbar span:before {
      content: "";
      position: absolute;
      left: -1rem;
      top: 0.3em;
      bottom: 0.15em;
      border-left: 2px solid; }
  .navbar li:first-child a {
    padding-left: 0; }
  @media screen and (min-width: 58em) {
    .navbar li:first-child span {
      margin-left: 0; } }
  .navbar li:first-child span:before {
    display: none; }
  @media (min-width: 50em) {
    .navbar {
      font-size: 16px; } }
.nav-two {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap; }
  .nav-two a {
    color: white;
    display: block;
    padding: 0.25rem 0; }
    .nav-two a:hover span {
      border-bottom: 2px solid #e6002a; }
  .nav-two span {
    margin: 0 .875rem;
    padding-bottom: 1px;
    position: relative; }
    .nav-two span:before {
      content: "";
      position: absolute;
      left: -.875rem;
      top: 0.3em;
      bottom: 0.15em;
      border-left: 2px solid; }
  .nav-two li:first-child a {
    padding-left: 0; }
  @media screen and (min-width: 58em) {
    .nav-two li:first-child span {
      margin-left: 0; } }
  .nav-two li:first-child span:before {
    display: none; }

.footer-nav-two {
  background-color: #11121d;
  display: block; }
  @media screen and (min-width: 361px) {
    .footer-nav-two {
      display: flex; } }
  @media screen and (min-width: 769px) {
    .footer-nav-two {
      display: none; } }
  .footer-nav-two .campaign-nav,
  .footer-nav-two .page-nav,
  .footer-nav-two .project-nav {
    padding: 1em 1.5em; }
    .footer-nav-two .campaign-nav a,
    .footer-nav-two .page-nav a,
    .footer-nav-two .project-nav a {
      color: white; }
    .footer-nav-two .campaign-nav .page-nav-parent,
    .footer-nav-two .page-nav .page-nav-parent,
    .footer-nav-two .project-nav .page-nav-parent {
      font-weight: 600; }
      .footer-nav-two .campaign-nav .page-nav-parent a,
      .footer-nav-two .page-nav .page-nav-parent a,
      .footer-nav-two .project-nav .page-nav-parent a {
        color: #e6002a; }
    .footer-nav-two .campaign-nav ul,
    .footer-nav-two .page-nav ul,
    .footer-nav-two .project-nav ul {
      padding: 0 !important;
      margin: 0 !important;
      justify-content: flex-start; }
      @media screen and (min-width: 361px) {
        .footer-nav-two .campaign-nav ul,
        .footer-nav-two .page-nav ul,
        .footer-nav-two .project-nav ul {
          justify-content: center; } }
      .footer-nav-two .campaign-nav ul li,
      .footer-nav-two .page-nav ul li,
      .footer-nav-two .project-nav ul li {
        padding: .25em .45em;
        width: 100%; }
        @media screen and (min-width: 361px) {
          .footer-nav-two .campaign-nav ul li,
          .footer-nav-two .page-nav ul li,
          .footer-nav-two .project-nav ul li {
            width: auto; } }
  .footer-nav-two .wrap,
  .footer-nav-two .project-nav__wrap {
    max-width: 100%;
    margin: 0; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 14px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 28px;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 56px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 56px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 56px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 56px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 56px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 56px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 22px; }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    width: 28px;
    transform: rotate(-90deg);
    transition: all 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -56px;
      top: -56px;
      transform: translate3d(56px, 56px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -56px;
      top: -56px;
      transform: translate3d(-56px, 56px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -56px;
      top: 56px;
      transform: translate3d(56px, -56px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -56px;
      top: 56px;
      transform: translate3d(-56px, -56px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #11121d;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Third Hero */
.third-hero {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .third-hero .hero-left {
    order: 2;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (min-width: 941px) {
      .third-hero .hero-left {
        order: 1;
        flex: 0 0 25%;
        justify-content: flex-end;
        align-items: flex-end;
        align-content: flex-end; } }
    .third-hero .hero-left > div {
      flex: 0 0 100%; }
  .third-hero .hero-right {
    position: relative;
    order: 1;
    flex: 0 0 100%; }
    @media screen and (min-width: 941px) {
      .third-hero .hero-right {
        order: 2;
        flex: 0 0 75%; } }
    .third-hero .hero-right .one-slide {
      position: relative; }
    .third-hero .hero-right .cover-image {
      z-index: -1;
      height: 0;
      min-height: 60vh;
      padding-bottom: 56.25%;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 769px) {
        .third-hero .hero-right .cover-image {
          min-height: initial; } }
    .third-hero .hero-right .title-ontop {
      position: relative;
      color: white;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      line-height: 1.1;
      background-color: #e6002a;
      padding: 1em;
      width: 100%; }
      @media screen and (min-width: 511px) {
        .third-hero .hero-right .title-ontop {
          width: 85%;
          padding: 1.5em 2em; } }
      @media screen and (min-width: 769px) {
        .third-hero .hero-right .title-ontop {
          z-index: 1048;
          position: absolute;
          bottom: 0;
          left: 1em;
          width: 70%;
          background-color: transparent;
          margin: 0;
          padding: 1em 0;
          margin-left: -.25em; } }
      @media screen and (min-width: 1281px) {
        .third-hero .hero-right .title-ontop {
          width: 55%; } }
      .third-hero .hero-right .title-ontop .hero-overtitle {
        display: block;
        clear: both;
        font-size: .875rem;
        font-weight: 400; }
      .third-hero .hero-right .title-ontop h2 {
        margin: 0;
        font-size: 3vw; }
        @media (max-width: 58.3333333333em) {
          .third-hero .hero-right .title-ontop h2 {
            font-size: 1.75em; } }
        @media (min-width: 75em) {
          .third-hero .hero-right .title-ontop h2 {
            font-size: 2.25em; } }
        @media screen and (min-width: 769px) {
          .third-hero .hero-right .title-ontop h2 {
            font-size: 3vw; } }
  @media screen and (min-width: 769px) and (max-width: 91.6666666667em) {
    .third-hero .hero-right .title-ontop h2 {
      font-size: 2.75em; } }
  @media screen and (min-width: 769px) and (min-width: 141.6666666667em) {
    .third-hero .hero-right .title-ontop h2 {
      font-size: 4.25em; } }
      .third-hero .hero-right .title-ontop a {
        display: block;
        color: white;
        transition: ease-in-out .25s all;
        border-left: 0 solid transparent;
        padding-right: 1em;
        padding-bottom: .2em; }
        .third-hero .hero-right .title-ontop a:hover {
          border-left: .25em solid white;
          padding-left: .5em;
          padding-right: 0;
          margin-left: .06em; }
      .third-hero .hero-right .title-ontop.dark a {
        color: black !important; }
        .third-hero .hero-right .title-ontop.dark a:hover {
          border-color: black; }
      .third-hero .hero-right .title-ontop.red a {
        color: #e6002a !important;
        text-shadow: 0px 0px 3px black; }
        .third-hero .hero-right .title-ontop.red a:hover {
          border-color: #e6002a; }
      .third-hero .hero-right .title-ontop.light-shadow a {
        text-shadow: 0px 0px 3px black; }

/* MID Countdown addendum */
.mid-square-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em; }
  @media screen and (min-width: 361px) {
    .mid-square-container {
      max-width: 20em; } }
  @media screen and (min-width: 550px) {
    .mid-square-container {
      padding: 0 1em; } }
  @media screen and (min-width: 941px) {
    .mid-square-container {
      margin-top: 0;
      max-width: 19em; } }
  .mid-square-container .today {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 0 1em 2em; }
    .mid-square-container .today h3 {
      font-size: 1.5em;
      line-height: 1.1;
      margin: .25em 0 .75em; }
    .mid-square-container .today .livestream {
      margin: 1em 0; }
    .mid-square-container .today .underl:hover {
      border-bottom: 2px solid #e6002a; }
  .mid-square-container > div {
    background-size: cover;
    background-repeat: no-repeat; }
  .mid-square-container .cnt-1 {
    background-image: url(./assets/images/bk-cntr-1.svg); }
  .mid-square-container .cnt-2 {
    background-image: url(./assets/images/bk-cntr-2.svg); }
  .mid-square-container .cnt-2b {
    background-image: url(./assets/images/bk-cntr-2b.svg); }
  .mid-square-container .cnt-2c {
    background-image: url(./assets/images/bk-cntr-2c.svg); }
  .mid-square-container .cnt-days {
    background-image: url(./assets/images/bk-cntr-3.svg); }
  .mid-square-container .cnt-hrs {
    background-image: url(./assets/images/bk-cntr-4.svg); }
  .mid-square-container .cnt-mnt {
    background-image: url(./assets/images/bk-cntr-5.svg); }
  .mid-square-container .cnt-sec {
    background-image: url(./assets/images/bk-cntr-6.svg); }
  .mid-square-container .cnt-11 {
    background-image: url(./assets/images/bk-cntr-7.svg); }
  .mid-square-container .row-one,
  .mid-square-container .row-two {
    display: none;
    visibility: hidden; }
    @media screen and (min-width: 941px) {
      .mid-square-container .row-one,
      .mid-square-container .row-two {
        display: block;
        visibility: visible; } }
  .mid-square-container .cnt-days,
  .mid-square-container .cnt-hrs,
  .mid-square-container .cnt-mnt,
  .mid-square-container .cnt-sec {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center; }
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      flex: 0 1 60%;
      align-items: center;
      font-size: 2rem; }
      @media screen and (min-width: 361px) {
        .mid-square-container .cnt-days .dani,
        .mid-square-container .cnt-days .sekunde,
        .mid-square-container .cnt-days .minute,
        .mid-square-container .cnt-days .sati,
        .mid-square-container .cnt-days .nule,
        .mid-square-container .cnt-hrs .dani,
        .mid-square-container .cnt-hrs .sekunde,
        .mid-square-container .cnt-hrs .minute,
        .mid-square-container .cnt-hrs .sati,
        .mid-square-container .cnt-hrs .nule,
        .mid-square-container .cnt-mnt .dani,
        .mid-square-container .cnt-mnt .sekunde,
        .mid-square-container .cnt-mnt .minute,
        .mid-square-container .cnt-mnt .sati,
        .mid-square-container .cnt-mnt .nule,
        .mid-square-container .cnt-sec .dani,
        .mid-square-container .cnt-sec .sekunde,
        .mid-square-container .cnt-sec .minute,
        .mid-square-container .cnt-sec .sati,
        .mid-square-container .cnt-sec .nule {
          font-size: 2vw; } }
  @media screen and (min-width: 361px) and (max-width: 75em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.5em; } }
  @media screen and (min-width: 361px) and (min-width: 87.5em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.75em; } }
      @media screen and (min-width: 769px) {
        .mid-square-container .cnt-days .dani,
        .mid-square-container .cnt-days .sekunde,
        .mid-square-container .cnt-days .minute,
        .mid-square-container .cnt-days .sati,
        .mid-square-container .cnt-days .nule,
        .mid-square-container .cnt-hrs .dani,
        .mid-square-container .cnt-hrs .sekunde,
        .mid-square-container .cnt-hrs .minute,
        .mid-square-container .cnt-hrs .sati,
        .mid-square-container .cnt-hrs .nule,
        .mid-square-container .cnt-mnt .dani,
        .mid-square-container .cnt-mnt .sekunde,
        .mid-square-container .cnt-mnt .minute,
        .mid-square-container .cnt-mnt .sati,
        .mid-square-container .cnt-mnt .nule,
        .mid-square-container .cnt-sec .dani,
        .mid-square-container .cnt-sec .sekunde,
        .mid-square-container .cnt-sec .minute,
        .mid-square-container .cnt-sec .sati,
        .mid-square-container .cnt-sec .nule {
          font-size: 2vw; } }
  @media screen and (min-width: 769px) and (max-width: 75em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.5em; } }
  @media screen and (min-width: 769px) and (min-width: 87.5em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.75em; } }
      @media screen and (min-width: 941px) {
        .mid-square-container .cnt-days .dani,
        .mid-square-container .cnt-days .sekunde,
        .mid-square-container .cnt-days .minute,
        .mid-square-container .cnt-days .sati,
        .mid-square-container .cnt-days .nule,
        .mid-square-container .cnt-hrs .dani,
        .mid-square-container .cnt-hrs .sekunde,
        .mid-square-container .cnt-hrs .minute,
        .mid-square-container .cnt-hrs .sati,
        .mid-square-container .cnt-hrs .nule,
        .mid-square-container .cnt-mnt .dani,
        .mid-square-container .cnt-mnt .sekunde,
        .mid-square-container .cnt-mnt .minute,
        .mid-square-container .cnt-mnt .sati,
        .mid-square-container .cnt-mnt .nule,
        .mid-square-container .cnt-sec .dani,
        .mid-square-container .cnt-sec .sekunde,
        .mid-square-container .cnt-sec .minute,
        .mid-square-container .cnt-sec .sati,
        .mid-square-container .cnt-sec .nule {
          font-size: 2vw; } }
  @media screen and (min-width: 941px) and (max-width: 75em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.5em; } }
  @media screen and (min-width: 941px) and (min-width: 87.5em) {
    .mid-square-container .cnt-days .dani,
    .mid-square-container .cnt-days .sekunde,
    .mid-square-container .cnt-days .minute,
    .mid-square-container .cnt-days .sati,
    .mid-square-container .cnt-days .nule,
    .mid-square-container .cnt-hrs .dani,
    .mid-square-container .cnt-hrs .sekunde,
    .mid-square-container .cnt-hrs .minute,
    .mid-square-container .cnt-hrs .sati,
    .mid-square-container .cnt-hrs .nule,
    .mid-square-container .cnt-mnt .dani,
    .mid-square-container .cnt-mnt .sekunde,
    .mid-square-container .cnt-mnt .minute,
    .mid-square-container .cnt-mnt .sati,
    .mid-square-container .cnt-mnt .nule,
    .mid-square-container .cnt-sec .dani,
    .mid-square-container .cnt-sec .sekunde,
    .mid-square-container .cnt-sec .minute,
    .mid-square-container .cnt-sec .sati,
    .mid-square-container .cnt-sec .nule {
      font-size: 1.75em; } }
    .mid-square-container .cnt-days .captions,
    .mid-square-container .cnt-hrs .captions,
    .mid-square-container .cnt-mnt .captions,
    .mid-square-container .cnt-sec .captions {
      flex: 0 1 20%;
      font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: .625rem;
      text-transform: uppercase;
      line-height: 1.25; }
  .mid-square-container .square {
    position: relative;
    flex-basis: calc(25%);
    margin: 0x;
    box-sizing: border-box; }
  .mid-square-container .square::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .mid-square-container .square .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: center; }

/* # MID Countdown */
.social-tag {
  position: fixed;
  top: 12vh;
  right: 0;
  z-index: 1001;
  background-color: black; }
  .social-tag > div {
    padding: .3125em;
    transition: ease-in-out background .25s; }
    .social-tag > div:hover {
      background-color: #e6002a; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

.flexbox-centering {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.count-container .count-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  grid-auto-rows: 1fr; }
  .count-container .count-grid > div {
    background-size: cover;
    background-repeat: no-repeat; }
  .count-container .count-grid .cnt-1 {
    background-image: url(./assets/images/bk-cntr-1.svg); }
  .count-container .count-grid .cnt-2 {
    background-image: url(./assets/images/bk-cntr-2.svg); }
  .count-container .count-grid .cnt-days {
    background-image: url(./assets/images/bk-cntr-3.svg); }
  .count-container .count-grid .cnt-hrs {
    background-image: url(./assets/images/bk-cntr-4.svg); }
  .count-container .count-grid .cnt-mnt {
    background-image: url(./assets/images/bk-cntr-5.svg); }
  .count-container .count-grid .cnt-sec {
    background-image: url(./assets/images/bk-cntr-6.svg); }
  .count-container .count-grid .cnt-11 {
    background-image: url(./assets/images/bk-cntr-7.svg); }
  .count-container .count-grid .cnt-days,
  .count-container .count-grid .cnt-hrs,
  .count-container .count-grid .cnt-mnt,
  .count-container .count-grid .cnt-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Delvard', sans-serif;
    text-align: center;
    font-size: 2.75em; }
    .count-container .count-grid .cnt-days .dani,
    .count-container .count-grid .cnt-days .sekunde,
    .count-container .count-grid .cnt-days .minute,
    .count-container .count-grid .cnt-days .sati,
    .count-container .count-grid .cnt-days .nule,
    .count-container .count-grid .cnt-hrs .dani,
    .count-container .count-grid .cnt-hrs .sekunde,
    .count-container .count-grid .cnt-hrs .minute,
    .count-container .count-grid .cnt-hrs .sati,
    .count-container .count-grid .cnt-hrs .nule,
    .count-container .count-grid .cnt-mnt .dani,
    .count-container .count-grid .cnt-mnt .sekunde,
    .count-container .count-grid .cnt-mnt .minute,
    .count-container .count-grid .cnt-mnt .sati,
    .count-container .count-grid .cnt-mnt .nule,
    .count-container .count-grid .cnt-sec .dani,
    .count-container .count-grid .cnt-sec .sekunde,
    .count-container .count-grid .cnt-sec .minute,
    .count-container .count-grid .cnt-sec .sati,
    .count-container .count-grid .cnt-sec .nule {
      height: 55%; }
    .count-container .count-grid .cnt-days .captions,
    .count-container .count-grid .cnt-hrs .captions,
    .count-container .count-grid .cnt-mnt .captions,
    .count-container .count-grid .cnt-sec .captions {
      font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: .875rem;
      text-transform: uppercase;
      line-height: 1.875; }

.count-container .count-grid::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1; }

.count-container .count-grid > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1; }

.events-block,
.news-block,
.new-news-block,
.featured-block,
.publications-block {
  padding: 1vh 0;
  max-width: 100rem;
  margin: 1em auto; }
  @media screen and (min-width: 769px) {
    .events-block,
    .news-block,
    .new-news-block,
    .featured-block,
    .publications-block {
      padding: 1.5vh 0;
      margin: 1em auto; } }
  .events-block header,
  .news-block header,
  .new-news-block header,
  .featured-block header,
  .publications-block header {
    padding: 2vh 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .events-block header,
      .news-block header,
      .new-news-block header,
      .featured-block header,
      .publications-block header {
        padding: 1em 0; } }
    .events-block header a,
    .news-block header a,
    .new-news-block header a,
    .featured-block header a,
    .publications-block header a {
      display: inline; }
      .events-block header a:hover .button-more,
      .news-block header a:hover .button-more,
      .new-news-block header a:hover .button-more,
      .featured-block header a:hover .button-more,
      .publications-block header a:hover .button-more {
        background-color: #e6002a; }
    .events-block header .button-more,
    .news-block header .button-more,
    .new-news-block header .button-more,
    .featured-block header .button-more,
    .publications-block header .button-more {
      padding: 1.5em;
      font-size: .875rem;
      font-weight: 600;
      color: white;
      background-color: #11121d;
      background-image: url(./assets/icons/ic-arrow-more.svg);
      background-position: right center;
      background-repeat: no-repeat;
      min-height: 2.1875em;
      transition: ease-in-out .25s all; }
      @media screen and (min-width: 769px) {
        .events-block header .button-more,
        .news-block header .button-more,
        .new-news-block header .button-more,
        .featured-block header .button-more,
        .publications-block header .button-more {
          padding: .5em 2.875em .5em 1.5em; } }
      .events-block header .button-more span,
      .news-block header .button-more span,
      .new-news-block header .button-more span,
      .featured-block header .button-more span,
      .publications-block header .button-more span {
        display: none;
        text-transform: uppercase; }
        @media screen and (min-width: 769px) {
          .events-block header .button-more span,
          .news-block header .button-more span,
          .new-news-block header .button-more span,
          .featured-block header .button-more span,
          .publications-block header .button-more span {
            display: inline; } }
.publications-block {
  padding: 1vw 0;
  margin: 0 auto 2.5em; }
  @media screen and (min-width: 769px) {
    .publications-block {
      padding: 0 0 2vh;
      margin: 0 auto; } }
.blocks .block-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.25em 1em 1.25em 1em; }
  @media screen and (min-width: 769px) {
    .blocks .block-container {
      padding: 3em; } }
  @media screen and (min-width: 1281px) {
    .blocks .block-container {
      padding: 2em; } }
  .blocks .block-container .block {
    width: 100%;
    margin: 2vh 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #11121d;
    position: relative; }
    @media screen and (min-width: 511px) {
      .blocks .block-container .block {
        width: 48%; } }
    @media screen and (min-width: 769px) {
      .blocks .block-container .block {
        width: 31%; } }
    @media screen and (min-width: 1281px) {
      .blocks .block-container .block {
        width: 22.5%; } }
    @media screen and (min-width: 1601px) {
      .blocks .block-container .block {
        width: 22.5%; } }
    .blocks .block-container .block .inside {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .25s ease-in-out; }
      .blocks .block-container .block .inside h3 {
        position: absolute;
        color: white;
        font-size: 1.5vw;
        line-height: 1.125;
        text-shadow: #11121d 0 1px 4px;
        padding: 0 1em .5em;
        transition: all .25s ease-in-out; }
        @media (max-width: 75em) {
          .blocks .block-container .block .inside h3 {
            font-size: 1.125em; } }
        @media (min-width: 116.6666666667em) {
          .blocks .block-container .block .inside h3 {
            font-size: 1.75em; } }
        .blocks .block-container .block .inside h3 a {
          color: white; }
        .blocks .block-container .block .inside h3 span {
          font-size: .75rem;
          line-height: 1.25;
          font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
          color: #ffea00;
          display: block;
          clear: both;
          margin-bottom: .75em;
          text-transform: uppercase;
          text-shadow: none; }
          .blocks .block-container .block .inside h3 span a {
            color: #ffea00; }
      .blocks .block-container .block .inside:hover {
        background-color: rgba(0, 0, 0, 0.7); }
        .blocks .block-container .block .inside:hover .spikey {
          opacity: 0.5; }
    .blocks .block-container .block:after {
      content: '';
      display: block;
      padding-bottom: 100%;
      height: 0; }
    .blocks .block-container .block .inside-add {
      border: 1px solid red;
      min-height: 20em; }
  .blocks .block-container .news-block .inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .blocks .block-container .news-block h3 {
    position: relative;
    top: 61%;
    color: white;
    font-size: 1.75em;
    line-height: 1.125;
    text-shadow: #11121d 0 0 2px;
    background: left top repeat-y url(./assets/icons/ic-zigzag-vert.svg);
    padding-bottom: 50% !important;
    transition: all .25s ease-in-out; }
    .blocks .block-container .news-block h3 a {
      color: white; }
    .blocks .block-container .news-block h3 span {
      font-size: .75rem;
      line-height: 1.25;
      font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      color: #ffea00;
      display: block;
      clear: both;
      margin-bottom: .75em;
      text-transform: uppercase;
      text-shadow: none; }
      .blocks .block-container .news-block h3 span a {
        color: #ffea00; }
  .blocks .block-container .news-block:hover {
    background-color: rgba(0, 0, 0, 0.75); }
    .blocks .block-container .news-block:hover h3 {
      top: 41%; }
    .blocks .block-container .news-block:hover .spikey {
      opacity: 0.5; }
  .blocks .block-container .new-news-block {
    padding: 0;
    width: 100%;
    margin: 2vh 1%; }
    @media screen and (min-width: 511px) {
      .blocks .block-container .new-news-block {
        width: 48%; } }
    @media screen and (min-width: 769px) {
      .blocks .block-container .new-news-block {
        width: 31%; } }
    @media screen and (min-width: 1281px) {
      .blocks .block-container .new-news-block {
        width: 22.5%; } }
    @media screen and (min-width: 1601px) {
      .blocks .block-container .new-news-block {
        width: 22.5%; } }
    .blocks .block-container .new-news-block .new-cover {
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #11121d;
      position: relative;
      width: 100%;
      padding-bottom: 75%; }
      .blocks .block-container .new-news-block .new-cover .news-published {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #e6002a;
        color: white;
        padding: .25em 1em; }
        .blocks .block-container .new-news-block .new-cover .news-published span {
          font-size: .75rem; }
    .blocks .block-container .new-news-block .new-intro {
      padding: 1.5em 1em; }
    .blocks .block-container .new-news-block h3 {
      color: #11121d;
      margin: 0;
      font-size: 3vw;
      line-height: 1.2;
      background: left top repeat-y url(./assets/icons/ic-zigzag-vert-red.svg);
      padding: 0 0 0 1em;
      transition: all .25s ease-in-out;
      border-bottom: 2px solid transparent; }
      @media (max-width: 41.6666666667rem) {
        .blocks .block-container .new-news-block h3 {
          font-size: 1.25rem; } }
      @media (min-width: 50rem) {
        .blocks .block-container .new-news-block h3 {
          font-size: 1.5rem; } }
      .blocks .block-container .new-news-block h3 a {
        color: #11121d; }
        .blocks .block-container .new-news-block h3 a:hover {
          border-bottom: 2px solid #e6002a; }
      .blocks .block-container .new-news-block h3 span {
        font-size: .75rem;
        line-height: 1.25;
        font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-weight: 400;
        color: gray;
        display: block;
        clear: both;
        margin-bottom: .75em;
        text-transform: uppercase;
        text-shadow: none; }
        .blocks .block-container .new-news-block h3 span a {
          color: gray; }
  .blocks .block-container .event-block {
    margin-bottom: 2.75em; }
    .blocks .block-container .event-block .inside {
      background-position: left 101%;
      background-repeat: repeat-x;
      background-image: url(./assets/images/ic-zigzag-hor.svg); }
      .related-events .blocks .block-container .event-block .inside {
        background-image: url(./assets/images/ic-zigzag-hor-blue.svg); }
      .blocks .block-container .event-block .inside .date {
        background-color: #ffea00;
        padding: .25em .75em .25em 1.5em;
        color: black;
        font-weight: 300;
        font-family: 'Delvard', sans-serif;
        font-size: 1rem;
        display: inline-block;
        margin-top: -2em; }
        .blocks .block-container .event-block .inside .date .icon-accent {
          position: absolute;
          margin-left: -1.35em;
          margin-top: -.75em; }
        .blocks .block-container .event-block .inside .date.to-je-danas {
          background-color: #e6002a;
          color: white; }
          .blocks .block-container .event-block .inside .date.to-je-danas .event-today {
            text-transform: uppercase;
            border-right: 2px solid #11121d;
            padding-right: .35em; }
      .blocks .block-container .event-block .inside h3 {
        bottom: 0; }
  .blocks .block-container .featured-block {
    background-color: transparent;
    padding-top: 0; }
    .blocks .block-container .featured-block h3 {
      font-size: 1rem;
      line-height: 1.25;
      margin: .5em .5em .5em 0; }
    .blocks .block-container .featured-block p {
      font-size: .875rem; }
    .blocks .block-container .featured-block .ftr-image {
      padding-bottom: 80%;
      background-repeat: no-repeat;
      background-size: cover; }
    .blocks .block-container .featured-block .ftr-content {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .blocks .block-container .featured-block .ftr-content .graphic {
        flex: 1 1 20%;
        text-align: right; }
      .blocks .block-container .featured-block .ftr-content .text {
        flex: 1 1 80%;
        padding: 0 .75em;
        border-bottom: 2px solid #11121d; }
    .blocks .block-container .featured-block:after {
      content: none;
      display: none;
      padding-bottom: 0;
      height: 0; }

.publication-container {
  justify-content: center !important;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .publication-container .pub-block {
    flex: 0 1 480px;
    margin: 2% 1%;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: flex-end; }
    .publication-container .pub-block .visual {
      overflow: hidden;
      flex: 0 0 184px;
      text-align: center;
      max-height: 300px; }
    .publication-container .pub-block .separator {
      flex: 0 0 .4em;
      background-color: #11121d;
      height: 60%;
      margin: 0 1vw; }
    .publication-container .pub-block .content-text {
      flex: 0 1 260px;
      padding: 0 .75em;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .publication-container .pub-block .content-text p {
        margin: 0 0 .375em; }
    .publication-container .pub-block .letterbox {
      text-align: center;
      border-bottom: 5px solid red;
      width: 100%;
      padding: 1.5em 2em; }
    .publication-container .pub-block p a {
      transition: .25s ease-in-out all;
      border-bottom: 3px solid transparent; }
      .publication-container .pub-block p a:hover {
        border-bottom: 3px solid #e6002a; }

.news-container .one-news {
  width: 100%;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #11121d;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 629px) {
    .news-container .one-news {
      width: 48%; } }
  @media screen and (min-width: 1281px) {
    .news-container .one-news {
      width: 22.5%; } }
  .news-container .one-news .inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out; }
    .news-container .one-news .inside .spikey {
      background: url(./assets/icons/ic-epk-white.svg) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 5px;
      right: 5px;
      height: 2em;
      width: 2em; }
    .news-container .one-news .inside h3 {
      position: absolute;
      top: 61%;
      color: white;
      font-size: 1.75em;
      line-height: 1.125;
      text-shadow: #11121d 0 0 2px;
      background: left top repeat-y url(./assets/icons/ic-zigzag-vert.svg);
      padding: 0 1em .5em;
      padding-bottom: 50%;
      transition: all .25s ease-in-out; }
      .news-container .one-news .inside h3 a {
        color: white; }
      .news-container .one-news .inside h3 span {
        font-size: .75rem;
        line-height: 1.25;
        font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        color: #ffea00;
        display: block;
        clear: both;
        margin-bottom: .75em;
        text-transform: uppercase;
        text-shadow: none; }
        .news-container .one-news .inside h3 span a {
          color: #ffea00; }
    .news-container .one-news .inside:hover {
      background-color: rgba(0, 0, 0, 0.75); }
      .news-container .one-news .inside:hover h3 {
        top: 41%; }
      .news-container .one-news .inside:hover .spikey {
        opacity: 0.5; }
  .news-container .one-news:after {
    content: '';
    display: block;
    padding-bottom: 100%;
    height: 0; }

.video {
  background-color: black;
  padding: 0 1em 1vh 1em;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  @media screen and (min-width: 769px) {
    .video {
      padding: 0 2em 4vh 2em; } }
  .video .video-container {
    position: relative;
    top: -3vh;
    max-width: 76em;
    margin: 0 auto; }
    .video .video-container .video-box {
      height: 0;
      overflow: hidden;
      padding-top: 75%;
      background: white;
      position: relative; }
      @media screen and (min-width: 361px) {
        .video .video-container .video-box {
          padding-top: 50%; } }
      .video .video-container .video-box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .video .video-container .video-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 2;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.3); }
      .video .video-container .video-content .video-play {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        color: transparent;
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
        width: 3.5rem;
        height: 3.5rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s;
        background-color: #fff; }
        .video .video-container .video-content .video-play:hover {
          background-color: #000; }
          .video .video-container .video-content .video-play:hover:before {
            border-left-color: #fff; }
        @media screen and (min-width: 769px) {
          .video .video-container .video-content .video-play {
            width: 5rem;
            height: 5rem; } }
        .video .video-container .video-content .video-play:before {
          content: "";
          margin: auto;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 21px solid #000; }
          @media screen and (min-width: 769px) {
            .video .video-container .video-content .video-play:before {
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              border-left: 42px solid #000; } }
      .video .video-container .video-content .video-description {
        color: white;
        font-size: 1.125rem;
        padding: .5rem;
        line-height: 1.2;
        margin: 0 !important; }
        @media screen and (min-width: 769px) {
          .video .video-container .video-content .video-description {
            font-size: 2rem;
            padding: 1rem; } }
  .video .video--playing .video__title,
  .video .video--playing .video__play,
  .video .video--playing .video__content,
  .video .video--playing .video-play,
  .video .video--playing .video-content {
    display: none; }
  .video .video--playing .video__cover {
    opacity: 0; }

.pulse {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite; }

.pulse:hover {
  animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

/* Google Maps ACF */
.acf-map {
  height: 40vh;
  min-height: 400px;
  margin: 0;
  width: 100vw; }
  @media screen and (min-width: 769px) {
    .acf-map {
      width: 50vw; } }
  @media screen and (min-width: 1281px) {
    .acf-map {
      width: 50vw; } }
  .acf-map .gm-style-iw-c {
    border-radius: 0;
    border-left: 8px solid #11121d; }
  .acf-map img {
    max-width: inherit !important; }
  .acf-map.map-loading .marker {
    display: none; }
  .acf-map .gm-style-iw-next {
    display: none; }
  .acf-map .gm-style-iw-prev {
    /* down arrow, shadow */
    /* down arrow, right part */
    /* infowindow box */ }
    .acf-map .gm-style-iw-prev div:nth-of-type(1) {
      display: none; }
    .acf-map .gm-style-iw-prev div:nth-of-type(2) {
      box-shadow: none !important;
      display: none; }
    .acf-map .gm-style-iw-prev div:nth-of-type(3) {
      /* down arrow, left part */ }
      .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) div, .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(2) div {
        border: solid 4px blue; }
      .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) {
        display: none; }
        .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(1) div {
          border: solid 4px green; }
      .acf-map .gm-style-iw-prev div:nth-of-type(3) div:nth-of-type(2) div {
        border: solid 4px orange; }
    .acf-map .gm-style-iw-prev div:nth-of-type(4) {
      border: none;
      background-color: transparent !important; }
  .acf-map .gm-style-iw {
    text-align: center;
    top: initial !important; }
    .acf-map .gm-style-iw .marker-text {
      background-color: #ffffff !important;
      padding: .25em .5em;
      text-align: center;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: .875rem;
      line-height: 1.25;
      color: #11121d;
      font-weight: bold;
      /*
                      font-style: normal;
                      font-stretch: normal;
                      letter-spacing: normal;
      */ }
    .acf-map .gm-style-iw .marker-image {
      margin-top: -15px;
      text-align: center; }

.logo-list {
  text-align: center;
  margin: 0 auto;
  max-width: 769px;
  margin-bottom: 2em; }
  .logo-list .one-group .logo-grid {
    padding: 2vw 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .logo-list .one-group .logo-grid .one-logo img {
      width: 100%;
      height: auto;
      margin-left: 0; }
    .logo-list .one-group .logo-grid .one-logo a {
      background-image: none; }
    .logo-list .one-group .logo-grid.xl .one-logo {
      flex: 0 1 520px; }
    .logo-list .one-group .logo-grid.l .one-logo {
      flex: 0 1 50%; }
    .logo-list .one-group .logo-grid.m .one-logo {
      flex: 0 1 25%; }
    .logo-list .one-group .logo-grid.s .one-logo {
      flex: 0 1 20%; }
  .logo-list .group-title {
    width: 100%;
    padding: .5em 1em;
    border-bottom: 2px solid red; }
    .logo-list .group-title h3 {
      font-size: 1em;
      font-weight: 300;
      color: gray;
      margin: 0; }

.child-boxes {
  max-width: 1601px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 4vw auto;
  padding: 0 1em; }
  @media screen and (min-width: 1281px) {
    .child-boxes {
      margin: 3vw auto;
      padding: 0 5vw; } }
  .program-template-template-catbox .child-boxes {
    align-items: stretch; }
  .child-boxes .one-child {
    margin: 2vh 1%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 2vw;
    line-height: 1.2;
    background-color: #e6002a;
    color: white; }
    @media screen and (min-width: 361px) {
      .child-boxes .one-child {
        flex: 0 0 48%;
        min-width: 48%; } }
    @media screen and (min-width: 769px) {
      .child-boxes .one-child {
        flex: 0 0 31%;
        min-width: 31%; } }
    @media screen and (min-width: 1281px) {
      .child-boxes .one-child {
        flex: 0 0 23%;
        min-width: 23%; } }
    @media (max-width: 62.5em) {
      .child-boxes .one-child {
        font-size: 1.25em; } }
    @media (min-width: 75em) {
      .child-boxes .one-child {
        font-size: 1.5em; } }
    .child-boxes .one-child:hover .cover-image {
      transform: scale(1.1);
      filter: grayscale(0%); }
    .child-boxes .one-child .cover-image {
      width: 100%;
      height: 0;
      padding-bottom: 56.5%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      transition: all .3s ease;
      position: relative;
      filter: grayscale(100%); }
      .child-boxes .one-child .cover-image a {
        display: block;
        width: 100%;
        top: 0;
        bottom: 0;
        position: absolute; }
        .child-boxes .one-child .cover-image a:hover {
          border-bottom: none; }
    .child-boxes .one-child .box-content {
      padding: .5em 1em;
      display: flex;
      flex-direction: column;
      align-content: flex-end;
      background-size: contain;
      background-repeat: no-repeat; }
      .child-boxes .one-child .box-content .child-excerpt {
        font-size: .875rem;
        line-height: 1.3; }
      .child-boxes .one-child .box-content h3 {
        margin-bottom: .5em;
        margin-top: .5em; }
      .child-boxes .one-child .box-content p {
        margin-bottom: 1em;
        line-height: 1.4; }
    .child-boxes .one-child a {
      transition: .25s ease-in-out all;
      border-bottom: 3px solid transparent; }
      .child-boxes .one-child a:hover {
        border-bottom: 3px solid white; }

.releated-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .releated-content .related-news-wrap,
  .releated-content .related-events-wrap {
    flex: 1 1 50%; }
  .releated-content .related-news-wrap {
    background-color: #f2f2f2; }
  .releated-content .related-events-wrap {
    background-color: #ffea00; }

.related-content-block {
  padding: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .related-content-block h3 {
    flex: 0 0 100%; }
  .related-content-block .one-related {
    flex: 0 1 30rem;
    margin: 1em; }

.one-related .entry-date,
.one-related .date {
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: .875em;
  text-transform: uppercase; }

.one-related .entry-date {
  color: gray;
  font-weight: 300; }

.contacts-block {
  border-top: 2px solid gray;
  margin: 0 auto;
  max-width: 90em;
  padding: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .contacts-block .one-contact {
    flex: 1 0 25%;
    padding: 1em; }
    .contacts-block .one-contact .name {
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      margin-bottom: .5em; }
      .contacts-block .one-contact .name span {
        font-weight: bold;
        font-size: 1.25em;
        border-bottom: 2px solid #ffea00; }
    .contacts-block .one-contact .description {
      color: gray;
      font-size: .875em;
      font-weight: 300;
      margin-bottom: .5em; }

.press-schedule {
  border: 1px solid #f2f2f2;
  border-left: 2px solid #11121d;
  margin: 0 auto;
  max-width: 1281px;
  padding: 2em; }
  .press-schedule .article-content {
    padding: 0; }

.week-schedule {
  background-color: #fafafa;
  margin: .5em auto;
  max-width: 1281px;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .week-schedule a {
    padding-bottom: .25em; }
  .week-schedule .date-range {
    flex: 1 1 20%;
    background-color: #ffea00;
    padding: 1em 0 1em 1em;
    display: flex;
    flex-direction: column; }
    .week-schedule .date-range .start-box,
    .week-schedule .date-range .end-box {
      flex: 50%;
      border-left: 3px solid #11121d;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 0 1em;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 2vw; }
      @media (max-width: 50em) {
        .week-schedule .date-range .start-box,
        .week-schedule .date-range .end-box {
          font-size: 1em; } }
      @media (min-width: 87.5em) {
        .week-schedule .date-range .start-box,
        .week-schedule .date-range .end-box {
          font-size: 1.75em; } }
    .week-schedule .date-range .end-box {
      justify-content: flex-end; }
  .week-schedule .week-content {
    flex: 1 1 80%;
    padding: 1.25em 2em 1em; }
    .week-schedule .week-content p {
      font-weight: 300; }
  .week-schedule.archived .date-range {
    background-color: #f2f2f2; }
    .week-schedule.archived .date-range .start-box,
    .week-schedule.archived .date-range .end-box {
      border-color: gray;
      color: gray; }
  .week-schedule.archived .week-content {
    color: gray; }

.one-entry {
  background-color: #f2f2f2;
  margin: .25em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .one-entry > div {
    padding: .75em 1em .75em; }
  .one-entry .press-date {
    flex: 1 0 20%; }
  .one-entry .press-location {
    flex: 1 0 20%; }
  .one-entry .press-title {
    flex: 1 0 60%; }
    .one-entry .press-title .press-text p {
      margin: 0 0 .5em; }
    .one-entry .press-title .press-text a {
      font-weight: 500; }
      .one-entry .press-title .press-text a:hover {
        color: #e6002a; }
    .one-entry .press-title .press-links {
      width: 100%;
      border-top: 2px solid #ffea00;
      padding: .5em; }
      .one-entry .press-title .press-links ul {
        margin: 0;
        list-style: none;
        font-size: .875em;
        padding-left: 1em; }
        .one-entry .press-title .press-links ul li {
          margin: .5em 1.5em .5em 0;
          padding-left: 2em;
          background: url(./assets/icons/ic-bullet-press-more.svg) left top no-repeat; }
          .one-entry .press-title .press-links ul li a:hover {
            border-bottom: 2px solid white; }

/*
 * Quiz template
 *
 */
.quiz-content {
  margin: 0 auto; }
  .quiz-content .quiz-new {
    padding: 1em;
    text-align: center; }
  .quiz-content .buttone {
    display: inline-block;
    padding: .5em 1em;
    background: #e6002a;
    color: white;
    text-align: center;
    border: 2px solid darken #e6002a, 10%; }

.q-rezultat {
  padding: 1em;
  text-align: center;
  border-width: 0;
  background-image: url(./assets/images/ic-zigzag-hor.svg);
  background-position: left bottom;
  background-repeat: repeat-x; }
  .q-rezultat.siva {
    background-color: gray;
    color: white; }
  .q-rezultat.tirkizna {
    background-color: #00d9ff;
    color: black; }
  .q-rezultat.zelena {
    background-color: #4fc98a;
    color: white; }
  .q-rezultat.ruzicasta {
    background-color: #ed7bfe;
    color: black; }
  .q-rezultat.ljubicasta {
    background-color: #951fbd;
    color: white; }
  .q-rezultat.plava {
    background-color: #0085c7;
    color: white; }
  .q-rezultat.zuta {
    background-color: #ffea00;
    color: black; }
  .q-rezultat.narancasta {
    background-color: #ffae00;
    color: white; }
  .q-rezultat.crvena {
    background-color: #e6002a;
    color: white; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header and footer
--------------------------------------------------------------*/
footer.sharp-footer {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  footer.sharp-footer.blue-stripe {
    background-color: #00d9ff; }
  footer.sharp-footer.red-stripe {
    background-color: #e6002a; }
  footer.sharp-footer.yellow-stripe {
    background-color: #ffea00; }
  footer.sharp-footer .footer-container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 2em 2em 1em;
    background-image: url(./assets/icons/half-suriken-white.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    footer.sharp-footer .footer-container .foot-logo,
    footer.sharp-footer .footer-container .foot-menu,
    footer.sharp-footer .footer-container .foot-inst {
      padding: 1em; }
      @media screen and (min-width: 929px) {
        footer.sharp-footer .footer-container .foot-logo,
        footer.sharp-footer .footer-container .foot-menu,
        footer.sharp-footer .footer-container .foot-inst {
          padding: 2em; } }
    footer.sharp-footer .footer-container .foot-logo {
      flex: 1 1 20%; }
    footer.sharp-footer .footer-container .foot-menu {
      flex: 1 1 25%; }
      footer.sharp-footer .footer-container .foot-menu .footer-menu {
        display: flex;
        flex-wrap: wrap;
        font-size: 0.875rem;
        font-weight: 300; }
        footer.sharp-footer .footer-container .foot-menu .footer-menu li {
          flex-basis: 100%;
          margin-bottom: .375rem; }
          @media screen and (min-width: 669px) {
            footer.sharp-footer .footer-container .foot-menu .footer-menu li {
              flex-basis: 50%; } }
    footer.sharp-footer .footer-container .foot-inst {
      flex: 1 1 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      @media screen and (min-width: 929px) {
        footer.sharp-footer .footer-container .foot-inst {
          flex: 1 1 55%; } }
    footer.sharp-footer .footer-container .legalstuff {
      flex: 0 0 100%; }
      footer.sharp-footer .footer-container .legalstuff nav {
        margin: 0 auto;
        max-width: 100rem; }
      footer.sharp-footer .footer-container .legalstuff ul {
        padding: 1em 2em;
        font-size: 0.75rem;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        list-style: none;
        width: 100%; }
        @media screen and (min-width: 929px) {
          footer.sharp-footer .footer-container .legalstuff ul {
            flex-wrap: nowrap;
            justify-content: flex-start; } }
        footer.sharp-footer .footer-container .legalstuff ul li {
          line-height: 2;
          margin-right: 2%; }
      footer.sharp-footer .footer-container .legalstuff a {
        padding: 0.15rem 0;
        display: inline-block;
        color: #11121d; }
        footer.sharp-footer .footer-container .legalstuff a span {
          padding-bottom: 1px; }
        footer.sharp-footer .footer-container .legalstuff a:hover {
          color: #11121d;
          text-decoration: underline; }
          footer.sharp-footer .footer-container .legalstuff a:hover span {
            transition: color 0.3s;
            /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
            background-size: .05em 2px, .05em 2px, 1px 2px;
            background-repeat: no-repeat, no-repeat, repeat-x;
            background-position: 0% 95%;
            background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

/* Nestajući izbornik */
#nestajuci {
  z-index: -10;
  transition: all 0.5s; }

.scrollUp {
  transform: translateY(-118px); }

/* Suriken rotation */
#sury {
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  animation-timing-function: linear; }

@keyframes rotate-scroll {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* # Suriken rotation */
/**
 *
 * Header Rework 3
 *
**/
.r20-header {
  width: 100%;
  height: 3rem;
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  display: flex;
  flex-direction: row; }
  .r20-header.with-subnav {
    margin-bottom: 1.75rem; }
  .r20-header.sticky {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px; }
  .r20-header .left-side {
    flex: 0 0 50%;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 561px) {
      .r20-header .left-side {
        flex: 0 0 25%; } }
  .r20-header .right-side {
    flex: 0 0 50%; }
    @media screen and (min-width: 561px) {
      .r20-header .right-side {
        flex: 0 0 75%; } }
  .r20-header .header-logo {
    flex-basis: 40%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (min-width: 769px) {
      .r20-header .header-logo {
        flex-basis: 25%; } }
    .r20-header .header-logo svg,
    .r20-header .header-logo img {
      width: auto;
      height: 100%; }
    .r20-header .header-logo .slogan,
    .r20-header .header-logo .logo {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .r20-header .header-logo .logo {
      height: 3rem; }
      @media screen and (min-width: 941px) {
        .r20-header .header-logo .logo {
          height: 5rem; } }
    .r20-header .header-logo .slogan {
      height: 0; }
      @media screen and (min-width: 941px) {
        .r20-header .header-logo .slogan {
          height: 5rem; } }
  .r20-header .header-logo.sticky {
    background-color: rgba(255, 255, 255, 0); }
    .r20-header .header-logo.sticky .logo {
      height: 3rem; }
    .r20-header .header-logo.sticky .slogan {
      height: 0;
      overflow: hidden; }
  .r20-header .header-navigo {
    flex-basis: 60%; }
    @media screen and (min-width: 769px) {
      .r20-header .header-navigo {
        flex-basis: 75%; } }
    .r20-header .header-navigo .header-nav-two {
      background-color: #11121d;
      display: none; }
      @media screen and (min-width: 769px) {
        .r20-header .header-navigo .header-nav-two {
          display: flex; } }
      .r20-header .header-navigo .header-nav-two .campaign-nav,
      .r20-header .header-navigo .header-nav-two .page-nav,
      .r20-header .header-navigo .header-nav-two .project-nav {
        padding: .15em 2.5em .35em;
        width: 100%; }
        .r20-header .header-navigo .header-nav-two .campaign-nav a,
        .r20-header .header-navigo .header-nav-two .page-nav a,
        .r20-header .header-navigo .header-nav-two .project-nav a {
          color: white; }
        .r20-header .header-navigo .header-nav-two .campaign-nav .page-nav-parent,
        .r20-header .header-navigo .header-nav-two .page-nav .page-nav-parent,
        .r20-header .header-navigo .header-nav-two .project-nav .page-nav-parent {
          font-weight: 600; }
          .r20-header .header-navigo .header-nav-two .campaign-nav .page-nav-parent a,
          .r20-header .header-navigo .header-nav-two .page-nav .page-nav-parent a,
          .r20-header .header-navigo .header-nav-two .project-nav .page-nav-parent a {
            color: #e6002a; }
        .r20-header .header-navigo .header-nav-two .campaign-nav ul,
        .r20-header .header-navigo .header-nav-two .page-nav ul,
        .r20-header .header-navigo .header-nav-two .project-nav ul {
          padding-bottom: 0 !important; }
      .r20-header .header-navigo .header-nav-two .wrap,
      .r20-header .header-navigo .header-nav-two .project-nav__wrap {
        max-width: 100%;
        margin: 0; }
  .r20-header .header-nav {
    height: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end; }
    @media screen and (min-width: 561px) {
      .r20-header .header-nav {
        background-color: #00d9ff; } }
    .r20-header .header-nav .featured-nav {
      flex: 1;
      visibility: hidden; }
      @media screen and (min-width: 741px) {
        .r20-header .header-nav .featured-nav {
          visibility: visible;
          display: flex; } }
      .r20-header .header-nav .featured-nav.search-active {
        visibility: hidden;
        display: none; }
    .r20-header .header-nav .search-field {
      flex: 1;
      visibility: hidden;
      display: none;
      background-color: #e6002a; }
      @media screen and (min-width: 561px) {
        .r20-header .header-nav .search-field {
          visibility: hidden;
          display: none; } }
      .r20-header .header-nav .search-field.search-active {
        visibility: visible;
        display: flex; }
    .r20-header .header-nav .search-box,
    .r20-header .header-nav .lang-box {
      flex: 0 0 3rem; }
    .r20-header .header-nav .search-box {
      display: none;
      background-image: url(./assets/icons/ic-search.svg);
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 561px) {
        .r20-header .header-nav .search-box {
          display: block; } }
      .r20-header .header-nav .search-box:hover {
        background-color: #00c3e6; }
      .r20-header .header-nav .search-box.search-active {
        background-color: #e6002a;
        background-image: url(./assets/icons/ic-search-close.svg); }
        .r20-header .header-nav .search-box.search-active:hover {
          background-color: #cc0025; }
    .r20-header .header-nav .lang-box {
      background-color: #11121d;
      color: white;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: 400; }
      .r20-header .header-nav .lang-box .lang {
        text-transform: uppercase; }
        .r20-header .header-nav .lang-box .lang a {
          color: white; }
    .r20-header .header-nav .burger {
      flex: 0 0 5.75rem;
      background-color: #e6002a;
      text-align: right;
      padding-right: .25em; }
      .r20-header .header-nav .burger.is-active {
        position: relative;
        z-index: 999999; }

/**
 *
 * # Header Rework 3
 *
**/
/* Title area - headings */
.bojan {
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  z-index: -10002; }
  .admin-bar .bojan {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .bojan {
        top: 32px; } }
  .single-event .bojan, .single-post .bojan, .single-program .bojan, .single-press .bojan, .tax-info-types .bojan, .tax-downloads .bojan, .page-template .bojan {
    background-color: #f2f2f2; }
  .post-type-archive-project .bojan, .page-template-template-quiz .bojan {
    background-color: #ffea00; }

header#title-area {
  width: 100%;
  background-color: #f2f2f2; }
  header#title-area.yellow-stripe {
    background-color: #ffea00; }
  header#title-area.red-stripe {
    background-color: #e6002a; }
  header#title-area.white-stripe {
    background-color: white; }
  header#title-area.zigzag {
    background-image: url(./assets/images/ic-zigzag-hor.svg);
    background-position: left bottom;
    background-repeat: repeat-x; }
  header#title-area.archive-events {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    header#title-area.archive-events .archive-top-container {
      padding: .5em 1em;
      text-align: right; }
      header#title-area.archive-events .archive-top-container .older-link {
        font-size: 1rem;
        font-weight: 300;
        padding-right: 80px;
        background: right center url(./assets/icons/ic-arrow-older.svg) no-repeat;
        color: gray; }
        header#title-area.archive-events .archive-top-container .older-link:hover, header#title-area.archive-events .archive-top-container .older-link:active {
          color: #11121d; }
    header#title-area.archive-events .archive-title-container {
      background-image: url(./assets/images/ic-zigzag-hor-top.svg);
      background-position: left top;
      background-repeat: repeat-x; }
      header#title-area.archive-events .archive-title-container h1 {
        margin-bottom: .25em; }
      header#title-area.archive-events .archive-title-container.yellow {
        background-color: #ffea00; }
      header#title-area.archive-events .archive-title-container.gray {
        background-color: #a6a6a6; }
      header#title-area.archive-events .archive-title-container.red {
        background-color: #e6002a; }
        header#title-area.archive-events .archive-title-container.red h1 {
          color: white; }
    header#title-area.archive-events .archive-filter-container {
      background-color: #f2f2f2;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: .5em 2em; }
      @media screen and (min-width: 769px) {
        header#title-area.archive-events .archive-filter-container {
          padding: .5em  5vw; } }
      @media screen and (min-width: 1281px) {
        header#title-area.archive-events .archive-filter-container {
          padding: .5em  15vw; } }
      header#title-area.archive-events .archive-filter-container .single-filter {
        flex: 0 0 18rem;
        padding: .5em 0;
        font-weight: 300;
        margin: 0 .25em; }
        header#title-area.archive-events .archive-filter-container .single-filter .custom-select {
          background-color: white;
          border: none;
          font-weight: 300;
          padding: .25em; }
        header#title-area.archive-events .archive-filter-container .single-filter.quiz-select {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap; }
        header#title-area.archive-events .archive-filter-container .single-filter .quiz-link {
          background-color: black;
          display: flex;
          justify-content: center;
          padding: .25em .25em; }
          header#title-area.archive-events .archive-filter-container .single-filter .quiz-link:hover {
            background-color: #e6002a; }
  header#title-area .title-container {
    width: 100%;
    height: 100%;
    min-height: 8em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center; }
    .page header#title-area .title-container {
      max-width: 47em;
      margin-bottom: 1em; }
  header#title-area .title-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center; }
  header#title-area .filter-date {
    flex: 1 1 100%;
    padding: 2rem 0 1.5rem;
    text-align: center; }
    @media screen and (min-width: 769px) {
      header#title-area .filter-date {
        flex: 1 1 70%;
        text-align: right;
        padding-right: 25vw; } }
    @media screen and (min-width: 1281px) {
      header#title-area .filter-date {
        padding-right: 30vw; } }
    @media screen and (min-width: 1601px) {
      header#title-area .filter-date {
        padding-right: 25vw; } }
  header#title-area .title {
    flex: 1 1 100%;
    padding: 2rem 2rem 1.5rem;
    padding-left: 2rem;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 769px) {
      header#title-area .title {
        flex: 1 1 30%;
        padding: 3.5rem 2rem 2.75rem; } }
    header#title-area .title .double {
      padding: 2rem 2rem 1.5rem; }
      @media screen and (min-width: 769px) {
        header#title-area .title .double {
          padding: 4rem 2rem 3rem; } }
  header#title-area .description {
    flex: 1 1 100%;
    position: relative;
    /*
		img {
			@media screen and (min-width: $bp_medium) {
				position: absolute;
			}

			width: 100%;
			height: auto;

		}
		*/ }
    @media screen and (min-width: 769px) {
      header#title-area .description {
        flex: 1 1 50%; } }
    header#title-area .description .cover {
      height: 0;
      padding-top: 75%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 769px) {
        header#title-area .description .cover {
          position: absolute;
          padding-top: 0;
          width: 100%;
          height: 560px; } }
.spacer {
  width: 100%;
  z-index: -1;
  position: relative; }
  @media screen and (min-width: 769px) {
    .spacer {
      height: 0;
      padding-top: 15%; } }
  @media screen and (min-width: 1281px) {
    .spacer {
      height: 15em;
      padding-top: 0; } }
  .spacer .article-meta {
    width: 100%;
    padding: 1em 2em; }
    @media screen and (min-width: 769px) {
      .spacer .article-meta {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%; } }
    .spacer .article-meta .news-item__author {
      margin-right: 1em; }

.single-event header .description .cover {
  position: relative !important; }

header#title-area-full {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 3vh; }
  @media screen and (min-width: 1601px) {
    header#title-area-full {
      background-color: transparent;
      align-items: flex-start; } }
  header#title-area-full .zigzag {
    background-image: url(./assets/images/ic-zigzag-hor.svg);
    background-position: left bottom;
    background-repeat: repeat-x; }
  header#title-area-full .one-half {
    flex: 0 0 100%; }
    @media screen and (min-width: 769px) {
      header#title-area-full .one-half {
        flex: 0 0 50%; } }
  header#title-area-full .one-full {
    flex: 0 0 100%; }
    header#title-area-full .one-full .title-container {
      flex-direction: row;
      justify-content: center; }
    header#title-area-full .one-full .title {
      max-width: 90em;
      flex: 1 1 70%; }
      header#title-area-full .one-full .title .title-holder {
        margin: 0 auto;
        max-width: 45em;
        width: 100%;
        clear: both;
        padding: 0 1em; }
        @media screen and (min-width: 1281px) {
          header#title-area-full .one-full .title .title-holder {
            float: left; } }
  header#title-area-full .single-meta-info {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: gray;
    padding: 1vh 2em;
    overflow: auto; }
    header#title-area-full .single-meta-info .post-meta-wrap {
      margin: 0 auto;
      max-width: 43em;
      width: 100%;
      clear: both;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; }
      @media screen and (min-width: 1281px) {
        header#title-area-full .single-meta-info .post-meta-wrap {
          float: right; } }
      header#title-area-full .single-meta-info .post-meta-wrap > div {
        flex: 0 0 100%;
        font-size: .875rem; }
        @media screen and (min-width: 769px) {
          header#title-area-full .single-meta-info .post-meta-wrap > div {
            flex: 0 0 50%; } }
      header#title-area-full .single-meta-info .post-meta-wrap .meta-text span {
        margin-right: 1em; }
      header#title-area-full .single-meta-info .post-meta-wrap .meta-share {
        text-align: left; }
        @media screen and (min-width: 769px) {
          header#title-area-full .single-meta-info .post-meta-wrap .meta-share {
            text-align: right; } }
        header#title-area-full .single-meta-info .post-meta-wrap .meta-share .share-label {
          text-transform: uppercase;
          margin-right: 2vw;
          color: #11121d;
          font-weight: bold; }
        header#title-area-full .single-meta-info .post-meta-wrap .meta-share a {
          padding: .5em .5em;
          display: inline-block; }
  header#title-area-full .title-container {
    background-color: #f2f2f2;
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center; }
    .page header#title-area-full .title-container {
      max-width: 47em;
      margin-bottom: 1em; }
    .single-post header#title-area-full .title-container {
      padding-bottom: 2vh; }
    header#title-area-full .title-container .title-holder {
      margin: 0 auto;
      max-width: 45em;
      width: 100%;
      clear: both;
      padding: 0 1em; }
      @media screen and (min-width: 1281px) {
        header#title-area-full .title-container .title-holder {
          float: right; } }
    header#title-area-full .title-container .title {
      flex: 1 1 70%;
      padding-top: 2em; }
      @media screen and (min-width: 769px) {
        header#title-area-full .title-container .title {
          padding-top: 3em; } }
      @media screen and (min-width: 1281px) {
        header#title-area-full .title-container .title {
          padding-top: calc(4vh + 50px); } }
      .tax-info-types header#title-area-full .title-container .title {
        padding-top: 2em; }
      header#title-area-full .title-container .title .title-holder {
        padding: 2vh 2em 0; }
        @media screen and (min-width: 1601px) {
          header#title-area-full .title-container .title .title-holder {
            padding: 3vh 1em 3vh 0; } }
      header#title-area-full .title-container .title .title-subhead {
        display: block;
        margin-top: -1em;
        margin-bottom: 2em;
        max-width: 80%; }
    header#title-area-full .title-container .title-info {
      flex: 1 1 30%;
      background-color: #ffea00;
      width: 100%;
      padding: 1em 0; }
      header#title-area-full .title-container .title-info .title-date {
        margin: .25em 0;
        background: url(./assets/icons/ic-date.svg) left center no-repeat;
        padding-left: 1.75em;
        padding-bottom: .15em;
        font-size: 1.5em;
        font-weight: 600; }
      header#title-area-full .title-container .title-info .title-location {
        margin: .25em 0;
        background: url(./assets/icons/ic-location.svg) left center no-repeat;
        padding-left: 2.5em;
        padding-bottom: .15em; }
        header#title-area-full .title-container .title-info .title-location .place-name {
          text-transform: uppercase; }
  header#title-area-full .description {
    height: 100%;
    background-color: white; }
    header#title-area-full .description .cover {
      height: 100%;
      min-height: 400px;
      width: 100%;
      padding-top: 60%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 1281px) {
        header#title-area-full .description .cover {
          min-height: initial;
          height: 0; } }
.press-template .one-half.black {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.black-feature {
  padding: 5vh 5vw;
  color: white;
  font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  max-width: 40em; }
  .black-feature h3 {
    font-size: 2em;
    line-height: 1.2; }
  .black-feature a {
    color: #ffea00; }
    .black-feature a:hover {
      border-bottom: 2px solid white; }

/* Search */
.site-searcher {
  margin: 0;
  border-bottom: 2px solid #000;
  border: 1px solid red; }
  .site-searcher form {
    display: flex; }
  .site-searcher input {
    padding: 0.25rem 0.5rem 0.25rem 0;
    border: none;
    flex-grow: 1;
    font-size: 20px;
    font-family: "Nocturno";
    color: rgba(0, 0, 0, 0.25); }
  .site-searcher button {
    padding: 0 0 0 2rem;
    margin-left: auto;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .site-searcher button svg {
      margin-top: -0.25rem; }

.site-searcher__toggle {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 6rem;
  bottom: 0.75rem;
  z-index: 1; }
  .site-searcher__toggle:hover {
    background-color: #ffea00; }
  .site-searcher__toggle .icn-close-dims {
    display: none; }
  .site-searcher--open .site-searcher__toggle:not(:hover) {
    background-color: transparent; }
  .site-searcher--open .site-searcher__toggle .icn-close-dims {
    display: inline-block; }
  .site-searcher--open .site-searcher__toggle .icn-search-dims {
    display: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  max-width: 100vw; }

.article-content {
  padding: 2em 0; }

.article-content img,
.main-content img {
  position: relative; }
  .article-content img.alignnone,
  .main-content img.alignnone {
    padding: .5em .5em;
    background: linear-gradient(20deg, #11121d 40%, transparent 40.1%); }
    .article-content img.alignnone.size-full,
    .main-content img.alignnone.size-full {
      margin-left: -.5em;
      margin-right: -.5em; }
  .article-content img.aligncenter,
  .main-content img.aligncenter {
    margin: auto auto;
    padding: .5em;
    background: linear-gradient(45deg, #e6002a 33%, rgba(255, 255, 255, 0) 33%), linear-gradient(45deg, white 66%, #11121d 66%); }
  .article-content img.alignleft,
  .main-content img.alignleft {
    margin-right: .75em;
    padding: .5em .5em .5em 0;
    background: linear-gradient(110deg, transparent 60%, #e6002a 60.5%); }
  .article-content img.alignright,
  .main-content img.alignright {
    margin-left: .75em;
    padding: .5em 0 .5em .5em;
    background: linear-gradient(110deg, #e6002a 40%, transparent 40.5%); }

.program-template .content-area {
  margin-top: 2em; }

.event-content {
  margin: 2em auto;
  max-width: 69em; }
  @media screen and (min-width: 361px) {
    .event-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  .event-content .main-content {
    flex: 1 1 100%;
    padding: 1em; }
    @media screen and (min-width: 769px) {
      .event-content .main-content {
        flex: 1 1 70%;
        max-width: 47em; } }
  .event-content .side-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    padding: 2em; }
    @media screen and (min-width: 769px) {
      .event-content .side-content {
        flex: 1 1 30%; } }
    .event-content .side-content .info-entrance {
      margin: -1em -1em .5em -1em;
      border-bottom: 0;
      padding: 1em; }
      .event-content .side-content .info-entrance.paid {
        border: 1px solid #f2f2f2;
        background-color: rgba(242, 242, 242, 0.8); }
      .event-content .side-content .info-entrance .entrance-icon {
        margin: -.55em 0 -.4em -1em; }
    .event-content .side-content .sticker {
      position: sticky;
      top: 4em;
      background-color: rgba(242, 242, 242, 0.6);
      margin: -.5em -1em 1em -1em;
      padding: 1em; }
      .event-content .side-content .sticker .buy-tickets {
        padding: .75em 1em .75em 3.5rem;
        background: #ffea00 url(./assets/icons/ic-zigzag-vert.svg) 2em center repeat-y;
        transition: ease-in-out .25s all;
        font-weight: 600; }
        .event-content .side-content .sticker .buy-tickets:hover {
          background-color: #e6002a;
          color: white;
          margin: 0 -1em; }
    .event-content .side-content .event-meta-list > div {
      margin: 1em 0 2em; }
    .event-content .side-content .event-meta-list .side-label {
      font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: .875em;
      display: block;
      clear: both; }
    .event-content .side-content .event-meta-list .side-meta,
    .event-content .side-content .event-meta-list ul {
      font-size: 1em;
      font-weight: 600; }
    .event-content .side-content .event-meta-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .event-content .side-content .event-meta-list ul li {
        border-left: 1px solid #ccc;
        padding: 0 .5em; }
        .event-content .side-content .event-meta-list ul li:first-child {
          border-left: 0;
          padding-left: 0; }
    .event-content .side-content a:not([class]) {
      padding-bottom: 4px; }
      .event-content .side-content a:not([class]):hover {
        background: none;
        transition: color 0.3s;
        /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
        background-size: .05em 2px, .05em 2px, 1px 2px;
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: 0% 95%;
        background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }

.event-link {
  margin: .25em 0;
  background: url(./assets/icons/ic-date.svg) left top no-repeat;
  padding-left: 2.5em;
  padding-bottom: .15em;
  font-weight: 600; }

.side-links span {
  display: inline-block;
  margin: .5em 0; }

.side-links .fb-event-link {
  background: url(./assets/icons/ic-fb-blue.svg) left top no-repeat;
  padding-left: 2.5em;
  padding-bottom: .15em; }

.side-links .program-link {
  background: url(./assets/icons/ic-more.svg) left top no-repeat;
  padding-left: 2.5em;
  padding-bottom: .15em; }

.side-disclaimer {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: .75em;
  color: gray;
  margin: auto 0 1em;
  padding-top: 1em; }
  .side-disclaimer p {
    font-weight: 300; }
  .side-disclaimer a:hover {
    text-decoration: underline; }

.event-location {
  width: 100%;
  margin: 0;
  background-color: #11121d;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .event-location {
      flex-direction: row; } }
  .event-location > div {
    flex: 0 1 48%; }
  .event-location .map-wrap .marker {
    font-size: 1rem;
    font-weight: bold; }
  .event-location .map-wrap .acf-map,
  .event-location .map-wrap #map {
    height: 100%;
    min-height: 40vh; }
  .event-location .location-details {
    font-size: 1em;
    padding: 1em 2em 0;
    color: white; }
    @media screen and (min-width: 769px) {
      .event-location .location-details {
        font-size: 2vw;
        padding: 2em; } }
  @media screen and (min-width: 769px) and (max-width: 75em) {
    .event-location .location-details {
      font-size: 1.5em; } }
  @media screen and (min-width: 769px) and (min-width: 100em) {
    .event-location .location-details {
      font-size: 2em; } }
    .event-location .location-details span.date-description {
      font-size: 1rem;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    .event-location .location-details h3 {
      margin-bottom: 1vh;
      line-height: 1.2; }
    .event-location .location-details p {
      font-size: 1rem; }
    .event-location .location-details img {
      height: 1.3em;
      margin-left: .5em;
      vertical-align: middle; }
      @media screen and (min-width: 769px) {
        .event-location .location-details img {
          height: 1em; } }
    .event-location .location-details .white-link {
      color: white; }
      .event-location .location-details .white-link:hover {
        color: #e6002a; }
    .event-location .location-details .one-venue {
      padding: .5em .5em; }
      .event-location .location-details .one-venue p {
        margin-bottom: .5em; }

/*

New Archive pages - R20 - Calendar, News

*/
.archive-list {
  padding: 2em 1em; }
  .archive-list .list-container {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
  .archive-list .one-box {
    margin: 1%;
    margin-bottom: 5vh;
    flex: 1 1 100%; }
    @media screen and (min-width: 611px) {
      .archive-list .one-box {
        margin: 1%;
        margin-bottom: 5vh;
        flex: 0 1 46%; } }
    @media screen and (min-width: 769px) {
      .archive-list .one-box {
        margin: 1%;
        margin-bottom: 5vh;
        flex: 0 1 31%; } }
    @media screen and (min-width: 1281px) {
      .archive-list .one-box {
        margin: 1%;
        margin-bottom: 5vh;
        flex: 0 1 23%; } }
    @media screen and (min-width: 1601px) {
      .archive-list .one-box {
        margin: 1%;
        margin-bottom: 5vh;
        flex: 0 1 23%; } }
.one-box {
  display: flex;
  flex-direction: column;
  flex-wrap: 0;
  justify-content: space-between; }
  .one-box .box-cover {
    flex-grow: 0;
    position: relative; }
    .one-box .box-cover .date {
      position: absolute;
      background-color: #ffea00;
      padding: .25em .75em .25em 1.5em;
      color: black;
      font-weight: 300;
      font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 1rem;
      display: inline-block;
      margin-top: -1em; }
      .one-box .box-cover .date .icon-accent {
        position: absolute;
        margin-left: -1.35em;
        margin-top: -0.75em; }
      .one-box .box-cover .date.to-je-danas {
        background-color: #e6002a;
        color: white; }
        .one-box .box-cover .date.to-je-danas .event-today {
          text-transform: uppercase;
          border-right: 2px solid #11121d;
          padding-right: .35em; }
  .one-box .box-content {
    background-color: #f2f2f2;
    flex-grow: 1;
    padding: 1em; }
    .one-box .box-content span.subhead {
      text-transform: uppercase;
      color: gray;
      font-weight: 400;
      font-size: .875rem; }
    .one-box .box-content h3 {
      font-size: 1.5vw;
      line-height: 1.2; }
      @media (max-width: 83.3333333333em) {
        .one-box .box-content h3 {
          font-size: 1.25em; } }
      @media (min-width: 133.3333333333em) {
        .one-box .box-content h3 {
          font-size: 2em; } }
      .one-box .box-content h3 a {
        padding-bottom: 3px; }
        .one-box .box-content h3 a:hover {
          transition: color 0.3s;
          /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
          background-size: .05em 2px, .05em 2px, 1px 2px;
          background-repeat: no-repeat, no-repeat, repeat-x;
          background-position: 0% 95%;
          background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
        .project .one-box .box-content h3 a {
          background: #fff000;
          padding: 3px; }
  .one-box .box-footer {
    flex-grow: 0;
    background-color: #ffea00;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 1em 1em 1.75em;
    background-image: url(./assets/images/ic-zigzag-hor.svg);
    background-position: left bottom;
    background-repeat: repeat-x; }
  .category-arc .one-box .news-date {
    font-size: .875rem;
    color: white;
    position: absolute;
    top: .5em;
    left: 1em;
    text-shadow: 1px 1px 2px black; }
  .category-arc .one-box .autor {
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: block;
    font-size: .875rem;
    color: gray;
    margin-top: -1em;
    margin-bottom: 1em; }
    .category-arc .one-box .autor a {
      color: gray; }
      .category-arc .one-box .autor a:hover {
        color: #e6002a; }

.media-info-cat {
  max-width: 1281px;
  margin: 0 auto 2em; }
  .media-info-cat .cat-title {
    padding: 1em 0 .1em;
    font-size: 1.5em; }
    .media-info-cat .cat-title a:hover {
      border-bottom: 2px solid #ffea00; }
  .media-info-cat .one-media-info {
    margin-bottom: 1em; }
    .media-info-cat .one-media-info .media-title {
      background-color: #f2f2f2;
      padding: .5em 1em; }
      .media-info-cat .one-media-info .media-title h3,
      .media-info-cat .one-media-info .media-title p {
        margin-bottom: .25em; }
      .media-info-cat .one-media-info .media-title a {
        transition: ease-in-out .5s all;
        padding-bottom: .25em; }
        .media-info-cat .one-media-info .media-title a:hover {
          transition: color 0.3s;
          /*  text-shadow: .03em 0.075em $bg, -.03em 0.075em $bg, 0 .03em $bg, 0 -.03em $bg, .06em 0.075em $bg, -.06em 0.075em $bg, .09em 0.075em $bg, -.09em 0.075em $bg, .12em 0.075em $bg, -.12em 0.075em $bg, .15em 0.075em $bg, -.15em 0.075em $bg;*/
          background-size: .05em 2px, .05em 2px, 1px 2px;
          background-repeat: no-repeat, no-repeat, repeat-x;
          background-position: 0% 95%;
          background-image: linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000), linear-gradient(#ff0000, #ff0000); }
      .media-info-cat .one-media-info .media-title .media-date {
        font-size: .875em;
        color: gray;
        font-weight: 300; }
      .media-info-cat .one-media-info .media-title p {
        font-size: .875em;
        font-weight: 300; }

.media-files {
  background-color: #ffea00;
  padding: .5em 1em; }
  .media-files .filetype {
    text-transform: uppercase; }
  .media-files ul.file-list {
    font-weight: 500;
    margin: 0;
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 769px) {
      .media-files ul.file-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; } }
    .media-files ul.file-list li {
      margin: .5em 1.5em .5em 0;
      padding-left: 2em;
      background: url(./assets/icons/ic-download-bullet.svg) left top no-repeat; }
      .media-files ul.file-list li a:hover {
        border-bottom: 2px solid white; }

.downloads-list-wrap {
  padding: 1em; }
  .downloads-list-wrap .prnt {
    font-weight: 300;
    text-transform: uppercase; }
    .downloads-list-wrap .prnt a:hover {
      border-bottom: 2px solid white; }
    .downloads-list-wrap .prnt span {
      font-size: .875rem;
      border: 1px solid #ffea00;
      padding: .25em .5em;
      margin-right: .15em; }
      .downloads-list-wrap .prnt span:first-child {
        background-color: #ffea00; }

.download-cat-one {
  max-width: 1601px;
  margin: 1em auto;
  border-left: 3px solid #11121d;
  padding: 0 1em; }
  .download-cat-one h3 {
    font-size: 2em; }
    .download-cat-one h3 a:hover {
      border-bottom: 2px solid #ffea00; }
  .download-cat-one h4 {
    font-weight: normal; }

.downloads-list-cat {
  max-width: 1601px;
  margin: 0 auto 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .downloads-list-cat .cat-title {
    flex: 0 0 100%;
    padding: 1em 0 .1em;
    font-size: 1.5em; }
    .downloads-list-cat .cat-title a:hover {
      border-bottom: 2px solid #ffea00; }
  .downloads-list-cat .one-download {
    flex: 0 1 420px;
    margin: .5em; }
    .downloads-list-cat .one-download .download-cover {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      background-color: #ffea00;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .downloads-list-cat .one-download .download-cover.placeholder {
        background-size: auto; }
        .downloads-list-cat .one-download .download-cover.placeholder.one {
          background-image: url(./assets/placeholders/placeholder-down-1.svg); }
        .downloads-list-cat .one-download .download-cover.placeholder.two {
          background-image: url(./assets/placeholders/placeholder-down-2.svg); }
        .downloads-list-cat .one-download .download-cover.placeholder.three {
          background-image: url(./assets/placeholders/placeholder-down-3.svg); }
      .downloads-list-cat .one-download .download-cover.video {
        background-color: #e6002a; }
      .downloads-list-cat .one-download .download-cover a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .downloads-list-cat .one-download .download-info {
      display: flex;
      flex-direction: row; }
      .downloads-list-cat .one-download .download-info .down-button {
        flex: 0 1 72px; }
      .downloads-list-cat .one-download .download-info .down-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: .5em 1em;
        flex-grow: 1; }
      .downloads-list-cat .one-download .download-info h3 {
        font-size: 1rem;
        margin-bottom: .15em; }
        .downloads-list-cat .one-download .download-info h3 a:hover {
          border-bottom: 2px solid #ffea00; }
        .downloads-list-cat .one-download .download-info h3.bigger {
          font-size: 1.25rem; }
      .downloads-list-cat .one-download .download-info span {
        font-size: .875rem;
        color: gray;
        text-transform: uppercase;
        font-weight: 300; }

/*
 * Search results archive
 *	
 */
.search-list article {
  border-left: 4px solid #11121d;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (min-width: 361px) {
    .search-list article {
      flex-wrap: nowrap; } }
  .search-list article .result-meta,
  .search-list article .result-content {
    padding: 1em; }
  .search-list article .result-meta {
    flex: 0 0 100%; }
    @media screen and (min-width: 361px) {
      .search-list article .result-meta {
        flex: 1 1 45%; } }
    @media screen and (min-width: 769px) {
      .search-list article .result-meta {
        flex-basis: 25%; } }
  .search-list article .result-content {
    flex: 0 0 100%; }
    @media screen and (min-width: 361px) {
      .search-list article .result-content {
        flex: 1 1  65%;
        border: 1px solid #f2f2f2; } }
    @media screen and (min-width: 769px) {
      .search-list article .result-content {
        flex-basis: 75%; } }
  .search-list article.yellow {
    border-left-color: #ffea00; }
  .search-list article.red {
    border-left-color: #e6002a; }
  .search-list article a:hover {
    border-bottom: 2px solid #ff0000; }
  .search-list article .result-type {
    background-color: #11121d;
    padding: .25em .5em;
    text-transform: uppercase;
    font-family: "Delvard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: bold;
    color: white; }
    .search-list article .result-type.yellow {
      background-color: #ffea00;
      color: black; }
    .search-list article .result-type.red {
      background-color: #e6002a; }
  .search-list article .meta-details {
    padding: .25em .5em;
    font-size: .875rem; }

header#header-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f2f2f2; }
  header#header-area.yellow-stripe {
    background-color: #ffea00; }
  header#header-area.red-stripe {
    background-color: #e6002a; }
  header#header-area.white-stripe {
    background-color: white; }
  header#header-area.zigzag {
    background-image: url(./assets/images/ic-zigzag-hor.svg);
    background-position: left bottom;
    background-repeat: repeat-x; }
  header#header-area.redzag {
    background-image: url(./assets/images/ic-zig-up-red.svg);
    background-position: left bottom;
    background-repeat: repeat-x; }
  header#header-area .title-container {
    width: 100%;
    height: 100%;
    min-height: 8em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center; }
  header#header-area .title {
    flex: 1 1 100%;
    padding: 2rem 2rem 1rem;
    padding-left: 2rem;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 769px) {
      header#header-area .title {
        flex: 1 1 30%;
        padding: 3rem 10vw 1rem; } }
    header#header-area .title .double {
      padding: 2rem 2rem 1.5rem; }
      @media screen and (min-width: 769px) {
        header#header-area .title .double {
          padding: 4rem 2rem 3rem; } }
  header#header-area .page-subtitle {
    max-width: 769px; }

.featured-area {
  display: flex;
  flex-direction: column;
  background-color: #11121d;
  margin-bottom: 3vh; }
  @media screen and (min-width: 769px) {
    .featured-area {
      flex-direction: row; } }
  .featured-area .leftpart {
    flex: 100%; }
    @media screen and (min-width: 769px) {
      .featured-area .leftpart {
        flex: 1 1 30%; } }
  .featured-area .rightpart {
    flex: 100%; }
    @media screen and (min-width: 769px) {
      .featured-area .rightpart {
        flex: 1 1 70%; } }
  .featured-area .leftpart {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .featured-area .leftpart .lead-in {
      font-size: 1.75em;
      color: white;
      padding: 4vh 12% 1vh; }
  .featured-area figure {
    margin: 0; }
  .featured-area .featured-image {
    height: 100%;
    min-height: 40vh;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media screen and (min-width: 769px) {
      .featured-area .featured-image {
        height: 0; } }
.next-content-area {
  padding-top: 2vh; }

.colummn-block-section {
  margin: 0 5% 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (min-width: 769px) {
    .colummn-block-section {
      margin: 0 10% 2em; } }
  @media screen and (min-width: 1281px) {
    .colummn-block-section {
      margin: 0 15% 2em; } }
  .colummn-block-section .one-column-block {
    flex: 1 0 320px;
    margin: 2%;
    border: 5px solid #ffea00;
    padding: 2em 1em 1em; }
    .colummn-block-section .one-column-block:nth-child(odd) {
      border-color: #e6002a; }
    .colummn-block-section .one-column-block ul {
      margin: 0 1em 1em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
