<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.focal-point-hero-wrap{
  position: relative;
}
/*modern browsers*/
picture.fixed-aspect{
  display:block;
  position:relative;
}
picture.fixed-aspect img {
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;bottom:0;right:0;left:0;
    object-fit: cover;
    object-position: 50% 50%; /*overidden inline if provided*/
}
picture.fixed-aspect img.poster{
  z-index:1;
}
picture.fixed-aspect .video-background{
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;bottom:0;right:0;left:0;
    overflow: hidden;
    background:#000;
}
picture.fixed-aspect .video-background iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    max-width: none;
}
picture.fixed-aspect .video-background video{
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  max-width: none;
  width: auto; 
  height: auto;
}

/*fallback for picture.fixed-aspect. See required object-fit-polyfill.js*/
.bg-image-fallback{
  background-size: cover;
}
.focal-point-hero-wrap a:hover{
    text-decoration:none;
}
.focal-point-hero-wrap figure {
  position: relative;
  overflow: hidden;
}
.focal-point-hero-wrap figure figcaption {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  z-index:5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.focal-point-side-by-side-hero-contain figure figcaption h1,
.focal-point-side-by-side-hero-contain figure figcaption p {
    width: 90%;
    text-align:center;
    color:#fff;
}
.focal-point-hero-wrap figure figcaption p {
  overflow: hidden;
  padding-bottom: 5px;
}
.focal-point-hero-wrap figure figcaption * {
  position: relative;
}
.focal-point-hero-wrap figure figcaption:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(28, 28, 28, 0.25)), to(rgba(28, 28, 28, 0.8)));
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0.25) 5%, rgba(28, 28, 28, 0.8));
}
.focal-point-hero-wrap figure.hero figcaption.empty-caption:before{
  background: none;
}

/*flex slider stuff*/
.flex-control-nav{
  list-style: none!important;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.flex-control-nav li{
  margin: 0 5px;
}
.flex-control-nav a{
  text-indent:-999rem;
  display:inline-block;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  opacity: .6;
  height: .6rem;
  width: .6rem;
  cursor: pointer;
}
.flex-control-nav a.flex-active{
  opacity:1;
}
.focal-point-hero-wrap .flex-prev,
.focal-point-hero-wrap .flex-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
    height: 40px;
    margin-top: -20px;
    opacity: .7;
    text-indent: -999rem;
    transition: opacity .2s;
}
@media (min-width: 992px) {
    .focal-point-hero-wrap .flex-prev,
    .focal-point-hero-wrap .flex-next {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: auto;
        margin:0;
    }
}
.focal-point-hero-wrap .flex-next{
  right: 0;
  left: auto;
}
.focal-point-hero-wrap .flex-prev::before,
.focal-point-hero-wrap .flex-next::before {
  content: "\f053";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: 35%;
  top: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  /* stylelint-disable font-family-no-missing-generic-family-keyword */  
  font: 700 2rem/1 "Font Awesome 5 Free";
  /* stylelint-enable font-family-no-missing-generic-family-keyword */
  text-align:center;
  text-indent:0;
  color:#fff;
  transition: left .2s, right .2s;
}
.focal-point-hero-wrap .flex-next::before {
  content: "\f054";
  left: auto;
  right:35%;
  margin-left: auto;
  margin-right: -1rem;
}
.focal-point-hero-wrap .flex-prev:hover::before{
  left: 30%;
}
.focal-point-hero-wrap .flex-next:hover::before {
  right: 30%;
}
@media(min-width: 992px){
  .focal-point-hero-wrap .flex-prev,
  .focal-point-hero-wrap .flex-next{
    opacity: 0;
  }
  .focal-point-hero-wrap:hover .flex-prev,
  .focal-point-hero-wrap:hover .flex-next{
    opacity:.35;
  }
  .focal-point-hero-wrap .flex-prev:hover,
  .focal-point-hero-wrap .flex-next:hover{
    opacity:1;
  }
  
}
.focal-point-hero-wrap .flex-disabled{
  display:none;
}
/*end og flex slider stuff*/

.focal-point-side-by-side-hero-wrap ul.slides {
    list-style:none;
    margin:0;
}
.focal-point-side-by-side-hero-wrap ul.slides li{
    list-style:none;
    margin:0;
}

.focal-point-side-by-side-hero-wrap ol.flex-control-nav,
.focal-point-side-by-side-hero-wrap ol.flex-control-nav li{
    list-style: none;
}

/* start extend for this slideshow*/
.focal-point-side-by-side-hero-contain {
  padding: 30px 0 0;
  background: rgb(55, 55, 55);
  background: linear-gradient(0deg, rgba(55, 55, 55,0) 0, rgba(55, 55, 55,0) 70px, rgba(55, 55, 55,1) 71px,rgba(55, 55, 55,1) 100%);
}

.white-bg-mobile{
  background: #fff;
  position: relative;
}
.focal-point-side-by-side-hero-contain .col-lg-8:before{
  content: '';
  background:#fff;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  height: 30px;
}
@media(min-width: 992px){
  .focal-point-side-by-side-hero-contain .col-lg-8:before{
    display: none;
  }
}

@media(min-width: 992px){
  .white-bg-mobile{
    background: transparent;
  }
}

.focal-point-side-by-side-hero-contain picture.fixed-aspect {
    padding-bottom: 50%;
}

/*applies to both over slide and right caption*/
.focal-point-side-by-side-hero-contain .caption h1,
.focal-point-side-by-side-hero-contain figcaption h1{
    /* stylelint-disable property-no-unknown */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* stylelint-enable */
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink:0;
}
.focal-point-side-by-side-hero-contain .caption p,
.focal-point-side-by-side-hero-contain figcaption p{
     font-size: .9rem;
}
.focal-point-side-by-side-hero-contain .caption p.byline,
.focal-point-side-by-side-hero-contain figcaption p.byline{
     font-size: .8rem;
     flex-shrink:0;
}

/* caption over slide (left)*/
.focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption {
    padding: 1rem 3rem;
    justify-content: center;
}
.focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption .figcaption-inner{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption h1{
    font-size: 1.4rem;
    font-weight: 400;
}
.focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption .description,
.focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption .byline{
    display:none;
    margin-top:0;
}
@media(min-width: 992px) {
    .focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption {
        padding: 1rem 6rem;
    }
    .focal-point-wrap.focal-point-side-by-side-hero-wrap figure.default figcaption .byline{
        display:block;
    }
}

/* right side caption */
.focal-point-side-by-side-hero-contain .caption {
    max-height: 100%;
}
.focal-point-side-by-side-hero-contain .caption h1 {
    font-size: 1.6rem;
}
@media(min-width: 992px){
  .focal-point-side-by-side-hero-contain .caption h1,
  .focal-point-side-by-side-hero-contain .caption p{
      color:#fff;
  }
  .focal-point-side-by-side-hero-contain .caption p{
      /* stylelint-disable property-no-unknown */
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      /* stylelint-enable */
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .focal-point-side-by-side-hero-contain .caption.static-caption p{
      -webkit-line-clamp: 7;
  }
  .focal-point-side-by-side-hero-contain .caption .byline{
    margin: 0;
  }
}
/* right side container caption stuff*/
.focal-point-side-by-side-hero-contain .caption-wrap {
    display:flex;
    align-items:center;
}
@media(min-width: 992px){
  .focal-point-side-by-side-hero-contain .caption-wrap {
    position:absolute;
    height: calc(100% - 100px);
    overflow:hidden;
    padding: 0 1rem;
  }
}
.focal-point-side-by-side-hero-contain .caption-right{
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
@media(min-width: 992px){
  .focal-point-side-by-side-hero-contain .caption-right{
    padding: 0;
  }
}
.focal-point-side-by-side-hero-contain .caption-right .fa-play{
    display:none;
}
.focal-point-side-by-side-hero-contain .fa-play.slide-icon {
  margin-bottom:10px;
}

.focal-point-side-by-side-hero-wrap .flex-viewport {
    width: calc(100% - 2px); /*flexslider has issues with rounding*/
}
/*move these to theme?*/
picture.fixed-aspect.portrait .slide-bg-blur{
  position: absolute;
  top:-20rem;right:-20rem;left:-20rem;bottom:-20rem;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}
picture.fixed-aspect.portrait .bg-image-fallback, 
picture.fixed-aspect.portrait img{
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.focal-point-side-by-side-hero-contain .slidecount {
    position: absolute;
    color:#fff;
    font-size: 1rem;
    right: 1rem;
    left:auto;
    transform: none;
    bottom: .5rem;
    z-index:1;
    font-family: Oswald, sans-serif;
}</pre></body></html>