/*!
Theme Name: onplace
Theme URI: https://sparkfirebranding.com
Author: Cody Creswell
Author URI: https://sparkfirebranding.com
Description: Description
Version: 2.0
Text Domain: onplace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/* Reset Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      width: 100%;
      min-height: 100vh;
      font-family: "trade-gothic-next", sans-serif;
      font-weight:300;
      line-height: 2.06;
      font-size: 17px;
      color: #4a4a4a;
    }

    html,
    body {
      overflow-x:clip;
    }
    img, picture, video, canvas, svg {
      display: block;
      max-width: 100%;
    }

    input, button, textarea, select {
      font: inherit;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    ul, ol {
      list-style: none;
    }

    /******end reset styles******/

    /* Grid System */
    .container {
      width: 85%;
      max-width: 1440px;
      margin: 0 auto;
      /*padding: 0 40px;*/
    }

    .container.flexit {
      display:flex;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      align-items:center;
      margin: 0 -30px;
    }

    .row.align-top {
      align-items:start;
    }

    .row.equal-height {
      align-items:stretch;
    }

    .row .align-right * {
      margin-left:auto;
      margin-right:0;
    }

    /* Column Classes */
    [class*="col-"] {
      padding: 0 30px;
      flex: 0 0 auto;
    }


    .col-1  { width: 8.3333%; }
    .col-2  { width: 16.6667%; }
    .col-3  { width: 25%; }
    .col-4  { width: 33.3333%; }
    .col-5  { width: 41.6667%; }
    .col-6  { width: 50%; }
    .col-7  { width: 58.3333%; }
    .col-8  { width: 66.6667%; }
    .col-9  { width: 75%; }
    .col-10 { width: 83.3333%; }
    .col-11 { width: 91.6667%; }
    .col-12 { width: 100%; }

    @media (max-width:1450px) {
      .col-sp-6 {
        width:50%;
      }

      .col-sp-hide {
        display:none;
      }
    }

  
    @media (max-width: 980px) {
      .col-lg-1  { width: 8.3333%; }
      .col-lg-2  { width: 16.6667%; }
      .col-lg-3  { width: 25%; }
      .col-lg-4  { width: 33.3333%; }
      .col-lg-5  { width: 41.6667%; }
      .col-lg-6  { width: 50%; }
      .col-lg-7  { width: 58.3333%; }
      .col-lg-8  { width: 66.6667%; }
      .col-lg-9  { width: 75%; }
      .col-lg-10 { width: 83.3333%; }
      .col-lg-11 { width: 91.6667%; }
      .col-lg-12 { width: 100%; }

      .row .col-lg-12, 
      .row .col-lg-6,
      .row .col-sm-12,
      .row .col-lg-10 {
        margin-bottom:40px;
      }

      .row .col-lg-12:last-child,
      .row .col-sm-12:last-child {
        margin-bottom:0;
      }

      .no-mob {
        display:none !important;
      }

    }

    @media (max-width: 576px) {
      .col-sm-1  { width: 8.3333%; }
      .col-sm-2  { width: 16.6667%; }
      .col-sm-3  { width: 25%; }
      .col-sm-4  { width: 33.3333%; }
      .col-sm-5  { width: 41.6667%; }
      .col-sm-6  { width: 50%; }
      .col-sm-7  { width: 58.3333%; }
      .col-sm-8  { width: 66.6667%; }
      .col-sm-9  { width: 75%; }
      .col-sm-10 { width: 83.3333%; }
      .col-sm-11 { width: 91.6667%; }
      .col-sm-12 { width: 100%; }
    }

    /* End Grid System */

    /* Utility Classes */
    .text-center { text-align: center; }
    .text-left { text-align: left; }
    .text-right { text-align: right; }
    .relative {position:relative;}

    .max {
      width:100%;
      max-width:780px;
      margin:0 auto;
    }

    .max.m-890 {
      max-width:890px;
    }

    .max.m-865 {
      max-width:865px;
    }

    .max.m-550 {
      max-width:550px;
    }

    .max.m-640 {
      max-width:640px;
    }
    
    .max.m-265 {
      max-width:265px;
    }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h1,
h2 .inline-h1 {
   font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  line-height:1.11;
  font-size:50px;
}

h1.large {
  font-size:95px;
  line-height:1;
  font-style:italic;
  opacity:0.45;
}

h2 {
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  line-height:1.11;
  font-size:45px;
}

h3 {
  font-family: "rift", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:50px;
  line-height:1;
  letter-spacing:5px;
}

h4 {
  font-family: "kepler-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size:37px;
  line-height:normal;
  letter-spacing:normal;
}

h5 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:30px;
  line-height:1.17;
  letter-spacing:2.29px;
}

h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:20px;
  line-height:1.45;
  letter-spacing:1.52px;
}

h6.larger {
  font-size:22px;
  line-height:1.59;
  letter-spacing:1.68px;
  width:95%;
  max-width:345px;
}

.advantage-item h6 {
  letter-spacing:normal;
}

.alert-bar h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing:4.1px;
  font-size: 22px;
  color: #002b49;
  text-transform:uppercase;
}

p,
.two-col-list li {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:17px;
  line-height:2.06;
  margin-bottom:20px;
  color: #002b49;
}

p.italic {
  font-style: italic;
}

p.disclaimer-line {
  font-size: 12px;
  line-height:2.5;
  letter-spacing: 0.98px;
  color:#FFF;
}

p.address-line {
  font-size:14px;
  margin-bottom:0;
}

p strong {
  font-weight: 700;
}
.bold {
  font-weight: 700;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom:10px;
}

.fw-500 {
  font-weight:500;
}

.upper {
  text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}

.italic {
  font-style: italic;
}
.under {
  text-decoration: underline;
}

.no-btm {
  margin-bottom:0 !important;
}

.mb-5 {
  margin-bottom:5px;
}

.mb-15 {
  margin-bottom:15px;
}

.mb-20 {
  margin-bottom:20px;
}

.mb-30 {
  margin-bottom:30px;
}

.mt-5 {
  margin-top:5px !important;
}

.mt-10 {
  margin-top:10px;
}

.mt-15 {
  margin-top:15px;
}

.mt-20 {
  margin-top:20px;
}

.mt-25 {
  margin-top:25px;
}

.mt-30 {
  margin-top:30px;
}

.mt-35 {
  margin-top:35px;
}

.mt-40 {
  margin-top:40px;
}

.mt-50 {
  margin-top:50px;
}

.mt-60 {
  margin-top:60px;
}

.mt-70 {
  margin-top:70px;
}

.mt-80 {
  margin-top:80px;
}

.mt-100 {
  margin-top:100px;
}

.mt-110 {
  margin-top:110px;
}

.mt-120 {
  margin-top:120px;
}

.mt-130 {
  margin-top:130px;
}

.mt-140 {
  margin-top:140px;
}

.mt-170 {
  margin-top:170px;
}

.lh-70 {
  line-height:70px;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a.white,
.white {
  color:#FFF;
}

.navy {
  color: #002b49;
}

.lt-blue {
  color:#4f758b;
}

.teal {
  color:#5cb8b2;
}

.yellow {
  color:#fdd086;
}

.orange {
  color:#fa9370;
}

.green {
  color:#417571;
}

.dim-blue {
  color:#b7dde1;
}

/*–––––––––––––––––––––––––––––––––– Custom Styles–––––––––––––––––––––––––––––––––––––––––––––––––– */


/** Navigation Styles **/

#navigation {
  width:100%;
  padding:0;
  position:sticky;
  z-index:1000;
  top:0;
   background-color: #FFF;
   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none;
}

#navigation.sticky {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.nav-logo,
.nav-items {
  display:inline-block;
  vertical-align:top;
}

.nav-logo {
  width:250px;
  position:relative;
}

.nav-logo .logo-circle {
  background-color:#FFF;
  width:100%;
  border-radius:50%;
  top:0;
  left:0;
  height: 150%;
  position: absolute;
  z-index: -1;
  transition:all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-logo img {
  width:200px;
  margin:0 auto;
  padding-top:15px;
  position:absolute;
  z-index:10;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  transform-origin: left top;
}

.nav-logo .initial-logo {
  transition:all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-logo .scrolled-logo {
  opacity: 0;
  transform: scale(0.2) translate(-50%,-50%);
  padding-top:0;
  transition:all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

#navigation.sticky .nav-logo .initial-logo {
  opacity: 0;
  transform: scale(0.3) translate(-50%,-50%);
}

#navigation.sticky .nav-logo .scrolled-logo {
  opacity: 1;
  transform: scale(1) translate(-50%,-50%);
  transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

#navigation.sticky .nav-logo .logo-circle {
  transform:scale(0);
}

.nav-items {
  text-align:right;
  width:calc(100% - 250px);
}

.nav-items.footer {
  text-align:center;
  width:100%;
}

.nav-items li {
  display:inline-block;
  margin-right:40px;
  position:relative;
  padding: 25px 0;
}

.nav-items.footer li {
  padding:0;
}

.nav-items li:last-child,
.nav-items li.last-desk,
.nav-items li.last-nav {
  margin-right:0;
}

.nav-items li a {
 font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration:none;
  font-size:15px;
  line-height:1;
  color:#002b49;
  letter-spacing: 4.01px;
}

.nav-items.footer li a {
  color:#FFF;
  text-transform:uppercase;
  font-size:15px;
}

.nav-items li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-items li a.active,
.nav-items li a:hover {
  font-weight:700;
}

.nav-items li a.active.smith-lane,
.nav-items li a.smith-lane:hover {
  color:#b7dde1;
}

.nav-items li a.active.onvie,
.nav-items li a.onvie:hover {
  color:#fa9370;
}

.nav-items li a.active.onmenity,
.nav-items li a.onmenity:hover {
  color:#5cb8b2;
}

.nav-items li a.active.onspire,
.nav-items li a.onspire:hover {
  color:#fdd086;
}

.nav-items li > ul {
  position:absolute;
  z-index:-1;
  opacity:0;
  width:200px;
  text-align: left;
  transition:none;
   box-sizing: border-box;
   max-height:0;
   top:35px;
   background-color:#bfd5e2;
   padding-top:20px;
   pointer-events:none;
}

@media (min-width:981px) {

  .nav-items li:hover > ul {
    left:0;
    z-index:100;
    opacity:1;
    height:auto;
    max-height:500px;
  transition: opacity 1s linear;
  pointer-events:all;
  }

}

.nav-items li > ul li {
  display:block;
 padding:5px 20px 5px 20px;
 background-color:#003360;
 width:100%;
}

.nav-items li > ul li:first-child {
  padding-top:15px;
}

.nav-items li > ul li:last-child {
  padding-bottom:15px;
}

.nav-items li > ul li a {
  color:#FFF;
}

.nav-items li > ul li a:hover {
  color:#bfd5e2;
}

 .mob-nav-abso {
  position:absolute;
  opacity:0;
   transition: opacity 1s ease-in-out;
   width: 50%;
  height: calc(100vh - 80px);
  left: 0;
  top: 80px;
  z-index:-1;
  background-color: rgba(0,0,0,0.7);
 }

/** End Navigation Styles **/

.hero-slider,
.home-slider {
  width:100%;
  height:700px;
  overflow:hidden;
}

.hero-slider div,
.home-slider div {
  width:100%;
  min-height:700px;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.home-slider div {
  transition: transform 6s ease-in-out;
}

.cycle-slideshow .scale {
  transform: scale(1.05);
}
.cycle-slideshow .fx1 {
  transform-origin: bottom left;
}
.cycle-slideshow .fx2 {
  transform-origin: top left;
}
.cycle-slideshow .fx3 {
  transform-origin: top right;
}
.cycle-slideshow .fx4 {
  transform-origin: bottom right;
}


.site-wrap {
  width:100%;
}

.alert-bar {
  width:100%;
  padding:17px 0;
  background: #B7DDE1;
  background: linear-gradient(90deg,rgba(183, 221, 225, 1) 0%, rgba(253, 208, 134, 1) 50%, rgba(250, 147, 112, 1) 100%);
}

.alert-bar.h-20 {
  padding:10px 0;
}

.fill {
  width:100%;
  display:block;
  margin:0 auto;
}

.pad-top-50 {
  padding-top:50px;
}

.pad-top-150 {
  padding-top:150px;
}

.pad-120 {
  padding:120px 0;
}

.btn {
  font-family: "montserrat", sans-serif;
  font-size:17px;
  letter-spacing:4.5px;
  font-weight:600;
  text-align:center;
  padding:0px 20px;
  display:inline-block;
  text-transform:uppercase;
  transition: background .5s ease-in-out;
}

.btn.solid {
  border-radius:50px;
  background-color:transparent;
  color:#FFF;
}

.btn.teal {
  border:3px solid #5cb8b2;
}

.btn.yellow {
  border:3px solid #fdd086;
}

.btn.lt-blue {
  border:3px solid #b7dde1;
  color:#4f758b;
}

.btn.lt-blue.white-text {
  color:#FFF;
}

.btn.navy {
  border:3px solid #4f758b;
}

.btn.orange {
  border:3px solid #fa9370;
}

.btn.with-arrow {
  background-image:url(img/button-arrow-right.svg);
  background-size:60px auto;
  background-repeat:no-repeat;
  padding-right: 120px;
  background-position: 91% 50%;
}

.btn.with-arrow.navy {
  background-image:url(img/button-arrow-right-navy.svg);
  color:#002b49;
}

.btn.with-arrow.navy:hover {
  color:#FFF;
  background-color:#002b49;
  background-image:url(img/button-arrow-right.svg);
}

.btn.lt-blue:hover {
  background-color:#b7dde1;
  color:#FFF;
}

.btn.teal:hover {
  background-color:#5cb8b2;
}

.btn.yellow:hover {
  background-color:#fdd086;
}

.btn.orange:hover {
  background-color:#fa9370;
}

.btn.rainbow {
  position:relative;
  /*border:3px solid transparent;*/
  border-radius:50px;
  /*background:#fff;*/
  color:#4f758b;
  /*background-clip:padding-box;
  transition: background .5s ease-in-out;*/
}

.btn.rainbow::after {
 /* position:absolute;
  top:-3px;
  bottom:-3px;
  left:-3px;
  right:-3px;
  background:linear-gradient(to bottom right, #B7DDE1 0%, #FDD086 50%, #FA9370 100%);
  content: '';
    z-index: -1;
    border-radius: 50px;
    animation: spin-gradient 4s linear infinite paused;*/

  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px; /* border thickness */
  background: linear-gradient(
    90deg,
    #B7DDE1,
    #FDD086,
    #FA9370
  );
  background-size: 300% 300%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  transition: background-position 0.3s ease;
}

.btn.rainbow:hover::after {
  animation: border-rotate 2s linear infinite;
}

@keyframes border-rotate {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}

.btn-spacer {
  margin-top:70px;
  text-align:center;
}

.btn-spacer.margin-40 {
  margin-top:40px;
}

.btn-spacer.left-align {
  text-align:left;
}

.btn-spacer.margin-25 {
  margin-top:25px;
}

.blue-stroke {
  position:absolute;
  right:0;
  width:375px;
  top: -210px;
  height: 460px;
  background-size:cover;
  background-image:url(img/blue-stroke-lg.png);
  background-repeat:no-repeat;
  z-index:-1;
  /*transform:rotate(-90deg);
  right:-375px;*/
  opacity:0;
  transition:all .7s ease-in;
}

.blue-stroke.active {
  opacity:1;
}

.yellow-stroke {
  position:absolute;
  /*left:0;*/
  width:365px;
  bottom:0;
  height: 270px;
  background-size:cover;
  background-image:url(img/yellow-brush.png);
  background-repeat:no-repeat;
  z-index:-1;
  /*left:-365px;
  transform:rotate(-90deg);*/
  opacity:0;
   transition:all .7s ease-in;
}

.yellow-stroke.active {
  opacity:1;
}

.hide-overflow {
  overflow:hidden;
}

.three-photos {
  display:flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  gap: 15px; /* Sets the gap between flex items */
  width:100%;
}

.three-photos .photo {
  flex: 1 1 calc(33.333% - 15px); /* Each photo takes up approximately one-third of the container width, minus the gap */
  padding-bottom:calc(28.666% - 30px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.rainbow-bar,
.rainbow-line {
  height:20px;
  background: linear-gradient(90deg,rgba(183, 221, 225, 1) 0%, rgba(253, 208, 134, 1) 50%, rgba(250, 147, 112, 1) 100%);
  width:100%;
}

.rainbow-line {
  height:2px;
  width:95%;
  max-width:345px;
}

.rainbow-line.small {
  max-width:200px;
}

.grey-texture,
.blue-texture {
  padding:100px 0;
  background-image:url(img/grey-texture-bg.jpg);
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.blue-texture {
  padding:50px 0;
  background-image:url(img/blue-texture-bg-v2.webp);
}

.on-graphic {
  position:relative;
}

.on-stroke {
  width:100%;
  display:block;
  margin:0 auto;
}

.on-graphic .onmenity {
  position:absolute;
  left:20%;
  top:50%;
}

.onmenity .onmenity-logo,
.onmenity .onmenity-text {
  display:inline-block;
  vertical-align:top;
}

.company-list {
  width:100%;
  position:relative;
  padding:110px 0;
}

.company-list.pad-70 {
  padding:70px 0;
}

.company-bg {
  background-image:url(img/our_companies_bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
  height:100%;
  width:75%;
  position:absolute;
  z-index:0;
  top:0;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
}

.teal-stroke {
  margin:0 auto;
  width:100%;
  max-width:487px;
  opacity:0;
  z-index:-1;
  transition: all .7s ease-in;
}

.teal-stroke.active {
  opacity:1;
}

.coral-stroke {
  position:absolute;
  right:0;
  top: -420px;
  z-index: -1;
  /*transform:scale(0);*/
  opacity:0;
  transition: all .7s ease-in;
}

.coral-stroke.active {
  opacity:1;
}

.teal-stroke-full,
.about-coral-stroke {
  position:absolute;
  left:0;
  top:-150px;
  z-index:-1;
  max-width: 420px;
}

.teal-stroke-full {
  /*left:-7.5%;
  transform:rotate(30deg);*/
  opacity:0;
  transition:all .7s ease-in;
}

.teal-stroke-full.active {
  opacity:1;
}

.about-coral-stroke {
  right:0;
  left:auto;
  bottom:300px;
  top:auto;
  /*right:-7.5%;
  transform:rotate(50deg);*/
  opacity:0;
  transition:all .7s ease-in;
}

.about-coral-stroke.active {
  opacity:1;
}

.partners-stroke {
  position:absolute;
  bottom:0;
  left:25%;
  z-index:10;
  /*transform:scale(0);*/
  opacity:0;
  transition:all .7s ease-in;
}

.partners-stroke.active {
  opacity:1;
}

.planning-stroke {
  position:absolute;
  left:0;
  top:-300px;
  z-index:10;
  /*transform:scale(0);*/
  opacity:0;
  transition:all .7s ease-in;
}

.planning-stroke.active {
 opacity:1;
}

.who-we-are-stroke {
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(0);
  right:8%;
  z-index:10;
  opacity:0;
  transition:all .7s ease-in;
}

.who-we-are-stroke.active {
  opacity:1;
}

.planning-stroke.right {
  right:0;
  left:auto;
}

.coral-stroke img,
.tb-coral-stroke img,
.partners-stroke img {
  width:100%;
  max-width:494px;
}

.planning-stroke img,
.who-we-are-stroke img {
  max-width:280px;
  width:100%;
}

.tb-coral-stroke {
  position: absolute;
  left: 23%;
  top: -120px;
  z-index: -1;
  opacity:0;
  transition:all .7s ease-in;
}

.tb-coral-stroke.active {
  opacity:1;
}

.client-slide {
  width:95%;
  margin:0 auto;
}

.client-slide .slick-dots {
  bottom:-55px;
}

.client-slide .slick-dots li {
  width:13px;
  height:13px;
}

.client-slide .slick-dots li button {
  border-radius: 50%;
  width:13px;
  height:13px;
  border: 2px solid #4f758b;
}

.client-slide .slick-dots li button::before {
  font-size:0;
}

.slick-dots li.slick-active button {
  background-color: #4f758b;
}

.prev-arrow,
.next-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:-55px;
}

.next-arrow {
  left:auto;
  right:-55px;
}

.last-section {
  margin-bottom:120px;
}

#footer {
  background-color:#4f758b;
  padding:50px 0;
}

.footer-logo img {
  display:block;
  width:186px;
  margin:0 auto;
}

.three-logos a {
  display:inline-block;
  vertical-align:middle;
  transition:opacity .5s ease-in;
}

.three-logos a:hover {
  opacity:0.4;
}

.three-logos a.onvie {
  width:92px;
  padding-bottom:5px;
}

.three-logos a.onspire {
  width:165px;
}

.three-logos a.onmenity {
  width:154px;
}

.three-logos a:nth-child(2) {
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  padding:0 20px;
  margin:0 20px;
}

.address-line,
.social-icons {
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}

.social-icons.vert-bottom {
  vertical-align:bottom;
}

.social-icons a:first-child {
  padding-bottom:5px;
}

p.address-line {
  line-height:21px;
}

.address-line span {
  font-size:41px;
}

a.hover-under:hover {
  text-decoration:underline;
}

.social-icons {
  margin-right:0;
}

.social-icons a {
  display:inline-block;
  vertical-align:middle;
  margin-right:25px;
  opacity:1;
  transition:all .5s ease-in;
}

.social-icons a:hover {
  opacity:0.5;
}


.social-icons a:last-child {
  margin-right:0;
}

.advantage-grid {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.advantage-item {
  width:30%;
  text-align:center;
}

.adv-num {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size:22px;
  line-height:1;
  color: #4f758b;
  letter-spacing:1.68px;
}

.neg-top-100 {
  margin-top:-100px;
}

.pad-btm-200 {
  padding-bottom:200px;
}

.marquee-container {
            overflow: hidden;
            white-space: nowrap;
            width: 100%; /* Responsive width */
            padding: 10px 0;
        }

        .marquee {
            display: inline-block;
            white-space: nowrap;
        }

        .award-item {
            display: inline-block;
            margin: 0 20px; /* Space between awards */
            font-size: 25px;
            font-family:"montserrat", sans-serif;
            font-weight:600;
            color:#4f758b;
            letter-spacing:normal;
            vertical-align:middle;
        }

        .award-item span {
          font-weight:bold;
          text-transform:uppercase;
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

.divider-dot {
  width:15px;
  height:15px;
  background-color:#b7dde1;
  border-radius:50%;
}

.body-logo.onmenity {
  display:block;
  width:198px;
}

.services-holder {
  width:100%;
  background-color:#4f758b;
  padding:150px 0;
}

.services-holder.parallax {
  overflow:hidden;
  /*padding:200px 0;*/
  padding:399px 0;
  background:none;
}

.services-holder .playground {
  height:100%;
  background-image:url(img/playground-photo.webp);
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
  width: 55%;
  position: absolute;
  top: 0;
}

.services-holder .playground.services {
  background-image:url(img/services-side-photo.webp);
}

.services-holder .rainbow-line:last-child {
  display:none;
}

.quote-mark {
  margin:0 auto;
  width:120px;
}

.cornhole-photo {
  overflow:hidden;
}

.cornhole-photo img {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.linked-in img {
  display:block;
  margin:0 auto;
  width:50px;
}

.form-wrapper {
  background-color:#bfdce0;
  border-radius:15px;
  padding:110px;
}

.form-wrapper input,
.form-wrapper textarea,
.quick-form input {
  border:none !important;
  outline:none !important;
  background-color:#FFF;
  padding:22px 10px !important;
  text-align:left;
  line-height: 1.75;
  letter-spacing: 1.52px;
  color: #000;
  font-family:"montserrat", sans-serif;
  font-size:20px;
  font-weight:500;
  text-transform:uppercase;
}

.quick-form #input_2_1 {
  width:390px !important;
}

.quick-form .gform_heading {
  display:none;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder,
.quick-form input::placeholder {
  line-height: 1.75;
  letter-spacing: 1.52px;
  color: #4f758b;
  font-family:"montserrat", sans-serif;
  font-size:20px;
  font-weight:500;
  text-transform:uppercase;
  text-align:left;
}

#gform_submit_button_1,
#gform_submit_button_2 {
 border-radius: 21px;
  line-height: 1.75;
  letter-spacing: 3.5px;
  color: #FFF;
  font-family: "montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  background-color: #4f758b;
  border:2px solid #4f758b !important;
  padding: 5px 30px !important;
}

#gform_submit_button_2 {
  border-radius: 0;
  padding: 4px 30px !important;
  margin-left:-5px !important;
}

#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  background-color:transparent;
  color:#4f758b;
}

#gform_2 .gform-footer,
#gform_2 .gform-body {
  display: inline-block;
  vertical-align: middle;
  margin:0 !important;
  padding:0 !important;
}

#gform_2 .gform-footer {
  margin-left:-5px;
}

.locations {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.locations .location {
  width:49%;
}

.location p {
  line-height:1.24;
}

.career-list {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.career-list .career {
  width:30%;
  margin-bottom:50px;
}

.teal-bg {
  background-color:#4f758b;
  padding:130px 0;
}

.stay-loop {
  background-color:#b7dde1;
  padding:50px 0;
}

.quick-sub {
  display:flex;
  align-items:center;
  justify-content: center;
}

.quick-sub h1 {
  margin-right:40px;
}

.dual-btn {
  display:flex;
  justify-content:center;
  align-items:center;
}

.dual-btn a:first-child {
  margin-right:35px;
}

.girl-with-dog {
  width:66.67%;
}

.fireworks {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  width:66.67%;
}

.two-col-list {
  display:flex;
}

.two-col-list .list {
  width:50%;
  box-sizing:border-box;
}

.list li::marker {
  color:#5cb8b2;
  font-size:28px;
  line-height:1;
}

.two-col-list .list:first-child {
  padding-right:25px;
}

.two-col-list .list:nth-child(2) {
  padding-left:35px;
}

.smith-lane-hero {
  display:block;
  margin:0 auto;
  max-width:350px;
}

.podcast-thumb {
  width:100%;
  padding-bottom:100%;
}

.pod-links {
  display:flex;
  align-items:center;
  justify-content: center;;
}

.pod-links .link {
  width:62px;
}

.pod-links .link {
  margin-right:30px;
}

.pod-links .link:last-child {
    margin-right:0;
}

.podcast-thumb {
  background-size:cover;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.podcast-divider {
  width:100%;
  height:2px;
  background-color:#b7dde1;
  margin-top:50px;
  margin-bottom:50px;
}

.addl-content {
  display:none;
}


.episode-divider:last-child {
  display:none;
}

.only-980 {
  display:none;
}

#idqtnea7 .sc-tagGq {
  display:none;
}

#gform_confirmation_wrapper_1 {
  padding:210px 0;
}

/*****Media Queries*******/

@media (min-width:1521px) {
  .hamburger {
    display:none;
  }

  .nav-items li.mob-only,
  .mob-only {
    display:none;
  }
}

@media (max-width:1520px) {
  /***Mobile Menu Styles***/

  .hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
  position:absolute;
  right: 7.5%;
top: 27px;
  }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner {
    background-color: #fdd086; }

.hamburger.is-active .hamburger-inner::before {
  background-color:#b7dde1;
}

.hamburger.is-active .hamburger-inner::after {
  background-color:#fa9370;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #003360;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

  /*  .hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
 /****end Mobile Menu STyles**/

.nav-logo {
  padding:40px 0;
}

 #navigation .nav-items {
  /*display:none;*/
  position: absolute;
  height: calc(100vh - 80px);
  top: 80px;
  background-color:#4f758b;
  /*background: linear-gradient(90deg,rgba(183, 221, 225, 1) 0%, rgba(253, 208, 134, 1) 50%, rgba(250, 147, 112, 1) 100%);*/
    z-index:9;
    box-sizing:border-box;
    transition:top 1s ease-in-out;
    text-align: left;
    padding-top: 50px;
    width: 50%;
    right: -50%;
    padding-left: 50px;
    transition: right 1s ease-in-out;
    z-index:100;
 }

  .drop #navigation .nav-items {
  /*display:block;*/
  right:0;
 }
 
 .nav-items.footer {
  display:block;
 }

 .nav-logo .logo-circle {
  z-index:10;
 }

 .drop .mob-nav-abso {
  opacity:1;
  z-index:101;
  position: fixed;
 }

#navigation .nav-items li {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position:relative;
 }

#navigation .nav-items li::after {
  content: " ";
  height: 2px;
  width: 325px;
  background: linear-gradient(90deg,rgba(183, 221, 225, 1) 0%, rgba(253, 208, 134, 1) 50%, rgba(250, 147, 112, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

#navigation .nav-items li.last-nav::after {
  background:none;
}

 #navigation .nav-items li a {
  font-size: 23px;
  color:#FFF;
 }

 .drop #navigation .nav-items li a {
	        animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation-delay:0.8s;
 }

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


 nav-items.footer li a {
  font-size:15px;
 }

 .nav-items li:hover::after {
  /*transform: scaleX(0);*/
}

}

@media (max-width:1180px) {
  .stay-loop {
    padding: 25px 0 35px 0;
  }

  .quick-sub {
    display: block;
    text-align: center;
  }

  .quick-sub h1 {
    margin-bottom:10px !important;
  }

  #gform_2 .gform-body {
    width:calc(100% - 209px);
  }

  #gform_2 .gform-body input {
    width:100% !important;
  }

  #gform_2 .gform_footer {
    width:202px;
  }
}


@media (max-width:980px) {

  html,
  body {
    overflow-x:hidden;
    width:100%;
  }

  .mob-only {
    display:block;
  }

  .mob-center {
    text-align:center;
  }

  .row.mob-flip {
    flex-direction: column-reverse;
  }

  .mob-top-10 {
    margin-top:10px !important;
  }

  .mob-top-30 {
    margin-top:30px;
  }

  .mob-btm-30 {
    margin-bottom:30px !important;
  }

  .mob-no-pad {
    padding:0;
  }

 .mob-no-top {
  margin-top:0 !important;
 }

 .mob-no-btm {
  margin-bottom:0 !important;
 }

 .mt-80 {
  margin-top:40px;
 }

 .only-980 {
  display:block;
 }

.mt-110,
.mt-100,
.mt-130,
.mt-140,
.mt-120,
.mt-170 {
  margin-top:50px;
}

.mob-center-content {
  justify-content: space-around;
}

.hero-slider {
  height:400px;
}

.hero-slider div {
  min-height:400px;
}

.pad-120,
.grey-texture,
.teal-bg {
  padding:50px 0;
}

.three-photos {
  display:block;
}

.three-photos .photo {
  padding-bottom: 67%;
  margin-bottom: 15px;
}

.company-bg {
  width:85%;
}

.coral-stroke {
 top:-330px;
}

.teal-stroke {
  max-width:267px;
}

.last-section {
  margin-bottom:50px;
}

.advantage-grid .advantage-item {
  width:48%;
  margin-bottom:40px;
}

.advantage-item .max.m-265 {
  max-width:none;
}

.tb-coral-stroke {
  right:-240px;
  top:0;
  left:auto;
}

.pad-top-150 {
  padding-top:0;
}

.mob-no-neg {
  margin-top:40px;
}

.partners-stroke {
  position: absolute;
    top: -160px;
    left: -110px;
    z-index: 10;
}

.nav-items.footer {
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.nav-items.footer li {
  width:40%;
  margin:0;
}

.address-line {
  margin:0 auto;
  display:block;
  margin-bottom:5px !important;
}

.planning-stroke {
  top: -190px;
  width: 200px;
}

.services-holder {
  padding:0 0 50px 0;
}

.services-holder.parallax {
  padding:200px 0;
}

.services-holder .playground {
  position: static;
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
}

.services-holder .rainbow-line {
  margin:0 auto;
  margin-top:30px;
}

.services-holder h6.larger {
  margin-left:auto;
  margin-right:auto;
}

.cornhole-photo img {
    height: 110%;
    width: auto;
    max-width: none;
  }

.mob-mw-350 {
  max-width:350px;
}

h1.large {
  font-size:65px;
}

.who-we-are-stroke {
  right: -10%;
  z-index: -1;
}

.linkedin.mt-50 {
  margin-top:25px;
}

.row.mob-flip .col-lg-12:last-child {
  margin-bottom:40px;
}

.about-coral-stroke {
  max-width: 300px;
  opacity: 70%;
}

.form-wrapper {
  padding:40px;
}

.prev-arrow,
.next-arrow {
  display:none;
}

#navigation.sticky .nav-logo {
  margin: 0 auto;
  width:158px;
}

#navigation .nav-logo .initial-logo,
#navigation .nav-logo .logo-circle {
  display:none;
}

#navigation.sticky .nav-logo .scrolled-logo {
  transition:none;
  opacity:1;
 transform: scale(1) translate(-50%,-50%);
}

  #navigation .nav-items li::after {
    left:50%;
    transform:translateX(-50%);
    width:280px;
  }

   #navigation .nav-items li a {
    font-size:18px;
   }

   #navigation .nav-items li {
    padding: 10px 0;
    margin-bottom:10px;
   }

   .nav-logo img {
      width: 158px;
   }

   .home-slider {
    height:515px;
   }

   .hero-slider div, .home-slider div {
    min-height:515px;
   }

   .alert-bar h6 {
    font-size:16px;
    line-height:1.56;
    letter-spacing: 2.98px;
    padding-left:20px;
    padding-right:20px;
   }

   h2 {
    font-size:30px;
    line-height:1.17;
   }

   p {
    font-size:12px;
    line-height:2.5;
   }

   .btn {
    font-size:12px;
    letter-spacing:3.18px;
    padding:5px 20px;
   }

   .left-align.center-mob {
    text-align:center;
   }

   .text-center-mob {
    text-align:center;
   }

   .btn-spacer {
    margin-top:35px;
   }

   h6 {
    font-size:12px;
    line-height:1.58;
    letter-spacing:1px;
   }

   .company-bg {
    background-image:url(img/blue-texture-bg-mobile.webp);
    width:100%;
    border-radius:0;
   }

   .company-list {
    padding:40px 0;
   }

   .nav-items.footer li a {
    font-size:12px;
   }

   .three-logos a.onvie {
    width: 55px !important;
  }

  .three-logos a {
    width:93px !important;
  }

  .three-logos a:nth-child(2) {
    padding:0 10px;
    margin:0 10px;
  }

  #footer .mt-40 {
    margin-top:20px;
  }

  p.address-line,
  p.disclaimer-line {
    font-size:10px;
    letter-spacing:0.82px;
  }

  p.address-line.mob-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  .social-icons.only-980 {
    margin-bottom:20px;
  }

  .address-line span {
    font-size:26px;
  }
  
  .mob-no-right {
    margin-right:0 !important;
  }

  .mt-60 {
    margin-top:30px;
  }

  .company-list.pad-70 {
    padding:35px 0;
  }

  .career-list .career {
    width:100%;
  }

  .career-list .career:last-child {
    margin-bottom:0;
  }

  .three-photos img.only-980 {
    max-width:400px;
    margin:0 auto;
  }

  h6.larger {
    font-size:16px;
    line-height:1.29;
  }

}

@media (max-width:650px) {
  .advantage-grid .advantage-item {
    width:100%;
  }

  .dual-btn {
    display:block;
  }

  .dual-btn .btn {
    margin:0 auto;
    margin-bottom:20px;
    display:table;
  }

  .dual-btn a:first-child {
  margin-right: auto;
}

  .dual-btn .btn:last-child {
    margin-bottom:0;
  }

   #navigation .nav-items {
    text-align:center;
    padding-left:0;
    padding-top:75px;
    width: 100%;
    z-index: 5;
    right:-100%;
   }

   .blue-stroke {
    width:250px;
   }

   .hero-slider.why-opc div {
    background-position:90% 50%;
   }

   .advantage-item h6 {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.45;
   }

   .advantage-item h4 {
    font-size:30px;
   }

   .award-item {
    font-size:16px;
   }

   .hero-slider {
    z-index:6;
   }

   .zi-4 {
    z-index:4;
   }

   .zi-5 {
    z-index:5;
   }

   .zi-6 {
    z-index:6;
   }

   .quote-mark {
    width:60px;
   }

   .mob-mw-195 {
    max-width:195px;
   }

   h1.large {
    font-size:45px;
   }

   h1.mob-30 {
    font-size: 30px;
    line-height: 1.17;
   }

   .pod-links .link {
    width:50px;
   }

   .list li::marker {
    font-size:20px;
   }

   .two-col-list li {
    font-size:12px;
   }

}

@media (max-width:750px) {
  #gform_2 .gform-body,
  #gform_2 .gform_footer {
    width:100%;
    display:block;
    margin:0 auto !important;
    margin-bottom:10px !important;
}

  #gform_2 .gform_footer {
    width:202px;
    margin-bottom:0 !important;
  }
}

@media (max-width:500px) {
  .nav-items.footer {
    display:block;
  }

  .nav-items.footer li {
    width:100%;
    margin:0 auto;
  }
}