#body-content {
  background: #f7f7f7;
}
.standard-container {
  max-width: 1240px;
  padding: 40px 15px 50px;
  margin: auto;
  display: flex;
}
.sidebar {
  width: 260px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  background: white;
}
.sidebar a {
  text-decoration: none;
  color: #002B5E;
  padding: 5px 18px;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d082;
}
.sidebar a.active {
  background: orange;
  color: white;
  border-color: white;
}
.sidebar a:hover {
  background: orange;
  color: white;
  border-color: white;
}
.sidebar h1 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 21px 18px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d0d0d082;
  border-right: 1px solid #d0d0d066;
}
.main-title {
  padding-top: 40px;
}
.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0px;
  border-radius: 10px;
  background: white;
  margin: 20px 10px;
}
.categories a {
  color: #002B5E;
  margin: 10px;
  font-weight: 500;
  text-decoration: none;
}
.videos-container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  position: relative;
}
.videos-container #scrollVideos {
  position: absolute;
  top: -65px;
}
.videos-content {
  padding-bottom: 30px;
  width: 100%;
  border-left: 0;
  background: white;
}
.video-block {
  background: white;
  width: 33.3%;
  color: #002B5E;
  padding: 20px;
  border: 1px solid #d0d0d066;
}
.video-block a {
  font-weight: bold;
  font-size: 14px;
  color: #002B5E;
  text-decoration: none;
}
.video-description p {
  padding-top: 5px;
  margin-bottom: 0;
}
.filters-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 25px 11px;
  width: 100%;
  background: white;
}
.filters {
  width: 100%;
  display: flex;
  align-items: center;
}
form {
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
}
form input {
  border: none;
  background: white;
  padding: 2px 10px 2px 10px;
  min-height: 38px;
  border-bottom: 1px solid #d0d0d0b3;
  width: 180px;
}
form button {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  color: #002B5E;
  border: none;
  border-bottom: 1px solid #d0d0d0b3;
}
.filters .jq-selectbox.focused .jq-selectbox__select {
	border-color: #CCC;
}
.filters .jq-selectbox li.selected {
  background-color: #002B5E;
  color: #FFF;
}
.filters .jq-selectbox li:hover {
  background-color: #002B5E;
  color: #FFF;
}
.filters .jq-selectbox {
  margin-right: 20px;
}
.filters p {
  margin: 0 20px 0 0;
}
.jq-selectbox li {
  padding: 8px 10px 9px;
  color: #002B5E;
}
.jq-selectbox__select-text {
  color: #002B5E;
  font-family: Georgia,Times,Times New Roman,serif !important; 
  width: 100% !important;
  font-size: 15px;
  min-width: 100px;
}
.jq-selectbox__select {
  font-family: Georgia,Times,Times New Roman,serif !important; 
  height: auto;
  border: 1px solid #d0d0d0b3;
  background: white;
  padding: 0px 45px 0px 10px;
  box-shadow: none;
}
.pagination {
  padding: 20px 0 0px;
  margin: 0;
}
.search-container {
  max-width: 1160px;
  padding: 40px 15px 50px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.search-container .videos-container {
  background: white;
  padding: 0 20px 30px;
  width: 100%;
}
.search-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 10px 20px;
  margin-bottom: 00px;
}
.search-info p {
  margin: 0;
  padding-right: 50px;
}
.no-videos {
  margin: 20px 0;
  font-weight: bold;
}