﻿@charset "UTF-8";
/*BS 5 rebuild*/
/*@import 'bio/styles/main-rebuild.scss';*/
/*original primary master*/
/*@import 'main.mw.css';*/
/*original primary master with vendors stripped*/
/*# Jan 2021 rebuild */
/*#region colours */
.bg-baby, .btn.bg-baby, a.bg-baby.btn-sfe:hover, a.bg-baby.sfe-btn:hover {
  background-color: #20aae2;
  color: #fff;
}

.bg-azure, .btn.bg-azure, a.bg-azure.btn-sfe:hover, a.bg-azure.sfe-btn:hover {
  background-color: #1475ba;
  color: #fff;
}

.bg-sapphire, .btn.bg-sapphire, a.bg-sapphire.btn-sfe:hover, a.bg-sapphire.sfe-btn:hover {
  background-color: #2a3c90;
  color: #fff;
}

.bg-navy, .btn.bg-navy, a.bg-navy.btn-sfe:hover, a.bg-navy.sfe-btn:hover {
  background-color: #29295f;
  color: #fff;
}

.bg-purple, .btn.bg-purple, a.bg-purple.btn-sfe:hover, a.bg-purple.sfe-btn:hover {
  background-color: #682865;
  color: #fff;
}

.bg-plum, .btn.bg-plum, a.bg-plum.btn-sfe:hover, a.bg-plum.sfe-btn:hover {
  background-color: #9e1f61;
  color: #fff;
}

.bg-crimson, .btn.bg-crimson, a.bg-crimson.btn-sfe:hover, a.bg-crimson.sfe-btn:hover {
  background-color: #b81449;
  color: #fff;
}

.bg-ruby, .btn.bg-ruby, a.bg-ruby.btn-sfe:hover, a.bg-ruby.sfe-btn:hover {
  background-color: #d11762;
  color: #fff;
}

.bg-rose, .btn.bg-rose, a.bg-rose.btn-sfe:hover, a.bg-rose.sfe-btn:hover {
  background-color: #e82b7b;
  color: #fff;
}

/* ---------------------------------------  */
.bg-red, .btn.bg-red, a.bg-red.btn-sfe:hover, a.bg-red.sfe-btn:hover {
  background-color: #ff3300;
  color: #fff;
}

.bg-orange, .btn.bg-orange, a.bg-orange.btn-sfe:hover, a.bg-orange.sfe-btn:hover {
  background-color: #AD5100;
  color: #fff;
}

.bg-yellow, .btn.bg-yellow, a.bg-yellow.btn-sfe:hover, a.bg-yellow.sfe-btn:hover {
  background-color: #ffcf29;
  color: #fff;
}

.bg-green, .btn.bg-green, a.bg-green.btn-sfe:hover, a.bg-green.sfe-btn:hover {
  background-color: #51c171;
  color: #fff;
}

.bg-gray, .btn.bg-gray, a.bg-gray.btn-sfe:hover, a.bg-gray.sfe-btn:hover {
  background-color: #dadada;
  color: #fff;
}

.bg-gray-lighter {
  background-color: #eee;
}

.bg-info {
  background-color: #d9edf7 !important;
}

/* ---------------------------------------  */
.text-baby {
  color: #20aae2;
}

.text-azure {
  color: #1475ba;
}

.text-sapphire {
  color: #2a3c90;
}

.text-navy {
  color: #29295f;
}

.text-purple {
  color: #682865;
}

.text-plum {
  color: #9e1f61;
}

.text-crimson {
  color: #b81449;
}

.text-ruby {
  color: #d11762;
}

.text-rose {
  color: #e82b7b;
}

/* ---------------------------------------  */
a.link-azure:after {
  color: #1475ba;
}

a.link-crimson:after {
  color: #b81449;
}

a.link-plum:after {
  color: #9e1f61;
}

/* ---------------------------------------  */
.fill-baby {
  fill: #20aae2;
}

.fill-azure {
  fill: #1475ba;
}

.fill-sapphire {
  fill: #2a3c90;
}

.fill-navy {
  fill: #29295f;
}

.fill-purple {
  fill: #682865;
}

.fill-plum {
  fill: #9e1f61;
}

.fill-crimson {
  fill: #b81449;
}

.fill-ruby {
  fill: #d11762;
}

.fill-rose {
  fill: #e82b7b;
}

/*#endregion colours */
/*#region elements */
/*moved out of scss*/
/*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Raleway&display=swap');
@import url('https://cloud.typography.com/7262514/6874152/css/fonts.css');*/
body {
  /*font-family: "Gotham SSm A","Gotham SSm B","Figtree","Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-display: swap;
  /*font-family: 'Gotham Book';*/
  /*font-size: 1.3em;*/
  font-size: 15px;
  line-height: 1.428571429;
  color: #333;
  /*    font-weight: 400;*/
  font-feature-settings: "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
  /*    line-height: 2.1em;*/
}

@font-face {
  font-family: "Font Awesome 5 Free", Arial, serif;
  font-display: swap;
}
.sfe-serif, .sfe-serif-regular {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

/*.fa, .far, .fas {
    font-display: swap;
}*/
.fa-2x {
  width: 31.5px;
  height: 29px;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1, h1 {
  font-size: 36px;
}

h2 {
  font-weight: lighter;
  font-size: 25px;
  margin-bottom: 25px;
}

h3 {
  font-weight: lighter;
  font-size: 22px;
}

.h4, h4 {
  /*font-weight: lighter;*/
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

a, .nav-link {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/*#endregion elements */
/* ---------------------------------------------------------------------------------- */
.container-break-out {
  width: 99vw;
  position: relative;
  background-color: #eee;
  left: calc(-1 * (100vw - 100%) / 2);
  /*color: rgba(0,0,0,.6);*/
}

/*#region legacy-conversion */
.btn-sfe, .sfe-btn {
  background-color: #777;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.btn-sfe:hover, a.sfe-btn:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

/* ----------------------- */
.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel, .panel-group .sfe-panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-top: 5px;
}

/* ----------------------- */
/*#endregion legacy-conversion  */
table {
  display: block;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  table-layout: fixed;
  border: 1px solid #ccc;
  scrollbar-color: red grey;
  padding: 4px;
  max-width: 330px;
}

/*table::after {
color:white;
background-color:#999;
padding:3px;
content: 'Tables can be dragged/scrolled on mobile devices.';
}*/
@media only screen and (min-width: 576px) {
  table {
    max-width: 570px;
  }
}
@media only screen and (min-width: 767px) {
  table {
    max-width: 767px;
  }
}
@media only screen and (min-width: 991px) {
  table {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  table {
    max-width: unset;
    display: inline;
    margin: 0;
    overflow-x: auto;
    white-space: unset;
    table-layout: unset;
    border: unset;
    scrollbar-color: unset;
    padding: 4px;
  }
  table::after {
    content: "";
    background-color: unset;
  }
}
table td {
  word-wrap: break-word;
  width: unset !important;
}

table::-webkit-scrollbar {
  height: 12px;
}

table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

/*#region header */
header {
  margin-top: 15px;
}

header a.btn:hover, header a.btn-sfe:hover, header a.sfe-btn:hover {
  color: #fff;
  background-color: #8A0F37;
}

header .nav a:hover {
  background-color: #1475BA;
  text-decoration: none;
  color: #fff;
}

.sfe-nav-inline-secondary > li > a {
  font-size: 12px;
  text-transform: uppercase;
}

.sfe-nav-inline > li > a {
  padding: 0 12px;
  color: #333;
}

.sfe-nav-inline > li {
  float: left;
  border-right: 1px solid #ddd;
}

.sfe-nav-inline > li:last-child {
  border-right: none;
}

/*#endregion header */
/* support for the macro toolkit --------------------------------------------- */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #1475ba !important;
}

/*#region banner */
/*.section-header {
    margin-bottom: 20px !important;
}*/
.section-header {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .section-header {
    border-radius: 0;
  }
}
.section-header-image {
  position: static !important;
  height: auto !important;
  width: 100%;
}

.section-header-image-overlay-plum {
  fill: #9e1f61;
}

.section-header-image-overlay-crimson {
  fill: #b81449;
}

.section-header-image-overlay-ruby {
  fill: #d11762;
}

.section-header-body {
  position: relative;
  color: #fff;
  padding: 15px;
}

@media (min-width: 768px) {
  .section-header-body {
    position: absolute;
    bottom: 15px;
    left: 60px;
    color: #fff;
    padding: 0;
  }
}
.section-header-title {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-header-title a {
  color: #fff;
}

.section-header-title a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.fill-banner {
  opacity: 0.7;
  fill-rule: evenodd;
}

/*#endregion header  */
/* support for the macro toolkit --------------------------------------------- */
.section-header.bg-dark {
  height: 191px;
  background-color: #b81449 !important;
  padding: 120px 0px 20px 60px;
}

/*#region region-main-content*/
.region-main-content {
  padding-bottom: 25px;
}

.region-main-content ul {
  overflow: hidden;
}

/*#endregion region-main-content  */
/*#region region-sidebar-second */
.region-sidebar-second {
  padding-bottom: 25px;
}

.region-sidebar-second .card, .region-sidebar-second blockquote {
  margin-bottom: 25px;
}

.region-sidebar-second .list-bs-section-viewer {
  margin-bottom: 25px;
}

.region-sidebar-second .card .list-bs-section-viewer {
  margin-bottom: 0px;
}

.region-sidebar-second .list-bs-section-viewer .list-group-item {
  border-left: 0px !important;
  border-right: 0px !important;
}

/*.region-sidebar-second .card-body,
.region-sidebar-second .card .list-group-item {
    background-color: #eee;
}*/
.region-sidebar-second .card {
  background-color: #eee;
}

.region-sidebar-second .card a.list-group-item {
  color: inherit;
}

/*#endregion region-sidebar-second */
.region-endocrinologist .card {
  background-color: #fff !important;
  padding: 0px;
}

.region-endocrinologist .card-body {
  background-color: #fff !important;
  /*padding: 0px;*/
  background-image: none !important;
}

.region-endocrinologist svg {
  background-color: #9e1f61;
}

/*#region region-endocrinologist-carousel*/
.region-endocrinologist-carousel .card-header svg {
  height: 144px !important;
}

.region-endocrinologist-carousel .content-bs-image-carousel .card {
  background-color: #eee !important;
}

.region-endocrinologist-carousel .content-bs-image-carousel .card-body {
  background-color: #eee !important;
  font-size: 14px;
}

.region-endocrinologist-carousel .content-bs-image-carousel .card-body h3 a {
  color: #9e1f61;
  font-size: 18px;
}

.region-endocrinologist-carousel .card-footer {
  display: none;
}

/*#endregion region-endocrinologist-carousel*/
/*#region region-endocrinologist-menu */
.region-endocrinologist-menu svg, .region-endocrinologist-menu .card-header {
  height: 100px !important;
}

.region-endocrinologist-menu .card-heading h3 {
  margin-top: 0;
  padding: 0;
}

.region-endocrinologist-menu .card-heading h3 a {
  font-size: 14px !important;
  text-transform: uppercase;
}

.region-endocrinologist-menu .card-body {
  padding: 0;
}

.region-endocrinologist-menu .card-footer {
  background-color: transparent;
  color: #555;
}

.region-endocrinologist-menu .card-footer a {
  color: #555 !important;
  visibility: hidden;
}

.region-endocrinologist-menu .card-footer a:after {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  visibility: visible;
  display: block;
  content: "VIEW ALL ▸" !important;
  position: absolute;
  left: 0;
  font-size: inherit;
  display: inline;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
}

/*temp fix to only display 3 items*/
.region-endocrinologist-menu .card-body .list-group .list-group-item:nth-of-type(1n+4) {
  display: none;
}

/*#endregion region-endocrinologist-menu  */
/*
.region-endocrinologist .card-title {
    margin: 0;
    padding: 0;
}


.region-endocrinologist .card-heading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.3;
    height: 100px;
}

.region-endocrinologist h3 {
    height: 85px;
    z-index: 101;
    margin: 0;
    padding: 10px;
}


.region-endocrinologist .list-group {
    background-color: #fff;
}*/
.region-endocrinologist .card-img-top {
  /*height:100px !important;*/
}

.region-endocrinologist .card-heading h3:before {
  /*content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;*/
}

/*#region region-sitemap*/
.region-sitemap {
  padding-top: 5px;
  background-color: #eee;
}

.region-sitemap .card {
  background-color: #fff !important;
}

.region-sitemap .col-md-4 {
  margin-bottom: 30px;
}

.region-sitemap .list-group-item:last-child {
  border-bottom: 0;
}

.region-sitemap .list-group > a:after {
  content: unset !important;
}

/*body :not(.region-sitemap .list-group>a:after) {
    color: red !important;
}*/
/*#endregion region-sitemap*/
/*#region footer */
.region-footer {
  padding-top: 25px;
  /*margin-top:25px;*/
}

.region-footer, .sfe-bg-light {
  background-color: #dadada;
}

.region-footer .sfe-panel-title-lg {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.region-footer .card {
  border-color: #1475ba;
  /*border-radius:3px;*/
}

.sfe-footerblock .sfe-footerblock-title {
  font-weight: 700;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}

.sfe-footerblock .sfe-footerblock-body {
  font-size: 14px;
  margin-bottom: 10px;
}

.sfe-footerblock a {
  color: #333;
}

.brand-logo-black {
  margin: 15px;
}

.brand-logo, .brand-logo-black {
  max-width: 100%;
  height: auto;
}

.sfe-sociallink {
  font-size: 28px;
  margin-right: 5px;
}

.sfe-footerblock .btn-primary {
  background-color: #eee;
  color: #333;
  border: 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}

/*#endregion footer */
/*#region grants*/
.grant-filter .sfe-card-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.grant-filter.card {
  background-color: transparent;
  padding: 55px 15px 15px;
}

.grant-filter .sfe-card-title {
  padding: 55px 15px 15px;
  font-size: 18px;
  color: #fff;
}

.grant-filter:hover {
  -webkit-box-shadow: 0 0 5px 2px rgb(156, 190, 245);
  box-shadow: 0 0 5px 2px rgb(156, 190, 245);
  cursor: pointer;
}

.grant-type .list-group-item {
  border-bottom: none;
}

.grant-type h3 {
  color: #29295f;
}

.grant-type .list-group-item:hover {
  color: unset;
}

/*#endregion grants  */
/*#region bioscilibrary   */
.hide-frame {
  display: none !important;
}

.region-library .lock-status-lock {
  color: grey;
  opacity: 0.4;
  float: right;
}

.region-library .fa-lock {
  display: none !important;
}

.region-library .fa-folder-o {
  display: none !important;
}

.region-library .cover-image {
  background-size: cover;
  background-position: center !important;
}

.region-library .card {
  background-color: transparent !important;
}

/*#endregion bioscilibrary   */
.card.eventtype {
  background-color: #fff;
}

.bar-event-type {
  background-color: #29295B; /*default*/
  color: #fff;
}

.bar-event-type-Event {
  background-color: #E52A7B;
}

.bar-event-type-Training {
  background-color: #6B2762;
}

.bar-event-type-SocietySupportedEvent {
  background-color: #d11762;
}

.bar-event-type a {
  color: #fff;
  opacity: 0.7;
}

.card-event-attendance-mode {
  top: 30px !important;
  right: 5px !important;
}

.card-event-type-text {
  display: none;
}

.anchor-filter {
  /*text-decoration:underline;*/
  cursor: pointer;
}

.event-bs-series-grid .event-card-footer {
  background-color: #eee;
}

.event-bs-supported-grid .card-title {
  min-height: 140px;
}

.card .event-social {
  opacity: 0;
}

.card:hover .event-social {
  opacity: 1;
  transition: all 0.4s ease-in;
}

.small.date-content.card {
  width: 40px !important;
  height: 40px !important;
}

/*

.region-main-front-top {
    padding-top: 2em;
    padding-bottom: 2em;
}


.region-main-front-dynamic {
    padding-bottom: 2em;
}

.region-main-front-sitemap {
    padding-top: 2em;
    padding-bottom: 2em;
}

*/
/*#region footer */
.region-footer {
  padding-top: 25px;
  /*margin-top:25px;*/
}

.region-footer, .sfe-bg-light {
  background-color: #dadada;
}

.region-footer .sfe-panel-title-lg {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.region-footer .card {
  border-color: #1475ba;
  /*border-radius:3px;*/
}

.sfe-footerblock .sfe-footerblock-title {
  font-weight: 700;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}

.sfe-footerblock .sfe-footerblock-body {
  font-size: 14px;
  margin-bottom: 10px;
}

.sfe-footerblock .sfe-footerblock-body .list-unstyled {
  font-size: 15px;
}
.sfe-footerblock .sfe-footerblock-body .list-unstyled li {
  padding: 6px 0;
}

.sfe-footerblock a {
  color: #333;
}

.brand-logo-black {
  margin: 15px;
}

.brand-logo, .brand-logo-black {
  max-width: 100%;
  height: auto;
}

.sfe-sociallink {
  font-size: 28px;
  margin-right: 5px;
}

.sfe-footerblock .btn-primary {
  background-color: #eee;
  color: #333;
  border: 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}

/*#endregion footer */
/*#region carousel*/
/* -------------------------------------------------------------- */
.carousel {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .carousel {
    margin-top: 0px;
  }
}
.fill-carousel {
  opacity: 0.7;
  fill-rule: evenodd;
}

/* -- caption ------------------------------------------------------------ */
/*default */
.carousel-caption, .sfe-carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  /*text-align: center;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 700;
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .sfe-carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 55%;
    padding-left: 70px;
    text-align: left;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sfe-carousel-caption {
    background-color: transparent;
    font-size: 18px;
  }
}
.sfe-carousel-caption {
  /*padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 50px;
  position: static;
  text-align: center;
  font-size: 18px;*/
}

/*@media screen and (min-width: 768px) {
    .carousel-caption, .sfe-carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}*/
.sfe-carousel-caption .btn, .sfe-carousel-caption .btn-sfe, .sfe-carousel-caption .sfe-btn, .sfe-carousel-caption a.btn-sfe:hover, .sfe-carousel-caption a.sfe-btn:hover {
  margin-top: 25px;
  background-color: transparent;
  border: 1px solid #fff;
}

/* -------------------------------------------------------------- */
button.sfe-carousel-control {
  border-width: 0px;
}

.sfe-carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=90);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  background-color: transparent;
}

.carousel-control.right, .right.sfe-carousel-alt-control, .right.sfe-carousel-control {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.sfe-carousel-control .fa-chevron-right {
  right: 20%;
  margin-right: -10px;
}

.carousel-control.left, .left.sfe-carousel-alt-control, .left.sfe-carousel-control {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.sfe-carousel-control .fa-chevron-left {
  left: 20%;
  margin-left: -10px;
}

.sfe-carousel-control .fa-chevron-left, .sfe-carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
}

.carousel-control, .sfe-carousel-alt-control, .sfe-carousel-control {
  max-width: 70px;
}

.sfe-carousel-control {
  background-image: none !important;
  z-index: 11;
}

.carousel-control, .sfe-carousel-alt-control, .sfe-carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* -- -------------------------*/
@media screen and (min-width: 768px) {
  .carousel-indicators, .sfe-carousel-alt-indicators {
    bottom: 20px;
  }
}
.carousel-indicators, .sfe-carousel-alt-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.sfe-carousel-image {
  width: 965px !important;
  height: 260px !important;
  background-color: #A3A3A3;
}

@media screen and (min-width: 576px) {
  .sfe-carousel-image {
    width: 965px !important;
    height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .sfe-carousel-image {
    width: 712px !important;
    height: 211px !important;
    font-size: 12px;
  }
  .sfe-carousel-image image {
    visibility: visible;
  }
  /*.sfe-carousel-image image {
      visibility:hidden;
  }*/
}
@media screen and (min-width: 992px) {
  .sfe-carousel-image {
    width: 942px !important;
    height: 279px !important;
  }
  .sfe-carousel-image image {
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .sfe-carousel-image {
    width: 1130px !important;
    height: 335px !important;
  }
  .sfe-carousel-image image {
    visibility: visible;
  }
}
@media screen and (min-width: 1400px) {
  .sfe-carousel-image {
    width: 1300px !important;
    height: 386px !important;
  }
  .sfe-carousel-image image {
    visibility: visible;
  }
}
/*#endregion carousel*/
.card {
  background-color: #eee; /*!important;*/
  border-radius: 0;
  border-color: #ccc;
}

.card .card-header .card-anchor-light {
  color: #fff;
}

.card .card-body .card-anchor-light,
.card .card-footer a.card-anchor-light {
  color: inherit;
}

/*#region card-img*/
/*.content-bs-card .card-img-overlay {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    min-height: 70px;
    display: block;
    padding: 0;
}*/
/*.content-bs-card .card-img-top .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}*/
.content-bs-card .card-img-top .card-img-overlay a,
.content-bs-card .card-img-overlay a.nav-link,
.content-bs-card .card-img-overlay .card-title a {
  color: #fff !important;
}

/*.card-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/
.content-bs-card .card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-position: top !important;
  background-color: unset;
  /*background-color: #fff;*/
}

.card-img-top .card-title h3 {
  padding: 0;
}

.card-img-top .card-title h3 a:hover {
  color: unset;
  opacity: 0.8;
}

/*#endregion card-img*/
/*#region card-header-heading*/
.card-header:has(.card-img-overlay),
.card-header:has(.img-fluid) {
  padding: 0px;
}

.card-header h3 {
  font-weight: lighter;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 0.5rem 1rem;
}

/*.card-header a {
    color: #fff;
}*/
.card-header a:hover {
  text-decoration: none;
  color: #eeeeee;
}

.card-header h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.card-header h2 a {
  color: #fff;
}

.card-title {
  margin-bottom: 0;
}

.card-title h3 {
  line-height: 1.2em;
}

.card-body .card-title h3 {
  line-height: 0.7em;
}

.card h3 a {
  font-size: 16px;
  font-weight: bold;
}

/*#endregion card-header-heading*/
/*#region card-footer*/
.card .card-footer {
  background-color: rgba(0, 0, 0, 0);
}

.card .card-footer a {
  color: #555;
}

.content-bs-card .card .card-footer {
  opacity: 0.8;
}

.content-bs-card .card .card-footer {
  background-color: transparent !important;
}

.card-footer {
  z-index: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0;
}

.card-noimage .card-footer:has(.card-anchor-light),
.card-body-noimage + .card-footer {
  background-color: #eee;
  color: #555;
  margin-bottom: 0px;
  border-bottom: 10px solid #eee;
}

.card-noimage .card-footer:has(.card-anchor-light) a,
.card-body-noimage + .card-footer a {
  border-bottom: 1px solid #fff;
}

.card-noimage .card-body {
  background-color: #eee;
}

.card-footer a {
  display: block;
  padding: 0.5rem 1rem;
}

.card-footer a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.card-footer:last-child {
  border-radius: 0;
}

/*#endregion*/
/*#region card-body*/
/*.card .card-body .list-group-item,
.card .card-body .list-group-item a {
    color: #fff;
}*/
.grid-bs-selected-cards .card-body.card-body-noimage {
  background-color: #eee;
  color: #555;
}

.grid-bs-selected-cards .card-body.card-body-noimage h3 {
  color: #555 !important;
}

/*#endregion card-body*/
/*#region sfe-card*/
.sfe-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*color: #fff;*/
  min-height: 70px;
  display: block;
}

.sfe-card-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sfe-card-heading {
  min-height: 130px;
  padding: 15px;
}

.sfe-card-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-weight: 700;
  color: #fff;
}

/*#endregion sfe-card*/
/*#region card-yyh*/
.card-yyh .card-body,
.card-yyh.card {
  background-color: #fff;
  color: #555;
}

.card-yyh .card-footer {
  background-color: #777;
}

.card-yyh .card-footer a {
  color: #fff;
}

/*#endregion card-yyh*/
/*#region cardcolours*/
.card-baby image {
  filter: url(#filter_baby);
}

.card-azure image {
  filter: url(#filter_azure);
}

.card-sapphire image {
  filter: url(#filter_sapphire);
}

.card-navy image {
  filter: url(#filter_navy);
}

.card-purple image {
  filter: url(#filter_purple);
}

.card-plum image {
  filter: url(#filter_plum);
}

.card-crimson image {
  filter: url(#filter_crimson);
}

.card-ruby image {
  filter: url(#filter_ruby);
}

.card-rose image {
  filter: url(#filter_rose);
}

/*#endregion cardcolours*/
/*#region datecard*/
/* ---------------------------------------  */
.date-content.card {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  overflow: hidden;
  background-color: #1475ba !important; /*default*/
  color: #fff; /*default*/
  border: 0;
}

.date-content .card-footer {
  background-color: #2a3c90; /*default*/
  color: #fff; /*default*/
  margin-top: 1px;
  margin-bottom: 0px;
  border-bottom: 0;
  border-top: 0;
  font-size: 18px;
  line-height: 30px;
}

.date-content .date-day {
  margin-top: 15px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.date-content .p-1 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

/*#endregion datecard  */
.card.grant-filter {
  background-color: unset !important;
}

.card-toolbar {
  background-color: #eee;
}

.content-bs-sign {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.1;
}

.content-bs-sign:hover {
  background-color: #eee !important;
  text-decoration: none;
}

.content-bs-sign .h4 {
  font-size: 18px;
  font-weight: 700;
  color: #29295f;
}

/*still used on publication page*/
.sign {
  border-radius: 6px;
  border: 1px solid;
  padding: 15px 20px;
}

.sign:hover {
  background-color: #eee !important;
  text-decoration: none;
}

/*#region breadcrumb */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/*#endregion breadcrumb */
/*#region list-group*/
.list-group {
  /*margin-bottom:20px;*/
}

.list-group-item {
  border-left: none;
  border-right: none;
  /*border-bottom: none;*/
  background-color: transparent;
}

.list-group a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.list-group-item.active {
  background-color: #eeeeee;
  color: #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.list-group-item.active:after {
  color: #d11762;
}

/*#endregion list-group  */
.grid-team .card {
  border-radius: 4px;
  font-size: 18px;
  padding: 7px;
  /*margin-bottom:30px;*/
  background-color: #eee;
}

.grid-team .card h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
}

.grid-team p {
  text-align: left;
  font-size: 14px;
  color: #555;
}

.grid-team a {
  text-decoration: none;
}

.grid-team .flex-shrink-0 {
  margin-left: 15px;
}

/*#region event-bs-supported-list*/
.event-bs-supported-list .h5 {
  color: #29295f;
  font-size: 1.7em;
}

.event-bs-supported-list .media-heading {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #555;
}

.event-bs-supported-list .text-start {
  padding-left: 2em;
}

.event-bs-supported-list img {
  display: none;
  /*suppress the image pending approval*/
}

.event-bs-supported-list .event-type-separator {
  display: none;
}

.event-bs-supported-list .event-series-text {
  display: none;
}

/*#endregion event-bs-supported-list */
/*#region eventype*/
.eventtype-Training .card {
  background-color: #AD5100 !important;
  color: #fff;
}
.eventtype-Training .card-footer {
  background-color: #1475ba !important;
  color: #fff;
}

.eventtype-Deadline .card {
  background-color: #1475ba !important;
  color: #fff;
}
.eventtype-Deadline .card-footer {
  background-color: #29295f !important;
  color: #fff;
}

.eventtype-Event .card {
  background-color: #1475ba !important;
  color: #fff;
}
.eventtype-Event .card-footer {
  background-color: #29295f !important;
  color: #fff;
}

/*#endregion eventype*/
.eventseries-sfe-bes .card {
  background-color: #AD5100 !important;
  color: #fff;
}
.eventseries-sfe-bes .card-footer {
  background-color: #1475ba !important;
  color: #fff;
}

/*#region event-bs-selected-list*/
.event-bs-selected-list h3.h4 {
  color: #29295f;
  font-size: 1.7em;
}

.event-bs-selected-list .media-heading {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #555;
}

.event-bs-selected-list .text-start {
  padding-left: 2em;
}

.event-bs-selected-list .date-day .h4 {
  font-size: 27px;
  font-weight: 400;
  padding-top: 8px !important;
}

.event-bs-selected-list .date-mth {
  height: 35px;
}

.event-bs-selected-list img {
  display: none;
  /*suppress the image pending approval*/
}

/*#endregion event-bs-supported-list */
.event-bs-series-grid .card {
  background-color: #fff;
}

.event-bs-supported-grid .card {
  background-color: #fff;
}

.event-bs-supported-grid .card-img-top {
  height: 200px;
  background-color: #fff;
  padding: 20px;
}

.event-bs-supported-grid .card-img-top img {
  max-height: 180px;
  max-width: 100%;
}

h3.card-title a {
  font-size: 0.8em;
}

.event-bs-supported-grid .event-card-footer {
  background-color: #eee;
}

.small.date-content.card {
  width: 40px !important;
  height: 40px !important;
}

.small.date-content .date-day .h3 {
  font-size: 13px !important;
}

.small.date-content .date-mth {
  font-size: 10px !important;
  font-weight: bold;
}

.small.date-content .date-day {
  margin-top: 0px !important;
}

.small.date-content .card-footer {
  line-height: 18px !important;
}

.content-bs-expander {
  margin-bottom: 15px;
}

#accordion .card-title a,
.content-bs-expander .card-title a {
  display: block;
  padding: 10px 15px;
}

#accordion .card-title a:after,
.content-bs-expander .card-title a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
  color: grey;
}

#accordion .card-title a.collapsed:after,
.content-bs-expander .card-title a.collapsed:after {
  content: "\f054";
}

.content-bs-expander .panel-title,
#accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  color: inherit;
}

.content-bs-expander .panel-heading,
#accordion .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 0px !important;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.content-bs-expander .panel-body.card-body,
#accordion .panel-body.card-body {
  background-color: #fff;
}

.content-bs-expander .panel-body.card-body a #accordion .panel-body.card-body a {
  color: blue;
  text-decoration: underline;
}

.content-bs-expander h3,
#accordion h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
}

#accordion .panel-heading a {
  /*color: $anchor;*/
  color: #555;
}

@media (min-width: 992px) {
  .carousel-caption {
    background-color: transparent;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 55%;
    padding-left: 70px;
    text-align: left;
    font-size: 14px;
  }
}
.carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 700;
  padding-right: 40px;
  padding-left: 40px;
}

/*#region carousel */
/*container-like css to obtain responsive position */
.carousel-bs-swiper {
  /*// mobile default
  .carousel-text p {
      font-size: 1.0em;
  }*/
}
.carousel-bs-swiper .carousel-text {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .carousel-bs-swiper .carousel-text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .carousel-bs-swiper .carousel-text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .carousel-bs-swiper .carousel-text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .carousel-bs-swiper .carousel-text {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .carousel-bs-swiper .carousel-text {
    max-width: 1320px;
  }
}
@media (min-width: 576px) {
  .carousel-bs-swiper .carousel-text .card {
    width: 50%;
  }
}
.carousel-bs-swiper .carousel-text .card {
  /*width: 100%;*/
  /*background: rgba(161, 41, 93, 0.7);*/
  background: rgba(104, 40, 101, 0);
  padding: 40px;
  color: #fff;
  overflow: hidden;
  font-weight: 100;
  border: none;
}
.carousel-bs-swiper .carousel-text {
  position: relative;
  overflow: hidden;
  padding-left: unset;
}
@media (min-width: 576px) {
  .carousel-bs-swiper .carousel-text:before {
    width: 150%;
  }
}
.carousel-bs-swiper .carousel-text:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -399px;
  display: block;
  width: 1450px;
  /*width: 150%;*/
  height: 1000px;
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  /*background-color: #9E1F63;*/
  /*#fff*/
  background: rgba(104, 40, 101, 0.8);
}
.carousel-bs-swiper .carousel-text h5 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .carousel-bs-swiper .carousel-text p {
    font-size: 1.4em;
  }
}
.carousel-bs-swiper .carousel-text a {
  background-color: transparent;
  color: #fff;
}
.carousel-bs-swiper .--swiper-theme-color .swiper-pagination-bullet-active {
  color: #fff !important;
}
.carousel-bs-swiper .swiper-nav {
  color: #fff;
}
.carousel-bs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background-color: #fff;
}

/*#endregion*/
/*#region content-bs-image-carousel*/
.content-bs-image-carousel .carousel-control-next,
.carousel-control-prev {
  position: relative !important;
}

.content-bs-image-carousel .carousel-control-prev {
  float: left;
}

.content-bs-image-carousel .carousel-control-next {
  float: right;
}

.content-bs-image-carousel .card {
  min-height: 350px !important;
}

.content-bs-image-carousel .carousel-indicators {
  margin-top: 20px;
}

.content-bs-image-carousel .card-title a:hover {
  text-decoration: none;
}

/*#endregion content-bs-image-carousel  */
/*#region content-bs-card-horizontal*/
.content-bs-card-horizontal-image image {
  filter: url(#filter_plum);
  /*width:100%;*/
}

.content-bs-card-horizontal-image svg {
  background-color: #9e1f61;
}

.content-bs-card-horizontal-image .card {
  margin: 5px;
}

.content-bs-card-horizontal-image .card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.content-bs-card-horizontal .card-title {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  max-width: 350px;
}

@media screen and (min-width: 767px) {
  .content-bs-card-horizontal .card-title {
    max-width: 250px;
  }
}
@media screen and (min-width: 921px) {
  .content-bs-card-horizontal .card-title {
    max-width: 250px;
  }
}
@media screen and (min-width: 1199px) {
  .content-bs-card-horizontal .card-title {
    max-width: 350px;
  }
}
.content-bs-card-horizontal .row {
  border: 5px solid #fff;
}

.content-bs-card-horizontal {
  background-color: #eeeeee;
}

/*#endregion content-bs-card-horizontal */
/*#region nav-bs-mobile*/
.nav-bs-mobile .active {
  background-color: #fff;
}

.nav-bs-mobile a.active {
  color: #b81449 !important;
  border-left: 3px solid #b81449;
  padding-left: 4px;
}

.nav-bs-mobile .active a {
  color: #b81449 !important;
  border-left: 3px solid #b81449;
  padding-left: 4px;
}

.nav-bs-mobile .icon-text {
  display: none;
}

.nav-bs-mobile .btn-nav-mobile-expand {
  background-color: #fff;
}

.nav-bs-mobile .btn-nav-mobile-expand:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  float: right;
  color: grey;
}

.nav-bs-mobile .btn-nav-mobile-expand.collapsed:after {
  content: "\f067";
}

.nav-bs-mobile .list-group-item {
  border-top: 0px;
  min-height: 40px;
}

.nav-bs-mobile NavSecondLevel2 .list-group-item {
  background-color: #fff;
}

/*#endregion nav-bs-mobile*/
/*#region form*/
.form-control {
  border-radius: 4px;
  /*-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;*/
  width: 100%;
  /*height: 34px;*/
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);*/
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  display: block;
  appearance: auto !important;
  -webkit-appearance: default-button !important;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
}

.form-horizontal {
  margin-top: 30px;
}

.form-horizontal .form-group {
  margin-bottom: 15px;
  display: block;
}

.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:before {
  clear: both;
}

.form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
  font-weight: 700;
}

form .col-xs-4 {
  position: relative;
  min-height: 1px;
  width: 33.3333333333%;
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

form .col-xs-6 {
  position: relative;
  min-height: 1px;
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/*#region input-group */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
  /*display: block;
      width: 100%;
      padding: 0.375rem 2.25rem 0.375rem 0.75rem;
      -moz-padding-start: calc(0.75rem - 3px);
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
      background-repeat: no-repeat;
      background-position: right 0.75rem center;
      background-size: 16px 12px;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
}

.input-group .btn, .input-group .btn-sfe, .input-group .sfe-btn, .input-group a.btn-sfe:hover, .input-group a.sfe-btn:hover {
  position: relative;
  z-index: 2;
}

/*#endregion input-group */
.list-bs-search-results-multisite form {
  margin-bottom: 45px;
}

/*#endregion form  */
/*#region .news-bs-news-category   */
.news-bs-news-category .news-title {
  font-size: 16px;
  font-weight: 500;
  color: #29295f !important;
}

.news-bs-news-category .news-1284 img {
  /*display: none;*/
}

.news-bs-news-category .date-day {
  display: none;
}

.news-bs-news-category .date-string.text-success {
  color: #555 !important;
}

.news-bs-news-category .news-item img {
  max-width: 60px;
  max-height: 60px;
}

.region-sidebar-second .news-bs-news-category img {
  display: none;
}

/*#endregion .news-bs-news-category   */
.news-bs-news-hybrid {
  /*
      @media (min-width: 768px) {
          //w304px in large/medium
          .news-item .cover-image {
              width: 304px !important;
              height: 190px !important;
              //height: 112px !important;
          }
      }*/
}
.news-bs-news-hybrid .cover-image {
  height: 100% !important;
  aspect-ratio: 8/5;
}
.news-bs-news-hybrid .news-item .cover-image {
  height: 100% !important;
  aspect-ratio: 8/5;
}

.btn-primary, .nav-pills .nav-link.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
  text-decoration: none;
}

.btn-secondary, .btn.primary, .primary.btn-sfe, .primary.sfe-btn, a.primary.btn-sfe:hover, a.primary.sfe-btn:hover {
  background-color: #fff;
  color: #555;
  border-color: #ccc;
}

.btn-secondary {
  background-color: #fff;
  color: #555;
  border-color: #ccc;
}

a.btn, a.btn-sfe, a.sfe-btn, a.btn-sfe:hover, a.sfe-btn:hover {
  text-decoration: none;
}

/*#region link  */
a.link:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.link,
.card-footer a,
.list-group > a {
  display: table;
  width: 100%;
}

.card-footer a:after,
a.link:after,
.list-group > a:after {
  /*font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f138" !important;
  float: right;
  vertical-align: middle;
  padding-left: 10px;

  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  display: table-cell;
  text-align: right;*/
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f138" !important;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-left: 10px;
  /*float:right;*/
}

/* -- */
.sfe-link-wide:after, .sfe-link:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f138" !important;
}

/*#endregion link  */
/*#region primary-nav*/
.sfe-navbar-nav > li {
  border-right: 1px solid #ddd;
}

.sfe-navbar-nav > li:last-child {
  border-right: none;
}

.nav > li, .nav > li > a {
  display: block;
  position: relative;
}

.sfe-navbar-nav > li > a {
  padding: 0 12px;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: lighter;
}

.sfe-navbar-nav > li a:focus,
.sfe-navbar-nav > li a:hover,
.sfe-navbar-nav > li.active > a {
  color: #fff;
  text-decoration: none;
}

.sfe-navbar-nav > li:nth-of-type(1) a:focus,
.sfe-navbar-nav > li:nth-of-type(1) a:hover,
.sfe-navbar-nav > li:nth-of-type(1).active > a {
  background-color: #20aae2;
}

.sfe-navbar-nav > li:nth-of-type(2) a:focus,
.sfe-navbar-nav > li:nth-of-type(2) a:hover,
.sfe-navbar-nav > li:nth-of-type(2).active > a {
  background-color: #1475ba;
}

.sfe-navbar-nav > li:nth-of-type(3) a:focus,
.sfe-navbar-nav > li:nth-of-type(3) a:hover,
.sfe-navbar-nav > li:nth-of-type(3).active > a {
  background-color: #2a3c90;
}

.sfe-navbar-nav > li:nth-of-type(4) a:focus,
.sfe-navbar-nav > li:nth-of-type(4) a:hover,
.sfe-navbar-nav > li:nth-of-type(4).active > a {
  background-color: #29295f;
}

.sfe-navbar-nav > li:nth-of-type(5) a:focus,
.sfe-navbar-nav > li:nth-of-type(5) a:hover,
.sfe-navbar-nav > li:nth-of-type(5).active > a {
  background-color: #682865;
}

.sfe-navbar-nav > li:nth-of-type(6) a:focus,
.sfe-navbar-nav > li:nth-of-type(6) a:hover,
.sfe-navbar-nav > li:nth-of-type(6).active > a {
  background-color: #9e1f61;
}

.sfe-navbar-nav > li:nth-of-type(7) a:focus,
.sfe-navbar-nav > li:nth-of-type(7) a:hover,
.sfe-navbar-nav > li:nth-of-type(7).active > a {
  background-color: #b81449;
}

.sfe-navbar-nav > li:nth-of-type(8) a:focus,
.sfe-navbar-nav > li:nth-of-type(8) a:hover,
.sfe-navbar-nav > li:nth-of-type(8).active > a {
  background-color: #d11762;
}

.sfe-navbar-nav > li:nth-of-type(9) a:focus,
.sfe-navbar-nav > li:nth-of-type(9) a:hover,
.sfe-navbar-nav > li:nth-of-type(9).active > a {
  background-color: #e82b7b;
}

/*#endregion primary-nav  */
.content-bs-full-width-image {
  margin-top: 5%; /*based on width*/
  margin-bottom: 5%;
  /*filter: grayscale(0.5);
  filter: blur(3px);
  filter: saturate(2.2);*/
  /*filter: brightness(1.3) contrast(0.8) saturate(1.4) hue-rotate(22deg);*/
}

.content-bs-full-width-image .container {
  margin-left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  /*font-family: 'Times New Roman', Times, serif;*/
  /*background-color: rgba(40,21,14,0.8);*/
  /*background-color: $baby + ee;*/
  background-color: rgba(99, 36, 92, 0.8);
}

@media (min-width: 768px) {
  .content-bs-full-width-image .container {
    margin-left: 18%;
    width: 60%;
    padding: 30px;
  }
}
.content-bs-full-width-image .container h2 {
  color: #fff;
  float: left;
  padding-top: 0;
  margin-top: 0;
  /*margin-left: 20px;*/
}

.content-bs-full-width-image .container p {
  color: #fff;
  float: right;
  width: 80%;
  padding-left: 10px;
  border-left: 3px dotted #fff;
  /*margin-left: 20px;*/
}

@media (max-width: 992px) {
  .content-bs-full-width-selected > div {
    background-image: unset !important;
  }
}
.content-bs-full-width-selected {
  margin-top: 10em;
  margin-bottom: 10em;
}

.content-bs-full-width-selected .card-body {
  background-color: #fff;
}

.content-bs-full-width-selected .row {
  margin-top: 8em;
  margin-bottom: 8em;
}

.content-bs-full-width-selected .card-img-top {
  opacity: 0.6;
}

.list-bs-selected-pages i.fa-chevron-right {
  display: none;
}

/*img {
    object-fit: cover;
    width:100%;
}*/
/*2024 font fixes*/
body {
  font-size: 16px;
  word-spacing: 1px;
}

.sfe-nav-inline-secondary > li > a {
  font-size: 14px;
}

.sfe-navbar-nav > li > a {
  font-size: 20px;
}

h2 {
  font-size: 27px;
}

.h4, h4 {
  font-size: 20px;
}

.h5, h5 {
  font-size: 16px;
}
