.select2-selection {
  border-radius: 0 !important;
  height: 56px;
}
.select2-selection input {
  margin-top: 0 !important;
}
.select2-selection__rendered {
  padding: 0 !important;
}
.select2-selection__choice{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 0 !important;
  background-color: #557a96 !important;
  color: white;
  border: none !important;
  border-radius: 0 !important;
}
.select2-selection__choice:hover {
  background-color: #47667e !important;
}
.select2-selection__choice__remove:hover{
  color: white !important;
}
.select2-selection__choice__remove{
  color: white !important;
}

.select2-dropdown {
  background-color: #333333 !important;
  color: white;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 3px 13px 0 rgba(0,0,0,.35);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 1000 !important;
}
.select2-results__option {
  padding: 1rem 2rem !important;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 225px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #728fA5 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #484D5C !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px!important;
  right: 15px!important;
}

#knowledge-related-courses .owl-carousel.off {
  display: block !important;
}

#knowledge_content a, #event-content a {
  color: #728fa5;
  text-decoration: underline;
}
#knowledge_content a:hover, #event-content a:hover {
  color: #557A96;
}
#knowledge_content img, #event-content img {
  max-width: 100%;
  height: auto;
}
