.breadcrumb .breadcrumb-item:last-child a {
  color: #F39200;
}

/* h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 400 !important;
} */

.fw-bold {
  font-weight: 400 !important;
}

b, strong {
  font-weight: 500;
}

.section.bg-white b, .section.bg-white  strong {
  color: #454545;
}

.intro picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focuspoint {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.font-weight-light {
  font-weight: 100;
}

.bg-white {
  background: #fff; 
}

.bg-light {
  background: #f6f6f6; 
}

.bg-secondary {
  background: #ccc; 
}

.lines-1 {
  max-width: 38.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 38px;

  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;

  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

.lines-1.expanded {
  -webkit-line-clamp: 100;
}

#expandable-text {
  cursor: pointer; 
}


.lines-3 {
  max-width: 38.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 38px;

  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;

  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

.lines-4 {
  max-width: 38.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /*line-height: 38px;*/

  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;

  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

.sidebar .sidebar-item {
  text-shadow: none;  
}

.header-subsite {
  overflow: hidden;
  height: 250px;
  width: 100%;
}

.header-subsite .header-h {
  height: 250px;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }

  .header-subsite {
    height: 400px; 
  }

  .header-subsite .header-h {
    height: 400px;
  }

  .sidebar .sidebar-item span {
    margin: 0;
    float: right;
    background: rgba(255,255,255,.8);
    display: block;
    margin-right: -12px;
    padding: 0 18px;
    text-indent: 0;
    height: 42px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .5s cubic-bezier(0.77, 0, 0.175, 1)
  }

  .sidebar .sidebar-item:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.container ul {
  margin-left: 23px;
}

.container ul li {
  margin-right: 23px;
}

.container ul li::before {
  margin-right: -10px;
  left: -23px;
  position: relative;
}

.lead {
  color: #808080;
}

.bzs-link,
.container p a {
  color: rgb(237, 152, 26);
  text-decoration: underline;
}

.bzs-link:hover,
.container p a:hover {
  color: rgb(99, 99, 99);
}

ul, ol {
  font-weight: 400;
}

.container ul a, 
.container ol a {
  color: rgb(237, 152, 26);
  text-decoration: underline;
  font-weight: 400;
}

.container ul a:hover, 
.container ol a:hover {
  color: rgb(99, 99, 99);
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.menu .level3 ul {
  overflow: scroll;
  height: 100%;
  padding-bottom: 30px;
}

.fa-icon {
  width: 1.5rem;
  transition: fill 0.3s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.fs-sxs {
  font-size: 0.5rem;
}

.ce-uploads .fa-icon {
  fill: #ed981a;
}

.ce-uploads {
  color: #ed981a;
  font-weight: 100;
}

.ce-uploads .bg-primary-hover:hover .fa-icon {
  fill: #fff;
  animation: pulse 1s;
}

.bg-primary-hover:hover {
  background: #ed981a !important;
  color: #fff !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.bg-primary-hover:hover .text-muted {
  color: #fff !important;
  transition: color 0.3s ease;
}

.ce-uploads .border-primary {
  border-color: rgba(237, 152, 26, 0.45) !important;
}

.container p a.btn {
  color: #fff;
  text-decoration: none;
}

.btnprimary {
  font-family: inherit;
  font-size: 1em;
  border: 2px solid #c9c9c9;
  padding: 0.556em 1.111em;
  line-height: 1;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  border-color: #ed981a !important;
  color: #fff !important;
  background: #ed981a !important;
  text-decoration: none !important;
  font-weight: 400;
}

.btnprimary:hover {
  background-color: #f8bf20 !important;
  border-color: #f8bf20 !important;
}

.btnsecondary {
  font-family: inherit;
  font-size: 1em;
  color: #949494 !important;
  border: 2px solid #949494;
  padding: 0.556em 1.111em;
  line-height: 1;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-weight: 400;
}

.btnsecondary:hover {
  color: #141414 !important;
  border: 2px solid #141414 !important;
}

.btndark {
  font-family: inherit;
  font-size: 1em;
  color: #fff !important;
  border: 2px solid #949494;
  background: #949494;
  padding: 0.556em 1.111em;
  line-height: 1;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-weight: 400;
}

.btndark:hover {
  background: #141414 !important;
  border: 2px solid #141414 !important;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-button {
  padding: 30px;
}

.accordion-body {
  padding: 30px; 
  line-height: 160%;
}