<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

.VidModal {
  background: rgba(0, 0, 0, 0.5);
}
body.modal-open .modal {
  overflow-y: hidden;
}
.brightcovePlayer--overlay video-js {
  width: 468px;
  height: 300px;
}
.brightcovePlayer video-js {
  width: 600px;
  height: 400px;
}
.videoPlayerImage {
  width: 600px;
  height: 400px;
}
.videoPlayerImage2 {
  width: 600px;
  height: 400px;
}
/*
 * Styles essential to the sample
 * are below
 */
/* Style for the div that wraps the playlist*/
.bcls-playlist-wrapper {
  position: relative;
  background-color: #141b17;
  /*max-width: 100%;*/
  width: 100% !important;
  /*max-height: 95px;
      min-height: 82px;*/
  line-height: 76px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
/* Style for the divs that make up the playlist items*/
.bcls-playlist-item {
  display: inline-block;
  border: 2px solid #141b17;
  padding: 0;
  margin: 0;
  height: 74px;
  width: 124px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
/* Style for the divs that make up the playlist item inner div */
.bcls-item-inner-div {
  background-size: cover;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
/* Mouse over style for items */
.bcls-playlist-item:hover {
  border-color: #ff0000;
}
/* Style for the thumbnail images*/
.bcls-title {
  color: #fff;
  font-size: 0.7em;
  font-family: sans-serif;
  font-weight: bold;
  max-width: 124px;
  width: 124px;
  height: 66px;
  margin-top: 30%;
  text-align: center;
  cursor: pointer;
}
/* Style for playlist's left arrow */
#left-arrow {
  color: aliceblue;
  font-size: 40px;
  position: absolute;
  margin: auto;
  background: #f52905;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
/* Style for playlist's right arrow */
#right-arrow {
  color: aliceblue;
  font-size: 40px;
  position: absolute;
  margin: auto;
  background: #f52905;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.button {
  padding-top: 5px;
  padding-bottom: 10px;
  /* .custom__button:before {
   background-image: url('../../../../content/dam/bms-commercial-platform/asset.jpg');
} */
}
.button .custom__button {
  padding: 5px 20px;
  cursor: pointer;
}
.button .button--left {
  text-align: left;
}
.button .button--center {
  text-align: center;
}
.button .button--right {
  text-align: right;
}

.cmp-bgimage .desktop-img-container {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cmp-bgimage .desktop-img-container {
    display: block;
  }
}
.cmp-bgimage .mobile-img-container {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (max-width: 991px) {
  .cmp-bgimage .mobile-img-container {
    display: block;
  }
}

#zoomModal .modal-header {
  border-bottom: none;
}
#zoomModal .modal-footer {
  border-top: 0;
}
.zoom-img {
  cursor: pointer;
}
#zoomModal .project-image {
  width: 100%;
}
#zoomModal .modal-dialog {
  width: 800px;
}
.cmp-image-zoom-container .zoom-icon {
  position: relative;
  display: inline-block;
}
.cmp-image-zoom-container .zoom-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../../components/content/shared/imageoverlay/custom-clientlibs/resources/images/zoom_Icon.png) no-repeat;
  cursor: pointer;
}

.multi-menu.fixed-nav {
  position: sticky;
  background: #fff;
  width: 275px;
  height: auto;
  margin: auto;
  padding: 0 10px;
}
.multi-menu li {
  border-top: 1px solid #768692;
  clear: both;
}
.multi-menu li.nav-item {
  font-size: 15px;
  line-height: 1.2;
  font-family: arial;
}
.multi-menu li a {
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
}
.multi-menu .navbar-nav .nav-link {
  color: #595454;
  padding: 10px 20px 10px 0px;
}
.multi-menu .navbar-nav .nav-link:hover {
  color: #097789;
}
.multi-menu .dropdown .nav-link,
.multi-menu .dropdown-item {
  display: inline-block;
  width: 70%;
  color: #595454;
  padding: 10px 0 10px 20px;
}
.multi-menu .dropdown .nav-link:hover,
.multi-menu .dropdown-item:hover {
  color: #097789;
}
.multi-menu .nav-item.full-width &gt; a {
  width: 100%;
}
.multi-menu ul.submenu.dropdown-menu .dropdown-item {
  padding: 10px 0px 10px 30px;
}
.multi-menu ul.submenu.dropdown-menu.multi .dropdown-item {
  padding: 10px 0px 10px 40px;
}
.multi-menu span.arrow-down {
  width: 30px;
  height: 36px;
  cursor: pointer;
  background: url(../../components/content/shared/subPage/clientlibs/resources/images/arrow-right.png) no-repeat center;
  float: right;
}
.multi-menu .dropdown.arrow-change &gt; span.arrow-down,
.multi-menu .dropdown.active &gt; span.arrow-down {
  background: url(../../components/content/shared/subPage/clientlibs/resources/images/down-arrow.png) no-repeat center;
}
.multi-menu .dropdown-menu .submenu {
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
}
.multi-menu .dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  color: #212529;
  text-align: left;
  border: none;
  border-radius: 0;
  width: 100%;
}
.multi-menu .dropdown.active &gt; .dropdown-menu {
  display: block;
}
.multi-menu .dropdown-item.active,
.multi-menu .dropdown-item:active,
.multi-menu .dropdown-item:hover,
.multi-menu .dropdown-item:focus,
.multi-menu .dropdown-item {
  text-decoration: none;
  background-color: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.multi-menu .dropdown-item::selection,
.multi-menu .nav-link::selection,
.multi-menu .dropdown-item::-moz-selection,
.multi-menu .nav-link::-moz-selection {
  color: #0032A0;
}
.multi-menu .dropdown-item.active,
.multi-menu .nav-link.active,
.multi-menu .dropdown-item.active:hover,
.multi-menu .nav-link.active:hover {
  color: red;
}
.multi-menu .no-anchor &gt; a {
  width: 100%;
}
.multi-menu .no-anchor &gt; span.arrow-down {
  height: 36px;
  cursor: pointer;
  background: url(../../components/content/shared/subPage/clientlibs/resources/images/arrow-right.png) no-repeat 96% center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
}
.multi-menu .navbar-nav a:not([href]):not([tabindex]) {
  color: #0032A0;
}
.multi-menu .dropdown.arrow-change.no-anchor &gt; span.arrow-down,
.multi-menu .dropdown.active.no-anchor &gt; span.arrow-down {
  background: url(../../components/content/shared/subPage/clientlibs/resources/images/down-arrow.png) no-repeat 96% center;
}
.multi-menu li.dropdown.hideArrow &gt; span {
  display: none;
}
.multi-menu li.nav-item.mainMenu.hideArrow &gt; a {
  width: 100%;
}
.multi-menu li.nav-item.mainMenu &gt; a {
  padding: 10px 20px 10px 0px;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/bms-commercial/components/content/shared/custom-carousel/clientlibs/less/custom-carousel.less
Error: NameError: variable @georgia is undefined in /apps/bms-commercial/components/content/shared/custom-carousel/clientlibs/less/custom-carousel.less on line 2, column 18:
1 .cmp-text {
2     font-family: @georgia;
3     blockquote {


(uncompiled LESS src is included below)
*****************************************************/
.cmp-text {
    font-family: @georgia;
    blockquote {
        margin: 0 0 10px 0;
        font-size: 36px;
        border: none;
        padding: 10px 0px;
        color: @global-light-black;
        @media only screen and (max-width: 991px) {
            font-size: 20px;
        }
    }
    p {
		font-size: 20px;
        line-height: 28px;
		word-wrap:break-word;
        @media only screen and (max-width: 991px) {
            font-size: 16px;
            line-height: 24px;
        }
    }
}
.carousel-caption {
    text-align:left !important;
}
.carousel-control-next, .carousel-control-prev {
    background: transparent;
    width: auto;
    height: 20px;
    /* width: 20px; */
    margin: auto;
}

.carousel-inner {
    min-height: 100px;
}

.carousel-control-next, .carousel-control-prev {
    background: transparent;
	width: auto;
}
.carousel-indicators { 
	margin-bottom: 0;
}
.indication-content{
	display: none;
	margin-bottom: 0;
	max-width: 500px;
	border-radius: 10px;
	background-color: lightgray;
}
.indication-content.active{
	display: block;
}
.indicator-container{
	position: relative;
}
.indi-close{
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
	cursor: pointer;
}
#indicationCarousel{
    padding: 40px 20px 20px;
}
.carousel-indicators li{
	background-color: red;
}
.indication{
    display: inline-block;
    margin: 0;
    padding: 10px;
}
.indication.active{
    background-color: lightgray;
    border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1023px) {

.carousel-inner {
    height:auto !important;
    min-height : 65px;
}
    .d-xs-block{
        display:block !important;
    }

    .carousel-caption {
    text-align:left !important;
    bottom: 30px !important;

}
}
.breadcrumbNav ul li {
  display: inline-block;
}

#btn-decrease {
  cursor: pointer;
  font-size: 15px;
}
#btn-orig {
  cursor: pointer;
  font-size: 18px;
}
#btn-increase {
  cursor: pointer;
  font-size: 21px;
}

.tab-portrait-error,
.mobile-landscape-error,
.rotation-error {
  display: none;
}
.portrait .tab-portrait-error,
.landscape .mobile-landscape-error {
  display: flex;
  height: 100%;
}
.portrait.rotation-error,
.landscape.rotation-error {
  background: #33455a none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.error-flex-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.error-flex-content p {
  color: #FFF;
  margin-left: 20px;
}

.tooltip {
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
}

/*# sourceMappingURL=main.css.map*/
</pre></body></html>