/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: rgba(30,21,11,1);
    /*color: #071d49;*/
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: right;
    font-size: 20px;
}
.ctaNav .blockInnerContent a {
    color: #f0ac00;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*------------END SECONDARY NAV ---------------*/
.scMap {
    padding-top: 21.25%;
}

@media (min-width: 1024px){
.eventColl--listView1 .eventColl-main {
    padding: 0 30px;
}
}

/*Event Description*/
.eventColl-desc {
    padding: 10px 25px 25px 25px;
    font-size: 21px;
}
 body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100vh;
}
.button {
  padding: .75em 1.5em;
  text-decoration: none;
}
/*.button__canvas {*/
/*  position: absolute;*/
/*  top: calc(var(--offset) * -1);*/
/*  left: calc(var(--offset) * -1);*/
/*  width: calc(100% + var(--offset) * 2);*/
/*  height: calc(100% + var(--offset) * 2);*/
/*  -webkit-transition: opacity 2s ease;*/
/*  transition: opacity 2s ease;*/
/*}*/
/*.button__text {*/
/*  position: relative;*/
/*  color: white;*/
/*  font-weight: bold;*/
/*  letter-spacing: .02em;*/
/*  pointer-events: none;*/
/*}*/
/*.button:hover .button__canvas {*/
/*  opacity: .85;*/
/*  -webkit-transition: opacity .2s ease;*/
/*  transition: opacity .2s ease;*/
/*}*/
/*.button:active .button__canvas {*/
/*  opacity: 1;*/
/*  -webkit-transition: none;*/
/*  transition: none;*/
/*}*/

/*.blockWrap_e5d2a4cc2ec54e5a88abb1615c127d82, */
/*.blockWrap_d5b2d18352534e999611acf24c71defc {*/
 /*position: absolute;*/
/* width: 50%;*/
/* float:left;*/
/*}*/