@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/ }
  .shTemplReset:before {
    clear: both;
    content: "";
    display: table;
    margin-top: -1px;
    height: 0; }
  .shTemplReset * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .shTemplReset *:focus {
      outline: none; }
  .shTemplReset *:after, .shTemplReset *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .shTemplReset main, .shTemplReset time {
    display: block; }
  .shTemplReset address {
    font-style: normal; }
  .shTemplReset button {
    cursor: pointer; }
    .shTemplReset button:focus {
      outline: none; }
  .shTemplReset fieldset {
    padding: 0;
    border: 0;
    margin: 0; }
  .shTemplReset input {
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
  .shTemplReset button:-moz-focusring,
  .shTemplReset [type="button"]:-moz-focusring,
  .shTemplReset [type="reset"]:-moz-focusring,
  .shTemplReset [type="submit"]:-moz-focusring {
    border-style: none;
    outline: 0; }
  .shTemplReset input:-webkit-autofill,
  .shTemplReset input:-webkit-autofill:hover,
  .shTemplReset input:-webkit-autofill:focus,
  .shTemplReset input:-webkit-autofill,
  .shTemplReset textarea:-webkit-autofill,
  .shTemplReset textarea:-webkit-autofill:hover,
  .shTemplReset textarea:-webkit-autofill:focus,
  .shTemplReset select:-webkit-autofill,
  .shTemplReset select:-webkit-autofill:hover,
  .shTemplReset select:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px white inset; }
  .shTemplReset img {
    border-style: none; }
  .shTemplReset ul, .shTemplReset ul li {
    list-style-type: none; }
  .shTemplReset ul {
    padding: 0;
    margin: 0; }
  .shTemplReset em, .shTemplReset i {
    font-style: normal; }
  .shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  .shTemplReset hr, .shTemplReset svg {
    overflow: visible; }
  .shTemplReset *:focus-visible {
    outline: -webkit-focus-ring-color auto 1px; }

.shTplGContainer, .eventPage .eventPage__container, .shTemplMap .shTemplMap__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto; }
  .shTplGContainer:after, .eventPage .eventPage__container:after, .shTemplMap .shTemplMap__container:after {
    display: table;
    content: "";
    clear: both; }
  @media (max-width: 767px) {
    .shTplGContainer, .eventPage .eventPage__container, .shTemplMap .shTemplMap__container {
      padding: 0 20px; } }

.shTplGResetHeaders, .shTemplMap .shTemplMap__primaryTitle, .shTemplMap address p, .shTemplMap .shTemplMap__distances p, .shTemplMap.forContactPage address p {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0; }
  .shTplGResetHeaders:first-letter, .shTemplMap .shTemplMap__primaryTitle:first-letter, .shTemplMap address p:first-letter, .shTemplMap .shTemplMap__distances p:first-letter, .shTemplMap.forContactPage address p:first-letter {
    text-transform: capitalize; }

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important; }

.shTplGBlockScroll {
  position: relative;
  overflow: hidden; }
  @media (max-width: 730px) {
    .shTplGBlockScroll {
      position: fixed;
      width: 100%;
      height: 100%; } }

.shTplGBlockScroll-html {
  overflow: hidden; }

.mtGenericLoader {
  height: 30px;
  width: 30px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
  margin: -15px 0 0 0; }

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */ } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.mediaPopup {
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  /*
   * 	Owl Carousel - Video Plugin
   */ }
  .mediaPopup .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  .mediaPopup .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .mediaPopup .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .mediaPopup .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .mediaPopup .owl-carousel .owl-wrapper,
  .mediaPopup .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .mediaPopup .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .mediaPopup .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .mediaPopup .owl-carousel .owl-nav.disabled,
  .mediaPopup .owl-carousel .owl-dots.disabled {
    display: none; }
  .mediaPopup .owl-carousel .owl-nav .owl-prev,
  .mediaPopup .owl-carousel .owl-nav .owl-next,
  .mediaPopup .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mediaPopup .owl-carousel .owl-nav button.owl-prev,
  .mediaPopup .owl-carousel .owl-nav button.owl-next,
  .mediaPopup .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .mediaPopup .owl-carousel.owl-loaded {
    display: block; }
  .mediaPopup .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .mediaPopup .owl-carousel.owl-hidden {
    opacity: 0; }
  .mediaPopup .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .mediaPopup .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .mediaPopup .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .mediaPopup .owl-carousel.owl-rtl {
    direction: rtl; }
  .mediaPopup .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .mediaPopup .no-js .owl-carousel {
    display: block; }
  .mediaPopup .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
       -moz-animation-duration: 1000ms;
         -o-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both; }
  .mediaPopup .owl-carousel .owl-animated-in {
    z-index: 0; }
  .mediaPopup .owl-carousel .owl-animated-out {
    z-index: 1; }
  .mediaPopup .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
       -moz-animation-name: fadeOut;
         -o-animation-name: fadeOut;
            animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .mediaPopup .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .mediaPopup .owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */ }
  .mediaPopup .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .mediaPopup .owl-carousel .owl-item .owl-lazy[src^=""], .mediaPopup .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .mediaPopup .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .mediaPopup .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .mediaPopup .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease; }
  .mediaPopup .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
       -moz-transform: scale(1.3, 1.3);
         -o-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }
  .mediaPopup .owl-carousel .owl-video-playing .owl-video-tn,
  .mediaPopup .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .mediaPopup .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .mediaPopup .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent; }
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 2px;
     -moz-border-radius-topleft: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
     -moz-border-radius-topright: 2px;
          border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 2px;
     -moz-border-radius-bottomleft: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
     -moz-border-radius-bottomright: 2px;
          border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers.png");
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/layers-2x.png");
  -moz-background-size: 26px 26px;
       background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("/Styles/sharedTemplates/plugins/leafletImages/marker-icon.png"); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.leaflet-pane.leaflet-tooltip-pane > div:nth-of-type(1) {
  background: #19122D75;
  color: #FFFFFF;
  border: 1px solid #0076C0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #FFFFFF;
  opacity: 1 !important; }

.leaflet-pane.leaflet-tooltip-pane > div:nth-of-type(2) {
  background: #19122D75;
  color: #FFFFFF;
  border: 1px solid #61B234;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  opacity: 1 !important; }

.leaflet-pane.leaflet-tooltip-pane > div.isActive:nth-of-type(1) {
  background: #0076C0; }

.leaflet-pane.leaflet-tooltip-pane > div.isActive:nth-of-type(2) {
  background: #61B234;
  color: #19132C; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.clG-fullWidthBtn {
  line-height: 50px;
  background: #19132C;
  width: 100%;
  text-align: center;
  font-size: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  .clG-fullWidthBtn span {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-family: "spectral";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    vertical-align: middle; }
  .clG-fullWidthBtn i {
    display: inline-block;
    vertical-align: middle; }
  .clG-fullWidthBtn.withDownBtn i {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 5px; }
  .clG-fullWidthBtn.withLeftBtn i {
    display: inline-block;
    position: relative;
    border-right: 0 !important;
    margin-right: 10px;
    /* border-right: 5px solid #fff;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin: 0 5px 0 0; */ }
    .clG-fullWidthBtn.withLeftBtn i:before {
      content: "";
      font-size: 14px;
      font-family: "icons-common" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: relative;
      color: #19122D;
      display: block;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .clG-fullWidthBtn.withIcon i {
    position: relative;
    margin-right: 12px; }
    .clG-fullWidthBtn.withIcon i:before, .clG-fullWidthBtn.withIcon i:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .clG-fullWidthBtn.withIcon i:before {
      opacity: 0; }
    .clG-fullWidthBtn.withIcon i:after {
      opacity: 1; }
  html.no-touch .clG-fullWidthBtn.withIcon:hover i:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  html.no-touch .clG-fullWidthBtn.withIcon:hover i:after {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .clG-fullWidthBtn.withFicon i {
    position: relative;
    margin-right: 12px; }

.clG-loader {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  margin-right: -26px;
  position: relative;
  right: -20px;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  transition: opacity .1s ease; }
  .clG-loader.isVisible {
    opacity: 1; }

.clEventCard {
  background: #ffffff;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }
  .clEventCard .clEventCard__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none; }
  .clEventCard .clEventCard__content {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px; }
    .clEventCard .clEventCard__content:after {
      display: table;
      content: "";
      clear: both; }
  .clEventCard .clEventCard__picture {
    min-width: 160px;
    position: relative;
    overflow: hidden;
    display: none;
    margin-right: 20px; }
    .clEventCard .clEventCard__picture:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3); }
  .clEventCard .clEventCard__image {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center center; }
  .clEventCard .clEventCard__icon {
    background: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    display: none; }
    .clEventCard .clEventCard__icon i:before, .clEventCard .clEventCard__icon i:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: block;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .clEventCard .clEventCard__icon i:before {
      opacity: 0; }
    .clEventCard .clEventCard__icon i:after {
      opacity: 1; }
  .clEventCard .clEventCard__textContent {
    overflow: hidden;
    width: 100%;
    padding: 13px 0 12px 0;
    border-bottom: 1px solid rgba(25, 19, 44, 0.4); }
    .clEventCard .clEventCard__textContent h4 {
      margin: 0;
      padding: 0;
      letter-spacing: 0;
      text-transform: none;
      line-height: 1.46;
      color: #19132C;
      font-size: 22px;
      font-weight: 300; }
      .clEventCard .clEventCard__textContent h4:first-letter {
        text-transform: capitalize; }
      .clEventCard .clEventCard__textContent h4 .clEventCard__opponent {
        color: #19122D; }
    .clEventCard .clEventCard__textContent p {
      margin: 4px 0 0 0;
      padding: 0;
      text-transform: none;
      font-size: 14px;
      font-family: "barlow"; }
      .clEventCard .clEventCard__textContent p br {
        display: none; }
      .clEventCard .clEventCard__textContent p:first-letter {
        text-transform: capitalize; }
      .clEventCard .clEventCard__textContent p img {
        max-height: 200px;
        max-width: 100%; }
    .clEventCard .clEventCard__textContent a.clEventCard__viewMore {
      display: none; }
  .clEventCard .clEventCard__bottomInfo {
    margin: 0 20px 0 20px;
    font-size: 0;
    z-index: 2;
    position: relative;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .clEventCard .clEventCard__timeInterval, .clEventCard .clEventCard__tags, .clEventCard .clEventCard__tags li {
    display: inline-block;
    vertical-align: middle; }
  .clEventCard .clEventCard__timeInterval {
    font-family: "spectral";
    font-size: 15px;
    color: #19132C;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 38px;
    padding-right: 40px;
    position: relative; }
    .clEventCard .clEventCard__timeInterval:after {
      content: '';
      height: 23px;
      width: 1px;
      background: #161615;
      opacity: 0.5;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px; }
    .clEventCard .clEventCard__timeInterval .isDuration {
      padding-left: 4px;
      text-transform: lowercase; }
  .clEventCard .clEventCard__tags {
    font-size: 0;
    margin-right: 20px; }
    .clEventCard .clEventCard__tags li:not(:first-of-type):before {
      content: '|';
      font-size: 12px;
      color: #161615;
      margin: 0 6px; }
    .clEventCard .clEventCard__tags a {
      z-index: 4;
      position: relative;
      text-decoration: none;
      border: 1px solid currentColor;
      font-family: "barlow";
      font-size: 12px;
      color: rgba(25, 19, 44, 0.4);
      font-weight: 400;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      line-height: 20px;
      border: 1px solid rgba(25, 19, 44, 0.4);
      padding: 0 10px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      html.no-touch .clEventCard .clEventCard__tags a:hover {
        color: #19122D; }
  .clEventCard .clEventCard__calSource {
    z-index: 4;
    position: relative;
    font-family: "barlow";
    font-size: 12px;
    color: rgba(25, 19, 44, 0.4);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 20px;
    border: 1px solid rgba(25, 19, 44, 0.4);
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
    background: none;
    border: 0; }
    html.no-touch .clEventCard .clEventCard__calSource:hover {
      color: #19122D; }
    .clEventCard .clEventCard__calSource[data-source="Bookable Events"] {
      border: 1px solid #00a2ff; }
    .clEventCard .clEventCard__calSource[data-source="Sport Calendar"] {
      border: 1px solid #30ff00; }
  .clEventCard .clEventCard__hoverContent {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    -webkit-transform: translateX(140%);
       -moz-transform: translateX(140%);
        -ms-transform: translateX(140%);
         -o-transform: translateX(140%);
            transform: translateX(140%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    -webkit-border-radius: 0 20px 0 20px;
       -moz-border-radius: 0 20px 0 20px;
            border-radius: 0 20px 0 20px; }
    .clEventCard .clEventCard__hoverContent li {
      width: 100px;
      height: 100px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateX(10px);
         -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
           -o-transform: translateX(10px);
              transform: translateX(10px);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .clEventCard .clEventCard__hoverContent li.isShare {
        display: none; }
      .clEventCard .clEventCard__hoverContent li.isMoreInfo {
        display: none; }
      .clEventCard .clEventCard__hoverContent li.isiWallet {
        display: none; }
        html.iOS .clEventCard .clEventCard__hoverContent li.isiWallet {
          display: inline-block; }
  .clEventCard .clEventCard__button {
    background: #19132C;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .clEventCard .clEventCard__button:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .clEventCard .clEventCard__button > span {
      display: inline-block;
      vertical-align: middle;
      width: 97%;
      text-align: center;
      padding-top: 2px; }
    .clEventCard .clEventCard__button i {
      display: inline-block;
      position: relative;
      width: 34px;
      height: 34px; }
      .clEventCard .clEventCard__button i:before, .clEventCard .clEventCard__button i:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .clEventCard .clEventCard__button i:before {
        opacity: 0; }
      .clEventCard .clEventCard__button i:after {
        opacity: 1; }
    .clEventCard .clEventCard__button span span {
      display: block;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      font-family: "spectral";
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 1.25; }
    .clEventCard .clEventCard__button.shareEvent i:after {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='28.006' height='30' viewBox='0 0 28.006 30'%3E%3Cpath id='Icon_core-share-alt' data-name='Icon core-share-alt' d='M25.5,21.625a4.744,4.744,0,0,0-3.763,1.856L11.491,17.667a4.731,4.731,0,0,0,0-3.083L21.737,8.769a4.746,4.746,0,1,0-.861-1.811l-10.42,5.914a4.75,4.75,0,1,0,0,6.507l10.42,5.914A4.75,4.75,0,1,0,25.5,21.625Zm0-18.5a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75ZM7,18.875a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,7,18.875Zm18.5,10.25a2.75,2.75,0,1,1,2.75-2.75,2.75,2.75,0,0,1-2.75,2.75Z' transform='translate(-2.245 -1.124)' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.shareEvent i:before {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='28.006' height='30' viewBox='0 0 28.006 30'%3E%3Cpath id='Icon_core-share-alt' data-name='Icon core-share-alt' d='M25.5,21.625a4.744,4.744,0,0,0-3.763,1.856L11.491,17.667a4.731,4.731,0,0,0,0-3.083L21.737,8.769a4.746,4.746,0,1,0-.861-1.811l-10.42,5.914a4.75,4.75,0,1,0,0,6.507l10.42,5.914A4.75,4.75,0,1,0,25.5,21.625Zm0-18.5a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75ZM7,18.875a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,7,18.875Zm18.5,10.25a2.75,2.75,0,1,1,2.75-2.75,2.75,2.75,0,0,1-2.75,2.75Z' transform='translate(-2.245 -1.124)' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.addToCalendar i:after {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.addToCalendar i:before {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.iWallet i:after {
      background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.iWallet i:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard .clEventCard__button.moreInfo i {
      width: 29px;
      height: 29px; }
      .clEventCard .clEventCard__button.moreInfo i:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .clEventCard .clEventCard__button.moreInfo i:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
    .clEventCard .clEventCard__button.moreInfo span span {
      padding-top: 11px; }
    html.no-touch .clEventCard .clEventCard__button:hover {
      background: #0076C0; }
      html.no-touch .clEventCard .clEventCard__button:hover span {
        color: #fff; }
      html.no-touch .clEventCard .clEventCard__button:hover i:before {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      html.no-touch .clEventCard .clEventCard__button:hover i:after {
        opacity: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
  .clEventCard.isFixture .clEventCard__bottomInfo, .clEventCard.isExtended .clEventCard__bottomInfo, .clEventCard.isBooking .clEventCard__bottomInfo {
    border-top-width: 1px; }
    .clEventCard.isFixture .clEventCard__bottomInfo:after, .clEventCard.isExtended .clEventCard__bottomInfo:after, .clEventCard.isBooking .clEventCard__bottomInfo:after {
      top: -2px;
      width: 47px;
      left: 375px; }
  .clEventCard.isFixture .clEventCard__picture, .clEventCard.isExtended .clEventCard__picture, .clEventCard.isBooking .clEventCard__picture {
    display: block; }
  .clEventCard.isFixture .clEventCard__link, .clEventCard.isExtended .clEventCard__link, .clEventCard.isBooking .clEventCard__link {
    display: block; }
  .clEventCard.isFixture .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isFixture .clEventCard__hoverContent li.isShare, .clEventCard.isExtended .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isExtended .clEventCard__hoverContent li.isShare, .clEventCard.isBooking .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isBooking .clEventCard__hoverContent li.isShare {
    display: inline-block; }
  .clEventCard.hasImage .clEventCard__picture {
    display: block; }
  .clEventCard.isFixture .clEventCard__timeLine {
    background: #30ff00; }
  .clEventCard.isFixture .clEventCard__icon {
    display: block; }
    .clEventCard.isFixture .clEventCard__icon i:after {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 13H24a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V14a1 1 0 0 0-1-1zm-1 10H25v-8h14z'/%3E%3Cpath d='M61 8H48V4.48A2.48 2.48 0 0 0 45.52 2h-27A2.48 2.48 0 0 0 16 4.48V8H3a1 1 0 0 0-1 1v2.81a11.9 11.9 0 0 0 2 6.55V44a1 1 0 0 0 1.71.71L9 41.41l3.29 3.29A1 1 0 0 0 14 44V24.73a17 17 0 0 0 2 .27 16 16 0 0 0 8 12.88V48h-3a1 1 0 0 0-1 1v7h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-5v-7a1 1 0 0 0-1-1h-3V37.84A16 16 0 0 0 48 25a17 17 0 0 0 2-.22V44a1 1 0 0 0 1.71.71l3.29-3.3 3.29 3.29A1 1 0 0 0 60 44V18.36a11.9 11.9 0 0 0 2-6.55V9a1 1 0 0 0-1-1zM4 10h12v13c-6.7-.47-12-5.31-12-11.19zm8 31.59l-2.29-2.3a1 1 0 0 0-1.41 0L6 41.59V20.75a15.32 15.32 0 0 0 6 3.48zM48 60H16v-2h32zm-6-4H22v-6h20zm-4-8H26v-9.18a15.87 15.87 0 0 0 12 0zm-6-10a14 14 0 0 1-14-14V4.48a.48.48 0 0 1 .48-.48h27a.48.48 0 0 1 .48.48V24A14 14 0 0 1 32 38zm23.71 1.29a1 1 0 0 0-1.41 0l-2.3 2.3V24.23a15.32 15.32 0 0 0 6-3.48v20.84zM60 11.81c0 5.88-5.3 10.72-12 11.19V10h12z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard.isFixture .clEventCard__icon i:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319132C%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
  .clEventCard.isFixture .clEventCard__hoverContent li.isShare {
    display: inline-block; }
  .clEventCard.isBooking .clEventCard__timeLine {
    background: #00a2ff; }
  .clEventCard.isBooking .clEventCard__icon {
    display: block; }
    .clEventCard.isBooking .clEventCard__icon i:after {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M9.5 23.5c-.1 0-.3-.1-.4-.1L7 21.2c-.1-.1-.1-.2-.1-.4s.1-.3.2-.4c.6-.6.7-1.3-.7-2.7-.5-.5-1.2-1.1-1.8-1.1-.3 0-.6.1-.9.4-.2.2-.6.2-.7 0L.8 14.8c-.2-.2-.2-.5 0-.7L14.1.6c.1-.1.2-.1.4-.1.1 0 .3.1.4.1L17 2.8c.2.2.2.5 0 .6l-.1.1c-.5.5-.4.9-.4 1.2.1.4.5.9 1.1 1.5.5.5 1.2 1.1 1.8 1.1.3 0 .6-.1.9-.4.2-.2.6-.2.7 0l2.2 2.2c.2.2.2.5 0 .7L9.9 23.4c-.1 0-.3.1-.4.1zM8 20.8l1.5 1.5L22.3 9.5 20.8 8c-.4.3-.8.4-1.2.4-1 0-1.9-.8-2.6-1.4-.7-.7-1.2-1.3-1.3-1.9-.2-.7-.1-1.3.3-1.9l-1.5-1.5L1.7 14.5 3.2 16c.4-.3.8-.4 1.2-.4 1 0 1.9.8 2.6 1.4.6.6 2.2 2.2 1 3.8z'/%3E%3Cpath  d='M11.202 4.264l1.132 1.131-.707.708-1.132-1.132zM13.656 6.782l1.132 1.13-.707.708-1.132-1.13zM16.11 9.161l1.131 1.132-.707.707-1.131-1.132zM18.563 11.68l1.132 1.13-.707.708-1.132-1.132z'/%3E%3Cg%3E%3Cpath   d='M10.785 8.8l.707.708-4.101 4.1-.707-.706zM12.646 10.716l.708.707-4.102 4.101-.707-.707zM12.745 14.204l.707.707-2.333 2.334-.707-.707z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .clEventCard.isBooking .clEventCard__icon i:before {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M9.5 23.5c-.1 0-.3-.1-.4-.1L7 21.2c-.1-.1-.1-.2-.1-.4s.1-.3.2-.4c.6-.6.7-1.3-.7-2.7-.5-.5-1.2-1.1-1.8-1.1-.3 0-.6.1-.9.4-.2.2-.6.2-.7 0L.8 14.8c-.2-.2-.2-.5 0-.7L14.1.6c.1-.1.2-.1.4-.1.1 0 .3.1.4.1L17 2.8c.2.2.2.5 0 .6l-.1.1c-.5.5-.4.9-.4 1.2.1.4.5.9 1.1 1.5.5.5 1.2 1.1 1.8 1.1.3 0 .6-.1.9-.4.2-.2.6-.2.7 0l2.2 2.2c.2.2.2.5 0 .7L9.9 23.4c-.1 0-.3.1-.4.1zM8 20.8l1.5 1.5L22.3 9.5 20.8 8c-.4.3-.8.4-1.2.4-1 0-1.9-.8-2.6-1.4-.7-.7-1.2-1.3-1.3-1.9-.2-.7-.1-1.3.3-1.9l-1.5-1.5L1.7 14.5 3.2 16c.4-.3.8-.4 1.2-.4 1 0 1.9.8 2.6 1.4.6.6 2.2 2.2 1 3.8z'/%3E%3Cpath  d='M11.202 4.264l1.132 1.131-.707.708-1.132-1.132zM13.656 6.782l1.132 1.13-.707.708-1.132-1.13zM16.11 9.161l1.131 1.132-.707.707-1.131-1.132zM18.563 11.68l1.132 1.13-.707.708-1.132-1.132z'/%3E%3Cg%3E%3Cpath   d='M10.785 8.8l.707.708-4.101 4.1-.707-.706zM12.646 10.716l.708.707-4.102 4.101-.707-.707zM12.745 14.204l.707.707-2.333 2.334-.707-.707z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
  .clEventCard.isExtended .clEventCard__timeLine {
    background: magenta; }

body.calendar .clEventCard:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(43%, rgba(0, 0, 0, 0.38)), color-stop(51%, rgba(0, 0, 0, 0.29)), color-stop(76%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

body.calendar .clEventCard .clEventCard__textContent p {
  position: relative;
  overflow: hidden; }

html.touch body.calendar .clEventCard .clEventCard__link {
  display: none; }

body.calendar .clEventCard:not(.noImage) .clEventCard__picture {
  margin-left: -20px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent, body.calendar .clEventCard.showButtons .clEventCard__hoverContent {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }
  html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(1), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(1) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
  html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(2), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(2) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .2s ease-in-out .1s;
    -o-transition: .2s ease-in-out .1s;
    -moz-transition: .2s ease-in-out .1s;
    transition: .2s ease-in-out .1s; }
  html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(3), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(3) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .2s ease-in-out .2s;
    -o-transition: .2s ease-in-out .2s;
    -moz-transition: .2s ease-in-out .2s;
    transition: .2s ease-in-out .2s; }
  html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(4), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(4) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .2s ease-in-out .3s;
    -o-transition: .2s ease-in-out .3s;
    -moz-transition: .2s ease-in-out .3s;
    transition: .2s ease-in-out .3s; }
  html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(5), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(5) {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .2s ease-in-out .4s;
    -o-transition: .2s ease-in-out .4s;
    -moz-transition: .2s ease-in-out .4s;
    transition: .2s ease-in-out .4s; }

body.calendar .clEventCard.noImage.isFixture .clEventCard__picture, body.calendar .clEventCard.noImage.isBooking .clEventCard__picture {
  min-width: 50px; }
  body.calendar .clEventCard.noImage.isFixture .clEventCard__picture:before, body.calendar .clEventCard.noImage.isBooking .clEventCard__picture:before {
    display: none; }

body.calendar .clEventCard.noImage.isFixture .clEventCard__image, body.calendar .clEventCard.noImage.isBooking .clEventCard__image {
  background: none !important; }

body.calendar .clEventCard.noImage.isExtended .clEventCard__picture {
  display: none; }

@media screen and (max-width: 767px) {
  body.calendar .clEventCard {
    margin-bottom: 20px; } }

@media screen and (max-width: 650px) {
  body.calendar .clEventCard:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%; }
  body.calendar .clEventCard .clEventCard__content {
    display: block;
    padding: 0; }
  body.calendar .clEventCard .clEventCard__picture {
    float: none;
    width: 100%;
    height: 160px;
    padding-right: 0;
    margin-left: 0; }
  body.calendar .clEventCard .clEventCard__image {
    right: 0; }
  body.calendar .clEventCard .clEventCard__textContent {
    padding: 24px 20px 27px 20px; }
  body.calendar .clEventCard .clEventCard__bottomInfo {
    padding: 15px 0; }
  body.calendar .clEventCard .clEventCard__tags li:first-of-type:before {
    display: none; }
  body.calendar .clEventCard .clEventCard__tags li a {
    line-height: normal; }
  body.calendar .clEventCard .clEventCard__timeInterval {
    display: block;
    line-height: normal;
    padding: 0 0 10px 0; }
    body.calendar .clEventCard .clEventCard__timeInterval:after {
      display: none; }
  body.calendar .clEventCard.isFixture.noImage .clEventCard__picture {
    display: none; } }

@media screen and (max-width: 500px) {
  body.calendar .clEventCard .clEventCard__hoverContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    body.calendar .clEventCard .clEventCard__hoverContent li {
      width: auto;
      height: 92px; }
      body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
        width: 28px;
        height: 28px; }
      body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
        width: 25px;
        height: 25px; }
      body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo span span {
        padding-top: 0; } }

@media screen and (max-width: 400px) {
  body.calendar .clEventCard .clEventCard__hoverContent li {
    height: 85px; }
    body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
      width: 24px;
      height: 24px; }
    body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
      width: 21px;
      height: 21px; } }

body.eventDetails .clEventCard .clEventCard__content {
  display: block;
  padding: 0; }

body.eventDetails .clEventCard .clEventCard__hoverContent {
  display: none; }

body.eventDetails .clEventCard .clEventCard__picture {
  float: none;
  width: 100%;
  display: block !important;
  height: 170px;
  padding-right: 0; }
  body.eventDetails .clEventCard .clEventCard__picture:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

body.eventDetails .clEventCard .clEventCard__image {
  right: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

body.eventDetails .clEventCard .clEventCard__textContent {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  body.eventDetails .clEventCard .clEventCard__textContent p {
    max-height: 78px; }

body.eventDetails .clEventCard .clEventCard__bottomInfo {
  padding-top: 9px;
  padding-bottom: 25px;
  text-align: center; }
  body.eventDetails .clEventCard .clEventCard__bottomInfo:after {
    display: none; }
  body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__timeInterval {
    display: block;
    line-height: 1.3; }
  body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags {
    padding-top: 6px; }
    body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags li:first-of-type:before {
      display: none; }
    body.eventDetails .clEventCard .clEventCard__bottomInfo .clEventCard__tags a {
      line-height: 1.3; }

body.eventDetails .clEventCard .clEventCard__tags .isCalendarSource {
  display: none; }

body.eventDetails .clEventCard .clEventCard__timeInterval {
  padding-right: 0; }
  body.eventDetails .clEventCard .clEventCard__timeInterval:after {
    display: none; }

html.no-touch body.eventDetails .clEventCard:hover .clEventCard__picture:before {
  background: rgba(0, 0, 0, 0.15); }

html.no-touch body.eventDetails .clEventCard:hover .clEventCard__image {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1); }

@media screen and (max-width: 767px) {
  body.eventDetails .clEventCard {
    width: 260px; } }

.clG-addToCal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
  .clG-addToCal:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .clG-addToCal .clG-addToCal__inner {
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -250px;
    background: #fff;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px; }
  .clG-addToCal .clG-addToCal__head {
    text-align: center;
    padding-bottom: 7px;
    padding-top: 7px;
    background-color: #19122D;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px; }
    .clG-addToCal .clG-addToCal__head:before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      left: 10px;
      top: 26px; }
    .clG-addToCal .clG-addToCal__head:after {
      content: "";
      display: block;
      width: 2px;
      height: 20px;
      background-color: #ffffff;
      position: absolute;
      left: 19px;
      top: 17px; }
    .clG-addToCal .clG-addToCal__head h3 {
      letter-spacing: 0;
      text-transform: none;
      margin: 0;
      color: #ffffff;
      font-size: 16px;
      text-transform: uppercase; }
      .clG-addToCal .clG-addToCal__head h3:first-letter {
        text-transform: capitalize; }
  .clG-addToCal .clG-addToCal__close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    z-index: 4; }
    .clG-addToCal .clG-addToCal__close i {
      display: inline-block; }
      .clG-addToCal .clG-addToCal__close i:after, .clG-addToCal .clG-addToCal__close i:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 14px;
        height: 2px;
        background: #ffffff; }
      .clG-addToCal .clG-addToCal__close i:after {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      .clG-addToCal .clG-addToCal__close i:before {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .clG-addToCal .clG-addToCal__item {
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 1; }
    .clG-addToCal .clG-addToCal__item a, .clG-addToCal .clG-addToCal__item button {
      width: 100%;
      padding: 0 16px 0 60px;
      text-align: left;
      position: relative;
      text-decoration: none;
      cursor: pointer;
      background: none;
      border: 0; }
    .clG-addToCal .clG-addToCal__item span {
      font-size: 15px;
      color: #000; }
      .clG-addToCal .clG-addToCal__item span:first-letter {
        text-transform: uppercase; }
    .clG-addToCal .clG-addToCal__item i {
      position: absolute;
      left: 16px;
      top: 50%;
      display: inline-block;
      vertical-align: middle; }
    .clG-addToCal .clG-addToCal__item.isOutlook i {
      width: 26px;
      height: 25px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    .clG-addToCal .clG-addToCal__item.isGoogle i {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    .clG-addToCal .clG-addToCal__item.isApple {
      display: none; }
      .clG-addToCal .clG-addToCal__item.isApple i {
        width: 26px;
        height: 26px;
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center;
        margin-top: -13px; }
      html.MacOS .clG-addToCal .clG-addToCal__item.isApple, html.iOS .clG-addToCal .clG-addToCal__item.isApple {
        display: block; }
    .clG-addToCal .clG-addToCal__item.isYahoo i {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319132C%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    html.no-touch .clG-addToCal .clG-addToCal__item:hover {
      background: #fbfbfb; }
  @media (max-width: 767px) {
    .clG-addToCal .clG-addToCal__inner {
      max-width: 400px;
      margin: -140px 0 0 -200px; } }
  @media (max-width: 450px) {
    .clG-addToCal .clG-addToCal__inner {
      max-width: 280px;
      margin: -140px 0 0 -140px; }
    .clG-addToCal .clG-addToCal__head {
      padding: 40px 30px 0 30px; } }

.eventPage {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  background: #fff; }
  .eventPage .eventPage__container {
    padding-top: 1.25rem; }
    @media (max-width: 1600px) {
      .eventPage .eventPage__container {
        max-width: 59.375rem; } }
  .eventPage:not(.eventHasNoImage) .eventPage__sidebar {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 10.625rem; }
  .eventPage .eventPage__content {
    overflow: hidden;
    padding-bottom: 1.875rem; }
  .eventPage.eventHasNoImage .eventPage__sidebar {
    width: 100%;
    padding-left: 0; }
  @media (max-width: 950px) {
    .eventPage:not(.eventHasNoImage) .eventPage__sidebar {
      top: 8.125rem; } }
  @media (max-width: 767px) {
    .eventPage {
      text-align: center; }
      .eventPage.eventHasNoImage {
        margin-top: 1.25rem; }
      .eventPage:not(.eventHasNoImage) .eventPage__sidebar {
        float: none;
        position: relative;
        top: auto; }
      .eventPage .eventPage__sidebar {
        width: 100%;
        padding-left: 0; }
      .eventPage .eventPage__content {
        overflow: visible;
        padding-top: 1.625rem;
        text-align: center; } }

.epSidebarDimension {
  width: 20.625rem;
  padding-left: 1.875rem; }
  @media (max-width: 950px) {
    .epSidebarDimension {
      width: 18.75rem;
      padding-left: 1.25rem; } }
  @media (max-width: 850px) {
    .epSidebarDimension {
      width: 16.875rem; } }
  @media (max-width: 767px) {
    .epSidebarDimension {
      width: 100%;
      padding-left: 0;
      float: none; } }

.epBackAndShareBar {
  margin-top: 0.9375rem;
  margin-bottom: 1.5rem;
  border-top: 0.0625rem solid rgba(25, 18, 45, 0.2);
  border-bottom: 0.0625rem solid rgba(25, 18, 45, 0.2); }
  .epBackAndShareBar:after {
    display: table;
    content: "";
    clear: both; }
  .epBackAndShareBar a, .epBackAndShareBar button {
    background: none;
    display: inline-block;
    float: left;
    width: auto; }
    .epBackAndShareBar a span, .epBackAndShareBar button span {
      color: #19122D;
      font-size: 15px;
      font-weight: 300;
      font-family: "spectral";
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    html.no-touch .epBackAndShareBar a:hover span, html.no-touch .epBackAndShareBar button:hover span {
      color: #19122D; }
  .epBackAndShareBar button {
    float: right;
    position: relative; }
    .epBackAndShareBar button i {
      height: 1rem;
      width: 1rem;
      position: relative;
      margin-right: 0.625rem; }
      .epBackAndShareBar button i:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='28.006' height='30' viewBox='0 0 28.006 30'%3E%3Cpath id='Icon_core-share-alt' data-name='Icon core-share-alt' d='M25.5,21.625a4.744,4.744,0,0,0-3.763,1.856L11.491,17.667a4.731,4.731,0,0,0,0-3.083L21.737,8.769a4.746,4.746,0,1,0-.861-1.811l-10.42,5.914a4.75,4.75,0,1,0,0,6.507l10.42,5.914A4.75,4.75,0,1,0,25.5,21.625Zm0-18.5a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75ZM7,18.875a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,7,18.875Zm18.5,10.25a2.75,2.75,0,1,1,2.75-2.75,2.75,2.75,0,0,1-2.75,2.75Z' transform='translate(-2.245 -1.124)' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .epBackAndShareBar button i:before {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='28.006' height='30' viewBox='0 0 28.006 30'%3E%3Cpath id='Icon_core-share-alt' data-name='Icon core-share-alt' d='M25.5,21.625a4.744,4.744,0,0,0-3.763,1.856L11.491,17.667a4.731,4.731,0,0,0,0-3.083L21.737,8.769a4.746,4.746,0,1,0-.861-1.811l-10.42,5.914a4.75,4.75,0,1,0,0,6.507l10.42,5.914A4.75,4.75,0,1,0,25.5,21.625Zm0-18.5a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75ZM7,18.875a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,7,18.875Zm18.5,10.25a2.75,2.75,0,1,1,2.75-2.75,2.75,2.75,0,0,1-2.75,2.75Z' transform='translate(-2.245 -1.124)' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
  .epBackAndShareBar .backToCal i {
    border-right: 0.3125rem solid #19122D;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  html.no-touch .epBackAndShareBar .backToCal:hover i {
    border-right: 0.3125rem solid #19122D; }
  .epBackAndShareBar.forMobile {
    padding: 0 1.25rem;
    display: none;
    margin: 1.25rem -1.25rem 0 -1.25rem;
    border: none; }
    .epBackAndShareBar.forMobile button, .epBackAndShareBar.forMobile a {
      float: none;
      width: 100%;
      margin-top: 1.25rem;
      background: #19122D; }
      .epBackAndShareBar.forMobile button span, .epBackAndShareBar.forMobile a span {
        color: #fff; }
      .epBackAndShareBar.forMobile button.backToCal i, .epBackAndShareBar.forMobile a.backToCal i {
        border-right: 5px solid #fff; }
      .epBackAndShareBar.forMobile button i:after, .epBackAndShareBar.forMobile a i:after {
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='28.006' height='30' viewBox='0 0 28.006 30'%3E%3Cpath id='Icon_core-share-alt' data-name='Icon core-share-alt' d='M25.5,21.625a4.744,4.744,0,0,0-3.763,1.856L11.491,17.667a4.731,4.731,0,0,0,0-3.083L21.737,8.769a4.746,4.746,0,1,0-.861-1.811l-10.42,5.914a4.75,4.75,0,1,0,0,6.507l10.42,5.914A4.75,4.75,0,1,0,25.5,21.625Zm0-18.5a2.75,2.75,0,1,1-2.75,2.75,2.75,2.75,0,0,1,2.75-2.75ZM7,18.875a2.75,2.75,0,1,1,2.75-2.75A2.75,2.75,0,0,1,7,18.875Zm18.5,10.25a2.75,2.75,0,1,1,2.75-2.75,2.75,2.75,0,0,1-2.75,2.75Z' transform='translate(-2.245 -1.124)' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
  @media (max-width: 767px) {
    .epBackAndShareBar.forDesktop {
      display: none; }
    .epBackAndShareBar.forMobile {
      display: block; } }

.epEventCategories {
  font-size: 0;
  border-top: 0.0625rem solid rgba(25, 18, 45, 0.2); }
  .epEventCategories .secondLvlCss > * {
    padding-top: 1.25rem;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5); }
  .epEventCategories li {
    display: inline-block;
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 1.875rem;
    -webkit-border-radius: 1.5625rem;
       -moz-border-radius: 1.5625rem;
            border-radius: 1.5625rem;
    padding: 0 0.9375rem;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: "barlow";
    color: #fff;
    background: #19122D;
    text-transform: uppercase; }
    .epEventCategories li:not(:last-of-type) {
      margin-right: 1.875rem; }
    .epEventCategories li a {
      color: inherit; }
    html.no-touch .epEventCategories li:hover {
      background: #0076C0; }
  @media (max-width: 767px) {
    .epEventCategories {
      text-align: center; } }

.epRelated {
  padding: 45px 0 65px; }
  @media (max-width: 767px) {
    .epRelated {
      padding: 25px 0 30px; } }
  .epRelated:empty {
    display: none; }

body.eventDetails .header .top-menu {
  opacity: 1; }

body.eventDetails .main-hero .fader-wrapper {
  height: 185px !important;
  -webkit-clip-path: ellipse(85% 96% at 50% 0%);
          clip-path: ellipse(85% 96% at 50% 0%);
  background: #19122D; }

.epButtonWithIcon {
  display: inline-block; }
  .epButtonWithIcon span {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #19122D;
    font-size: 15px;
    font-weight: 300;
    font-family: "spectral"; }
  .epButtonWithIcon i {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    .epButtonWithIcon i:before, .epButtonWithIcon i:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .epButtonWithIcon i:before {
      opacity: 0; }
    .epButtonWithIcon i:after {
      opacity: 1; }
  html.no-touch .epButtonWithIcon:hover span {
    color: #19122D; }
  html.no-touch .epButtonWithIcon:hover i:before {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  html.no-touch .epButtonWithIcon:hover i:after {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.epEssentialInfo {
  margin-bottom: 15px; }
  .epEssentialInfo .epEssentialInfo__date {
    background: transparent;
    background-image: url("/Images/img/homepage/blue_circle.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: relative;
    z-index: 1;
    display: table;
    width: 70px;
    height: 70px; }
    .epEssentialInfo .epEssentialInfo__date time {
      display: table-cell;
      vertical-align: middle; }
    .epEssentialInfo .epEssentialInfo__date span {
      display: block;
      text-align: center;
      font-weight: bold; }
      .epEssentialInfo .epEssentialInfo__date span:first-of-type {
        font-size: 20px;
        color: #fff;
        font-family: "barlow";
        font-size: 27px;
        font-weight: 600; }
      .epEssentialInfo .epEssentialInfo__date span:last-of-type {
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        font-family: "barlow";
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase; }
    .epEssentialInfo .epEssentialInfo__date.hasMultipleDays {
      width: 100px;
      height: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 5px 7px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .epEssentialInfo .epEssentialInfo__date.hasMultipleDays i {
        vertical-align: middle;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin: 0 4px; }
      .epEssentialInfo .epEssentialInfo__date.hasMultipleDays span {
        line-height: 1; }
      .epEssentialInfo .epEssentialInfo__date.hasMultipleDays time {
        display: inline-block; }
      .epEssentialInfo .epEssentialInfo__date.hasMultipleDays.hasSameMonth time span:last-of-type {
        display: none; }
      .epEssentialInfo .epEssentialInfo__date.hasMultipleDays.hasSameMonth .epSameMonth {
        display: block;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-family: "barlow";
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase; }
  .epEssentialInfo h2 {
    padding: 18px 0 11px;
    opacity: 0;
    margin: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #19122D;
    font-size: 28px;
    font-weight: 300; }
    .epEssentialInfo h2.isVisible {
      opacity: 1; }
    .epEssentialInfo h2:first-letter {
      text-transform: capitalize; }
    .epEssentialInfo h2 span {
      font-weight: inherit; }
      .epEssentialInfo h2 span:first-letter {
        text-transform: capitalize; }
  .epEssentialInfo h3 {
    font-family: "spectral";
    color: #19122D;
    font-size: 22px;
    font-weight: 300; }
  .epEssentialInfo h4 {
    margin: 0; }
  @media (max-width: 767px) {
    .epEssentialInfo {
      margin-bottom: 27px; }
      .eventHasImage .epEssentialInfo {
        height: auto; }
        .eventHasImage .epEssentialInfo .epEssentialInfo__date {
          position: absolute;
          z-index: 2;
          top: 20px;
          left: 0; }
      .epEssentialInfo h2 {
        padding: 23px 0 15px; }
        .epEssentialInfo h2 span {
          font-size: inherit !important; } }

.epDateAndTime h3, .epLocation h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "spectral";
  color: #19122D;
  font-size: 22px;
  font-weight: 300; }

.epDateAndTime time, .epDateAndTime address > span, .epLocation time, .epLocation address > span {
  font-family: "barlow";
  color: #19122D;
  font-size: 14px;
  font-weight: 400; }

.epDateAndTime {
  margin-bottom: 35px; }
  .epDateAndTime time {
    letter-spacing: 0; }

.epAddToCalendar {
  margin-top: 5px;
  background: transparent;
  border: 0;
  text-transform: uppercase; }
  .epAddToCalendar i {
    width: 17px;
    height: 17px; }
    .epAddToCalendar i:after {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .epAddToCalendar i:before {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }

.epLocation {
  margin-bottom: 15px; }
  .epLocation address > span {
    display: block;
    letter-spacing: 0; }
  .epLocation address {
    padding-bottom: 5px; }
  .epLocation .epLocation__view i {
    width: 17px;
    height: 17px; }
    .epLocation .epLocation__view i:after {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.000000 86.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,86.000000) scale(0.100000,-0.100000)' stroke='none'%3E%3Cpath d='M197 843 c-131 -44 -216 -194 -187 -329 13 -56 261 -509 280 -509 19%0A0 267 453 280 509 46 212 -164 398 -373 329z m146 -137 c53 -22 79 -59 85%0A-117 9 -95 -44 -154 -138 -154 -94 0 -147 59 -138 154 10 98 102 155 191 117z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .epLocation .epLocation__view i:before {
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.000000 86.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,86.000000) scale(0.100000,-0.100000)' stroke='none'%3E%3Cpath d='M197 843 c-131 -44 -216 -194 -187 -329 13 -56 261 -509 280 -509 19%0A0 267 453 280 509 46 212 -164 398 -373 329z m146 -137 c53 -22 79 -59 85%0A-117 9 -95 -44 -154 -138 -154 -94 0 -147 59 -138 154 10 98 102 155 191 117z'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }

.epAddToWallet {
  display: none;
  margin-top: 15px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background: #fff;
  border: 1px solid #19122D; }
  .epAddToWallet span {
    color: #161615;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0; }
  .epAddToWallet i {
    width: 16px;
    position: relative;
    height: 16px; }
    .epAddToWallet i:after {
      height: 100%;
      width: 100%;
      background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    .epAddToWallet i:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
  html.iOS .epAddToWallet {
    display: block; }
  html.no-touch .epAddToWallet:hover {
    background: #19122D; }
    html.no-touch .epAddToWallet:hover span {
      color: #fff; }

.epEventImage {
  position: relative;
  height: 360px;
  overflow: hidden; }
  .epEventImage img {
    display: none; }
  .epEventImage .epEventImage__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center 30%; }
  .epEventImage .epEventImage__zoomIcon {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 20px;
    border: 0;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    margin: 0;
    padding: 0;
    bottom: 20px;
    display: none; }
    .epEventImage .epEventImage__zoomIcon:after {
      content: '';
      width: 21px;
      height: 21px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 632.399 632.399'%3E%3Cpath d='M269.523 144.061h-28.812v86.437h-86.437v28.812h86.437v86.436h28.812V259.31h86.436v-28.812h-86.436z'/%3E%3Cpath d='M255.117 0C119.873 0 10.213 109.66 10.213 244.904c0 135.245 109.659 244.905 244.904 244.905 52.006 0 100.238-16.223 139.883-43.854l185.176 185.176c1.671 1.672 4.408 1.672 5.964.115l34.892-34.891c1.614-1.613 1.499-4.379-.115-5.965L438.132 407.605c38.521-43.246 61.889-100.237 61.889-162.702C500.021 109.66 390.362 0 255.117 0zm0 460.996c-119.34 0-216.092-96.752-216.092-216.092 0-119.34 96.751-216.091 216.092-216.091s216.091 96.751 216.091 216.091-96.75 216.092-216.091 216.092z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto; }
  .epEventImage.isScalable {
    cursor: pointer; }
    .epEventImage.isScalable .epEventImage__zoomIcon {
      display: block; }
  .epEventImage.forMobile {
    margin: 0 -20px;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
    display: none; }
    .epEventImage.forMobile .epEventImage__zoomIcon {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 10px; }
      .epEventImage.forMobile .epEventImage__zoomIcon:after {
        width: 19px;
        height: 19px; }
  @media (max-width: 767px) {
    .epEventImage.forMobile {
      display: block; }
    .epEventImage.forDesktop {
      display: none; } }

.epZoomedPicture {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: none; }
  .epZoomedPicture:after {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .epZoomedPicture .epZoomedPicture__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
    .epZoomedPicture .epZoomedPicture__inner > div {
      position: relative;
      z-index: 1; }
  .epZoomedPicture .epZoomedPicture__close {
    width: 48px;
    height: 48px;
    background: #19132C;
    position: absolute;
    top: -24px;
    right: -24px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0; }
    .epZoomedPicture .epZoomedPicture__close span:after, .epZoomedPicture .epZoomedPicture__close span:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 2px;
      background: #fff; }
    .epZoomedPicture .epZoomedPicture__close span:after {
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .epZoomedPicture .epZoomedPicture__close span:before {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    html.no-touch .epZoomedPicture .epZoomedPicture__close:hover {
      background: #2d2250;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }

@media print {
  @page {}  body {
    background: #fff !important; }
  .header, .footer, .epEssentialInfo__date, .epBackAndShareBar, .epEventCategories, .shTemplMap__distances, .epEventImage, .epLocation__view, .epButtonWithIcon.epAddToCalendar, .shTemplMap__infoWrapper {
    display: none !important; }
  .eventPage__content {
    padding: 0 !important; }
  .epEssentialInfo h2 {
    font-size: 44px !important;
    color: #000; }
  .epDateAndTime time, .epDateAndTime address > span, .epLocation time, .epLocation address > span, .epDateAndTime h3, .epLocation h3, .epEventDescription h3, .epEventDescription p {
    color: #000 !important; } }

.shTemplMap {
  margin-top: 1.875rem;
  min-height: 25rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*  ==== only for CONTACT page  ==== */
  /*                                  */
  /*                                */
  /*  ==== only for CONTACT page  ==== */ }
  .shTemplMap:after {
    display: table;
    content: "";
    clear: both; }
  @media only screen and (min-width: 601px) {
    .shTemplMap {
      margin-bottom: -1.25rem; } }
  .shTemplMap .shTemplMap__container {
    width: 100%; }
  .shTemplMap .shTemplMap__infoWrapper {
    float: right;
    height: 100%;
    width: 18.75rem; }
  .shTemplMap .shTemplMap__infoBox {
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.25rem 1.875rem;
    background: rgba(255, 255, 255, 0.94);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .shTemplMap .shTemplMap__inner {
    text-align: left; }
  .shTemplMap .shTemplMap__primaryTitle {
    vertical-align: middle;
    max-height: 6.875rem;
    overflow: hidden;
    font-family: "spectral";
    font-size: 28px;
    font-weight: 300;
    color: #19122D; }
  .shTemplMap address {
    margin-top: 1.5625rem;
    padding: 0.875rem 0 1.5625rem;
    border-top: 0.0625rem solid #adadad;
    border-bottom: 0.0625rem solid #adadad; }
    .shTemplMap address p {
      color: #19122D; }
  .shTemplMap .shTemplMap__map {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .shTemplMap .shTemplMap__map img {
      max-width: initial !important; }
    .shTemplMap .shTemplMap__map .leaflet-marker-icon {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .shTemplMap .shTemplMap__map .leaflet-marker-icon.isActive {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
  .shTemplMap .shTemplMap__distances {
    margin-top: 0.625rem; }
    .shTemplMap .shTemplMap__distances p {
      color: #19122D; }
  .shTemplMap .shTemplMap__distancesList {
    font-size: 0;
    margin-top: 0.5625rem; }
    .shTemplMap .shTemplMap__distancesList li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.125rem; }
      .shTemplMap .shTemplMap__distancesList li a {
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        position: relative;
        text-decoration: none;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .shTemplMap .shTemplMap__distancesList li a:after, .shTemplMap .shTemplMap__distancesList li a:before {
          content: '';
          position: absolute;
          width: 2.25rem;
          height: 1.75rem;
          top: 50%;
          left: 50%;
          margin: -0.875rem 0 0 -1.125rem;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          -moz-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .shTemplMap .shTemplMap__distancesList li a:before {
          opacity: 0; }
        html.no-touch .shTemplMap .shTemplMap__distancesList li a:hover:before, .shTemplMap .shTemplMap__distancesList li a:focus:before {
          opacity: 1; }
        html.no-touch .shTemplMap .shTemplMap__distancesList li a:hover:after, .shTemplMap .shTemplMap__distancesList li a:focus:after {
          opacity: 0; }
      .shTemplMap .shTemplMap__distancesList li.byCar a:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='27.334' height='13.57' xmlns:v='https://vecta.io/nano'%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath stroke-width='.2' d='M0 0h27.334v13.57H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -.001)' clip-path='url(%23A)' %3E%3Cpath d='M23.991 4.589h-.968c-.378-.001-.745-.13-1.041-.366L17.461.607A2.8 2.8 0 0 0 15.73 0H7.436c-.925-.001-1.789.462-2.3 1.233L4.158 2.7c-.309.464-.829.742-1.386.741h0A2.78 2.78 0 0 0 0 6.212v2.294a2.77 2.77 0 0 0 2.267 2.717l.067.013.012.067c.239 1.304 1.369 2.255 2.695 2.268s2.474-.916 2.738-2.215l.016-.078h11.748l.015.078a2.77 2.77 0 0 0 5.432-.042l.01-.068.067-.011c1.282-.212 2.232-1.307 2.263-2.606q0-.061 0-.122a4.33 4.33 0 0 0-1.159-3.023c-.576-.584-1.364-.909-2.184-.9M5.064 12.62h0a1.82 1.82 0 0 1-1.819-1.819 1.82 1.82 0 0 1 1.818-1.819 1.82 1.82 0 0 1 1.82 1.818 1.82 1.82 0 0 1-1.819 1.82m17.208 0a1.82 1.82 0 0 1-1.82-1.815 1.82 1.82 0 0 1 1.813-1.823 1.82 1.82 0 0 1 1.295 3.101 1.82 1.82 0 0 1-1.288.537m2.816-2.363l-.1.027-.023-.1c-.288-1.272-1.425-2.171-2.729-2.156s-2.421.939-2.68 2.217l-.015.079H7.793l-.016-.078C7.509 8.96 6.378 8.037 5.064 8.031c-1.285-.002-2.402.884-2.69 2.137l-.024.1-.1-.03a1.81 1.81 0 0 1-1.3-1.733v-2.3a1.83 1.83 0 0 1 1.82-1.813h0c.876.002 1.695-.436 2.179-1.166l.976-1.465c.336-.507.905-.812 1.514-.811h8.292a1.84 1.84 0 0 1 1.137.4l4.52 3.616c.465.37 1.041.573 1.635.574h.967c1.755 0 2.392 1.774 2.392 2.967.027.813-.509 1.538-1.295 1.751' stroke-width='.2'/%3E%3Cpath d='M18.83 4.688h-5.358V2.771c0-.208-.169-.377-.377-.377s-.377.169-.377.377v2.295a.38.38 0 0 0 .377.377h5.736a.38.38 0 0 0 .378-.378c0-.209-.169-.377-.378-.377m-8.033-.002H6.821l.877-1.748a.38.38 0 0 0-.359-.56.38.38 0 0 0-.317.223l-1.146 2.3c-.058.117-.052.255.017.366s.19.179.32.179h4.585c.208 0 .377-.169.377-.377s-.169-.377-.377-.377m4.591 2.292h-1.147a.38.38 0 0 0-.378.377.38.38 0 0 0 .378.378h1.147a.38.38 0 0 0 .378-.378c0-.209-.169-.378-.378-.378'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byCar a:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='27.334' height='13.57' xmlns:v='https://vecta.io/nano'%3E%3Cdefs%3E%3CclipPath id='A'%3E%3Cpath stroke-width='.2' d='M0 0h27.334v13.57H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -.001)' clip-path='url(%23A)' %3E%3Cpath d='M23.991 4.589h-.968c-.378-.001-.745-.13-1.041-.366L17.461.607A2.8 2.8 0 0 0 15.73 0H7.436c-.925-.001-1.789.462-2.3 1.233L4.158 2.7c-.309.464-.829.742-1.386.741h0A2.78 2.78 0 0 0 0 6.212v2.294a2.77 2.77 0 0 0 2.267 2.717l.067.013.012.067c.239 1.304 1.369 2.255 2.695 2.268s2.474-.916 2.738-2.215l.016-.078h11.748l.015.078a2.77 2.77 0 0 0 5.432-.042l.01-.068.067-.011c1.282-.212 2.232-1.307 2.263-2.606q0-.061 0-.122a4.33 4.33 0 0 0-1.159-3.023c-.576-.584-1.364-.909-2.184-.9M5.064 12.62h0a1.82 1.82 0 0 1-1.819-1.819 1.82 1.82 0 0 1 1.818-1.819 1.82 1.82 0 0 1 1.82 1.818 1.82 1.82 0 0 1-1.819 1.82m17.208 0a1.82 1.82 0 0 1-1.82-1.815 1.82 1.82 0 0 1 1.813-1.823 1.82 1.82 0 0 1 1.295 3.101 1.82 1.82 0 0 1-1.288.537m2.816-2.363l-.1.027-.023-.1c-.288-1.272-1.425-2.171-2.729-2.156s-2.421.939-2.68 2.217l-.015.079H7.793l-.016-.078C7.509 8.96 6.378 8.037 5.064 8.031c-1.285-.002-2.402.884-2.69 2.137l-.024.1-.1-.03a1.81 1.81 0 0 1-1.3-1.733v-2.3a1.83 1.83 0 0 1 1.82-1.813h0c.876.002 1.695-.436 2.179-1.166l.976-1.465c.336-.507.905-.812 1.514-.811h8.292a1.84 1.84 0 0 1 1.137.4l4.52 3.616c.465.37 1.041.573 1.635.574h.967c1.755 0 2.392 1.774 2.392 2.967.027.813-.509 1.538-1.295 1.751' stroke-width='.2'/%3E%3Cpath d='M18.83 4.688h-5.358V2.771c0-.208-.169-.377-.377-.377s-.377.169-.377.377v2.295a.38.38 0 0 0 .377.377h5.736a.38.38 0 0 0 .378-.378c0-.209-.169-.377-.378-.377m-8.033-.002H6.821l.877-1.748a.38.38 0 0 0-.359-.56.38.38 0 0 0-.317.223l-1.146 2.3c-.058.117-.052.255.017.366s.19.179.32.179h4.585c.208 0 .377-.169.377-.377s-.169-.377-.377-.377m4.591 2.292h-1.147a.38.38 0 0 0-.378.377.38.38 0 0 0 .378.378h1.147a.38.38 0 0 0 .378-.378c0-.209-.169-.378-.378-.378'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.walking a:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='12.354' height='21.692' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.039 12.418a1.3 1.3 0 0 1-.479-.092l-1.477-.494c-.191-.069-.293-.279-.228-.472s.271-.299.466-.239l1.487.5.023.009c.142.058.302.054.441-.012a.55.55 0 0 0 .289-.333c.072-.234-.02-.487-.226-.62L9.104 9.429c-.054-.03-.1-.072-.133-.124l-1.4-2.155c-.077-.112-.087-.258-.026-.38s.183-.201.319-.207.265.063.336.179l1.346 2.077 2.158 1.193.017.01a1.3 1.3 0 0 1-.687 2.4zM6.284 0a2.611 2.611 0 1 1 0 5.222 2.61 2.61 0 0 1-2.611-2.611C3.675 1.17 4.843.002 6.284 0zm0 4.472a1.861 1.861 0 1 0-1.861-1.861c-.001 1.029.832 1.863 1.861 1.864zM1.592 21.691a1.34 1.34 0 0 1-1.034-2.192l2.635-3.712.15-1.778c.007-.137.088-.258.211-.318s.269-.047.38.032.171.213.155.349l-.159 1.88c-.006.067-.029.13-.068.185l-2.7 3.808-.02.025a.59.59 0 0 0 .841.825l2.7-3.1a3.58 3.58 0 0 0 .7-1.238l.535-1.7c.038-.13.144-.229.276-.259s.27.014.361.114.12.243.077.371l-.537 1.7a4.34 4.34 0 0 1-.853 1.5l-2.719 3.12-.027.028c-.246.23-.569.358-.906.36z'/%3E%3Cpath d='M5.572 5.232h.384A2.45 2.45 0 0 1 8.404 7.68v3.7a1.39 1.39 0 0 0 .409.988l1.431 1.431a4.2 4.2 0 0 1 1.129 2.045l.96 4.231q0 .013.005.027c.102.718-.367 1.393-1.075 1.548s-1.416-.261-1.625-.956l-1.433-3.928-3.619-2.964a2.83 2.83 0 0 1-1.03-2.288l.078-2.013-.571.462-.414 2.092c-.142.714-.829 1.183-1.545 1.055s-1.199-.805-1.085-1.524l.4-2.551a2.6 2.6 0 0 1 1.026-1.691l1.818-1.347a3.9 3.9 0 0 1 2.309-.765zm6.026 14.99l-.957-4.215c-.144-.637-.465-1.219-.927-1.681l-1.431-1.431c-.404-.402-.63-.948-.629-1.518v-3.7a1.7 1.7 0 0 0-1.7-1.7H5.57c-.67.001-1.322.216-1.861.614L1.893 7.943c-.393.29-.656.723-.731 1.206l-.4 2.551c-.05.31.154.604.462.666.153.031.312.001.442-.086s.22-.221.25-.374l.441-2.225c.017-.086.064-.164.132-.219l1.319-1.068c.114-.093.273-.11.404-.044s.213.203.207.35l-.11 2.839c-.023.647.256 1.268.756 1.679l3.7 3.029c.052.043.092.099.115.162l1.473 4.038q.005.014.009.029c.09.32.413.517.739.45s.546-.373.504-.703z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.walking a:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='12.354' height='21.692' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.039 12.418a1.3 1.3 0 0 1-.479-.092l-1.477-.494c-.191-.069-.293-.279-.228-.472s.271-.299.466-.239l1.487.5.023.009c.142.058.302.054.441-.012a.55.55 0 0 0 .289-.333c.072-.234-.02-.487-.226-.62L9.104 9.429c-.054-.03-.1-.072-.133-.124l-1.4-2.155c-.077-.112-.087-.258-.026-.38s.183-.201.319-.207.265.063.336.179l1.346 2.077 2.158 1.193.017.01a1.3 1.3 0 0 1-.687 2.4zM6.284 0a2.611 2.611 0 1 1 0 5.222 2.61 2.61 0 0 1-2.611-2.611C3.675 1.17 4.843.002 6.284 0zm0 4.472a1.861 1.861 0 1 0-1.861-1.861c-.001 1.029.832 1.863 1.861 1.864zM1.592 21.691a1.34 1.34 0 0 1-1.034-2.192l2.635-3.712.15-1.778c.007-.137.088-.258.211-.318s.269-.047.38.032.171.213.155.349l-.159 1.88c-.006.067-.029.13-.068.185l-2.7 3.808-.02.025a.59.59 0 0 0 .841.825l2.7-3.1a3.58 3.58 0 0 0 .7-1.238l.535-1.7c.038-.13.144-.229.276-.259s.27.014.361.114.12.243.077.371l-.537 1.7a4.34 4.34 0 0 1-.853 1.5l-2.719 3.12-.027.028c-.246.23-.569.358-.906.36z'/%3E%3Cpath d='M5.572 5.232h.384A2.45 2.45 0 0 1 8.404 7.68v3.7a1.39 1.39 0 0 0 .409.988l1.431 1.431a4.2 4.2 0 0 1 1.129 2.045l.96 4.231q0 .013.005.027c.102.718-.367 1.393-1.075 1.548s-1.416-.261-1.625-.956l-1.433-3.928-3.619-2.964a2.83 2.83 0 0 1-1.03-2.288l.078-2.013-.571.462-.414 2.092c-.142.714-.829 1.183-1.545 1.055s-1.199-.805-1.085-1.524l.4-2.551a2.6 2.6 0 0 1 1.026-1.691l1.818-1.347a3.9 3.9 0 0 1 2.309-.765zm6.026 14.99l-.957-4.215c-.144-.637-.465-1.219-.927-1.681l-1.431-1.431c-.404-.402-.63-.948-.629-1.518v-3.7a1.7 1.7 0 0 0-1.7-1.7H5.57c-.67.001-1.322.216-1.861.614L1.893 7.943c-.393.29-.656.723-.731 1.206l-.4 2.551c-.05.31.154.604.462.666.153.031.312.001.442-.086s.22-.221.25-.374l.441-2.225c.017-.086.064-.164.132-.219l1.319-1.068c.114-.093.273-.11.404-.044s.213.203.207.35l-.11 2.839c-.023.647.256 1.268.756 1.679l3.7 3.029c.052.043.092.099.115.162l1.473 4.038q.005.014.009.029c.09.32.413.517.739.45s.546-.373.504-.703z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.publicTransport a:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='23.311' height='22.258' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M16.116 22.259a1.26 1.26 0 0 1-1.26-1.26v-1.336h-6.4v1.336a1.26 1.26 0 0 1-1.26 1.26H5.464a1.26 1.26 0 0 1-1.26-1.26v-1.336h-.052a1.38 1.38 0 0 1-1.375-1.377v-13.3l-.6.443a1.71 1.71 0 0 1 .259 1.442l-.449 1.651a1.01 1.01 0 0 1-1.984-.265V5.249c-.001-.425.218-.821.579-1.045l2.2-1.374v-.724A2.11 2.11 0 0 1 4.89-.001h13.542a2.11 2.11 0 0 1 2.107 2.107v.723l2.2 1.373c.36.224.579.619.578 1.044v3.01a1.01 1.01 0 0 1-1.983.265l-.448-1.653a1.7 1.7 0 0 1 .26-1.442l-.606-.444v13.3c0 .76-.615 1.376-1.375 1.377h-.051v1.336a1.26 1.26 0 0 1-1.259 1.26zm-.485-1.26c.001.268.217.484.485.485h1.732c.267-.001.483-.218.483-.485v-1.336h-2.7zm-10.652 0c.001.268.217.484.485.485h1.731c.268-.001.484-.217.485-.485v-1.336h-2.7zm-1.428-2.713a.6.6 0 0 0 .6.6h15.006a.6.6 0 0 0 .6-.6V2.108c-.002-.735-.598-1.331-1.333-1.332H4.882c-.736 0-1.333.596-1.335 1.332v2.089c.001.018.001.036 0 .054zM.99 4.86c-.135.083-.218.231-.217.39v3.008c.002.117.089.215.205.231s.226-.057.258-.17l.448-1.651c.101-.365-.031-.755-.332-.984-.096-.074-.152-.188-.151-.309s.06-.237.158-.31l1.419-1.037v-.286zm20.963.206c.098.072.156.186.157.307s-.053.237-.151.31a.93.93 0 0 0-.332.984l.449 1.651c.027.103.12.174.226.173.129-.001.234-.105.235-.234v-3.01c0-.158-.081-.304-.215-.388l-1.789-1.118v.286zm-6.651 12.877a.39.39 0 0 1-.388-.388c.002-1.098.892-1.987 1.99-1.988h.959a1.19 1.19 0 0 1 1.188 1.188 1.19 1.19 0 0 1-1.188 1.188zm.449-.775h2.112c.148 0 .285-.079.359-.207s.074-.287 0-.415-.211-.208-.359-.207h-.961a1.22 1.22 0 0 0-1.151.83zm-10.3.775a1.19 1.19 0 0 1-1.188-1.188 1.19 1.19 0 0 1 1.188-1.188h.959c1.098.001 1.989.89 1.991 1.988a.39.39 0 0 1-.39.388zm-.415-1.188c0 .11.044.215.122.293s.183.121.293.12h2.111a1.22 1.22 0 0 0-1.152-.828h-.959c-.11-.001-.216.043-.295.121s-.122.184-.122.294zm.958-2.294a1.73 1.73 0 0 1-1.729-1.729V5.599a.39.39 0 0 1 .387-.387h14.012c.214 0 .387.173.387.387v7.132a1.73 1.73 0 0 1-1.731 1.729zm-.958-1.729a.96.96 0 0 0 .958.958h11.327a.96.96 0 0 0 .956-.958V5.986H5.034zm1.792-8.431a.39.39 0 0 1-.388-.387V2.108a.39.39 0 0 1 .388-.387h9.662c.214 0 .387.173.387.387v1.806c0 .214-.173.387-.387.387zm.385-.775h8.89v-1.03h-8.89z' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.publicTransport a:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='23.311' height='22.258' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M16.116 22.259a1.26 1.26 0 0 1-1.26-1.26v-1.336h-6.4v1.336a1.26 1.26 0 0 1-1.26 1.26H5.464a1.26 1.26 0 0 1-1.26-1.26v-1.336h-.052a1.38 1.38 0 0 1-1.375-1.377v-13.3l-.6.443a1.71 1.71 0 0 1 .259 1.442l-.449 1.651a1.01 1.01 0 0 1-1.984-.265V5.249c-.001-.425.218-.821.579-1.045l2.2-1.374v-.724A2.11 2.11 0 0 1 4.89-.001h13.542a2.11 2.11 0 0 1 2.107 2.107v.723l2.2 1.373c.36.224.579.619.578 1.044v3.01a1.01 1.01 0 0 1-1.983.265l-.448-1.653a1.7 1.7 0 0 1 .26-1.442l-.606-.444v13.3c0 .76-.615 1.376-1.375 1.377h-.051v1.336a1.26 1.26 0 0 1-1.259 1.26zm-.485-1.26c.001.268.217.484.485.485h1.732c.267-.001.483-.218.483-.485v-1.336h-2.7zm-10.652 0c.001.268.217.484.485.485h1.731c.268-.001.484-.217.485-.485v-1.336h-2.7zm-1.428-2.713a.6.6 0 0 0 .6.6h15.006a.6.6 0 0 0 .6-.6V2.108c-.002-.735-.598-1.331-1.333-1.332H4.882c-.736 0-1.333.596-1.335 1.332v2.089c.001.018.001.036 0 .054zM.99 4.86c-.135.083-.218.231-.217.39v3.008c.002.117.089.215.205.231s.226-.057.258-.17l.448-1.651c.101-.365-.031-.755-.332-.984-.096-.074-.152-.188-.151-.309s.06-.237.158-.31l1.419-1.037v-.286zm20.963.206c.098.072.156.186.157.307s-.053.237-.151.31a.93.93 0 0 0-.332.984l.449 1.651c.027.103.12.174.226.173.129-.001.234-.105.235-.234v-3.01c0-.158-.081-.304-.215-.388l-1.789-1.118v.286zm-6.651 12.877a.39.39 0 0 1-.388-.388c.002-1.098.892-1.987 1.99-1.988h.959a1.19 1.19 0 0 1 1.188 1.188 1.19 1.19 0 0 1-1.188 1.188zm.449-.775h2.112c.148 0 .285-.079.359-.207s.074-.287 0-.415-.211-.208-.359-.207h-.961a1.22 1.22 0 0 0-1.151.83zm-10.3.775a1.19 1.19 0 0 1-1.188-1.188 1.19 1.19 0 0 1 1.188-1.188h.959c1.098.001 1.989.89 1.991 1.988a.39.39 0 0 1-.39.388zm-.415-1.188c0 .11.044.215.122.293s.183.121.293.12h2.111a1.22 1.22 0 0 0-1.152-.828h-.959c-.11-.001-.216.043-.295.121s-.122.184-.122.294zm.958-2.294a1.73 1.73 0 0 1-1.729-1.729V5.599a.39.39 0 0 1 .387-.387h14.012c.214 0 .387.173.387.387v7.132a1.73 1.73 0 0 1-1.731 1.729zm-.958-1.729a.96.96 0 0 0 .958.958h11.327a.96.96 0 0 0 .956-.958V5.986H5.034zm1.792-8.431a.39.39 0 0 1-.388-.387V2.108a.39.39 0 0 1 .388-.387h9.662c.214 0 .387.173.387.387v1.806c0 .214-.173.387-.387.387zm.385-.775h8.89v-1.03h-8.89z' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byBicycle a:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='25.889' height='15.534' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5.018 15.535a5.02 5.02 0 0 0 5.018-5.018 5.02 5.02 0 0 0-5.018-5.018A5.02 5.02 0 0 0 0 10.517a5.02 5.02 0 0 0 5.018 5.018zm0-9.3a4.28 4.28 0 0 1 4.278 4.279 4.28 4.28 0 1 1-7.305-3.025 4.28 4.28 0 0 1 3.027-1.254zm15.854 9.3a5.02 5.02 0 0 0 5.017-5.018 5.02 5.02 0 1 0-8.567 3.548 5.02 5.02 0 0 0 3.549 1.47zm0-9.3a4.28 4.28 0 0 1 4.279 4.278 4.28 4.28 0 1 1-7.306-3.024 4.28 4.28 0 0 1 3.026-1.254z'/%3E%3Cpath d='M20.979 10.779a.37.37 0 0 0 .335-.524L16.932.74h1.735a.37.37 0 1 0 0-.74h-2.312a.37.37 0 0 0-.336.524l4.623 10.04a.37.37 0 0 0 .337.215z'/%3E%3Cpath d='M5.018 10.885h6.655a.37.37 0 0 0 .32-.555.37.37 0 0 0-.32-.185H5.641L9.31 3.423h7.624l-3.479 5.724a.37.37 0 0 0 .632.384l3.823-6.288a.37.37 0 0 0-.316-.562h-8.5a.37.37 0 0 0-.325.193l-4.068 7.462a.37.37 0 0 0 .325.547z'/%3E%3Cpath d='M13.052 12.263a1.75 1.75 0 0 0 1.749-1.749 1.75 1.75 0 0 0-1.749-1.749 1.75 1.75 0 0 0-1.237 2.986 1.75 1.75 0 0 0 1.237.512zm0-2.758a1.01 1.01 0 0 1 1.009 1.009 1.01 1.01 0 0 1-1.009 1.009 1.01 1.01 0 0 1-.713-1.722 1.01 1.01 0 0 1 .713-.296z'/%3E%3Cpath d='M12.259 14.032a.37.37 0 0 0 .338-.219l.792-1.767a.37.37 0 0 0-.375-.537.37.37 0 0 0-.3.237l-.793 1.767a.37.37 0 0 0 .337.521z'/%3E%3Cpath d='M11.465 14.032h1.52a.37.37 0 1 0 0-.74h-1.52a.37.37 0 1 0 0 .74zm.974-4.379a.37.37 0 0 0 .327-.542L8.227.496a.37.37 0 1 0-.655.345l4.539 8.617a.37.37 0 0 0 .328.195z'/%3E%3Cpath d='M6.377 1.036h3.109a.37.37 0 0 0 .32-.555.37.37 0 0 0-.32-.185H6.377a.37.37 0 0 0 0 .74z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
      .shTemplMap .shTemplMap__distancesList li.byBicycle a:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%2319122D%27%20xmlns='http://www.w3.org/2000/svg' width='25.889' height='15.534' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5.018 15.535a5.02 5.02 0 0 0 5.018-5.018 5.02 5.02 0 0 0-5.018-5.018A5.02 5.02 0 0 0 0 10.517a5.02 5.02 0 0 0 5.018 5.018zm0-9.3a4.28 4.28 0 0 1 4.278 4.279 4.28 4.28 0 1 1-7.305-3.025 4.28 4.28 0 0 1 3.027-1.254zm15.854 9.3a5.02 5.02 0 0 0 5.017-5.018 5.02 5.02 0 1 0-8.567 3.548 5.02 5.02 0 0 0 3.549 1.47zm0-9.3a4.28 4.28 0 0 1 4.279 4.278 4.28 4.28 0 1 1-7.306-3.024 4.28 4.28 0 0 1 3.026-1.254z'/%3E%3Cpath d='M20.979 10.779a.37.37 0 0 0 .335-.524L16.932.74h1.735a.37.37 0 1 0 0-.74h-2.312a.37.37 0 0 0-.336.524l4.623 10.04a.37.37 0 0 0 .337.215z'/%3E%3Cpath d='M5.018 10.885h6.655a.37.37 0 0 0 .32-.555.37.37 0 0 0-.32-.185H5.641L9.31 3.423h7.624l-3.479 5.724a.37.37 0 0 0 .632.384l3.823-6.288a.37.37 0 0 0-.316-.562h-8.5a.37.37 0 0 0-.325.193l-4.068 7.462a.37.37 0 0 0 .325.547z'/%3E%3Cpath d='M13.052 12.263a1.75 1.75 0 0 0 1.749-1.749 1.75 1.75 0 0 0-1.749-1.749 1.75 1.75 0 0 0-1.237 2.986 1.75 1.75 0 0 0 1.237.512zm0-2.758a1.01 1.01 0 0 1 1.009 1.009 1.01 1.01 0 0 1-1.009 1.009 1.01 1.01 0 0 1-.713-1.722 1.01 1.01 0 0 1 .713-.296z'/%3E%3Cpath d='M12.259 14.032a.37.37 0 0 0 .338-.219l.792-1.767a.37.37 0 0 0-.375-.537.37.37 0 0 0-.3.237l-.793 1.767a.37.37 0 0 0 .337.521z'/%3E%3Cpath d='M11.465 14.032h1.52a.37.37 0 1 0 0-.74h-1.52a.37.37 0 1 0 0 .74zm.974-4.379a.37.37 0 0 0 .327-.542L8.227.496a.37.37 0 1 0-.655.345l4.539 8.617a.37.37 0 0 0 .328.195z'/%3E%3Cpath d='M6.377 1.036h3.109a.37.37 0 0 0 .32-.555.37.37 0 0 0-.32-.185H6.377a.37.37 0 0 0 0 .74z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center; }
  .shTemplMap .shTemplMap__findNearest, .shTemplMap .shTemplMap__goToMap {
    font-size: 1rem;
    margin-top: 0.3125rem;
    color: #000;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .shTemplMap .shTemplMap__findNearest:first-letter, .shTemplMap .shTemplMap__goToMap:first-letter {
      text-transform: capitalize; }
    .shTemplMap .shTemplMap__findNearest:after, .shTemplMap .shTemplMap__goToMap:after {
      content: '';
      border-left: 0.3125rem solid currentColor;
      border-top: 0.3125rem solid transparent;
      border-bottom: 0.3125rem solid transparent;
      display: inline-block;
      margin-left: 0.5rem;
      vertical-align: middle;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    html.no-touch .shTemplMap .shTemplMap__findNearest:hover, html.no-touch .shTemplMap .shTemplMap__goToMap:hover {
      color: #010b3f; }
      html.no-touch .shTemplMap .shTemplMap__findNearest:hover:after, html.no-touch .shTemplMap .shTemplMap__goToMap:hover:after {
        -webkit-transform: translateX(3px);
           -moz-transform: translateX(3px);
            -ms-transform: translateX(3px);
             -o-transform: translateX(3px);
                transform: translateX(3px); }
  .shTemplMap .shTemplMap__findNearest {
    margin-top: 0.625rem; }
  .shTemplMap .shTemplMap__forSingleSchool, .shTemplMap .shTemplMap__forMultipleSchools {
    display: none; }
  .shTemplMap.multipleSchools .shTemplMap__forMultipleSchools {
    display: block; }
  .shTemplMap.singleSchool .shTemplMap__forSingleSchool {
    display: block; }
  .shTemplMap.multipleSchools.singleSchool .shTemplMap__forMultipleSchools {
    display: none; }
  .shTemplMap.forContactPage address p {
    font-size: 0.875rem;
    line-height: 1.25rem; }
    .shTemplMap.forContactPage address p.shTemplMap__calculatedDist {
      padding-top: 0.625rem; }
  .shTemplMap.displayAllSchools {
    height: auto; }
    .shTemplMap.displayAllSchools .shTemplMap__infoBox {
      height: auto; }
  @media (max-width: 600px) {
    .shTemplMap {
      height: auto; }
      .shTemplMap .shTemplMap__container {
        padding: 20rem 0 0 0; }
      .shTemplMap .shTemplMap__infoWrapper {
        width: 100%;
        float: none; }
      .shTemplMap .shTemplMap__infoBox {
        padding: 1.4375rem 1.25rem 1.875rem; }
        .shTemplMap .shTemplMap__infoBox:before {
          display: none; }
      .shTemplMap .shTemplMap__inner {
        width: 100%; }
        .shTemplMap .shTemplMap__inner h2,
        .shTemplMap .shTemplMap__inner address,
        .shTemplMap .shTemplMap__inner .ctMap__distances {
          padding-left: 1.25rem;
          padding-right: 1.25rem; }
        .shTemplMap .shTemplMap__inner .ctMap__distances {
          margin-top: 1.875rem; }
      .shTemplMap .shTemplMap__map {
        height: 20rem;
        bottom: auto; }
      .shTemplMap .shTemplMap__primaryTitle, .shTemplMap address, .shTemplMap .shTemplMap__distances {
        text-align: center; }
      .shTemplMap .shTemplMap__submitLocation {
        max-width: 100%; }
      .shTemplMap .shTemplMap__input {
        text-align: center;
        padding-left: 0; } }

body .main-content {
  position: static;
  z-index: initial; }
