a.nav-link.active.newRelease {
  background: #4f76ba;
  color: #fff;
}

a.nav-link.newRelease {
  color: #4f76ba;
}

.dmdNewReleasesWidget h2, .dmdNewReleasesWidgetTitle a, .dmdNewReleasesWidgetWeekSelection a {
  color: #4f76ba !important;
}

.dmdNewReleasesWidgetPager a {
  background: #4f76ba !important;
  font-size: 1.2rem !important;
  padding: 5px !important;
  margin-right: 10px;
}

div.dmdNewReleasesWidgetPBPW {
  display: none;
}

.map-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 18px;
}

.map-clean h2 {
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .map-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

.map-clean .intro {
  max-width: 500px;
  margin: 0 auto 40px;
}

.map-clean iframe {
  background-color: #eee;
}

.highlight-events {
  color: #313437;
  background-color: #eef4f7;
  padding: 80px 0 88px;
  overflow: hidden;
  text-align: center;
  background-image: url("../../assets/img/eventsbg.jpg?h=142aef1fb0d94bf838d509a64b7d0921");
  background-color: #012a7c;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width:767px) {
  .highlight-events {
    text-align: center;
  }
}

.highlight-events p {
  color: #fff;
  max-width: 500px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
  margin-top: 1em;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 10px;
  margin-bottom: 0;
}

.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed .features {
  padding: 25px 0 0 0;
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #012a7c;
  margin-bottom: 30px;
  width: 100%;
}

.features-boxed .item .name {
  margin-bottom: 8px;
  margin-top: 1rem;
  color: inherit;
}

.mayhemHeader {
  background-image: url("/assets/img/header.png");
  background-position: bottom center;
  background-size: auto;
  background-repeat: repeat-x;
  font-family: bangers;
  font-size: 1.5rem;
  background-color: #012a7c;
  line-height: 1.3rem;
}

.navbar {
  max-width: 1000px;
}

h1, .h1 {
  font-size: 3.5rem;
  font-family: bangers;
}

.infoHeader {
  text-transform: uppercase;
  text-align: center;
  font-family: bangers;
  font-size: 2rem;
}

.row.introRow {
  padding-top: 25px;
  /*padding-bottom: 25px;*/
}

.container.mainCarousel {
  padding-bottom: 25px;
}

.footer-dark h2, .footer-dark .h2 {
  color: #fff;
}

.box img {
  max-width: 100%;
}

.btn-cover {
  padding: 15px;
  white-space: normal;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #012a7c;
  font-family: bangers;
}

.cta-header-header-wrapper h1 {
  padding: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
  line-height: 1em;
  position: relative;
  font-size: 4rem !important;
  margin: 0 0 15px;
}

.subtitle {
  margin-top: 10px;
  display: none;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif;
}

.btn-base-head {
  position: relative;
  max-width: 300px;
}

.btn-base-head button {
  width: initial;
}

@media (min-width: 768px) {
  .col.visitUs {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .col.visitUs {
    width: 100%;
  }
}

.row.text-center.d-flex.sidebarData {
  flex-direction: column;
}

.visitUsHead {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .row.text-center.d-flex.sidebarData {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .row.text-center.d-flex.sidebarData {
    flex-direction: column;
  }
}

.fc-next-button, .fc-prev-button {
  background: #012a7c;
}

.horizontalList li + li:before {
  content: " | ";
}

.horizontalList li {
  display: inline;
  /*margin-right: 10px;*/
}

.horizontalList {
  padding: initial;
  text-align: center;
}

.d-block.wantYou {
  max-height: 300px;
  width: auto;
}

.crew {
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

/*  basic positioning  */

.legend {
  list-style: none;
}

.horizontalList span {
  border: 1px solid #ccc;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px;
  padding: initial;
}

/*  your colors  */

.horizontalList .ames {
  background-color: #012a7c;
}

.horizontalList .dsm {
  background-color: #ef6b24;
}

.img-fluid.headerLogo {
  max-height: 75px;
}

.ctaHeroImage {
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.introBlurb {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
}

.highlight-events {
  background-image: url(/assets/img/eventsbg.jpg);
  margin-bottom: 1em;
  margin-top: 2em;
}

.rounded {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.col.maxWidth {
  max-width: 900px;
  margin: auto;
}

.smallText {
  font-size: .8rem;
}

.centeredImage {
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .subtitle {
    display: block;
  }
}

