section.body-text p {
    font-size: 1.1rem;
    line-height: 1.9rem;
}
h2 {
    font-size: 1.8rem;
}
.partner-img-top {
    width: 100%;
    height: 20vh;
    object-fit:contain;
}
.lg-sub-html h3 {
    color:white !important;
}
/* override default colors in lightgallery.min.css */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #0085CA;
}
.mediaItem {
    cursor: pointer;
}
.image-badge-container {
    position: relative;
}
.media-badge{
    background-color: #0085CA;
}
h5 {
    color: white;
}
.article-title {
    color:white;
    font-size: 270%;
    line-height: 3rem;
    background: url("http://www.species-in-pieces.com/img/textured-ui/repeat-white.png") center center repeat;
    background-size: 100px 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: scratchy 0.253s linear forwards infinite;
    -moz-animation: scratchy 0.253s linear forwards infinite;
    animation: scratchy 0.253s linear forwards infinite;
}
.oyla-link {
    color: white;
}
.oyla-link a{
    color: white;
    text-decoration: none;
}
@keyframes scratchy {
    0% {
        background-position: 0 0;
   }
    25% {
        background-position: 0 0;
   }
    26% {
        background-position: 20px -20px;
   }
    50% {
        background-position: 20px -20px;
   }
    51% {
        background-position: 40px -40px;
   }
    75% {
        background-position: 40px -40px;
   }
    76% {
        background-position: 60px -60px;
   }
    99% {
        background-position: 60px -60px;
   }
    100% {
        background-position: 0 0;
   }
}
/* Basic styles */
*, *::before, *::after {
    box-sizing: border-box;
}
/* title styles */
.home-title {
    color:#a7e1ff;
    font-size: 3.5rem;
    line-height: 3rem;
    position: relative;
    /* overflow: hidden;
    display: block; */
}
/* title animation - not currently using */
/* .home-title span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}
.home-title span::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}
.home-title span:nth-of-type(1)::before, .home-title span:nth-of-type(1)::after{
    animation-delay: 1s;
}
.home-title span:nth-of-type(2)::before, .home-title span:nth-of-type(2)::after{
    animation-delay: 1.5s;
}
@keyframes a-ltr-after{
    0% {
       transform: translateX(-100%)
   }
    100% {
       transform: translateX(101%)
   }
}
@keyframes a-ltr-before{
    0% {
       transform: translateX(0)
   }
    100% {
       transform: translateX(200%)
   }
} */
#start-article p:first-child::first-letter{
    color:#003087;
    font-weight: bold;
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: -3px;
}
.head-img {
    position: relative;
    color: white;
}
.bottom-left {
    position: absolute;
    bottom: -25px;
    left: 40px;
}
.img-scroll {
    display: flex;
    height: 50vh;
    position: relative;
    z-index: 2;
}
.img-scroll > * {
    width: 50%;
}
.section__img {
    position: relative;
    display: flex;
}
.section__img__inner {
    height: 60vh;
    position: sticky;
    left: 5%;
    width: 85%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index:0;
    filter: blur(30px);
    opacity: 0;
    background-position: 40% 45%;
    transition: opacity 0.7s ease;
}
.section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.section__text {
    padding: 0vw;
}
.img-scroll.active .section__img__inner {
    opacity: 1;
    background-position: 20% 35%;
    filter: blur(0);
    transition: opacity 0.7s ease;
}
[data-inviewport] {
   /* THIS DEMO ONLY */
    width:100px;
    height:100px;
    background:#0bf;
    margin: 150vh 0;
}
/* inViewport */
[data-inviewport="scale-in"] {
    transition: 2s;
    transform: scale(0.1);
}
[data-inviewport="scale-in"].is-inViewport {
    transform: scale(1);
}
[data-inviewport="fade-rotate"] {
    transition: 2s;
    opacity: 0;
}
[data-inviewport="fade-rotate"].is-inViewport {
    transform: rotate(180deg);
    opacity: 1;
}
.fade-in {
    opacity: 0.85;
    cursor: pointer;
}
body.hasHover .fade-in:hover {
    opacity: 1;
    cursor:pointer;
}
/* BEGIN - highlight text animation */
[data-inviewport="mark"].is-inViewport {
    -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
    animation: 1.5s highlight 1.5s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, rgba(153, 224, 254, 0.4) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
}
@-webkit-keyframes highlight {
    to {
        background-position: 0 0;
   }
}
@keyframes highlight {
    to {
        background-position: 0 0;
   }
}
.line {
    width:100px;
    height:1px;
    margin:20px auto 40px auto;
    border-bottom:1px solid white;
}
.imgToSlide {
    width:100%;
    display:block;
}
.imgSlider {
    width:100%;
    display:block;
    margin:30px auto 
}
#before-after-slider {
    width:100%;
    position:relative;
    overflow:hidden;
    border:3px solid white;
}
#after-image {
    display:block 
}
#before-image {
    position:absolute;
    height:100%;
    width:50%;
    top:0;
    left:0;
    overflow:hidden;
    z-index:2;
}
#resizer {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:5;
    top:0;
    left:50%;
    height:100%;
    width:4px;
    background:white;
    cursor: pointer;
   /*Stop vertical scrolling on touch*/
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
#resizer:after {
    background:linear-gradient(62deg,#0086c7 5%,#012e93);
    content:"< >";
    font-weight:900;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin: 0 0 0 -20px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:3px solid white;
}
/* HERO CONTAINER */
.head-wrapper {
    height: 80vh;
    position: relative;
   /* margin-left: -15px;
    */
    width: calc(100% + 30px);
    background-color: black;
}
.head-wrapper .header-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 80vh;
    opacity: 0.5;
    min-height: 450px;
}
.head-wrapper .headline {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 40px;
    z-index: 10;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    color: #fff;
    background-color: rgba(0,0,0,.4);
    padding: 30px;
    max-width: 720px;
}
.head-wrapper figcaption {
    position: absolute;
   /* top: 80vh;
    */
}
.captionHighlight {
    background-color: aqua;
}

.ytWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .ytWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }