/* YOUR CUSTOM STYLES */
html, body, .view {
  height: 100%;
}
body.upcoming {
    padding-top: initial;
}
div.row {
  margin-top: 1rem;
}
html, body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: Helvetica, "Arial Narrow", Arial, "sans-serif";
}
h1, h2, h3 {
  width: 100%;
}
h1 {
  font-size: 5rem;
  padding: 0;
  margin: 0;
}
.main h1 {
  font-size: 6rem;
}
h2 {
  font-size: 3rem;
}
ul {
  margin-top: 1.3rem;
}
ul li.bulleted {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 0.3rem;
  line-height: 1.3rem;
}
li ul {
  margin-left: 2rem;
}
li li {
  list-style-type: circle;
}
li {
  margin-bottom: 0.8rem;
}
aside {
  font-weight: 400;
  font-size: 1.2rem;
}
.divider-new, h1.divider-new, h2.divider-new, h3.divider-new {
  text-align: center;
  margin: 10px auto;
}
.divider-new::before, .divider-new::after {
  background-color: transparent;
}
header h1, header h2, header h3, header p {
  text-align: center;
}
.visible-on-small-only {
  visibility: hidden;
  display: none;
}
.navbar .navbar-brand img {
  height: 3.5rem;
  padding: 0 1rem 0.3rem 0;
}
.navbar {
  background-color: #ffffff;
  height: initial;
  max-width: 100%;
  margin: auto;
}
.navbar-toggler {
  font-size: 3rem;
  color: #000;
}
.nav-item {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: right;
}
.nav-item a {
  color: #000;
  border: 2px solid #ffffff;
}
a.nav-link {
  transition: all 0.4s;
  white-space: nowrap;
}
div.heading {
  padding: 0;
  margin: 0;
}
hr {
  border: 0;
  height: 1px;
  margin: 2rem auto;
  background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
  background-image: -moz-linear-gradient(left, #fff, #000, #fff);
  background-image: -ms-linear-gradient(left, #fff #000, #fff);
  background-image: -o-linear-gradient(left, #fff, #000, #fff);
}
hr.short {
  width: 50%;
  max-width: 600px;
  margin: 2rem auto;
}
/* Navigation*/
a {
  font-weight: bold;
}
footer.page-footer {
  background-color: #ffffff;
  margin-top: 2rem;
  border: 3px solid #ffffff;
}
footer.page-footer .footer-copyright {
  overflow: initial;
  height: initial;
  line-height: 50px;
  color: #cdcdcd;
  background-color: #ffffff;
  text-align: center;
  border-top: 3px solid #fff;
}
footer.page-footer .footer-copyright p, footer.page-footer .footer-copyright a {
  font-family: Helvetica, "Arial Narrow", Arial, "sans-serif";
  font-size: 1rem;
  color: #888;
}
/*Call to action*/
.flex-center {
  color: #fff;
}
.full-bg .display-1 {
  font-size: 3rem;
  font-weight: normal;
  text-shadow: 0 1px 0 #aaa, 0 2px 0 #a9a9a9, 0 3px 0 #999999, 0 4px 0 #777777, 0 5px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .2), 0 5px 5px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .5);
  max-width: 20rem;
}
/*Contact section*/
#contact .fa {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #1C2331;
}
h1, h2, h3, h4 {
  color: #000;
}
a, a:focus, a:visited {
  color: #005293;
}
.ticket-link, .ticket-link:visited, #mc_embed_signup .button, #mc_embed_signup .button:visited {
  opacity: 1;
  transition: opacity .4s ease-in-out;
  font-family: nimbus-sans, Arial, sans-serif;
  text-transform: uppercase;
  background-color: rgb(0, 171, 78);
  font-size: 18px;
  border-radius: 3px;
  display: inline-block;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  height: 50px;
  line-height: 32px;
  white-space: nowrap;
}
.ticket-link:hover, .ticket-link:active, .ticket-link:focus, #mc_embed_signup .button:hover, #mc_embed_signup .button:active, #mc_embed_signup .button:focus {
  background-color: #f26b21;
  color: #fff;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
/*Change icons size here*/
footer.page-footer .social-icons .fa {
  font-size: 2.5rem;
}
/*Change icons circle size and color here*/
.page-footer .social-icons .fa {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-footer .social-icons.icon-circle .fa {
  border-radius: 50%;
}
.page-footer .social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.page-footer .social-icons.icon-flat .fa {
  border-radius: 0;
}
.page-footer .social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  border-radius: 0;
}
.page-footer .social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.page-footer .social-icons .fa-facebook, .social-icons .fa-facebook-square {
  background-color: #3C599F;
}
.page-footer .social-icons .fa-instagram, .social-icons .fa-instagram-square {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.page-footer .social-icons .fa-twitter, .social-icons .fa-twitter-square {
  background-color: #32CCFE;
}
.wow {
  visibility: hidden;
}
.must-see {
  visibility: visible !important;
}
.fifty-percent, .twenty-five-percent {
  width: 100%;
}
.fifteen-percent {
  width: 30%;
}
.top-left, .top-right {
  float: none;
  margin: 0 0 1rem;
}
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.two.card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/**-- Bootstrap Medium --**/
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .one.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .two.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .full-bg .display-1 {
    font-size: 5rem;
    max-width: 35rem;
    transition: all 0.8s ease-in-out;
  }
  .fifty-percent {
    width: 50%;
  }
  .twenty-five-percent {
    width: 25%;
  }
  .fifteen-percent {
    width: 15%;
  }
}
/**-- Bootstrap Large --**/
@media (min-width: 992px) {
  body {
    overflow-x: hidden !important;
  }
  .navbar {
    background: #ffffff;
    height: 6rem;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(128, 128, 128, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(128, 128, 128, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(128, 128, 128, 0.5);
    transition: all .6s ease-in-out;
  }
  .nav-item {
    font-size: 0.9rem;
  }
  .collapse.show .nav-item {
    font-size: 1.5rem;
    text-align: initial;
    margin-bottom: 1rem;
  }
  .navbar .nav-item a {
    color: #000;
    padding: 0.5rem 0.5rem !important;
    border-bottom: 2px solid #000;
    margin: 0 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navbar .nav-item a:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .navbar-white .nav-item a {
    color: #000;
    border: 2px solid #ffffff;
  }
  .navbar-brand img {
    padding: 0 1rem 0.5rem 0;
    transition: all .6s ease-in-out;
  }
  .navbar .navbar-brand img {
    height: 5rem;
  }
  .navbar-white .navbar-brand img {
    height: 3.5rem;
  }
  .navbar.navbar-white {
    background-color: #ffffff;
    height: 5rem;
  }
  .full-bg .display-1 {
    font-size: 8rem;
    max-width: 50rem;
  }
}
/* Template Overrides */
.blockquote {
  border-left: 0.3125rem solid #cdcdcd;
}
.navbar-toggler {
  font-size: imitial;
  color: #000;
}
.top-left {
  float: left;
  margin: 0 1rem 0.3rem 0;
}
.top-right {
  float: right;
  margin: 0 0 0.3rem 1rem;
}
.wf-loading article, .wf-loading .div, .wf-loading .table, .wf-loading .caption, .wf-loading .panel, .wf-loading h1, .wf-loading h2, .wf-loading h3 {
  /*  opacity: 0;
  transform: translateY(-30px); */
}
article, .div, .table, .panel, .caption, h1, h2, h3 {
  opacity: 1;
  transform: translateY(0);
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}
.sponsors .ekko-lightbox-nav-overlay a {
  color: #000000;
  font-size: 4rem;
}
.card img {
  width: 100%;
}
.card-columns .card {
  margin-bottom: 1rem;
}
div:after {
  content: "";
  display: table;
  clear: both;
}
svg {
  margin-left: 0.6rem;
}
.main-logo {
    max-width: 85vw;
}