/* Minification failed. Returning unminified contents.
(32,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
 */
.inThisSection {
  margin: 1.3rem 0;
}

.inThisSection .serviceSection.navbar-collapse {
  background: #eaeaea;
  padding: 16px 0;
}

.inThisSection .serviceSection h2 {
  text-transform: none;
  margin: 0 16px 10px;
}

.inThisSection .serviceSectionList {
  list-style: none;
  margin: 0;
}

.inThisSection .serviceSectionItem {
  padding: 3px 16px 2px 35px;
}

.inThisSection .serviceSectionItem a {
  color: #000000;
  display: inline;
  font-weight: 400;
  text-decoration: none;
}

.inThisSection .serviceSectionItem a:after {
  content: var(--text);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  visibility: hidden;
}

.inThisSection .serviceSectionItem a span {
  display: inline-block;
}

.inThisSection .serviceSectionItem a svg {
  vertical-align: middle;
  height: 25px;
  width: 20px;
}

.inThisSection .serviceSectionItem a:hover {
  color: #124a7e;
  font-weight: 600;
}

.inThisSection .serviceSectionItem a:hover svg path {
  fill: #124a7e;
}

.inThisSection li.serviceSectionItem.highlighted {
  background-color: #CCCCCC;
}

.inThisSection li.serviceSectionItem.highlighted a {
  color: #124a7e;
  font-weight: 700;
}

.inThisSection li.serviceSectionItem.highlighted a svg path {
  fill: #124a7e;
}

.inThisSection .serviceSectionTitle {
  font-weight: 600 !important;
  font-size: 19px !important;
  line-height: 22px !important;
  color: #000000;
}

.inThisSection .interiorToggle {
  border: 0;
  border-radius: 4px;
  background: transparent;
  font-size: 19px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  text-align: left;
  width: 100%;
  padding: 0;
}

.inThisSection .interiorToggle span:after {
  content: "\f0c9";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}

.inThisSection .interiorToggle span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

.inThisSection .interiorToggle:not(.collapsed) span:after {
  content: "\00d7";
  color: #000000;
  font-size: 30px;
  font-family: FontAwesome;
}

@media (max-width: 767px) {
  .inThisSection {
    margin: 0;
  }

  .inThisSection {
    padding: 1rem;
  }

  .inThisSection .serviceSection.navbar-collapse {
    background: transparent;
    padding-top: 10px;
  }

  .inThisSection li {
    padding-left: 19px;
  }

  .inThisSection .serviceSection h2 {
    display: none;
  }

  .left-side-content-container .inThisSection, .right-side-content-container .inThisSection {
    margin: .5rem 0 0;
  }

  .inThisSection li.serviceSectionItem.highlighted {
    background: transparent;
  }

  .inThisSection li.serviceSectionItem.highlighted a {
    font-weight: 600;
  }

  .inThisSection li.serviceSectionItem.highlighted a:after {
    color: #124a7e;
  }
}

.inThisSection[data-layout='service-line'] .interiorToggle span:after {
  content: "";
}

.inThisSection[data-layout='service-line'] .interiorToggle span:before {
  content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  font-weight: 100;
  margin-right: 10px;
  position: relative;
  top: 2px;
  height: 36px;
  animation: changeMinusToPlus .75s ease;
}

.inThisSection[data-layout='service-line'] .interiorToggle:not(.collapsed) span:after {
  content: "";
}

.inThisSection[data-layout='service-line'] .interiorToggle:not(.collapsed) span:before {
  content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'%3E%3C/path%3E%3C/svg%3E");
  animation: changePlusToMinus .75s ease;
}

.inThisSectionOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.50);
  z-index: 250;
}

.inThisSection[data-layout='service-line'].inThisSectionOverlayed {
  z-index: 251;
}

@keyframes changePlusToMinus {
  0% {
    content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'%3E%3C/path%3E%3C/svg%3E");
  }
  100% {
    content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'%3E%3C/path%3E%3C/svg%3E");
  }
}

@keyframes changeMinusToPlus {
  0% {
    content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'%3E%3C/path%3E%3C/svg%3E");
  }
  100% {
    content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'%3E%3C/path%3E%3C/svg%3E");
  }
}

@media (max-width: 767px) {
  .inThisSection[data-layout='service-line'] {
    background-color: #eaeaea;
    padding: 0 10px;
    position: relative;
  }

  .inThisSection[data-layout='service-line'] .serviceSection.navbar-collapse {
    background-color: #eaeaea;
    left: 0;
    padding-top: 10px;
    position: absolute;
    width: 100%;
  }
}

