
/*Home Page Updates*/
.home {
    position: static;
}

.home .heading1 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
}


.home .slide__subhead {
    line-height: 1.67;
    letter-spacing: -0.2px;
    font-size: 18px;
}`

.home .slick-dots {
    bottom: -15px;
}

.home .heading3 {
    font-size: 28px;
    line-height: normal;
    font-weight: normal;
}

.seeAll {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.vbar {
    margin: 0 5px 0 15px;
}
.site-nav__home {
    width: 124px;
}

.intro-text {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.2px;
}

.item-title {
    font-size: 20px;
    color: #007dc5;
    line-height: normal;
    margin-bottom: -10px;
}

.news-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dee0e1;
    margin-top: -15px;
}

.home .videoBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .media--b {
    border: 0;
}

.play-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('../img/icon-play.png');
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.home .hp-vid-copy {
    color: #333333;
}

.live-header {
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
}

    .live-header .video__wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        height: 200px;
    }
    .live-header .play-icon{
        width: 45px;
        height: 45px;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
        .live-header .play-icon:hover {
            opacity: 0.8;
        }
.live-secondary-link .play-icon:hover {
    opacity: 0.8;
}



.live-header__inner {
    width: 100%;
}

.live-main-link {
    width: 100%;
    max-width: 375px;
    margin: auto;
    height: 210px;
    background-size: auto;
    background-position: center;
    display: block;
    position: relative;
}

.live-secondary-link {
    width: 100px;
    margin: auto;
    height: 60px;
    background-size: 140%;
    background-position: center;
    display: block;
    position: relative;
}
.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
.video-modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.carousel .btn {
    font-size: 16px !important;
    font-weight: 400;
}
.modal-dialog {
    width: 100%;
    pointer-events: none;
}
.modal-content {
    width: 80%;
    position: relative;
    text-align: center;
    margin: auto;
    max-width: 970px;
    height: 210px;
    pointer-events: all;
}
    .modal-content iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }
.video-modal__close {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.habitat__title {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
@media (max-width:767px) {
    .home .slide {
        background-image: none !important;
    }
}


    @media (min-width:768px) {
        .home .heading1 {
            font-size: 42px;
        }

        .home .heading3 {
            font-size: 35px;
            letter-spacing: -0.4px;
        }

        .home .slide {
            height: 450px;
            background-size: cover;
            background-position: center;
        }

        .hero--home__img {
            display: none !important;
        }

        .home .slide__subhead {
            font-size: 20px;
            letter-spacing: -0.3px;
        }

        .home .slick-dots {
            bottom: 5px;
        }

        .news-container {
            padding-bottom: 55px;
        }
        .habitat__title {
            font-size: 24px;
 
            letter-spacing: -0.4px;
        }

        .item-title {
            font-size: 24px;
        }
        .intro-text {
            font-size: 20px;
        }

        .home .videoBlock {
            justify-content: space-between;
            margin-bottom: 55px;
        }

        .live-main-link {
            max-width: none;
            height: 100%;
            background-size: 150%;
        }

        .live-header {
            align-items: center;
        }
        .live-header .video__wrapper {
            width: 570px;
            height: 340px;
        }

        .live-header__inner {
            width: calc(100% - 570px);
            padding-left: 10%;
        }

        .modal-content {
            height: 600px;
        }
        .site-header__body {
            display: block !important;
        }
    }


    .live-cams {
        padding: 30px 0;
        background-color: #f7f9fa;
    }

        .live-cams .heading2 {
            margin: 25px 0 10px;
            font-size: 35px;
            letter-spacing: -0.4px;
            font-weight: normal;
            font-style: normal;
            color: #333333;
        }

    .cam-logo {
        width: 135px;
        margin-bottom: 10px;
    }

    .secondary-vid-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        max-width: 420px;
    }

        .secondary-vid-container .video__wrapper {
            width: 100px;
            padding-bottom: 0;
            height: 60px;
        }

        .secondary-vid-container .play-icon {
            width: 45px;
            height: 45px;
            position: absolute;
            left: 28px;
            top: 7px;
        }

    .other-cams .heading3 {
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
    }

    @media (min-width:768px) {
        .other-cams .heading3 {
            margin: 30px 0 17px;
            font-size: 24px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.4px;
        }

        .live-cams {
            padding: 60px 0;
        }
        .live-cams .heading2 {
            margin-top: 0;
        }

        .secondary-vid-container {
            max-width: none;
        }

            .secondary-vid-container .video__wrapper {
                width: calc(33% - 15px);
                height: 180px;
            }

        .live-secondary-link {
            height: 100%;
            width: 100%;
        }

        .secondary-vid-container .play-icon {
            bottom: 15px;
            right: 15px;
            left: auto;
            top: auto;
        }
    }

    /*Polar bears and their Habitat*/

    .hp-habitat {
        padding-top: 30px;
    }

        .hp-habitat .heading2 {
            font-size: 35px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.4px;
            color: #333333;
            margin-bottom: 20px;
        }

    .habitat__img {
        height: 190px;
        width: 100%;
        background-size: cover;
    }

    .habitat__inner {
        background-color: #f7f9fa;
        padding: 30px 25px;
    }

    .habitat__slider {
        margin-right: -20px;
    }

    .habitat__slide {
        width: 280px;
        margin-right: 20px;
    }
  

    .habitat__link {
        padding: 10px 15px;
        background-color: #007dc5;
        border-radius: 36.5px;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.3px;
        color: white !important;
        display: inline-block;
    }

    .hp-quote {
        padding: 30px 0;
        margin: 36px 20px 30px;
        border-top: 1px solid #dee0e1;
        border-bottom: 1px solid #dee0e1;
        text-align: center;
    }

    .quote__copy {
        font-size: 30px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        margin-bottom: 30px;
    }

    .quote__name {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: -0.2px;
    }

    .hp-change {
        padding-bottom: 180px;
        background-image: url(../img/home/ActNow.jpg);
        background-position-y: bottom;
        background-size: 175%;
        text-align: center;
        background-repeat: no-repeat;
    }

    .change__heading {
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        margin-bottom: 15px;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .change__subhead {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
    }

    .change__link {
        padding: 10px 15px;
        background-color: #007dc5;
        border-radius: 36.5px;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.3px;
        color: white !important;
        display: inline-block;
    }
@media (min-width:500px) {
    .hp-change {
        background-size: 100%;
    }
}

    @media (min-width:768px) {
        .hp-change {
            padding-bottom: 300px;
        }

        .habitat__slider {
            display: flex;
            justify-content: space-between;
        }

        .habitat__slide {
            width: calc(33% - 20px);
        }

        .change__heading {
            width: 100%;
            font-size: 35px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.4px;
            margin-bottom: 20px;
        }

        .change__subhead {
            max-width: 770px;
            margin-left: auto;
            margin-right: auto;
        }
    }

