/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
@media screen and (min-width: 992px) {
  .video-filter-block {
    margin: 0 0 30px;
  }
}
.video-filter-block > form {
  margin: 0 -10px;
}
.video-filter-block > form .video-block {
  padding: 0 10px;
}
.video-filter-block > form .video-block > input,
.video-filter-block > form .video-block > .select-group > select,
.video-filter-block > form .video-block > button {
  margin: 0 ;
  background-color: #008093;
  color: #ffffff;
  border: none ;
  padding: 10px 42px 10px 25px;
  line-height: 1.5;
  display: block;
  height: auto;
  text-align: left;
  margin: 0 0 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  border: 2px solid transparent;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.video-filter-block > form .video-block > input:focus,
.video-filter-block > form .video-block > .select-group > select:focus,
.video-filter-block > form .video-block > button:focus,
.video-filter-block > form .video-block > input:hover,
.video-filter-block > form .video-block > .select-group > select:hover,
.video-filter-block > form .video-block > button:hover {
  background-color: #883144;
  border-color: #ffa72b;
}
.high-contrast .video-filter-block > form .video-block > input,
.high-contrast .video-filter-block > form .video-block > .select-group > select,
.high-contrast .video-filter-block > form .video-block > button,
.b-w-contrast .video-filter-block > form .video-block > input,
.b-w-contrast .video-filter-block > form .video-block > .select-group > select,
.b-w-contrast .video-filter-block > form .video-block > button,
.blue-contrast .video-filter-block > form .video-block > input,
.blue-contrast .video-filter-block > form .video-block > .select-group > select,
.blue-contrast .video-filter-block > form .video-block > button,
.beige-contrast .video-filter-block > form .video-block > input,
.beige-contrast .video-filter-block > form .video-block > .select-group > select,
.beige-contrast .video-filter-block > form .video-block > button {
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .video-filter-block > form .video-block > input,
  .video-filter-block > form .video-block > .select-group > select,
  .video-filter-block > form .video-block > button {
    padding: 3px 42px 3px 18px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
  }
}
.video-filter-block > form .video-block > .select-group {
  position: relative;
  margin: 0 0 10px;
  background-color: #287b99;
}
.video-filter-block > form .video-block > .select-group:hover {
  background-color: #883144;
  border-color: #ffa72b;
}
.video-filter-block > form .video-block > .select-group:focus-within {
  background-color: #883144;
  border-color: #ffa72b;
}
.video-filter-block > form .video-block > .select-group > select {
  margin: 0;
  background-color: transparent;
  z-index: 1;
  padding: 10px 60px 10px 25px;
  position: relative;
}
.video-filter-block > form .video-block > .select-group > select option {
  color: #000000;
}
.video-filter-block > form .video-block > .select-group > select:hover,
.video-filter-block > form .video-block > .select-group > select:focus {
  background-color: transparent;
}
.video-filter-block > form .video-block > .select-group:before {
  z-index: 0;
  position: absolute;
  right: 20px;
  color: #ffffff;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  padding-left: 1px;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  border: 2px solid #fff;
}
.video-filter-block > form .video-block > button {
  background-color: #883144;
}
.video-filter-block > form .video-block > button.clear {
  background-color: #285f99;
}
.video-filter-block > form .video-block > button:focus,
.video-filter-block > form .video-block > button:hover {
  background-color: #008093;
}
.video-filter-block > form input::-webkit-input-placeholder,
.video-filter-block > form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.video-filter-block > form input:-moz-placeholder,
.video-filter-block > form textarea:-moz-placeholder {
  color: #ffffff;
}
.video-filter-block > form input::-moz-placeholder,
.video-filter-block > form textarea::-moz-placeholder {
  color: #ffffff;
}
.video-filter-block > form input:-ms-input-placeholder,
.video-filter-block > form textarea:-ms-input-placeholder {
  color: #ffffff;
}
.video-filter-block > form input::-ms-input-placeholder,
.video-filter-block > form textarea::-ms-input-placeholder {
  color: #ffffff;
}
