#home-header{
  display:block;
  position:relative;
  background:rgba(68,68,68,0.06);
  /*overflow:hidden;*/
  top: -167px;
}
#home-header-swoosh{
  position:relative;
  height:0;
  width:100%;
}
#home-header-swoosh img{
  position:absolute;
  top:-256px;
  z-index:10;
  width:100%;
  /*transform:translateY(-47%);*/
  /*rotate:5deg;*/
  /*left:-5%*/
}
#home-header-nav{
  display:flex;
  position:absolute;
  top:0;
  left:0;
  z-index:10000;
  width:100%;
  height:75%;
  align-items:center;
}
#home-header-nav button{
  background:None;
  border:none;
  color:var(--teal);
}
#home-header-nav button .fa-secondary{
  color:var(--white);
  opacity:1;
}
#home-header-nav button#next-btn{
  margin-left:auto;
}
#home-carousel-bottom{
  padding:100px 50px 40px;
  display:flex;
  justify-content:end;
}
#home-carousel-bottom span{
  display:block;
  max-width:500px;
  width:100%;
  text-align:end;
  color:var(--teal2);
  font-family:'Montserrat', sans-serif;
  font-size:3rem;
}
#home-carousel{
  position:relative;
}
#home-carousel .owl-prev, #home-carousel .owl-next{
  position:absolute;
  top:50%;
  font-size:1.5rem;
  color:var(--teal);
}
#home-carousel .owl-prev .fa-inverse, #home-carousel .owl-next .fa-inverse{
  fill:var(--white);
}
#home-carousel .owl-prev .fa-secondary, #home-carousel .owl-next .fa-secondary{
  fill:var(--white) !important;
  opacity:1;
}
#home-carousel .owl-next{
  right:0;
}
#home-spotlight{
  background:var(--green);
  padding:30px;
  margin-top:60px;
}
#home-spotlight img{
  margin-top:-60px;
}
#home-spotlight .font-size-2{
  line-height:1.2em;
}
#home-spotlight ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
#home-spotlight ol li {
  margin: 0 0 0.5em 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
#home-spotlight ol li::before {
  content: counter(my-awesome-counter);
  color: var(--teal);
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
#home-spotlight a svg{
  color:var(--teal);
  font-size:2.5rem;
}
#home-spotlight a .fa-inverse{
  color:#fff;
}
#home-spotlight a .fa-secondary{
  opacity:1;
}

#spotlight-carousel{
  padding:25px 50px;
  display:block;
  position:relative;
  line-height:2.5em
}
.spotlight-slide{
  padding:35px;
  background:var(--lightGray);
  border-radius:33px;
  border:3px solid var(--teal);
  display:block;
}

#spotlight-carousel .owl-prev, #spotlight-carousel .owl-next{
  position:absolute;
  font-size:1.25rem;
  color:var(--teal);
  top:50%;
  transform:translateY(-50%);
}
#spotlight-carousel .owl-prev .fa-secondary, #spotlight-carousel .owl-next .fa-secondary{
  color:var(--white);
  opacity:1;
}
#spotlight-carousel .owl-prev{
  left:-70px;
}
#spotlight-carousel .owl-next{
  right:-70px;
}
.spotlight-carousel-img{
  max-width:800px;
  width:100%;
  box-shadow: 0px 9px 9px #00000029;
  border: 12px solid #FFFFFF;
  border-radius: 27px;
}
.spotlight-carousel-button{
  text-transform: uppercase;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  background:var(--white);
  padding:0 25px;
  border-radius:17px;
  border:1px solid var(--gray);
}
.spotlight-carousel-button:hover{
  text-decoration: none !important;
  background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2));
}
@media(min-width:2200px){
    #home-carousel-bottom {
        padding: 200px 50px 40px;
    }
}