﻿/*-- colors ------------------------------------------------------------------------------------------------------------ */
/* -- accent  ------------------------------------------------------------------------------------------------------------ */
/*#region colours */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  /*background-color: #545452 !important*/
  background-color: #322920 !important;
}

/*.bg-dark a {
    color: #fff
}*/
/*#endregion*/
/*#region Backgrounds*/
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  background-color: #545452 !important;
}

.bg-dark a {
  color: #fff;
}

.bg-dark a.dropdown-item {
  color: #555;
}

/*#endregion Backgrounds*/
/*------------------ fonts ------------------*/
/* -- Gotham fonts won't be available on all domains due to licensing.  Secondary fonts will be displayed */
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway&display=swap');
@import url('https://cloud.typography.com/7262514/7679172/css/fonts.css');

$gotham: "Gotham SSm A","Gotham SSm B",gotham_mediumregular,'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
//$gotham-light: gotham_lightregular,'Raleway', Montserrat, Helvetica, Verdana, sans-serif;
$gotham-light: "Gotham SSm A","Gotham SSm B", gotham_lightregular,'Raleway', Montserrat, Helvetica, Verdana, sans-serif;
$gotham-medium: gotham_mediumregular,'Raleway', Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
$gotham-book: 'Gotham Book','Raleway', Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
$gotham-bold: gotham_boldregular,'Raleway', Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
$gotham-black: gotham_blackregular,'Raleway', Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
$sanchez: sanchezregular,'Raleway', "Lucida Bright", Georgia, serif; //"plume-advertising", "Helvetica Neue", Helvetica, Arial, sans-serif;

*/
/* https://www.learnui.design/blog/gotham-similar-fonts.html */
/*@import 'bio/base/_elements.scss';*/
/*#region HTMLElements*/
/*
@import '../../bio/base/_fonts.scss';
@import '../../bio/base/_colours.scss';*/
body {
  font-family: "Figtree", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 1em;
  font-feature-settings: "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
  line-height: 2.1em;
  color: #333;
}

h1 {
  line-height: 1.2;
  margin-top: 0.3125rem;
  margin-bottom: 1.875rem;
  font-family: sanchezregular, "Raleway", "Lucida Bright", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  color: #E9939B;
}

h2, h3, h4 {
  font-family: "Figtree", "Raleway", Montserrat, Helvetica, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
}

main {
  min-height: 850px;
}

a {
  color: #9e2064;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

p a {
  text-decoration: underline solid;
}

a:hover, a:focus {
  color: #e99aa1;
}

p a:hover, p a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: underline solid;
}

/*#endregion HTMLElements*/
/*-- colors ------------------------------------------------------------------------------------------------------------ */
/* -- accent  ------------------------------------------------------------------------------------------------------------ */
/*#region colours */
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  /*background-color: #545452 !important*/
  background-color: #322920 !important;
}

/*.bg-dark a {
    color: #fff
}*/
/*#endregion*/
/*#region Backgrounds*/
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  background-color: #545452 !important;
}

.bg-dark a {
  color: #fff;
}

.bg-dark a.dropdown-item {
  color: #555;
}

/*#endregion Backgrounds*/
.lead {
  font-size: 1.5em;
  line-height: 1.6em;
  color: #545452;
  font-weight: 400;
  margin: 0px 0px 45px 0px;
  border-left: 3px solid #9e2064;
  padding-left: 1.1em;
  margin: 1.7em 0 1.7em 0;
  display: block;
  position: relative;
}

.nav-link,
.nav-link:active,
a.active {
  color: #ccc;
}

/*#region buttons */
.btn-primary {
  background-color: #9e2064;
  /*background-color: rgba(244,201,205,0.82);*/
  /*background-image: linear-gradient(to bottom, #f4c9cd 0, #f4c9cd 100%);*/
  border-color: #9e2064;
  text-shadow: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #e99aa1;
  border-color: #e99aa1;
}

/*    .btn-secondary {
        border-color: #f4c9cd
    }*/
/*    .btn-group .btn-default {
        text-align: center
    }

    .btn-info, .btn-default {
        text-shadow: none;
        color: #FFF;
        position: relative;
        background-color: #9e2064;
        background-color: rgba(158,32,100,0.82);
        background-image: linear-gradient(to bottom, #9e2064 0, #9e2064 100%);
        overflow: hidden;
        -moz-transition: ease 0.3s;
        -o-transition: ease 0.3s;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
        text-align: left
    }*/
.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -40px;
}

/*#endregion*/
/*#region lists */
.list-group .active {
  background-color: #e99aa1;
  border-color: #e99aa1;
}

.list-group-item {
  /*background-color: #fceff0; 
  border-top: 1px solid #9e2064;
  color: #555*/
}

/*
    .list-group-item a, .panel-default .list-group-item a, .panel-default a.list-group-item {
        color: #9e2064
    }
*/
a.list-group-item.list-group-action:hover {
  color: #9e2064;
}

/*#endregion*/
/*------------------ extended bootstrap or bridges v4 to v5 ------------------*/
/*#region BootstrapBridging*/
.well {
  border-radius: 0px;
  background-color: #9e2064;
  background-image: linear-gradient(to bottom, #9e2064 0, #9e2064 100%);
  color: #fff;
}

.well input, .well select {
  color: #555;
}

.jumbotron {
  /*        background-color: $purple;*/
  background-image: url(https://www.bioscientifica.com/images/background/generic.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #333;
  height: 100vh;
  width: 100%;
  display: flex;
  width: 100%;
  padding-top: 10em;
}

@media (min-width: 768px) {
  .jumbotron {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
.jumbotron-small {
  height: 30em;
  background-image: url(https://www.bioscientifica.com/images/background/generic.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #333;
  width: 100%;
  display: flex;
  padding-top: 2em;
}

.jumbotron-small .jumbotron-content {
  width: 100%;
}

@media (min-width: 992px) {
  .jumbotron-small {
    height: 30em;
    padding-top: 5em;
  }
  .jumbotron-small .jumbotron-content {
    width: 40%;
  }
}
/*------------------ text ------------------*/
.faded {
  opacity: 0.2;
}

.text-light-grey {
  color: #ccc;
}

/*#region section*/ /*#region section*/
@media (min-width: 768px) {
  .section-header {
    /*height: 200px;*/
    /*min-height: 450px;*/
    /*min-height: 200px;*/
    min-height: 400px;
  }
}
.section-header {
  position: relative;
  margin-bottom: 28px;
  border-bottom: 1px solid #888;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.section-content {
    background-color: rgba(158,32,100,1);
}*/
@media (min-width: 768px) {
  .section-header .h1x {
    /*position: absolute;
    z-index: 1;*/
    /*display:inline;*/
    /*display:flex;*/
    min-width: 326px;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 100;
    color: #fff;
    margin: 0px;
    padding: 30px 30px 30px 30px !important;
  }
}
.section-header .h1x {
  /*text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 100;
  color: #fff;
  line-height: 2.1em;
  padding: 10px;
  overflow: hidden;
  position: relative;
          max-width: 950px;*/
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: unset;
  padding: 30px 30px 20px;
  line-height: 1.2;
  display: block;
}

.section-header .h1x:before {
  z-index: -2;
  content: "";
  position: absolute;
  top: -100px;
  left: -399px;
  display: block;
  width: 1800px;
  /*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(169, 41, 93, 0.8);*/
  background-color: rgba(158, 32, 100, 0.9);
}

.section-header .h1x span {
  /*background-color: #9E2064;*/
  color: #fff;
}

.section-header-content {
  /*position: relative;
      z-index: 1;*/
  max-width: 950px;
  padding: 30px 30px 20px;
  font-size: 1.3em;
  font-weight: 100;
  /*background-color: #9E2064;*/
  /*background-color: rgba(40,21,14,0.7);*/
  color: #fff;
  /*float: left;*/ /*doesn;t consume space with this*/
  margin-left: 60px;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.section-header-content:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -100px;
  left: -399px;
  display: block;
  width: 1800px;
  /*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(169, 41, 93, 0.8);*/
  background-color: rgba(40, 21, 14, 0.9);
}

h3.section-header-content {
  padding-right: 60px;
}

.section-header h3 {
  margin-top: 0px;
}

/*#endregion*/
/*#region nav-primary*/
.header-nav-primary {
  background-color: #fff;
  border-bottom: 3px solid #9E2064;
}

.header-nav-primary .nav-link {
  font-size: 1.4em;
  font-weight: 300;
  color: #555;
  /*display: table-cell !important;*/
  white-space: normal;
  /*max-width: 160px;*/
  line-height: 1.4;
  /*text-align: center;*/
  /*    border-right: 1px solid #eee;*/
  /*height: 55px;*/
  padding: 0px 15px 5px 5px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.header-nav-primary.fixed-top {
  border-top: 8px solid #fff;
}

.header-nav-primary.fixed-top .nav-link {
  margin-top: 40px;
  font-size: 1.1em;
}

.header-nav-primary .sticky-show {
  display: none;
}

@media (max-width: 1199px) {
  .header-nav-primary .sticky-show .nav-link {
    /*  font-size: 0.7em;*/
    display: none;
  }
}
/*
.header-nav-primary.sticky .navbar {
    padding-bottom: 0;
}*/
/*.header-nav-primary.sticky .sticky-show
{
    display: block;
}
*/
/*.header-nav-primary.sticky .navbar-nav {
     margin-top: 10px;
}
*/
.navbar-nav a.nav-link.active {
  /*color: #fff;*/
  /*background-color: #ddd;*/
  /*background-color: #983669;*/
  border-bottom: 1px solid #9E2064;
}

.nav-primary a:hover {
  background-color: #eee;
  /*border-bottom: 3px solid #ccc;*/
}

/*#endregion*/
@media (min-width: 768px) {
  .section-header {
    min-height: unset;
  }
}
/*#endregion*/
/*#region Footer*/
/*.footer {
    background-color: #545452;
    color: #fff;
    min-height: 30px;
    padding: 8px 0;
}

.footer a {
    color: #aaa;
}

.footer .panel-body p {
    color: #555;
}*/
/*#endregion Footer*/
/*#region footer */
.footer {
  border-top: 1px solid #9e2064;
  padding-bottom: 30px;
}

.footer p {
  padding: 8px 20px;
  font-size: 12px;
  color: #878787;
  font-family: gotham_mediumregular, Helvetica, "Proxima Sans", Arial, sans-serif;
}

.footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ccc;
}

.footer .tag p {
  padding: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2;
}

.footer .tag p a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer .tag p {
    font-size: 1.9em;
  }
}
/*#endregion*/
.addthis_inline_follow_toolbox p {
  display: none;
}

/*@import 'bio/layout/_region-home.scss';*/
/*
@import 'bio/layout/region-banner.scss';
@import 'bio/layout/region-main-front.scss';
@import 'bio/layout/region-sitemap.scss';
@import 'bio/layout/region-main-content.scss';
@import 'bio/layout/region-sidebar-second.scss';
@import 'bio/layout/region-endocrinologist.scss';
@import 'bio/layout/region-footer.scss';*/
.content-bs-expander {
  margin-bottom: 15px;
}

#accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

#accordion .card {
  border: 0;
  border-bottom: 1px solid #fff;
}

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

#accordion .panel-heading .card-title a {
  color: #9e2064;
}

#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;
}

/*#region Buttons*/
.btn {
  font-family: "Figtree", "Raleway", Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: normal;
  /*font-size: 80%;*/
}

.btn-primary, .btn.primary {
  /*background-color: $pink;*/
  background-color: #9e2064;
  border-color: #878787;
  color: #fff;
}

.btn-secondary {
  color: #878787;
  background-color: #fff;
  border-color: #ddd;
}

.btn-default {
  color: #9e2064;
  border-color: #ddd;
}

/*#endregion Buttons*/
/*#region card */ /*-- colors ------------------------------------------------------------------------------------------------------------ */
/* -- accent  ------------------------------------------------------------------------------------------------------------ */
/*#region colours */
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  /*background-color: #545452 !important*/
  background-color: #322920 !important;
}

/*.bg-dark a {
    color: #fff
}*/
/*#endregion*/
/*#region Backgrounds*/
.bg-primary {
  background-color: #9e2064 !important;
}

.bg-primary a {
  color: #fff;
}

.bg-dark {
  background-color: #545452 !important;
}

.bg-dark a {
  color: #fff;
}

.bg-dark a.dropdown-item {
  color: #555;
}

/*#endregion Backgrounds*/
.card {
  /*border: 0px;*/
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);*/
}

.card-group-shadow .card,
.eq-height .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.card h3 a {
  text-decoration: none;
}

.content-bs-card .card-title {
  font-size: 1.4em;
  min-height: 70px;
}

.content-bs-card .card-body a {
  text-decoration: none;
}

.content-bs-card .card-header {
  /*    padding: 0;
      border-bottom: 0;*/
}

.content-bs-card .card-img-top {
  background: rgba(0, 0, 0, 0.1);
}

/*.content-bs-card.card-noimage .card-img-top {
    background-color: #000;
}*/
.content-bs-card .card-anchor-light {
  color: #fff;
}

.content-bs-card .card-anchor-default {
  color: #9e2064;
}

/*#endregion*/
@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;
  background: linear-gradient(to top, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}

.carousel-bs-bootstrap .carousel-item {
  background-color: #e99aa1;
}

.content-bs-full-width-image {
  margin-top: 5%; /*based on width*/
  margin-bottom: 5%;
}

.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);
}

@media (min-width: 768px) {
  .content-bs-full-width-image .container {
    margin-left: 25%;
    width: 40%;
    padding: 30px;
  }
}
.content-bs-full-width-image .container p {
  color: #fff;
  margin-left: 20px;
}

.content-bs-full-width-selected > div {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .content-bs-full-width-selected > div {
    padding: 20px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
/*
.content-bs-full-width-selected > div > .container{
    padding: 0 !important;
}

.content-bs-full-width-selected > div > .container .col {
    flex: 1 0 0% !important;
    margin: 10px;
}

//small
@media (max-width: 768px) {
    .content-bs-full-width-selected > div > .container .col {
        flex: unset;

    }
}
    */
@media (max-width: 992px) {
  .content-bs-full-width-selected > div {
    padding: 15px !important;
    background-image: unset !important;
    padding: 0;
  }
  .content-bs-full-width-selected > div > .container {
    padding: 15px !important;
    background-image: unset !important;
    padding: 0;
  }
}
.content-bs-image-carousel .card {
  border: none;
}

.publishing-portfolio .content-bs-media-object {
  min-height: 200px;
  background-color: #efefef;
  padding: 30px;
}

.footer-top .content-bs-media-object {
  /*min-height: 200px;*/
  background-color: #fff;
  padding: 10px;
}

.content-bs-sign:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 165, 0);
  -moz-box-shadow: 0px 0px 10px 0px rgb(255, 165, 0);
  box-shadow: 0px 0px 10px 0px rgb(255, 165, 0);
  /*transition: .8s ease;*/
}

/*#region grid-team*/
.grid-team .card {
  margin-bottom: 0px;
  /*background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.grid-team [class*=col] {
  margin-bottom: 20px;
}

.grid-team .card-body:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.8;
}

.grid-team .card-body {
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  color: #FFF;
  letter-spacing: 0;
  background-color: #9e2064;
  opacity: 0;
  padding: 0px;
  /*margin: 15px 15px 0px 15px;*/
  z-index: 100;
}

.grid-team .card-body a {
  color: #FFF;
  letter-spacing: 0;
}

.grid-team a p {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5px;
  text-align: center;
  font-family: gotham_mediumregular, Helvetica, "Proxima Sans", Arial, sans-serif;
  line-height: 18px;
  font-size: 18px;
  text-transform: uppercase;
}

.grid-team a p span {
  font-size: 14px;
}

/*.grid-team img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 260px;
    // width: unset;
    margin: 0 auto;
    padding:20px;

}*/
.img-holder {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 280px;
}

/*#endregion*/
.list-bs-media-viewer {
  margin-bottom: 30px;
}

.list-bs-media-viewer .list-group img {
  max-height: 60px;
  width: auto;
}

.list-bs-search-results-multisite .list-group-item {
  border: none;
}

.list-bs-search-results-multisite .list-group-item p {
  line-height: 1.3em;
}

.list-bs-search-results-multisite a.list-group-action:hover {
  background-color: #fceff0;
}

.news-bs-news-hybrid .news-bs-news-category h3 {
  font-size: 2em;
  font-weight: 500;
}

.news-bs-news-category h3 {
  padding-bottom: 30px;
}

/*#region UmbracoForms*/
.umbraco-forms-form {
  padding: 15px 15px 0px 15px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*#endregion UmbracoForms*/
/*@import 'bio/module/_sfe-carousel.2022version.scss';
@import 'bio/module/sign.scss';
@import 'bio/module/breadcrumbs.scss';
@import 'bio/module/list-group.scss';
@import 'bio/module/grid-team.scss';
@import 'bio/module/event-bs-supported-list.scss';
@import 'bio/module/event-bs-selected-list.scss';
@import 'bio/module/content-bs-image-carousel.scss';
@import 'bio/module/content-bs-card-horizontal.scss';
@import 'bio/module/nav-bs-mobile.scss';*/
/*#region Header (dark)*/
.header {
  background-color: #545452;
  color: #fff;
  min-height: 30px;
  padding: 8px 0;
}

.header a {
  color: #aaa;
}

.header h1 {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1.9em;
  font-family: "Figtree", "Raleway", Montserrat, Helvetica, "Proxima Sans", Arial, sans-serif;
  color: #fff;
}

.header h1 strong {
  color: #e99aa1;
}

.navbar h1 strong {
  color: #e99aa1;
}

/*#endregion Header*/
/*#region Header (light)*/
.header-light {
  background-color: #fff;
  color: #555;
  min-height: 30px;
  padding: 8px 0;
}

.header-light a {
  color: purple;
}

.header-light h1 strong {
  color: #868686;
}

/*#endregion Header*/
/*#region section-header*/
.section-header {
  background-color: rgb(40, 21, 14);
}

.section-header h1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: unset;
  padding: 30px 30px 20px;
}

.section-header h1:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -100px;
  left: -399px;
  display: block;
  width: 1800px;
  height: 1000px;
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  background-color: rgba(158, 32, 100, 0.82);
}

/*#endregion Header*/
/*#region Nav-Tabs*/
.nav-tabs {
  padding-top: 40px;
}

.nav-tabs > li.active > a {
  color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #9e2064;
  color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #9e2064;
  color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #555;
  border-color: #555;
}

/*#endregion Nav-Tabs*/
