a.external::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  padding-left: 5px;
}

.social-links-top {
  background-color: #787878;
  font-size: 24px;
}

.two-cols {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.three-cols {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.four-cols {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}

.text-subtitle {
  font-size: 26px;
  color: #004494;
}

.rule {
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

h2.home-heading {
  text-transform: uppercase;
  min-width: 600px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  background-color: #202e31;
}

h2.home-heading {
  color: #fff;
}

h2.home-heading a {
  color: #8dc63f;
}

h2.page-title-heading {
  padding: 0 0 20px 0;
  text-align: left;
  color: #004494;
}

h3.home-heading { /*text-transform:capitalize;*/
  min-width: 200px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #8dc63f;
}

h3.home-heading {
  color: #fff;
}

h3.home-heading a {
  color: #8dc63f;
}

h3 {
  color: #5da9dd;
}

h4 {
  color: #004494;
  font-size: 1.4rem;
}

.era-green {
  background-color: #8dc63f;
}

.era-light-green {
  background-color: #c6e29f;
}

.era-blue {
  background-color: #004494;
}

.era-blue-2 {
  background-color: #4073af;
}

.era-blue-3 {
  background-color: #85bee5;
}

.era-light-blue {
  background-color: #d6e9f6;
}

.era-light-blue-2 {
  background-color: #d6e9f6;
}

.era-lighter-blue {
  background-color: #bfd0e4;
}

.era-green-2 {
  background-color: #aad46f;
}

.era-green-3 {
  background-color: #c6e29f;
}

.era-green-4 {
  background-color: #e2f1cf;
}

.my-profile {
  font-size: 16px;
}

.my-profile:hover {
  text-decoration: none;
}

.dropdown-menu.secondary-menu.show {
  display: block;
  background-color: #f1f1f1;
}

.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
}

.navbar-nav li.nav-item .dropdown-menu li.dropdown-item a {
  text-decoration: none;
  display: block;
}

.navbar-nav li.nav-item .dropdown-menu li.dropdown-item:hover {
  background-color: #cddef3;
}

.navbar-nav li.nav-item.active.dropdown > a.nav-link,
.navbar-nav li.nav-item.active.dropdown > a.nav-link:focus {
  background-color: #5f8bbb !important;
  color: #fff !important;
}

ul.era-events-news {
  margin-top: -120px;
}

ul.era-events-news li {
  display: inline-block;
  vertical-align: top;
  padding-top: 100px;
  width: 200px;
  margin: 0 20px;
}

ul.era-events-news li span {
  display: block;
  margin: 5px 0;
}

ul.era-events-news li span.type {
  font-style: italic;
}

ul.era-events-news li.event {
  background: url(../images/icon-era-event.png) transparent no-repeat center top;
}

ul.era-events-news li.news {
  background: url(../images/icon-era-news.png) transparent no-repeat center top;
}

ul.era-events-news li a {
  font-weight: 500;
}

div.era-academy {
  background: url(../images/era-academy-background.jpg) #85bee5 no-repeat center top;
}

ul.era-academy-items {
  margin-top: -120px;
}

ul.era-academy-items li {
  display: inline-block;
  vertical-align: top;
  padding-top: 100px;
  width: 200px;
  margin: 0 20px;
  background: url(../images/icon-era-academy-training.png) transparent no-repeat center top;
}

ul.era-academy-items li span {
  display: block;
  margin: 5px 0;
}

ul.era-academy-items li span.type {
  font-style: italic;
}

ul.era-academy-items li a {
  font-weight: 500;
}

.home-oss h4 {
  text-align: center;
  padding: 10px;
  background-color: #4073af;
  opacity: 0.9;
}

.home-oss h4 a {
  color: #fff;
}

.home-oss .card-img-overlay {
  bottom: 0;
}

.home-heading-text {
  min-width: 200px;
  padding: 20px;
  flex-direction: column;
  background-color: #8dc63f;
  color: #fff;
  font-size: 23px;
}

.home-heading-text span {
  font-weight: bolder;
  color: #000;
}

/* HOME CAROUSEL */
.home-carousel .carousel-caption {
  background: #202e31;
  opacity: 0.9;
}

.home-carousel .carousel-caption h3 {
  color: #fff;
  font-size: 2.3em !important;
  text-shadow: 1px 1px 1px #333;
}

.home-carousel .carousel-caption p.card-text {
  font-size: 1.8em !important;
  font-weight: 400 !important;
  text-shadow: 1px 1px 1px #333;
}

.home-carousel .carousel-control-prev,
.home-carousel .carousel-control-next {
  bottom: 108px;
}

.home-carousel .carousel-control-prev-icon,
.home-carousel .carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.home-carousel.carousel-indicators {
  position: relative;
  margin: 0;
  bottom: 0;
}

.home-carousel.card-group .card {
  background-color: #efefef;
  min-height: 104px;
  cursor: pointer;
  border: 2px solid #fff;
  border-left: 0;
}

.home-carousel.card-group .card:last-child {
  border-right: 0;
}

.home-carousel.card-group .card.active {
  background-color: #d6e9f6;
}

.home-carousel.card-group .card.active::before {
  font-family: "Font Awesome 5 Free";
  font-size: 5rem;
  content: "\f0d8";
  position: absolute;
  color: #d6e9f6;
  left: calc(50% - 25px);
  top: -70px;
}


/* HOME PAGE DOCUMENT LIST */
ul.document-list {
  display: flex;
  flex-wrap: wrap;
}

ul.document-list li {
  display: inline-block;
  padding: 0;
}

ul.document-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

ul.document-list li span {
  font-size: 14px;
  font-weight: 400;
}

ul.document-list li span:nth-child(2) {
  margin-top: 13px;
}

ul.document-list li span.dropdown {
  position: relative;
  top: 12px;
}

ul.document-list li:nth-child(1) {
  background-color: #80a1c9;
}

ul.document-list li:nth-child(2) {
  background-color: #85bee5;
}

ul.document-list li:nth-child(3) {
  background-color: #a9d46f;
}

ul.document-list li:nth-child(4) {
  background-color: #d6e9f6;
}

ul.document-list li:nth-child(5) {
  background-color: #a9d46f;
}

ul.document-list li:nth-child(6) {
  background-color: #d6e9f6;
}

ul.document-list li:nth-child(7) {
  background-color: #80a1c9;
}

ul.document-list li:nth-child(8) {
  background-color: #85bee5;
}

ul.document-list li span.document-type-pdf {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-pdf-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

ul.document-list li span.document-type-doc {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-doc-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

ul.document-list li span.document-type-ppt {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-ppt-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

ul.document-list li span.document-type-generic {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-generic-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

ul.document-list li span.document-type-zip {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-zip-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

ul.document-list li span.document-type-excel {
  vertical-align: top;
  padding: 100px 20px 20px;
  background: url(../images/icon-document-excel-large.png) transparent no-repeat center 10px;
  line-height: 1;
}

/* LIBRARY DOCUMENT LIST  */

ul.library-document-list {
  display: inline-grid;
}

ul.library-document-list li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

ul.library-document-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

ul.library-document-list li span {
  font-size: 14px;
  font-weight: 400;
}

ul.library-document-list li span:nth-child(2) {
  margin-top: 13px;
}

ul.library-document-list li span.dropdown {
  position: relative;
  top: 12px;
}

ul.library-document-list li:nth-child(1) {
  background-color: #80a1c9 !important;
}

ul.library-document-list li:nth-child(2) {
  background-color: #85bee5 !important;
}

ul.library-document-list li:nth-child(3) {
  background-color: #a9d46f !important;
}

ul.library-document-list li:nth-child(4) {
  background-color: #d6e9f6 !important;
}

ul.library-document-list li:nth-child(5) {
  background-color: #a9d46f !important;
}

ul.library-document-list li:nth-child(6) {
  background-color: #d6e9f6 !important;
}

ul.library-document-list li:nth-child(7) {
  background-color: #80a1c9 !important;
}

ul.library-document-list li:nth-child(8) {
  background-color: #85bee5 !important;
}

ul.library-document-list li span.document-type-pdf {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-pdf-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

ul.library-document-list li span.document-type-doc {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-doc-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

ul.library-document-list li span.document-type-ppt {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-ppt-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

ul.library-document-list li span.document-type-generic {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-generic-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

ul.library-document-list li span.document-type-zip {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-zip-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

ul.library-document-list li span.document-type-excel {
  vertical-align: top;
  padding: 10px 20px 20px 100px;
  background: url(../images/icon-document-excel-large.png) transparent no-repeat 10px center;
  line-height: 1;
}

.public-registers .card {
  padding: 0;
  border: 5px solid #c6e29f;
  background-color: #fff;
}

.public-registers .card-title {
  background-color: #4073af;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.public-registers .card-title a {
  color: #fff;
}

.public-registers .card-text {
  font-size: 20px;
  padding: 20px;
}

/* side navigation */
.era-side-nav-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #004494;
  padding: 0 0 10px 10px;
}

.era-side-nav .nav-link {
  padding: 5px 22px 5px 10px;
  border-bottom: 1px solid #000;
  color: #000;
}

.era-side-nav .nav-link:last-child {
  border: none;
}

.era-side-nav .nav-link::after {
  content: none;
}

.era-side-nav .nav-link.active {
  background-color: #aed4ee;
}

.era-side-nav .nav-link-toggle {
  position: absolute;
  right: 5px;
  top: 5px;
}

.era-side-nav .nav-link a {
  color: #000;
  text-decoration: none;
}

.era-side-nav div.collapse,
.era-side-nav div.collapsing {
  font-size: 14px;
}

.era-side-nav div.collapse .nav-link,
.era-side-nav div.collapsing .nav-link {
  border: none;
  padding: 0 0 0 20px;
}

.era-side-nav .nav-item[aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
}

.era-side-nav .nav-item[aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}

/* side navigation */

.show-hide-info .nav-item[aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f056";
}

.show-hide-info .nav-item[aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}

.show-hide-info a.nav-item {
  color: #000;
  text-decoration: none;
}


/* DOCUMENT TYPES START */

/* PDF */
.document-pdf {
  position: relative;
  padding-left: 35px !important;
}

.document-pdf::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  font-style: normal;
  content: "\f1c1";
  position: absolute;
  left: 10px;
  top: 3px;
}

p.document-pdf::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c1";
  position: absolute;
  left: 10px;
  top: -5px;
}

a.document-pdf::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c1";
  position: absolute;
  left: 10px;
  top: -5px;
}

/* WORD DOC */
.document-doc {
  position: relative;
  padding-left: 35px !important;
}

.document-doc::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  font-style: normal;
  content: "\f1c2";
  position: absolute;
  left: 10px;
  top: 3px;
}

p.document-doc::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c2";
  position: absolute;
  left: 10px;
  top: -5px;
}

a.document-doc::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c2";
  position: absolute;
  left: 10px;
  top: -5px;
}

/* EXCEL */
.document-xls {
  position: relative;
  padding-left: 35px !important;
}

.document-xls::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  font-style: normal;
  content: "\f1c3";
  position: absolute;
  left: 10px;
  top: 3px;
}

p.document-xls::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c3";
  position: absolute;
  left: 10px;
  top: -5px;
}

a.document-xls::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c3";
  position: absolute;
  left: 10px;
  top: -5px;
}

/* POWERPOINT */
.document-ppt {
  position: relative;
  padding-left: 35px !important;
}

.document-ppt::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  font-style: normal;
  content: "\f1c4";
  position: absolute;
  left: 10px;
  top: 3px;
}

p.document-ppt::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c4";
  position: absolute;
  left: 10px;
  top: -5px;
}

a.document-ppt::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c4";
  position: absolute;
  left: 10px;
  top: -5px;
}

/* ZIP */

.document-zip {
  position: relative;
  padding-left: 35px;
}

.document-zip::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c6";
  position: absolute;
  left: 10px;
  top: 3px;
}

p.document-zip::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c6";
  position: absolute;
  left: 10px;
  top: -5px;
}

a.document-zip::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f1c6";
  position: absolute;
  left: 10px;
  top: -5px;
}

/* DOCUMENT TYPES END */


.link-external-small {
  position: relative;
  padding-left: 25px;
}

.link-external-small::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  content: "\f0c1";
  position: absolute;
  left: 0;
  top: 0;
}

.link-external {
  position: relative;
  padding-left: 35px;
}

.link-external::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  content: "\f0c1";
  position: absolute;
  left: 10px;
  top: 6px;
}

.link-external::before {
  text-decoration: none;
}

.document-external {
  position: relative;
  padding-left: 35px;
}

.document-external::before {
  font-family: "Font Awesome 5 Regular";
  font-size: 1.5rem;
  content: "\f15c";
  position: absolute;
  left: 10px;
  top: 3px;
}

a.related-docs {
  font-weight: 600;
  text-decoration: none;
}

a.related-docs::before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  padding-right: 5px;
}

a.back {
  font-weight: 600;
  text-decoration: none;
}

a.back::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  padding-right: 5px;
}

.alert-warning {
  position: relative;
  padding-left: 50px;
}

.alert-warning::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  position: absolute;
  left: 10px;
  top: calc(50% - 17px);
  font-size: 1.5rem;
}

.card-header {
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
}

.card-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}

.card-header-contact {
  padding-left: 20px !important;
}

.card-header-contact::before {
  font-family: "Font Awesome 5 Free";
  content: none !important;
  position: absolute;
}

.card-subcategory {
  margin-left: 2.5em;
}

.accordion > .card-header {
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
}

.accordion > .card-header[aria-expanded=false]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}

.accordion > .card-header[aria-expanded=true]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35b";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}


form.content {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 20px 0;
}

.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 0.7rem !important;
}

.back-to-top a {
  color: #fff;
  font-size: 32px;
}

footer .sitemap li {
  font-size: 13px !important;
  line-height: 1.2;
}

footer .sitemap a {
  font-size: 13px !important;
  color: #000;
}

footer .sitemap .card-title {
  font-weight: 600;
  border-bottom: 1px solid #000;
}

footer .sitemap .card-title a {
  font-size: 16px !important;
  font-weight: 600;
}

footer .social-links-bottom p {
  font-size: 25px !important;
}

footer .social-links-bottom a {
  font-size: 42px !important;
}

footer .legal-links-bottom p {
  font-size: 13px !important;
}

footer .legal-links-bottom p.eu-flag {
  background: url(../images/eu-flag-small.png) transparent no-repeat left center;
  padding-left: 50px;
  min-height: 28px;
  display: inline-block;
}

@media (max-width: 620px) {
  h2.home-heading {
    min-width: 100% !important;
  }

  ul.era-events-news {
    margin-top: 0 !important;
  }

  ul.era-academy-items {
    margin-top: 0 !important;
  }
}

@media (max-width: 1366px) {
  .home-carousel .carousel-caption h3 {
    font-size: 1.8em !important;
  }

  .home-carousel .carousel-caption p.card-text {
    font-size: 1.3em !important;
  }

  .home-carousel .carousel-caption p a.btn {
    font-size: 1.2em !important;
  }

  .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
  }

  h4.card-title {
    font-size: 1.2em;
  }

  .home-carousel .carousel-control-prev,
  .home-carousel .carousel-control-next {
    display: none;
  }
}

/* EVENT DATES */

.ecl-date-block {
  background-color: #f5f5f5;
  border-bottom: .2em solid #ffd617;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0;
  position: relative;
  max-height: 5.55rem;
  min-height: 6.55rem;
  max-width: 5.55rem;
}

.ecl-date-block--ongoing {
  background-color: #ffd617;
}

.ecl-date-block--cancelled {
  border-bottom-color: #ebebeb;
  text-decoration: line-through;
}

.ecl-date-block--past {
  background-color: #fff;
  border: .2em solid #9f9f9f;
}

.ecl-date-block:before {
  border-left: 1.2em solid transparent;
  border-top: 1.2em solid #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.ecl-date-block__body {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  /*min-height: 5.55rem;*/
  min-width: 5.55rem;
  position: relative;
  left: -3px;
}

.ecl-date-block__week-day {
  font-size: .875rem;
  line-height: 1.2;
}

.ecl-date-block__day {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.ecl-date-block__month {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.ecl-date-block__year {
  font-size: 1rem;
  line-height: 1.2;
}

.event-date-block-container {
  margin: 25px 0;
}

.event-container-text {
  line-height: 1.2;
}

.event-subtitle {
  position: relative;
  padding-left: 50px;
}

.event-subtitle::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2b9";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1.5rem;
}

.event-location {
  position: relative;
  padding-left: 50px;
}

.event-location::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1.5rem;
}

.event-date {
  position: relative;
  padding-left: 50px;
}

.event-date::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1.5rem;
}

.map-location {
  position: relative;
  padding-left: 35px;
}

.map-location::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 1.5rem;
}

.phone {
  position: relative;
  padding-left: 35px;
}

.phone::before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 1.5rem;
}

.fax {
  position: relative;
  padding-left: 35px;
}

.fax::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 1.5rem;
}

/* NEWS */

img.news-image-small {
  width: 100%;
  height: auto;
  max-width: 200px;
  border: 1px solid #ccc;
}

/* SEARCH RESULTS */

.search-results .card {
  background-color: #f1f1f1;
  border: none;
}

.search-results .card-header {
  background-color: #fff;
  margin-bottom: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 45px;
}

/*.search-results  .card-header {position:relative;padding-left: 45px;margin-bottom: 10px;}*/
.search-results .card-header::before {
  content: none;
}

.search-results .card-header[aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35b";
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}

.search-results .card-header[aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f359";
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1.5rem;
  font-weight: 600;
}

.search-results .card-header a.filters-show,
.search-results .card-header a.filters-hide {
  display: none;
}

.search-results .card-header[aria-expanded=false] a.filters-show {
  display: block !important;
}

.search-results .card-header[aria-expanded=true] a.filters-hide {
  display: block !important;
}

.search-results-item {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  line-height: 1.3;
}

.search-results-item:last-child {
  border: none;
}

.search-results-item a {
  font-size: 1.1rem;
}

.search-results-item span {
  font-size: 0.9rem;
  padding: 0.5rem;
  font-style: italic;
}

.faq-list .nav-tabs .nav-link {
  font-size: 1.1em;
}

.faq-list .faq-trending {
  position: relative;
}

.faq-list .faq-trending::before {
  font-family: "Font Awesome 5 Free";
  content: "\f004  trending";
  font-size: 0.7rem;
  position: absolute;
  top: 20px;
  background-color: #8dc63f;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

.faq_filter_form input[type="text"] {
  background-color: #bfd0e4;
  color: #004494;
  border: 1px solid #1c5893;
  font-size: 1.125rem;
  padding: 0.9375rem 1.2375rem;
}

.faq_filter_form input[type="submit"],
.faq_filter_form input[type="reset"] {
  transition: box-shadow .25s ease;
  background-color: #004494;
  color: #fff;
}

form input:required:invalid {
  color: #f00;
}

/* Management Team Members Timeline */
.timeline {
  border-left: .25rem solid #ffed00;
  margin-bottom: 1.5rem;
}

.timeline__list {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 2rem 0 0 1.5rem;
  position: relative;
}

.timeline .btn-timeline {
  margin: 0 0 1.5rem 1.5rem;
}

.timeline__list .timeline__list__item,
.timeline__list .timeline__list__item__text ul li {
  color: #575757;
  margin-bottom: 1rem;
}

.timeline__list {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 2rem 0 0 1.5rem;
  position: relative;
}

.timeline__list .timeline__list__item__title:before {
  background-color: #fff;
  border: 3px solid #004494;
  border-radius: 50%;
  content: "";
  height: .875rem;
  left: -.5625rem;
  position: absolute;
  width: .875rem;
}

.timeline__list .timeline__list__item__title {
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: .5rem;
}

.timeline__list .timeline__list__item__text {
  margin-bottom: .75rem;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.timeline__btn.btn.btn-primary.collapsed::after {
  content: "show full timeline";
}

.timeline__btn.btn.btn-primary::after {
  content: "partially hide timeline";
}

.card-body.paragraph-body {
  background-color: #f1f1f1;
}
