@charset "UTF-8";
/*
Theme Name: ccc 21
Theme URI: http://www.mosne.it
Description: for WordPress 4.8 and superior.
Version: 2.0
Author: Pitis+Mosne
Author URI: http://www.mosne.it
Tags: html5, responvive, accessible
*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  max-height: calc(100vh - 140px);
  width: auto !important;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 0.65em;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-gallery-control::before,
.modaal-gallery-control::after,
.modaal-close::before,
.modaal-close::after {
  width: 1px;
}

.modaal-close::before,
.modaal-close::after {
  margin-left: 1px;
}

.modaal-gallery-control::before {
  margin: -8px 0 0;
}

.modaal-gallery-prev::before {
  margin: 8px 0 0;
}

.modaal-gallery-control:focus::before,
.modaal-gallery-control:focus::after,
.modaal-gallery-control:hover::before,
.modaal-gallery-control:hover::after {
  background: #dc2029;
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: block;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    background: rgba(0, 0, 0, 0);
  }
}
/* colors */
html[lang=en-CA] .only-en {
  display: block;
}
html[lang=en-CA] .only-fr {
  display: none;
}

html[lang=fr-FR] .only-en {
  display: none;
}
html[lang=fr-FR] .only-fr {
  display: block;
}

.post-edit-link {
  position: fixed;
  bottom: 8px;
  left: 8px;
  background: #1d1e1c;
  font-size: 14px;
  color: white;
  padding: 0.5em 1rem;
  z-index: 9999;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-edit-link:hover {
  background: #dc2029;
  color: white;
}

.post-edit-link:after {
  content: "";
  /*50*/
  margin-left: 0.5em;
  font-size: 14px;
}

/* acc */
.screen-reader-text, .quick-access .upper, .breadcrumbs [aria-current] {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.screen-reader-text:hover, .quick-access .upper:hover, .breadcrumbs [aria-current]:hover,
.screen-reader-text:active,
.quick-access .upper:active,
.breadcrumbs [aria-current]:active,
.screen-reader-text:focus,
.quick-access .upper:focus,
.breadcrumbs [aria-current]:focus {
  background-color: #fff;
  border-radius: 3px;
  clip: auto !important;
  color: #dc2029;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 18px 0;
  text-decoration: none;
  top: 0;
  position: absolute;
  left: 5px;
  width: auto;
  z-index: 100000;
}

/* small 0-639 */
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  */
}

a:focus,
a:hover {
  color: #dc2029;
}

/*
a:focus{
    outline: 0;
    border: 2px dotted;
    border-radius: 4px;
    text-decoration: none;
}
*/
body,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "europa", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.button,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  padding: 0.5rem 1rem;
}

select {
  background-position: right 0 center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

body {
  font-size: 16px;
  background: white;
}

address {
  font-style: normal;
}

.bigtitle {
  font-size: 2.25em;
  color: #dc2029;
}

.bigsubtitle {
  font-size: 2.25em;
  font-weight: 400;
  color: #dc2029;
}

.smalltitle {
  font-size: 1.8em;
  color: #dc2029;
}

.smallsubtitle {
  font-weight: 400;
  color: #dc2029;
}

.petit .smalltitle {
  font-size: 1.25em;
}

.blackcat {
  font-size: 0.85em;
  color: #1d1e1c;
}

.redcat {
  font-size: 1.25em;
  color: #dc2029;
  margin-bottom: 1rem;
}

.upper {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-left: 1rem;
  letter-spacing: 0.08em;
  color: #dc2029;
}

.beige .upper {
  margin-left: 1rem;
}

.upper.small {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.excerpt,
#footer {
  font-size: 0.85em;
}

#footer .blog-title a {
  padding-bottom: 55%;
  background: transparent url("images/ccc-03.svg") left top no-repeat;
  width: 66%;
}

.lang-en #footer .blog-title a {
  background: transparent url("images/ccc-08.svg") left top no-repeat;
}

#footer {
  padding: 2rem 1rem;
  float: left;
  width: 100%;
}

#footer address {
  color: #dc2029;
  padding-bottom: 1rem;
}

#footer .menu {
  font-weight: 700;
  margin-bottom: 1rem;
}

#footer .menu li {
  width: 100%;
}

.blockquote,
blockquote,
blockquote p {
  line-height: 1.2em;
  margin-bottom: 2rem;
  color: inherit;
}

.blockquote,
blockquote {
  margin: 0;
  padding: 0;
  border-left: 0;
  font-size: 1.8em;
}

.blockquote {
  font-size: 1.3em;
}

.centred .blockquote,
.centred blockquote {
  font-weight: 700;
  color: #dc2029;
  text-align: center;
}

.language-chooser {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  font-weight: 700;
}

.menu a {
  padding: 0.25rem 1rem;
}

.menu .active > a {
  background: inherit;
  color: #dc2029;
}

#footer .language-chooser {
  width: 100%;
  float: left;
  /*
      border-top: 3px solid $red;
      padding-top: 1rem;
      margin-top: -1rem;
  */
}

#main {
  padding: 2rem 0;
  background: white;
  float: left;
  width: 100%;
}

.logocanada {
  max-width: 150px;
  margin-bottom: 1.5rem;
  float: left;
}

.home #main {
  padding-top: 0;
}

/* nav */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.js #header .nav-collapse-0.opened {
  max-height: 540px !important;
}

/*lazy*/
.m-img-wrap {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.youtube img,
.m-img-wrap img {
  max-width: inherit;
  width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 600ms;
}

.textbody a:not(.button) {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 11%;
  background-origin: padding-box;
  text-shadow: 3px 0 #fff, 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff;
  transition: color 0.1s ease-out;
  color: #dc2029;
}

.textbody a[target=_blank]:after {
  font-size: 0.75em;
  margin-left: 0.5em;
  content: "";
  /*4c*/
}

/* breadcrumbs */
.breadcrumbs {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.breadcrumbs > span:after {
  display: none;
}
a.reset {
  color: #1d1e1c;
  font-size: 0.9rem;
  font-weight: bold;
  width: 100%;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0.6em 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
}
a.reset:hover, a.reset:focus {
  text-decoration: underline;
}
a.reset--inline {
  margin: 0;
  margin-right: 1em;
  padding: 0;
  width: auto;
  text-align: left;
  display: inline-block;
}

.breadcrumbs,
.breadcrumbs a {
  color: #dc2029;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs > span:after {
  content: ">";
  /* > */
  margin: 0 0.5em;
}

/* header */
#header {
  background: #dc2029;
  padding: 2rem;
  color: white;
  float: left;
  width: 100%;
}
#header a {
  color: white;
  font-size: 0.85em;
  font-weight: bold;
}
#header .menu-social-container {
  margin-top: 1rem;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
#header .widget_media_image {
  margin-top: 2rem;
}
#header .widget_media_image img {
  max-width: 120px !important;
}
#header .menu-social-container li {
  display: inline-block;
  width: auto;
}
#header .language-chooser li {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 0.08em;
  margin-right: 1rem;
}
#header .language-chooser .active {
  font-weight: 700;
}

.nav-toggle {
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75em;
  font-weight: 700;
  width: 38px;
}

.nav-toggle:before {
  content: "=";
  font-size: 38px;
  float: right;
}

.nav-toggle.active:before {
  content: "X";
}

.blog-title {
  float: left;
  width: 180px;
  height: 86px;
}
.blog-title a {
  width: 90%;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
  padding-bottom: 55%;
  background: transparent url("images/ccc-04.svg") left top no-repeat;
  background-size: contain;
}

.lang-en .blog-title a {
  background: transparent url("images/ccc-07.svg") left top no-repeat;
}

.nav-collapse {
  float: left;
  width: 100%;
  padding-left: 71px;
  margin-top: 1rem;
}

.avideo,
a.embedvideo {
  float: left;
  width: 100%;
  position: relative;
}

.avideo:after,
a.embedvideo:after {
  content: "";
  background: url("images/play-overlay.svg") center center no-repeat;
  background: none, url("images/play-overlay.svg") center center no-repeat;
  height: 88px;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 88px;
  z-index: 3;
}

.avideo:after {
  height: 56px;
  width: 56px;
  margin-left: -28px;
  margin-top: -28px;
}

/* structure */
.push {
  padding: 0 2rem;
  max-width: 1024px;
  margin: 0 auto;
}

.push.less {
  padding: 0 2rem;
  max-width: inherit;
  margin: 0 auto;
}

.push.less.rem {
  padding: 0 1rem;
}

/* pool */
.pool article {
  background: white;
}

.row, .quick-access .menu {
  margin-left: 0;
  margin-right: 0;
  max-width: inherit;
}

.beige {
  background: #f6f6f6;
  padding: 1rem 0;
  float: left;
  width: 100%;
}

.beige.np {
  padding: 1rem 0;
}

.hide-location .event__location {
  display: none;
}

.white {
  background: white;
  padding: 1rem 0;
  float: left;
  width: 100%;
}

.white.meta {
  padding-top: 0;
}

.padd {
  padding: 1rem 0;
}
.padd--archive {
  margin-bottom: 2rem;
  display: flex;
}

.logos {
  padding: 2rem 0;
  padding-bottom: 0;
}

.beige.dots {
  background: #f6f6f6 url("images/dot.svg") top center;
  background-size: 14px 14px;
  padding-bottom: 0;
}

.meta nav {
  margin-bottom: 1rem;
}

.item {
  margin-bottom: 2rem;
}

.item p {
  margin-bottom: 1rem;
}

.item > a {
  padding: 1rem;
  border-bottom: 5px solid #e2e1e1;
  float: left;
  width: 100%;
  background: white;
}

.item > a:focus,
.item > a:hover {
  border-bottom: 5px solid #dc2029;
  outline: none;
}

.item > a:focus .insta img,
.item > a:hover .insta img,
.item > a:focus .avideo img,
.item > a:hover .avideo img,
.item > a:focus .m-img-wrap img,
.item > a:hover .m-img-wrap img {
  -webkit-filter: grayscale(1) url(#monochrome);
  filter: grayscale(1) url(images/monochrome.svg#monochrome);
}

.likes:after {
  content: "";
  font-size: 0.85em;
  margin-left: 0.25em;
}

.item .shortinfos {
  color: #1d1e1c;
  font-size: 0.85em;
}

.item .shortinfos,
.item figure {
  margin: 0.5rem 0;
  float: left;
  width: 100%;
}

.dwnfile a:after {
  content: "@";
  margin-left: 0.5em;
}

.dwnfile .mime {
  font-size: 0.75em;
}

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

/* button */
[type=submit],
.search-submit,
.em-booking-submit,
.button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

[type=submit],
.em-booking-submit {
  background: #dc2029;
  font-size: 0.75em;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[type=submit],
.button.outilne {
  background: white;
  color: #dc2029;
  border: 1px solid #dc2029;
}

[type=submit]:focus,
[type=submit]:hover,
.button.outilne:focus,
.button.outilne:hover {
  background: #dc2029;
  color: white;
}

.item .button {
  margin-bottom: 0;
}

.item > a:focus .button.outilne,
.item > a:hover .button.outilne {
  background: #dc2029;
  color: white;
}

/* form */
.em-booking {
  margin-top: 0;
}

.em-booking-form-details {
  padding: 0;
}

.em-booking-form-details input.input,
.em-booking-form-details textarea,
.em-booking-form-details,
.em-booking-form label,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
label {
  width: 100%;
}

.gdrf-data-type-label,
.em-booking-form label {
  font-size: 1rem;
  font-weight: 700;
}

.gdrf-data-type-label {
  width: 80%;
}

.input-group.input-textarea {
  display: block;
}

p.em-tickets-spaces {
  margin-bottom: 0;
}

div.em-booking-login {
  margin: 1rem 0;
  padding: 0;
  border-left: 0;
  float: left;
  width: 100%;
}

.em-booking-form-details .em-booking-submit {
  margin-top: 1.5em;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

/* menu */
.menu .button,
.menu a {
  padding-left: 0;
}

.linkmenu a:focus,
.linkmenu a:hover,
.menu a:focus,
.menu a:hover {
  text-decoration: underline;
}

.cats {
  margin: 2rem 0;
}
.cats .menu a {
  padding-bottom: 0;
}
.cats .cat-item {
  width: 33%;
  display: inline;
}
.cats .cat-item.active {
  text-decoration: underline;
}

/* pagination */
.wp-pagenavi {
  color: #1d1e1c;
  padding: 1rem 0;
  text-align: center;
}
.wp-pagenavi a {
  color: #dc2029;
}
.wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0 1rem;
}
.wp-pagenavi .current {
  font-weight: 700;
}

/* single */
.galleries .nobreak {
  display: inline-block;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.galleries .gridItem {
  width: calc(100% - 1em);
  margin: 0 0.5em;
}
.galleries .allright {
  text-align: left;
}
.galleries figure {
  padding: 1rem;
  background: white;
  margin-bottom: 2rem;
  float: left;
  width: 100%;
}
.galleries figcaption {
  font-size: 0.55em;
  padding-top: 1em;
  font-weight: 700;
  float: left;
  width: 100%;
}
.galleries .copy {
  font-weight: 400;
}

table tbody tr:nth-child(even) {
  background-color: #fff;
}

table tbody td,
table tbody th {
  padding: 0.5rem 0;
}

table tbody,
table tfoot,
table thead {
  border: 0;
  background-color: #fff;
}

.em-bookings-ticket-table-spaces,
.em-bookings-ticket-table-type {
  font-size: 1rem;
  text-align: left;
}
.em-bookings-ticket-table-spaces label,
.em-bookings-ticket-table-type label {
  color: #dc2029;
}

.em-tickets {
  margin-bottom: 0;
  font-size: 1em;
}

.em-bookings-ticket-div-type {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
}

.small-order-12 {
  -webkit-order: 12;
  order: 12;
}

.small-order-11 {
  -webkit-order: 11;
  order: 11;
}

.small-order-10 {
  -webkit-order: 10;
  order: 10;
}

.small-order-9 {
  -webkit-order: 9;
  order: 9;
}

.small-order-8 {
  -webkit-order: 8;
  order: 8;
}

.small-order-7 {
  -webkit-order: 7;
  order: 7;
}

.small-order-6 {
  -webkit-order: 6;
  order: 6;
}

.small-order-5 {
  -webkit-order: 5;
  order: 5;
}

.small-order-4 {
  -webkit-order: 4;
  order: 4;
}

.small-order-3 {
  -webkit-order: 3;
  order: 3;
}

.small-order-2 {
  -webkit-order: 2;
  order: 2;
}

.small-order-1 {
  -webkit-order: 1;
  order: 1;
}

/* marquee */
.marquee {
  overflow: hidden;
  font-weight: 300;
  background: #fff;
}
.marquee span {
  line-height: 2.5;
  white-space: nowrap;
}
.marquee--black {
  color: black;
}
.marquee--red {
  color: #dc2029;
}
.marquee__inner {
  position: relative;
  display: flex;
  width: fit-content;
  transform: translate3d(0, 0, 0);
  animation: marquee 60s linear infinite;
  animation-play-state: running;
  animation-direction: reverse;
  align-items: center;
  border-bottom: 5px solid #e2e1e1;
}
.marquee__inner-title {
  overflow: hidden;
}
.marquee--logo span {
  padding: 0;
}
.marquee--logo .marquee__inner {
  animation-direction: normal;
}
.marquee:focus .marquee__inner, .marquee:hover .marquee__inner {
  animation-play-state: paused;
  border-bottom: 5px solid #dc2029;
}
.marquee__white {
  display: block;
  height: 2.5em;
  padding: 0 1em;
}
.marquee__white svg {
  width: auto;
  height: 1em;
  margin-top: 0.75em;
}
.marquee__big {
  width: em(5977.927);
  height: em(90.935);
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc((-100% / 4) - 0.1em), 0, 0);
  }
}

.banner {
  overflow: hidden;
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .banner__pusher {
    display: block;
    width: 100%;
    height: 3.6em;
  }
}
.banner__text {
  padding: 0 1rem;
}
.banner .attachment-thumbnail {
  max-width: auto;
  height: 2.5em;
}
.banner__title {
  font-size: 1.5em;
  font-weight: 700;
}
.banner__desc {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

/* instagram smashbaloon */
#sb_instagram #sbi_images .sbi_item {
  margin: 1rem !important;
  padding: 1rem !important;
  background: #fff;
  border-bottom: 5px solid #e2e1e1;
  width: calc(50% - 2rem) !important;
}
@media screen and (min-width: 64em) {
  #sb_instagram #sbi_images .sbi_item {
    width: calc(25% - 2rem) !important;
  }
}
#sb_instagram #sbi_images .sbi_item:hover, #sb_instagram #sbi_images .sbi_item:focus {
  border-bottom: 5px solid #dc2029;
}
#sb_instagram #sbi_images .sbi_item:hover a, #sb_instagram #sbi_images .sbi_item:focus a {
  -webkit-filter: grayscale(1) url(#monochrome);
  filter: grayscale(1) url(images/monochrome.svg#monochrome);
}

/*archive*/
.archive-search {
  margin-bottom: 2rem;
}

.archive-search .columns {
  padding-left: 0;
  padding-right: 2rem;
}

.compact .excerpt {
  display: none;
}

.event__type {
  color: #767676;
}
.event__type a:hover,
.event__type a:focus {
  text-decoration: underline;
}

.event__meta span {
  display: block;
}

.activities .event__category,
.compact .event__category,
.compact .event__meta {
  display: none;
}

.event__year {
  display: none;
}

.compact .event__year {
  display: block;
}

/* home quick access */
.quickaccess.beige {
  padding-bottom: 0;
}

.quick-access .menu-item {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0;
  min-width: 0;
}
.quick-access .menu-item a {
  background: transparent;
  color: #dc2029;
  border: 1px solid #dc2029;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  padding: 1em;
  border-radius: 999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.quick-access .menu-item a:hover, .quick-access .menu-item a:focus {
  background: #dc2029;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .quick-access .menu-item a {
    font-size: 0.95rem;
  }
}

.boxed {
  padding: 1rem;
  border-bottom: 5px solid #e2e1e1;
  float: left;
  width: 100%;
  background: white;
}

/* ============================================================================== */
/* medium 640-1023*/
/* ============================================================================== */
@media print, screen and (min-width: 40em) {
  .medium-order-12 {
    -webkit-order: 12;
    order: 12;
  }

  .medium-order-11 {
    -webkit-order: 11;
    order: 11;
  }

  .medium-order-10 {
    -webkit-order: 10;
    order: 10;
  }

  .medium-order-9 {
    -webkit-order: 9;
    order: 9;
  }

  .medium-order-8 {
    -webkit-order: 8;
    order: 8;
  }

  .medium-order-7 {
    -webkit-order: 7;
    order: 7;
  }

  .medium-order-6 {
    -webkit-order: 6;
    order: 6;
  }

  .medium-order-5 {
    -webkit-order: 5;
    order: 5;
  }

  .medium-order-4 {
    -webkit-order: 4;
    order: 4;
  }

  .medium-order-3 {
    -webkit-order: 3;
    order: 3;
  }

  .medium-order-2 {
    -webkit-order: 2;
    order: 2;
  }

  .medium-order-1 {
    -webkit-order: 1;
    order: 1;
  }
}
/* ============================================================================== */
/* large 1024-up*/
/* ============================================================================== */
@media print, screen and (min-width: 64em) {
  .large-order-12 {
    -webkit-order: 12;
    order: 12;
  }

  .large-order-11 {
    -webkit-order: 11;
    order: 11;
  }

  .large-order-10 {
    -webkit-order: 10;
    order: 10;
  }

  .large-order-9 {
    -webkit-order: 9;
    order: 9;
  }

  .large-order-8 {
    -webkit-order: 8;
    order: 8;
  }

  .large-order-7 {
    -webkit-order: 7;
    order: 7;
  }

  .large-order-6 {
    -webkit-order: 6;
    order: 6;
  }

  .large-order-5 {
    -webkit-order: 5;
    order: 5;
  }

  .large-order-4 {
    -webkit-order: 4;
    order: 4;
  }

  .large-order-3 {
    -webkit-order: 3;
    order: 3;
  }

  .large-order-2 {
    -webkit-order: 2;
    order: 2;
  }

  .large-order-1 {
    -webkit-order: 1;
    order: 1;
  }

  body {
    font-size: calc(0.8vw + 8px);
  }

  #header {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 2rem;
  }

  #main {
    margin-right: 12em;
    width: inherit;
    float: inherit;
  }

  #header {
    width: 12em;
  }

  .nav-collapse {
    padding-left: 0;
  }

  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }

  .beige {
    padding: 2rem 1rem;
  }

  .beige.np {
    padding: 2rem 0;
  }

  .white {
    padding: 2rem 0;
  }

  .upper {
    margin-left: 2rem;
  }

  .beige.np .upper {
    margin-left: 2rem;
  }

  .beige.dots .upper {
    margin-left: 0;
  }

  .blog-title {
    float: left;
    width: 80%;
    height: auto;
  }

  .blog-title a {
    width: 100%;
    padding-bottom: 180%;
    background: transparent url("images/ccc-01.svg") left top no-repeat;
    background-size: contain;
  }

  .lang-en .blog-title a {
    background: transparent url("images/ccc-05.svg") left top no-repeat;
  }

  .col2 {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    float: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .galleries {
    display: flex;
    flex-wrap: wrap;
  }
  .galleries .gridItem {
    width: calc(50% - 1em);
  }
  .galleries .gridItem.small {
    width: calc(25% - 1em);
  }
  .galleries .gridItem.big figcaption {
    font-size: 0.65em;
  }

  .small .galleries .gridItem {
    width: calc(25% - 1em);
  }
  .small .galleries .gridItem.big {
    width: calc(50% - 1em);
  }

  .quick-access .menu-item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .termslist.flex {
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}

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