@import 'fonts-googleapi.css';
/*----------- GLOBAL ----------*/
html {
  font-size:calc(1em * .9375);
  line-height:1.4rem;
}
body {
  font-family:'Source Sans Pro', sans-serif;
  font-size:1.1rem;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
ol, ul, dl {
  padding-left:1.25rem;
}
ul.dash, ul.no-style {
  list-style-type:none;
}
ul.dash>li:before {
  content:'\2014';
  position:absolute;
  margin-left:-1.2em;
}
sub, sup {
  font-size:85%;
  top:-.3em;
}
a, .href a {
  color:#32588a;
  cursor:pointer;
  font-weight:600;
}
a:hover, a:focus, .href a:hover, .href a:focus {
  color:#274C80;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color:#425476;
  font-weight:900;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  letter-spacing:-.05rem;
}
.anchor a[id]:not([href]), .event-content a[id]:not([href]) {
    position: relative;
    top: -5.5rem;
}
.sub-title {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 900;
    font-size: 1.5rem;
    color: #5f686b;
    letter-spacing: -.05rem;
}
.text-warning {
  color:#DD9100 !important;
}
.row + .row {
  margin-top:.25rem
}
.badge{
  font-size:90%;
  font-weight:normal;
}
.big-title {
  color:#c7d4df;
  font-size:4rem;
  font-weight:900;
  line-height:1;
  margin:1.5rem 0 .5rem .5rem;
}
@media (min-width: 576px) {
  .big-title {font-size: 4.5rem; margin-left:0;}
}
@media (min-width: 768px) {
  .big-title {font-size: 5rem; margin: 2.5rem 0 1.5rem 0;}
}
.alert-light {
  background-color:#f7f7f7;
}
.alert-warning {
  background-color: #f4b777;
  border-color: #db9c5a;
  color: #44240d;
}
.alert-warning .alert-link {
  color: #733406;
}
.alert-warning>hr {
    border-color: #44240d !important;
}
.bg-primary {
  background-color: #425476 !important;
}
/*---------- BUTTON ----------*/
.btn {
  position:relative;
  text-transform:uppercase;
  font-weight:600;
  background-position:100% 0;
  background-repeat:no-repeat;
  background-size:200% 100%;
  transition:background-position 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.btn:not(:disabled):not(.disabled):hover, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow:-2px 4px 2px rgba(0, 0, 0, 0.2);
}
.btn-primary {
  background-image: linear-gradient(to right, #425476 50%, #354564 50%);
  border-color:#425476;
}
.btn-primary:hover, .btn-primary:focus, .card-video-overlay:hover .btn-primary {
  background-position: 0 0;
  border-color:#425476
}
.btn-warning {
  background-image:linear-gradient(to right, #E0B000 50%, #fDC00B 50%);
}
.btn-warning:hover, .btn-warning:focus {
  background-position:0 0;
}
.btn-secondary {
  background-image:linear-gradient(to right, #5A6268 50%, #6C757D 50%);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-position:0 0;
}
.btn-success {
  background-image: linear-gradient(to right, #218838 50%, #28A745 50%);
}
.btn-link {
  color:#455F82;
}
.btn-link:hover, .btn-link:focus {
  box-shadow:none !important;
}
.btn-success:hover, .btn-success:focus {
  background-position:0 0;
}
.btn:disabled,.btn.disabled{
  background-position:100% 0;
  cursor:default;
}
/*---------- NAV ----------*/
.nav-pills .nav-link {
  color:#425476;
  font-size:1rem;
  font-weight:700;
  text-transform:uppercase;
  margin:.35rem;
  background-color:#f1f4fa;
  border-radius:0;
}
.nav-pills .nav-link.warning{
    border-bottom: solid 5px #ff8f00;
  }
.nav-pills .nav-link:hover {
  background-color:#e1e4ea;
}
.nav-pills .nav-link.active {
  background-color:#425476 !important;
}
.nav-pills .nav-link .badge{
  border:1px solid #425476;
  margin:0 0 0 .5rem;
  color:#425476;
  font-weight:inherit;
}
.nav-pills .nav-link.active .badge{
  border:none;
}
@media only screen and (min-width: 768px){
  .vertical-tab {
    border-right:1px solid #dee2e6;
  }
  .vertical-tab .nav-pills .nav-link {
    clip-path:polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
    z-index:1;
    padding:1rem;
    margin-right:5px;
    padding-right:22px;
    transition: all .25s linear;
    transition-property: margin-right, padding-right;
  }
  .vertical-tab .nav-pills .nav-link.warning{
    border:none;
    border-left: solid 5px #ff8f00;
  }
  .vertical-tab .nav-pills .nav-link.active,.vertical-tab .nav-pills .nav-link:hover{
    margin-right:-8px;
    padding-right:35px;
  }
}

/*---------- ICON ----------*/
svg.feather, svg.inline-feather, svg.big-feather {
  width:1.6rem;
  height:1.6rem;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}
svg.feather.chu {
  width:2.5em;
}
svg.inline-feather {
  width:1.15em;
  height:1.15em;
  stroke-width:2.5;
  vertical-align:text-top;
}
svg.inline-feather.chu {
  width:2em;
}
svg.big-feather {
  width:3rem;
  height:3rem;
  stroke-width: 1.2;
}
svg.feather.feather-overlay{
  width:15rem;
  height:15rem;
  position:absolute;
  bottom:-2.5rem;
  right:-3.5rem;
  stroke:#00418a;
  padding:10px;
  opacity:.075;
  transition: padding 0.4s cubic-bezier(0, 0, 0.58, 1);
}
.alert-danger svg.feather.feather-overlay, .alert-success svg.feather.feather-overlay,
.alert-primary svg.feather.feather-overlay{
  stroke:currentColor;
  opacity:.05;
}
.alert-danger:hover svg.feather.feather-overlay, .alert-success:hover svg.feather.feather-overlay, 
.alert-primary:hover svg.feather.feather-overlay, .alert-light:hover svg.feather.feather-overlay{
  stroke:currentColor;
  opacity:.1;
  padding:0;
}
.u-card:hover svg.feather.feather-overlay{
  opacity:.1;
  padding:0;
}

/*---------- FORMS ----------*/
form {
  font-size:1rem;
}
.form-group .multi-input .twitter-typeahead {
  width:auto;
}
.form-group .multi-input .grow-1 ~ .twitter-typeahead {
  -ms-flex-positive:1 !important;
  flex-grow:1 !important;
}
.custom-control-label::before {
  top:0;
  width:1.5rem;
  height:1.5rem;
  background-color:#FFF;
  border:0.2rem solid #E0E0E0;
}
.custom-control-label::after {
  top:0;
  width:1.5rem;
  height:1.5rem;
  background-size:80% 80%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border:0.2rem solid #404563;
  border-radius:0.25rem;
  background-color:#FFF;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23404563' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  border:0.2rem solid #404563;
  border-radius:50%;
  background-color:#FFF;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23404563'/%3E%3C/svg%3E");
}
.custom-checkbox-list {
  line-height:1.1;
}
.custom-checkbox-list .custom-control-label::after, .custom-checkbox-list .custom-control-label::before {
  width:1.1rem;
  height:1.1rem;
  border-width:0.15rem;
  left:-1.1rem;
}
.custom-checkbox.custom-checkbox-list .custom-control-input:checked ~ .custom-control-label::after {
  border-width:0.15rem;
}
.suggest-select {
  display:inline-block;
  width:100% !important;
  height:calc(1.5em + .75rem + 2px);
  padding:.375rem 1.75rem .375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  vertical-align:middle;
  background:white url("data:image/svg+xml,%3csvg fill='none' stroke='%23495057' stroke-width='2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle cx='11' cy='11' r='8'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='16.65' y2='16.65'%3e%3c/line%3e%3c/svg%3e") no-repeat right .25rem center/20px 20px;
  border:1px solid #CED4Da;
  border-radius:.25rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.custom-select.typeahead:focus {
  color:inherit;
}
.custom-select[readonly] {
	background-color: #FFF;
}
.custom-control-label {
  cursor: pointer;
  padding-left:.25rem;
}
.custom-control {
  padding-left:2rem;
}
.form-control::placeholder {
  opacity:.7;
}
.col-form-label {
	min-width:4em;
}
.multi-input > .multi-group {
  background:rgba(209,236,241,.5);
}
.form-control.is-invalid {
  background:#fffafa;
  padding-right:.75rem
}
.bootstrap-tagsinput {
  min-height: calc(1.5em + .75rem + 2px);
}
.bootstrap-tagsinput.is-invalid {
  border-color: #dc3545;
  background:#fffafa;
  color: #dc3545;
}
.bootstrap-tagsinput .badge.badge-info {
  background-color:#425476;
}
span.twitter-typeahead .tt-suggestion div{
  display:inline;
}
span.twitter-typeahead .tt-suggestion svg{
  margin-right:.5rem;
}
span.twitter-typeahead > .tt-menu, input.select-dropdown ~ .dropdown-menu{
  max-height:26rem;
  overflow-y:auto;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
  border-radius:0;
}
span.twitter-typeahead .tt-dataset-memb-name_value .tt-suggestion{
  display:flex;
}
.popover{background-color:#d1ecf1;border:1px solid #80aab0;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}
.bs-popover-right > .arrow::after{border-right-color:#d1ecf1;}
.bs-popover-right > .arrow::before{border-right-color:#80aab0;}
.popover a{color:#062c33;font-weight:600;}
.popover-body{color:#0c5460;}
/*********************************************************************/
/*.tt-menu.tt-open{
bottom:100% !important;
top:auto!important;
}*/
/*********************************************************************/
select-dropdown ~ .dropdown-menu {
  max-height: 26rem;
  overflow-y: auto;
}
.label-required::after {
  content:'✱';
  color:#555;
}
.dropdown-item.choice, .choiceselect .dropdown-item{
  border-bottom:1px solid rgba(0,0,0,.1);
}
.form-group .dynamic-data {
  padding:.5rem 1rem;
  transition:background .75s linear .25s;
}
.form-control[disabled] {
    background-color:#efefef !important;
}
.invalid-feedback {
  font-size:90%;
}
.btn.btn-remove, .btn.btn-add, .btn.btn-form, .btn.btn-form-link {
  border-color:#CED4DA;
  padding:.35rem .5rem;
}
#edit_metadata .form-inline input, #edit_metadata .form-inline select {
    border-radius: 0.25rem;
}
/*---------- MODAL ----------*/
.modal-content, .modal-header{
  border-radius:0;
}
.modal-100 {
  max-width:1350px;
  min-height:96vh;
  margin:2% 1%;
}
@media (min-width: 1340px) { 
  .modal-100 {
    margin:2% auto;
  }
}
.modal-100 .modal-content{
  min-width:100%;
  min-height:100%;
}
#person-modal, #dial-alert{
  z-index:1060;
}
.dial-modal-backdrop{
  z-index:1055;
}
/*---------- OVERLAY ----------*/
#overlay, .overlay {
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#FFFB;
  z-index:1500;
}
#loader {
  max-width:500px;
  margin:4em auto 0;
  position:relative;
  width:auto;
}
#loader .spinner-border{
  width:7rem;
  height:7rem;
  border-width:0.35em;
}
div > .overlay{
  position:absolute;
  display:block;
  z-index:10;
}



.dropdown-menu, .card, .card-img-top, .card-img, .alert, .list-group {
  border-radius:0;
}
.keypoint:hover, .keypoint:focus, .keypoint.active {
  text-decoration:none;
}

#header-menu, #minimal-menu {
  background-color:#2D3950;
  height:3rem;
  position:relative;
  z-index:100;
}
#header-menu .navbar {
  line-height:2rem;
}
@media (min-width: 1340px) { 
  #header-menu .navbar , #main-navbar .navbar {
    padding-left:10%;
    padding-right:10%;
  }
}
#header-menu .logo{
  height:2.5rem;
}
#header-menu .logo .text{fill:#fff;}
#header-menu .nav-link{
	color: white;
	padding: .5rem;
    margin: 0 .3em;
	font-size: .8rem;
	font-weight: 900;
    position: relative;
    display: block;
    text-transform: uppercase;
    transition: color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#minimal-menu .nav-link{
	color: white;
	padding: .3rem;
    margin: 0 .5em;
	font-size: 1rem;
	font-weight: 900;
    position: relative;
    display: block;
    text-transform: uppercase;
}
#header-menu .nav-link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  left: 0;
  height: 2em;
  width: 0;
  background-color: transparent;
  border-radius: .3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: background-color, width;
}
#header-menu .nav-link:hover::after {
 width: 100%;
 background-color:black;
}
#header-menu .nav-link[aria-expanded=true] {
  background-color: white;
  color: #425476;
}
#header-menu .nav-link[aria-expanded=true] svg.caret{
  fill: #425476;
}
#header-menu .separator, #minimal-menu .separator {
  display: inline-block;
  width: 1px;
  margin: 0.5rem 0.4rem;
  background-color: white;
  vertical-align: middle;
}
#header-menu .dropdown-item {
  line-height: 1.5rem;
}
#header-menu .dropdown-menu .subtitle {
  color: #6c757d;
  font-size: 1.2rem;
}
#header-menu .notification-list {
    overflow-y:auto;
    max-height:35rem;
    width:30rem;
}
#header-placeholder {
  height: 0;
}
#header-placeholder.active {
  height: 6rem;
}
#main-navbar {
  border-bottom: 1px solid rgba(0,0,0,0.25);
}
#main-navbar .link {
  margin-left:1.75rem;
}
.navbar-nav .link::after, .nav-pills .link::after{
  width: 0;
}
.navbar-nav .link:hover::after, .navbar-nav .link:focus::after,
.nav-pills .link:hover::after, .nav-pills .link:focus::after,  .nav-pills .link.active::after {
  width: 100%;
}

#main-navbar .navbar-brand img, #main-navbar .navbar-toggler {
  height: 4rem;
  transition: height .4s;
}
#main-navbar.sticky-active .navbar-brand img, #main-navbar .sticky-active .navbar-toggler {
  height: 2.8rem;
}
#main-navbar.sticky-active .link {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
#main-navbar .navbar { padding: 0 }
#main-navbar-collapse {
  background-color: white;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 50;
 }
 #main-navbar .link {
  font-size: 1.2rem;
  margin:0;
  padding: 0.5rem;
  background: white;
 }
 #main-navbar .link::after {
  width: 100%;
  background-color:rgba(0,0,0,0.1);
 }
#main-navbar-collapse .nav-item{
  border-bottom:solid 3px rgba(0,0,0,0.1);
}
 #main-navbar-collapse .link::after{
 display:none;
 }
}
#main-navbar .dropdown-item {
  color:#455F82;
}

.u-box {
  text-decoration: none;
  line-height: 1.2rem;
  text-align: center !important;
}
.u-box * {
  color: #425476;
  font-weight: 900;
}
.u-box:hover {
  background-color: #2d3950;
  text-decoration: none;
}
.u-box:hover * {
	color: white;
}
.u-box .feather {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.wrapper {
  position:relative;
  z-index:10;
}

.bg-layer {
  position:absolute !important;
  bottom:0;
  left:0;
  overflow:hidden;
  width:100%;
  height:auto !important;
}
.bg-layer::before{
  content:'';
  display:block;
  width:100%;
  padding-top:100%;
}
.bg-layer svg{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
}
.bg-layer svg .medium {fill:rgba(75, 80, 115, 0.25);}
.bg-layer svg .light {fill:rgba(120, 130, 185, 0.25);}

.link{    
  position:relative;
  display:inline-block;
  padding-bottom:.5rem;
  padding-top:.5rem;
  color:#425476;
  font-weight:700;
  font-size:1rem;
  line-height:1.25;
  text-transform:uppercase;
  transition:color 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.link::after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  display:block;
  width:40px;
  height:3px;
  background-color:#425476;
  border-radius:2px;
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property:background-color, width;
}
.link-center::after {
  left:50%;
  transform:translateX(-50%);
}
.link:hover, .link:focus, .link.active {
  color:#676fa0;
  text-decoration:none;
}
.link:hover::after, .link:focus::after, .link.active:after {
  width:100%;
  background-color:#676fa0;
}
.alert-danger .link, .alert-danger .link:hover, .alert-danger .link:focus {
  color:#6c4146;
}
.alert-danger .link::after, .alert-danger .link:hover::after, .alert-danger .link:focus::after {
  background-color:#6c4146;
}
.u-section::before, .u-section::after {
	content: '';
	display: block;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background-color: silver;
}
.u-section div {
	border: 1px solid silver;
	padding: .6rem 1rem;
	background: white;
	text-transform: uppercase;
	font-weight: 700;
}
.card .card-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.card .card-cover::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.card .card-cover img, .card .card-cover .card-video-overlay, .event-image img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-link {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 1.5rem;
}
.u-card:hover .card-link {
  color:#676fa0;
}
.u-card:hover .card-link::after {
  width:100%;
  background-color:#676fa0;
}
.u-card:hover .alert-danger .card-link {
  color:#8a4b53;
}
.u-card:hover .alert-danger .card-link::after {
  background-color:#8a4b53;
}
.card .card-footer > .text-muted {
 font-size: 0.85rem;
}
.u-card {
  border:none;
  background-color:transparent;
}
.u-card .card-body {
  position:relative;
  border:1px solid rgba(0, 0, 0, 0.125);
  width:100%;
  padding-top:2rem;
  margin-top:-1rem;
  background-color:white;
  margin-left:auto !important;
  margin-right:auto !important;
}
.u-card .card-body::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.15);
    transition: opacity 0.35s cubic-bezier(0, 0, 0.58, 1);
}
.card-deck .col.u-card {
 min-width: 20rem;
}
.u-card:hover .card-body::after {
  opacity: 1;
}
.u-card:hover  .card-cover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.u-focus-footer {position:relative;left:0;right:0;bottom:0;background:#3c415d;color:white;overflow:hidden}
.u-focus-footer .content {position:relative;z-index:5;padding:1rem;}

.u-card .alert-danger * {
  color:#6c4146;
}
.u-card .alert-danger.border {
  border-color:#6c4146 !important;
}
.u-card .alert-primary.border {
  border-color:#425476 !important;
}
.u-card .alert-success.border {
  border-color:#155724 !important;
}
@media (min-width: 576px) {
 .u-card .card-body{width: calc(100% - 1rem);}
 .u-focus-footer {position:absolute;}
 .u-focus-footer .content {padding:0;}
}
@media (min-width: 768px) {
 .u-card-horizontal .card-body {
  height: calc(100% - 2rem);
  width: calc(100% + 2rem);
  float:right;
  margin:1rem 0;
 }
.position-relative >.u-quicklinks {
  position: absolute;
  right: 0;
  top: 2.5rem;
 }
}
@media (min-width: 992px) {
 .u-focus .card-body {
  height: calc(100% - 2rem);
  width: calc(100% + 2rem);
  float:right;
  margin:1rem 0;
 }
}

.nav-card {
    position: relative;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: auto;
    max-width: 40rem;
    margin: 0 !important;
}
.nav-card .nav-card-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.nav-card .nav-card-content {
	position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    border: 0;
    background-color: #282b3e;
    color: white;
}

.nav-card .nav-card-inner {
    position: relative;
}
.nav-card-content-inner {
    position: relative;
    padding: 1rem;
}

.dropdown-menu.accordion .dropdown-item .title {
  font-size: 0.85rem;
  color: white;
  fill: white;
  text-transform: uppercase;
  background-color:#2d3950;
  padding: .65rem;
  cursor: pointer;
}
/*#minimal-menu .dropdown-menu.accordion .dropdown-item .title {
  font-size: 1rem;
}*/
#minimal-menu .dropdown-item, #minimal-menu .dropdown-item .title {font-size:1.2rem; border-bottom: 1px solid #e9ecef;}

.nav-link:hover, .nav-link:focus {
	color: #5d76a5;
}
.nav-level .nav-item a {
	color: #5d76a5;
	padding: 0.1rem 0.5rem;
	font-weight: 600;
	text-decoration: none;
    display: block;
    transition: color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-item .nav-item a:hover  {
	color: #425476;
}

.container-fluid.dropdown-menu {
	padding: 0;
	border: none;
}

svg.icon, svg.caret {
    height: 1em;
    width: 1em;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.nav-link svg.caret {
    fill: white;
}
.nav-item [aria-expanded=true] .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*---------- FOOTER ----------*/
.footer {
  width:100%;
  background-color:#282B3E;
  margin-top:3rem;
  position:relative;
}
@media (min-width:576px){ 
  .footer-top{
    position:absolute;
    z-index:10;
    top:0;
    left:50%;
    width:90%;
    max-width:60rem;
    margin:0 auto;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    
  }
  .footer-top > *:first-child{
    border-right:0;
  }
}
.footer-top > * {
  border:1px solid rgba(0,0,0,0.125);
  background-color:white;
  padding:.7rem
}
.footer-container {
  color:white;
  position:relative;
  overflow:hidden;
  width:100%;
  padding:4rem 0;
}
.footer-container .content {
  position:relative;
  z-index:10;
}
.footer-container .content .title {
  display:block;
  font-weight:700;
  margin-bottom:1rem;
}
.footer-container .content a.item {
  display:block;
  font-size:.8rem;
  font-weight:700;
  color:#AEB6F4;
}
.footer-container .content a.item:hover {
  color:white;
  text-decoration:none;
}
.footer-container .content .address {
  min-width:18rem;
}
.footer-container .content .address .logo {
  width:10rem;
}
.footer-container .content address {
  font-style:italic;
  font-size:.925rem;
}
.footer .footer-bottom {
  background:white;
}
.footer .footer-bottom * {
  padding:.5rem;
  font-size:.8rem;
  font-weight:700;
  color: rgba(0,0,0,.5);
}

.footer .footer-bottom img.logo-uliege {
    height: 31px;
}


/* triple lignes => croix*/
.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 44px;
    border: none;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline:0;
}

.navbar-toggler span {
    position: absolute;
    right: 10px;
    display: block;
    width: 2rem;
    height: 4px;
    background: #2d3950;
    border-radius: 2px;
    transition: background 0s 0.2s;
}
.navbar-toggler[aria-expanded=true] span {
    background: none;
}
.navbar-toggler span::before, .navbar-toggler span::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #2d3950;
    border-radius: 2px;
}
.navbar-toggler span::before {
    top: -8px;
    transition: top 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s;
    transition: top 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.navbar-toggler span::after {
    bottom: -8px;
    transition: bottom 0.2s 0.2s, -webkit-transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.navbar-toggler[aria-expanded=true] span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s;
    transition: top 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}
.navbar-toggler[aria-expanded=true] span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: bottom 0.2s 0s, -webkit-transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s;
    transition: bottom 0.2s 0s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
}


.card-overlay {
    overflow: hidden;
    height: 100px;
}
.card-overlay .card-link {
  font-size: 2rem;
  margin:0;
}
.card-overlay .card-link::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.card-video-overlay {
  cursor: pointer;
}
.card-overlay .card-img {
  opacity: 0.4;
}
.card-overlay:hover .card-img {
  opacity: 0.2;
}



/*Multi-level dropdown*/
.dropdown-item:hover {
  background-color:rgba(66,84,118,0.15);
}
.dropdown-menu .show > .dropdown-toggle{
  background-color: #425476;
  color: #fff;
}
.ellipsis-menu {
  position: relative;
  width: 2rem;
  height: 2rem;
  color: rgba(0,0,0,0.3);
  cursor:pointer;
}
.ellipsis-menu::before {
  content: '•••';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #425476;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 1.3rem;
  margin-left:5px;
  letter-spacing: 2px;
}





.mydspace.nav {
  line-height:5rem;
  border-bottom:solid 1px #999;
}
.mydspace.nav a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  margin: 0.5rem 0.8rem;
}
.mydspace.nav a::after
{
  content: '';
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  background-color: #5d76a5;
  line-height: 1;
  border-radius: 2px;
  transition: width 0.375s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mydspace.nav a.active::after, .mydspace.nav a:hover::after
{
    width: 100%;
}


#search-panel input.form-control {
	border-radius:.25rem;
	padding:1rem 3rem 1rem 5rem;
	height:3.5rem;
}
#search-panel .search-dropdown {
  position:absolute;
  left:0;
  margin:.8rem .2rem;
  width:4rem;
  z-index:10;
}
@media (min-width: 576px) {
  #search-panel input.form-control {
    padding-left:9rem;
  }
  #search-panel .search-dropdown {
    width:7.5rem;
  }
}
#search-panel .dropdown-toggle {
  color:#6c757d;
  font-size:1.2rem;
}
#search-panel svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#search-panel .search-icon {
    position: absolute;
    stroke: #6c757d;
    z-index: 5;
    top: 1rem;
    right: 0.8rem;
    cursor: pointer;
}
#search-panel .keypoint {
  color: white;
  width: 12rem;
  height: auto;
  padding:2rem 0.5rem;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
}
#search-panel .keypoint:hover {
  	color: white;
  	border: 1px solid rgba(255, 255, 255, 0.70);
}
#search-panel .flickity-prev-next-button.next {right: -22px;}
#search-panel .flickity-prev-next-button.previous {left: -22px;}
 
.u-flickity .col{min-height: 100%;}
.u-flickity .u-card {width: 75%;}
.u-cards-carousel .flickity-button {background: hsla(0,0%,75%,.75);}
/* enable Flickity by default */
.u-flickity:after {
  content: 'flickity';
  display: none; /* hide :after */
}
@media (min-width: 992px) {
 /* disable Flickity for large devices */
 .u-flickity:after {content: '';}
}
@media (max-width: 992px) {
 .u-cards-carousel{padding: 0; max-width: 100%;}
}
.u-card .header-label {
    position: absolute;
    top: 0;
    padding: .2rem .4rem;
    background-color: #425476;
    color: white;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: .3rem;
}
.header-category {
    color: #676fa0;
    font-size: .65rem;
    letter-spacing: .15rem;
    text-transform: uppercase;
    font-weight: 700;
}
.u-card .header-date {
    position: relative;
    margin-bottom: .5em;
    padding-bottom: .5em;
}
.u-card .header-date::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #425476;
    border-radius: 1px;
}
.u-card .card-subtitle {
    font-weight: 600;
}
.u-card .card-text {
    margin-top:1rem;
}
.u-hr {
  width: 100%;
  height: .2rem;
  margin: .5rem 0 2rem;
  border: 0;
  background: #425476;
  border-radius: .1rem;
}
.u-card-video .card-body{
max-width: 45rem;
}
.u-card-video .card-cover::before {
 display:none;
}

.pager-container {width:100%;max-width:40rem;}
.pager .pag {text-align:center;}
.pager a {
  display:inline-block;
  width:auto;
  min-width:1.75rem;
  height:1.75rem;
  text-align:center;
  padding-top:.25rem;
  border-radius:12px;
  padding-left:3px;
  padding-right:3px;
}
.pager a.active {
  background:#425476;
  color:white;
}
/*---------EVENT/NEWS DETAIL ---------*/
.event .event-content {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e6e6e1;
    border-bottom: 1px solid #e6e6e1;
    padding: 1rem;
}

.event .header-category {
    font-size: .85rem;
}

.event .event-image {
    position: relative;
    margin: 1rem -2rem;
    width: calc(100% + 4rem);
}

@media(min-width : 768px) {
    .event {
        max-width: 900px;
        margin: 0 auto;
    }
    .event .event-image {
        width: auto;
        margin: 1rem -3.5rem;
    }
    .event .event-content {
        max-width: 830px;
        border: solid 1px #e6e6e1;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem 2rem;
    }
}
.excerpt {
    font-size: 1.4rem;
    font-style: italic;
    color: #425476;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.page table, .mce-content-body table {
    border: 1px solid #dee2e6 !important;
}
.page table thead, .mce-content-body table thead {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
}
.page table td, .mce-content-body table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
.page h2, .mce-content-body h2 {
    margin-top: 3rem;
    color: #425476;
    font-weight: 900;
}
.page h3, .mce-content-body h3 {
    margin-top: 1.5rem;
    color: #4a4a4a;
    font-weight: 900;
}
.page h4, .mce-content-body h4 {
    color: #4a4a4a;
    font-variant: small-caps;
    font-weight: 900;
}
.page h5, .mce-content-body h5 {
    color: #425476;
    font-weight: 900;
}
.page .event-text > h2, .page .event-text > h3, .page .event-text > h4 {
  margin-top:0;
}
.page .toc, .mce-content-body .toc {
    color: #455F82;
}
.image-text-section {
    margin-bottom: 30px;
}
.image-text-section .image-container {
    display: flex;
    padding: 0;
    overflow: hidden;
}
.image-text-section .image-container img {
    width: 100%;
    align-self: center;
    object-fit: cover;
}
.image-text-section .text-container, .youtube-text-section .text-container {
    border: 1px solid #e6e6e1;
    padding: 30px;
}
.image-text-section .text-container .title, .youtube-text-section .text-container .title {
    font-size: 16pt;
    color: #425476;
    font-weight: 900;
}
.image-text-section .text-container .link, .youtube-text-section .text-container .link {
    font-variant: small-caps;
    text-transform: none;
    font-size: 14pt;
}
.youtube-text-section {
    margin-bottom: 30px;
}
.youtube-text-section .text-container {
    position: relative;
    margin-top: -15px;
    background-color: white;
}
.youtube-text-section .video-container {
    height: 471px;
}
.youtube-text-section .video-container iframe {
    width: 838px;
    height: 471px;
}
@media (max-width: 992px) {
    .youtube-text-section .text-container {
        margin-top: 0;
    }
    .youtube-text-section .video-container iframe {
        width: 628px;
        height: 353px;
    }
    .youtube-text-section .video-container {
        height: 353px;
    }
}
@media (max-width: 767px) {
    .youtube-text-section .video-container iframe {
        width: 478px;
        height: 269px;
    }
    .youtube-text-section .video-container {
        height: 269px;
    }
}
@media (max-width: 576px) {
    .youtube-text-section .video-container iframe {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .youtube-text-section .text-container {
        width: 626px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*---------- DISCOVERY RESULT ---------*/
.card-result{
  font-size:1rem;
  position:relative;
  background-color:#fff;
  transition:background-color 0.35s cubic-bezier(0, 0, 0.58, 1);
}
.card-result:hover{
  background-color:#f1f4fa;
}
.card-result .btn, .card-result .custom-control{
  z-index:2;
  position:relative;
}
.card-result.card-active > .card-body {
  padding:.5rem;
  transition:padding .2s;
}
.card-result.card-active > .card-footer {
  display:none;
}
.card-result.card-active {
  z-index:11;
}
.card-result > .card-body{
  z-index:10;
}
.card-result .act-btn {
  z-index:10;
  height:3rem;
  width:3rem;
  top: -1rem;
  position:relative;
  overflow:hidden;
  z-index: 10;
}
.card-result .act-enable {
  top:0;
  position:absolute;
}
.card-result .act-disable {
  position:absolute;
  top:50px;
}
.card-active .act-enable {
  top:50px;
}
.card-active .act-disable {
  top:0;
  transform:rotate(180deg);
  transition:transform .4s;
}
.card-result .action-list {
  position:absolute;
}
.action-list {
  background-color:transparent;
  top:0;
  width:100%;
  padding-left:1em;
  left:0;
}
.action-list .action {
  margin-left:-1rem;
  position:relative;
  left:800px;
  transition:left .4s ;
}
.action-list .action a {
  padding:.5rem;
  color:#425476;
  border:solid 1px transparent;
  flex:1 1 auto;
}
.card-active .action-list .action, #exports .action-list .action {
  left:0;
}
.action-list .action a:hover {
  background-color:#d1e0f9;
  border:solid 1px #7787a8;
}
.card-result .action-list .alert {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.action-list textarea {
  position:absolute;
  height:0;
  width:0;
  left:-9999px;
}
.action-list .copied {
  opacity:0;
}
.action-list label {
  display:block;
  font-size:1rem;
}
.action-list::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width:100%;
  height:calc(100% - 20px);
  background-color:#f1f4fa;
  transition-duration:.5s;
  transform: translate3d(-12px,-12px,0);
  box-shadow:0 0 0 1px rgba(0,0,0,.15),0 0rem 1rem rgba(0,0,0,.15);
  z-index:-1;
}
.card-active .action-list::before {
  opacity:1;
  width:calc(100% + 24px);
  height:calc(100% + 15px);
}
.card-result .ref .title, #item-citation .title {
  margin:0;
  color:#425476;
  font-weight:900;
  font-size:1.25rem;
  line-height:1.2;
}
#item-citation .title {
  font-size:1.6rem;
}
.card-result .ref .cofirst, #item-citation .cofirst{
    position: relative;
    margin-right: 10px;
}
.card-result .ref .cofirst:before, #item-citation .cofirst:before{
    content:'\2731';
    right: -10px;
    top: -.3em;
    position: absolute;
    font-size: 85%;
    color: black;
}
.card-result .ref .uid:after, #item-citation .uid:after{
  content:'';
  width:1em;
  height:1em;
  background:url(/file/theme/member.svg)no-repeat top;
  background-size:80%;
  display:inline-block;
  margin:0 2px;
}

@media (min-width: 768px) {
  #facets-col {
    border-right: 1px solid #dee2e6;
  }
}
.facets-box {
  top:5rem;
  font-size:1rem;
}
#appliedfilters .val {
  font-size:1rem;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:1.2;
}
#appliedfilters .excluded{
  color:#861602;
  text-decoration:line-through;
}
.admin-btn {
  right:0;
  z-index:20;
  background-color:transparent;
  width:5rem;
  transition: width .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.admin-btn.expanded {
  background-color:#e7ecf7;
  outline:1px solid #b6becc;
  width:100%;
}
.admin-btn.expanded .btn-more,.admin-btn .label-more {
  display:none;
}
.admin-btn.expanded .label-more {
  display:inline;
}
.admin-btn .act-more {
  width:0;
  overflow:hidden;
  opacity:0;
  transition: width .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.admin-btn.expanded .act-more {
  width:auto;
  opacity:1;
}
.admin-btn {
  font-weight: 700;
  text-transform: uppercase;
}
.admin-btn-spacer {
  width:4rem;
  height:1.5rem;
}
.card-result .abstract {
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
/*---------- BREADCRUMB ----------*/
.breadcrumb {
  background-color:transparent;
}
.breadcrumb *{
  text-transform:uppercase;
  font-size:.7rem;
  font-weight:700;
  color:#444444;
}
.breadcrumb-item::before {
  display:inline-block;
  vertical-align:middle;
  height:20px;
  padding:0;
  content:url("data:image/svg+xml;utf8,<svg width='18px' height='18px' stroke='%23aaaaaa' stroke-width='2' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='9 22 9 2'></polyline></svg>");
}
.breadcrumb-item + .breadcrumb-item::before {
  content:url("data:image/svg+xml;utf8,<svg width='18px' height='18px' stroke='%23aaaaaa' stroke-width='2' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='9 18 15 12 9 6'></polyline></svg>");
}
.breadcrumb-back::before {
  content:url("data:image/svg+xml;utf8,<svg width='18px' height='18px' stroke='%23aaaaaa' stroke-width='2' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><line x1='19' y1='12' x2='5' y2='12'></line><polyline points='12 19 5 12 12 5'></polyline></svg>");
}
.breadcrumb .breadcrumb-item:last-child{
  width:220px;
  text-overflow:ellipsis;
  display:inline-block;
  white-space:nowrap;
  overflow:hidden;
}
@media (min-width: 576px) {
  .breadcrumb .breadcrumb-item:last-child{width:340px;}
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb-item:last-child{width:500px;}
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item:last-child{width:750px;}
}
/*---------- TIMELINE ----------*/
.timeline-container:before {
  content:'';
  position:absolute;
  top:0;
  left:8px;
  margin-left:-1px;
  width:2px;
  height:100%;
  background:#CCCCCC;
  z-index:1
}
.timeline-block {
  width:100%;
  display:flex;
  justify-content:space-between;
  clear:both;
  margin:8px 0;
}
.timeline-block .marker {
  width:16px;
  height:16px;
  border-radius:50%;
  border:2px solid white;
  background:#425476;
  margin-top:8px;
  z-index:2
}
.timeline-block h4 {
  margin:0;
}
@media screen and (min-width: 768px) {
  .timeline-container:before {
    left:50%;
  }
  .timeline-block {
    width:calc(50% + 8px);
  }
  .timeline-block-right {
    float:right;
  }
  .timeline-block-left {
    float:left;
    direction:rtl
  }
  .timeline-block-left .timeline-content{
    text-align:right;
  }
}
#item-citation h5 {
  font-size:1.6rem;
}
.biblio-icon {
  margin:.35rem;
  border: solid 1px #ddd;
  border-radius:50%;
  padding:10px;
  width:50px;
  min-width:50px;
  height:50px;
}
.biblio-icon svg {
  width:100%;
  height:100%;
}
.block-list > div {
  text-align:center;
}
.block-list .info {
  color:#425476;
  font-weight:700;
}
.block-list svg{
  stroke:#425476;
  stroke-width:2.5;
  display:block;
}

/* ------- Tools --------- */

#main-content h1 {
  margin-bottom:30px;
}
#main-content h2 {
  margin-top:30px;
  margin-bottom:20px;
}
#main-content .form-group label {
  font-size:1.25rem;
  font-weight:700;
}

#main-content .form-group input[type=checkbox] + label {
  font-size:1rem;
  font-weight:normal;
}
[aria-labelledby="admin-dropdown"] .not-implemented {
  font-style: italic;
}
#main-content .inputs-table input {
  width: 100%;
}
/* ------- Tools/menus --------- */

.tools-menu-list form {
    display: inline;
}

.menu-struct {
    margin-bottom: 1.5rem;
}

.menu-struct h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

.menu-struct .menu-item-header {
    display: flex;
    justify-content: space-between;
}

.menu-struct .menu-item-header button.btn-collapse {
    padding: 0;
}

.menu-struct .menu-item-header button.btn-collapse .item-short:after {
    content: " [+]";
}

.menu-struct .menu-item-header button.btn-collapse[aria-expanded=true] .item-short:after {
    content: " [-]";
}

.menu-struct .menu-item-header button.btn-remove {
    color: #dc3545;
}

.menu-struct .list-group {
    margin-bottom: 1rem;
}

.translatable-text-field .label {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

#main-content .translatable-text-field .form-group label {
    font-size: 1rem;
}

.translatable-text-field .form-group:not(:last-child) {
    margin-bottom: .5rem;
}

/* --------- Tools/theme ------------- */

.upload-section {
    margin-top: 40px;
}

.upload-section.centered {
    text-align: center;
}

.preview-upload {
    text-align: center;
}

.preview-upload .preview .image-frame {
    overflow: hidden;
    min-height: 32px;
}

.preview-upload .preview {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.preview-upload .preview > * {
    flex-grow: 0;
    width: 150px;
}

.preview-upload .preview img {
    max-width: 100%;
}

.preview-upload .upload [type=file] {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.preview-upload .preview svg {
    width: 100%;
}

.preview-upload .code.preview > * {
    width: 100%;
    text-align: left;
    max-height: 400px;
    overflow-y: auto;
}

/* --------- Tools/job scheduler ------------- */
.job-scheduler .trigger-job-button {
    margin-bottom: 30px;
}

.job-scheduler .failed {
    color: red;
}

.job-scheduler .table-hover tbody tr.failed:hover {
    color: red;
}

/* --------- Feedback ----------------- */
#feedback {
  transform:rotate(-90deg);
  transform-origin:bottom right;
  position:fixed;
  bottom:50%;
  right:-30px;
  z-index:1000;
  transition:right 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#feedback:hover {
  right:-20px;
}
#feedback .btn-feedback {
  color:#fff;
  background-color:#F18513;
  border-color: #c96f16;
  padding-bottom:2rem;
}

/* ----------- Statistics ---------------*/
.chart-flags{
    background-size: 24px 24px !important; 
    width: 24px;
    height: 24px;
}
@media (max-width:500px)
{
    .chart-flags {
        background-size: 16px 16px !important; 
        width:16px;
        height: 16px;
    }
}
.highcharts-labelStatGlobalTime span
{
    padding: 10px;
    border-radius: 10px;
    background-color: #5F5F5F;
}

/* -------- Specific drupal news ----------*/
.visually-hidden{
  display:none;
}
.img-fluid img {
  max-width:100%;
  margin-bottom:1.25rem;
}

/* -------- Indicators ---------- */
@media print{
    #additionalOptions { display: block !important}
    [data-target="#additionalOptions"], #dropdownMenuButton, #btn-generate{ display: none !important}
}

/* -------- Advanced search --------*/
#advanced-search-form .advanced-search-hidden {
    display: none !important;
}

#advanced-search-form .collapse {
    display: block !important;
}