/* Banner block */
.banner {
    background-color: #f89e46;
    color: #ffffff;
    padding: 1.75em;
    margin-bottom: 3em;
}
.banner__title {
    margin-top: 0;
    font-size: 2.5em;
}
.banner p {
    margin: 0;
}
.banner__logo {
}
.banner__location {
    font-weight: bold;
    font-size: 1.25em;
}
.banner__date {
    font-size: 1.1em;
}
.banner__button {
    background-color: #fefefe;
    padding: .5em .75em;
    display: inline-block;
    margin-top: 1em;
}
.banner__button:hover {
    background-color: #f8f8f8;
    color: #6188C6;
}

.evt-ticker {
  background: #87A2CC;
  width: 100%;
  height: 65px;
}

.evt-ticker__title {
  background: rgba(0,0,0,0.25);
  color: #fff;
  font-size: 1.50rem;
  font-weight: 600;
  float: left;
  line-height: 65px;
  text-align: center;
  width: 15%;
}

.evt-ticker__title a {
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}

.evt-ticker__title a:focus,
.evt-ticker__title a:hover {
  background: rgba(0,0,0,0.35);
  color: #fff !important;
  text-decoration: none;
}

.evt-ticker__inner {
  overflow: hidden;
  float: right;
  width: 83.3333%;
  height: 65px;
}

.evt-ticker__inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.evt-ticker__inner ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.evt-ticker__inner ul li a {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 65px;
}

.evt-ticker__inner li a span {
  float: right;
  font-weight: 800;
  padding-right: 1.25em;
}

@media screen and (max-width: 40.063em) {
  
  .evt-ticker {
    height: auto;
  }
  
  .evt-ticker__title {
    width: 100%;
  }
  
  .evt-ticker__inner {
    width: 100%;
  }
  
  .evt-ticker__inner ul {
    padding: 0 1em;
  }
  
  .evt-ticker__inner li a span {
    float: initial;
  }

}