/*
 * Variables
 */
/*
 * Colors
 */
/*
 * Font Variables
 */
@font-face {
  font-family: "Crimson Pro";
  src: url("/assets/fonts/CrimsonPro-Roman-VF.ttf"); }
@font-face {
  font-family: "SourceSans";
  src: url("/assets/fonts/SourceSansVariable-Roman.ttf"); }
@font-face {
  font-family: "SourceSansItalic";
  src: url("/assets/fonts/SourceSansVariable-Italic.ttf"); }
/*
 * Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/*
 * HTML5 display-role reset for older browsers 
 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

/*
 * Style
 */
body {
  font-family: "SourceSans", "Verdana", sans-serif;
  font-size: 18px;
  -webkit-font-variation-settings: 'wght' 380;
  -moz-font-variation-settings: 'wght' 380;
  -ms-font-variation-settings: 'wght' 380;
  -o-font-variation-settings: 'wght' 380;
  line-height: 25.2px; }

body.big-font {
  font-size: 26px;
  line-height: 36.4px; }

h1, h2, h3, h4, h5 {
  font-family: "Crimson Pro", "Georgia", serif;
  -webkit-font-variation-settings: 'wght' 650;
  -moz-font-variation-settings: 'wght' 650;
  -ms-font-variation-settings: 'wght' 650;
  -o-font-variation-settings: 'wght' 650;
  line-height: 150%; }
  h1 i, h2 i, h3 i, h4 i, h5 i {
    margin-right: 10px; }

h1 {
  color: #8e0217;
  font-size: 48px;
  -webkit-font-variation-settings: 'wght' 750;
  -moz-font-variation-settings: 'wght' 750;
  -ms-font-variation-settings: 'wght' 750;
  -o-font-variation-settings: 'wght' 750; }

body.big-font h1 {
  font-size: 48px; }

h1.small {
  font-size: 30px; }

body.big-font h1.small {
  font-size: 40px; }

h2 {
  color: #038f7b;
  font-size: 30px; }
  h2 i {
    font-size: 24px; }

h3 {
  color: #038f7b;
  font-size: 20px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 17px; }

body.big-font h2 {
  color: #038f7b;
  font-size: 40px; }

body.big-font h3 {
  font-size: 30px; }

body.big-font h4 {
  font-size: 24px; }

body.big-font h5 {
  font-size: 18px; }

p, address, ul {
  padding-bottom: 25.2px; }

body.big-font p, address {
  padding-bottom: 36.4px; }

li {
  box-sizing: border-box;
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 18px; }

strong {
  -webkit-font-variation-settings: 'wght' 650;
  -moz-font-variation-settings: 'wght' 650;
  -ms-font-variation-settings: 'wght' 650;
  -o-font-variation-settings: 'wght' 650; }

a i {
  margin-right: 10px; }

/*
 * Temp Styles
 */
.hero {
  padding: 200px 0 100px 0; }
  .hero h1, .hero p {
    text-align: center; }

#eu-flag {
  clear: both;
  display: block;
  margin: auto;
  width: 100px; }
  #eu-flag img {
    width: 100%; }

.half-box {
  box-sizing: border-box;
  float: left;
  padding: 50px;
  width: 50%; }
  .half-box h2.secondary {
    color: #f2945e; }

.oznakowanie-eu {
  box-sizing: border-box;
  margin: 50px 0;
  width: 100%; }
  .oznakowanie-eu img {
    width: 100%; }

.branding {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px; }
  .branding #msues, .branding #logo img {
    height: 70px; }

.harmonogram {
  position: relative; }
  .harmonogram .item {
    border-top: solid 1px #bbb;
    margin: 10px 0;
    padding: 12px 40px;
    position: relative; }
    .harmonogram .item .number {
      border: solid 1px #111;
      height: 30px;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center;
      width: 30px; }
    .harmonogram .item .liczba-osob, .harmonogram .item .instytucja, .harmonogram .item .miejsce {
      padding-bottom: 10px; }

article {
  box-sizing: border-box;
  clear: both;
  margin: auto;
  padding: 0 10%;
  width: 90%;
  max-width: 1200px; }

ul li {
  padding-bottom: 5px; }
  ul li ul {
    padding-bottom: 0px;
    padding-top: 10px; }
    ul li ul li {
      padding-left: 30px; }
      ul li ul li ul li {
        padding-left: 30px; }

ul.nostyle li {
  list-style: none; }

.collapsed {
  display: none; }

.breadcrumbs {
  font-size: 15px; }
  .breadcrumbs a {
    display: inline-block;
    margin: 0 15px;
    padding: 5px; }

body.big-font button, body.big-font button * {
  line-height: 25.2px; }

a.button {
  background-color: #48878e;
  border-radius: 5px;
  clear: both;
  color: #fff;
  display: block;
  -webkit-font-variation-settings: 'wght' 500;
  -moz-font-variation-settings: 'wght' 500;
  -ms-font-variation-settings: 'wght' 500;
  -o-font-variation-settings: 'wght' 500;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 250px; }

a.red {
  background-color: #8e0217; }

#navigation {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 24px;
  height: 100%;
  padding: 5% 20%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 77; }
  #navigation ul li {
    list-style: none; }
    #navigation ul li a {
      display: block;
      padding: 15px 0; }
    #navigation ul li a.hidden {
      display: none; }

#go-to-tresc {
  display: none; }

.hamburger {
  color: #8e0217;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999; }

.contrast-button {
  background: #000;
  border: #ff0 solid 1px;
  color: #ff0;
  cursor: pointer;
  display: block;
  -webkit-font-variation-settings: 'wght' 650;
  -moz-font-variation-settings: 'wght' 650;
  -ms-font-variation-settings: 'wght' 650;
  -o-font-variation-settings: 'wght' 650;
  height: 40px;
  position: fixed;
  top: 80px;
  right: 30px;
  width: 40px; }

.contrast-bw-button {
  background: #000;
  border: #ff0 solid 1px;
  color: #ff0;
  cursor: pointer;
  display: block;
  -webkit-font-variation-settings: 'wght' 650;
  -moz-font-variation-settings: 'wght' 650;
  -ms-font-variation-settings: 'wght' 650;
  -o-font-variation-settings: 'wght' 650;
  height: 40px;
  position: fixed;
  top: 125px;
  right: 30px;
  width: 40px; }

.font-button {
  background: #fff;
  border: #111 solid 1px;
  color: #111;
  cursor: pointer;
  display: block;
  -webkit-font-variation-settings: 'wght' 650;
  -moz-font-variation-settings: 'wght' 650;
  -ms-font-variation-settings: 'wght' 650;
  -o-font-variation-settings: 'wght' 650;
  height: 40px;
  position: fixed;
  top: 125px;
  right: 30px;
  width: 40px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  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.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  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: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

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

.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 !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

.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 !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

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

#eea-info {
  clear: both;
  display: block;
  margin: auto;
  max-width: 400px;
  text-align: center;
}

#eea-info img {
  max-width: 100%;
}

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