h1 a {
  color: #212a34;
}

h1, .h1 {
  margin-bottom: 0;
}

.visual-section .heading-holder h1 {
  margin-bottom: .5em;
}

.no-image {
  min-height: unset;
  background-color: #212a34;
}


iframe {
  max-width: 100%;
}

video {
  max-width: 100%;
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 50px;
}

.form-group {
  margin: 0 0 1em;
}

.form-inline {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}

.form-inline label {
  order: 1;
}

.form-inline .form-control {
  flex: 0 0 50px;
  margin-right: 1em;
}

.required, .errors {
  color: #b71f20;
  font-weight: bold;
}

.errors {
  list-style: none;
  padding: 1em;
  border: 1px solid #b71f20;
}

.text-block .jcf-select {
  border-color: #212a34;
}

.text-block .jcf-select .jcf-select-text {
  color: #212a34;
}

.text-block .btn {
  background-color: transparent;
}

.text-block .btn:hover,
.text-block .btn:focus {
  background-color: #b71f20;
  color: #fff;
}

.menu-list {
  list-style: none;
  padding-left: 0;
}

.site-search {
  width: 100%;
}

.press-release-slider .slide-item .img-holder img {
  padding: 0 !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu-list .press-release-slider .slide-item:not(.slick-active) {
  opacity: 1;
}

.menu-list .press-release-slider .slide-item {
  margin-bottom: 2em;
}

.is-search-active {
  padding-top: 60px;
}

.media-image {
  text-align: center;
}

.media-video {
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.media-video iframe,
.media-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-details {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 1em;
}

.media-details h1 {
  margin: 1em 0 0.5em;
}

.photo-slider .release-list .slide-item:not(.slick-active) {
    opacity: 1;
}

.riddell-section .photo-slider .slide-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-slider .slide-item .text-holder a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo-slider .slide-item .text-holder a:hover,
.photo-slider .slide-item .text-holder a:focus {
  color: white;
  opacity: 0.5;
}
