
.search-list-items {
  color: #1f4484; }
.search-list-items .item {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em; }
@media (min-width: 992px) {
  .search-list-items .item {
    padding-left: 0; }
}
.search-list-items .item:nth-of-type(odd) {
  background: #f7fbfe; }
.search-list-items .item h2 {
  letter-spacing: .1em;
  font-weight: 700; }
.search-list-items .item a {
  color: #12a901;
  text-decoration: none;
  word-break: break-all;}
.search-list-items .item .file a, .search-list-items .item .views-field-field-external-link a {
  color: #139cd8;
}
.search-exposed {
  margin: 4em 1em;
}
.search-pager {
  text-align: center;
  margin: 20px;
}
.search-pager ul.pager__items {
  padding: 0;
}
.search-pager li.pager__item {
  display: inline-block;
  padding: 0 10px;
}
.search-pager li.pager__item {
  display: inline-block;
  padding: 0 10px;
}
.search-pager li.pager__item.is-active {
  font-weight: bold;
}
.search-pager li.pager__item a {
  color: #1f4484;
}
.search-exposed .btn.btn-search {
  background: #1f4484;
  color: white;
  margin-top: 3px;
}
.search-exposed .form-text {
  border-radius: 2rem;
}
.search-exposed .form-control:focus, .search-form .form-control:focus {
  color: #1f4484;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.search-icon, .user-icon {
  cursor: pointer;
}
#searchModal .modal-content {
  border-radius: 2rem;
}
#searchModal .modal-body {
  padding: 2rem;
}
#searchModal .search-form .search-title {
  margin-bottom: 1rem;
}
#searchModal .search-form .search-title h4 {
  color: #1f4484;
}
.search-form .form-control, .search-exposed .form-control {
  border-radius: 1rem;
  color: #1f4484;
}
.search-form .btn, .search-exposed .btn {
  border-radius: 1rem;
}
.search-form .btn-outline-secondary, .search-exposed .btn-outline-secondary , .search-exposed .custom-control-label {
  color: #1f4484;
}
.search-form .btn-outline-secondary:focus, .search-exposed .btn-outline-secondary:focus,
.search-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.search-form .btn-outline-secondary:hover, .search-exposed .btn-outline-secondary:hover,
.search-form .btn-outline-secondary:not(:disabled):not(.disabled):active, .search-exposed .btn-outline-secondary:not(:disabled):not(.disabled):active,
.search-form .btn-outline-secondary:not(:disabled):not(.disabled).active, .search-exposed .btn-outline-secondary:not(:disabled):not(.disabled).active,
.search-form .show > .btn-outline-secondary.dropdown-toggle, .search-exposed .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #1f4484;
  color: #fff;
}
/* Login form style*/
.card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  color: #1f4484;
}
.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  color: #1f4484;
}
.card-signin .card-body {
  padding: 2rem;
}
.form-signin {
  width: 100%;
}
.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}
.form-signin .form-sign-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-signin .form-sign-group input {
  border-radius: 2rem;
}
.form-signin input.form-text, .form-signin input.form-email {
  padding: 1.375rem 0.75rem;
  margin: 1.5rem 0;
}
.form-signin .form-sign-group > input,
.form-signin .form-sign-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}
.form-signin .form-sign-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #1f4484;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.form-signin .form-sign-group input::-webkit-input-placeholder {
  color: rgba(31, 68, 132, 0.34);
}
.form-signin .form-sign-group input:-ms-input-placeholder {
  color: rgba(31, 68, 132, 0.34);
}
.form-signin .form-sign-group input::-ms-input-placeholder {
  color: rgba(31, 68, 132, 0.34);
}
.form-signin .form-sign-group input::-moz-placeholder {
  color: rgba(31, 68, 132, 0.34);
}
.form-signin .form-sign-group input::placeholder {
  color: rgba(31, 68, 132, 0.34);
}
.form-signin .form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-signin .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #1f4484;
}
.btn-login {
  color: white;
  background-color: #1f4484;
}
.btn-google {
  color: white;
  background-color: #ea4335;
}
.btn-facebook {
  color: white;
  background-color: #3b5998;
}
/*webform style*/

.card-webform {
  border: 0;
  border-radius: 1rem;
  color: #1f4484;
}
.card-webform .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
  color: #1f4484;
}
.card-webform .card-body {
  padding: 2rem;
}
/*media style*/
.media-file a, .profile-content a {
  color: #12a901;
  text-decoration: none;
}
.application-forms-wysiwyg-right-side {
  text-align: justify;
}
.sub-page-accordion .item ul li, .sub-page-accordion .item ul li.entsog-list, .sub-page-wrapper ul li, .sub-page-left-panel-wysiwyg ul li, .about-entsog-wrapper ul li {
  list-style-type: none;
  margin-left: -40px;
  margin-bottom: 10px;
}
.sub-page-accordion .item ul li::before, .sub-page-accordion .item ul li.entsog-list::before, .sub-page-wrapper ul li::before, .sub-page-left-panel-wysiwyg ul li::before, .about-entsog-wrapper ul li::before {
  content: "–";
  display: inline-block;
  margin-right: .5em;
  color: #12a901;
  font-family: "Lato";
  font-size: 0.9em;
  font-weight: 700; }
.sub-page-accordion .item h4.entsog-head {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.sub-page-accordion .item h4.entsog-head::before {
  content: "–";
  display: inline-block;
  margin-right: .5em;
  color: #12a901;
  font-family: "Lato";
  font-weight: 700;
}
.sub-page-accordion .item p, .sub-page-accordion .item ul li {
  font-size: .9em;
}

.entsog-status-messages{
   display: none;
}

.status-messages .entsog-status-messages{
  color: #1f4484;
  margin-top: 3rem ;
  display: block;
}

.sub-page-level-three-link a {
  padding-bottom: 15px;
  font-family: "Lato";
  color: #1f4484;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-thumbnail a.profile-link {
  color: #80c342;
  text-decoration: underline;}

.profile-thumbnail .profile-full-name, .profile-thumbnail-with-infos .profile-full-name, .profile-thumbnail-with-description .profile-full-name{
  font-weight: bold;
}
.sub-page-responsive-img img{
  max-width: 100%;
  height: auto;
}

.sub-page-accordion .accordion-title{
  padding: 0;
}
.sub-page-accordion .accordion-title::after{
  right: 20px;
  top: 2em;
}
.sub-page-accordion .accordion-title h2 {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  cursor: pointer;
  letter-spacing: .1em;
  font-weight: 700;
  transition: .5s ease-in-out;
  width: 80%;
}

li.event-downloads-listing {
  position: relative;
}
.event-downloads-listing .section-date {
  position: absolute;
  display: none;
  right: 35px;
  color: #1f4484;
}
.event-downloads-listing .section-title {
  display: inline-flex;
  width: 90%;
}
@media (min-width: 576px) {
  .event-downloads-listing .section-date {
    display: block;
    top: 0;
  }
  .event-downloads-listing .section-title {
    width: 80%;
  }
}
.ckeditor-col-container.profil .profile-col {
  max-width: 100%
}
.profile-thumbnail a.profile-link, .profile-thumbnail-with-infos .profile-full-name, .profile-thumbnail-with-infos .profile-sub-title, .profile-thumbnail-with-infos .profile-contact {
  font-size: .9em;
}
.profile-thumbnail-with-description .profile-contact .email {
  text-decoration: underline;
}
/* Events form template*/
.sub-page-form input[type=tel], .sub-page-form textarea, .sub-page-form select {
  border-radius: 0;
  margin: 0;
}
.sub-page-form .first-part input[type=tel], .sub-page-form .first-part select {
  margin-bottom: .75em;
}
.sub-page-form .form-control::placeholder {
  color: #95a4bd;
  opacity: 1; }
.sub-page-form button[type=submit] {
  padding: 0.5rem 3rem;
}
.sub-page-form .first-part .form-row {
  width: 100%;
  padding-right: 1rem;
}
.sub-page-form .third-part {
  margin-right: 2rem;
  padding-left: 1rem;
}
.sub-page-form .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #dee2e6;
}
.sub-page-form .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: none;
}
.sub-page-form .form-control.error, .sub-page-form .custom-checkbox .custom-control-input.error ~ .custom-control-label::before {
  border: 1px solid #ea4335;
}
.sub-page-form .form-control.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 77, 77, 0.25);
}
/* End -- Events form template*/

.form-error-message .form-item--error-message {
  font-weight: bold;
  color: #ea4335;
}
.table.table-responsive td {
  border-top: none;
}
.sub-page-left-panel-events-listing .category-wrapper .category-title a:hover {
  opacity: 1;
}
.profile-full-name h2 {
  font-size: .9rem;
  font-weight: 700;
}

#views-exposed-form-projects-section-block.views-exposed-form {
  display: none;
}

.sliding-popup-bottom {
  width: 100%;
}

.js-webform-checkboxes,
fieldset.js-webform-checkboxes-other.webform-checkboxes-other,
.js-webform-checkboxes-other-input.webform-checkboxes-other-input {
  width: 100% !important;
}



.welcome-message {
  opacity: none;
}
