<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
Note: The variables we use have been moved to _variables.scss in this same folder.
They were moved because we needed to include them in both the main stylesheet as well
as the first-meaningful-paint stylesheet and we didn't want the rest of these settings included twice
*/
/**@mixin vertical-align($position: relative, $top: 50%) {
  position: $position;
  top: $top;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}**/
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/* line 16, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.mainSlideShow {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  height: calc(95vh - 80px); }
  @media only screen and (max-width: 640px) {
    /* line 16, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .mainSlideShow {
      height: calc(64vh - 40px); } }
  /* line 26, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .mainSlideShow .slideshowMainStage {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0; }
    @media only screen and (max-width: 640px) {
      /* line 36, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .slideshowMainStage .slick-slider {
        height: 100%; }
        /* line 39, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
        .mainSlideShow .slideshowMainStage .slick-slider .slick-list {
          height: 100%; }
          /* line 41, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
          .mainSlideShow .slideshowMainStage .slick-slider .slick-list .slick-track {
            height: 100%; } }
    /* line 48, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .mainSlideShow .slideshowMainStage .slide {
      padding-top: 0;
      height: calc(95vh - 80px);
      background-size: cover;
      background-position: center;
      align-items: center;
      display: flex;
      position: relative; }
      @media only screen and (max-width: 640px) {
        /* line 48, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
        .mainSlideShow .slideshowMainStage .slide {
          height: calc(45vh - 40px); } }
    /* line 63, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .mainSlideShow .slideshowMainStage .left-corner {
      z-index: 1; }
      @media only screen and (max-width: 640px) {
        /* line 63, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
        .mainSlideShow .slideshowMainStage .left-corner {
          display: none; } }
    /* line 71, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .mainSlideShow .slideshowMainStage .move_in {
      position: absolute;
      bottom: 80px;
      margin: 0 auto;
      max-width: 285px;
      left: 0;
      right: 0;
      text-align: center;
      height: 40px;
      padding: 0 10px 0 35px;
      display: flex;
      align-items: center;
      background-color: #8A1538;
      color: #fefefe;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 1.7px;
      line-height: 18px;
      font-family: "nunito-sans";
      z-index: 0;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        /* line 71, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
        .mainSlideShow .slideshowMainStage .move_in {
          left: 0px;
          right: auto;
          bottom: 120px;
          padding-left: 40px; } }
      @media only screen and (max-width: 640px) {
        /* line 71, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
        .mainSlideShow .slideshowMainStage .move_in {
          padding: 16px 28px 16px 29px;
          margin-top: 100px;
          z-index: 8;
          height: auto;
          font-size: 13px;
          width: auto;
          padding-right: 10px;
          text-align: center;
          bottom: 80px;
          left: 0;
          right: 0;
          max-width: 265px; } }
      /* line 115, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .slideshowMainStage .move_in:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 40px solid #8A1538;
        border-right: 40px solid transparent;
        position: absolute;
        right: -40px;
        top: 0; }
        @media only screen and (max-width: 640px) {
          /* line 115, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
          .mainSlideShow .slideshowMainStage .move_in:after {
            border-width: 50px;
            right: -50px; } }
      /* line 131, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .slideshowMainStage .move_in:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 40px solid #8a1538;
        left: -40px;
        position: absolute;
        top: 0; }
        @media only screen and (max-width: 640px) {
          /* line 131, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
          .mainSlideShow .slideshowMainStage .move_in:before {
            border-width: 50px;
            left: -50px; } }
    @media only screen and (max-width: 640px) {
      /* line 149, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .slideshowMainStage .right-corner {
        display: none; } }
  /* line 156, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .mainSlideShow .caption-item {
    font-family: "nunito-sans", sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1D252D; }
    /* line 164, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .mainSlideShow .caption-item a {
      color: #1D252D;
      text-decoration: underline;
      font-weight: bold; }
      /* line 169, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .caption-item a:hover {
        text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      /* line 156, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .caption-item {
        font-size: 10px;
        line-height: 11px; } }
    @media only screen and (max-width: 640px) {
      /* line 156, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
      .mainSlideShow .caption-item {
        display: none; } }

/* line 186, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.revealPanelTop, .revealPanelBot {
  position: absolute;
  z-index: 30;
  width: 100%;
  background: #fff; }

/* line 193, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.revealPanelTop {
  height: 60%;
  top: 0; }

/* line 199, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.revealPanelMid {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 10.1%;
  top: 45%; }
  /* line 206, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .revealPanelMid .midWrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: transparent; }
    /* line 213, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .revealPanelMid .midWrap:before, .revealPanelMid .midWrap:after {
      content: "";
      position: absolute;
      width: 50%;
      box-sizing: border-box; }
    /* line 221, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .revealPanelMid .midWrap:before {
      right: 50%;
      bottom: 0;
      border-bottom: 30px solid white;
      border-right: 25px solid transparent; }
    /* line 228, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
    .revealPanelMid .midWrap:after {
      left: 50%;
      bottom: 0;
      border-bottom: 30px solid white;
      border-left: 25px solid transparent; }

/* line 237, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.revealPanelBot {
  height: 45%;
  bottom: 0; }
  /* line 242, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .revealPanelBot.finished {
    height: 0; }

/* line 247, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
.panelLine {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #ccc;
  z-index: 50;
  box-sizing: border-box;
  opacity: 0; }
  /* line 257, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .panelLine:after, .panelLine:before {
    content: "";
    position: absolute; }
  /* line 263, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .panelLine:after {
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
    top: -24px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(225deg);
    background: #fff; }
  /* line 274, /sites/koelbel.1.aordev.com/files/wp-content/themes/koelbel/vendor/gsap.scss */
  .panelLine:before {
    height: 100%;
    top: 0;
    left: calc(50% - 25px);
    width: 20%;
    background: inherit; }

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