/*
 Media Queries
*/
@media only screen and (max-width: 1399px) {
    div#section-four .carousel-item h1 {
        font-size: 2.25rem;
        padding: 0 5rem;
    }
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 0.5rem 0px 0.5rem !important;
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1199px) {
    div#nav-social a {
        margin-left: 0;
    }

    div#heroSlider div.carousel-inner {
        height: 450px;
    }

    div#fw-colorized {
        height: 550px;
    }

    div#section-four .carousel-item h1 {
        padding: 0 10rem;
    }

    div#cust-footer h5 {
        font-size: 1rem;
    }

    .pppCols {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 1049px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 0.5rem 0px 0.5rem;
    }
}

@media only screen and (max-width: 992px) {

    div.smaller-hero,
    p.hero-content {
        display: none !important;
    }

    div.smaller-hero.aligner,
    div.larger-hero.aligner {
        justify-content: center !important;
    }

    div.larger-hero.aligner {
        flex: 0 0 80%;
        max-width: 80%;
    }

    div#heroSlider .hero-title-one,
    div#heroSlider .hero-title-two,
    div#heroSlider .hero-link {
        text-align: center;
    }

    div#heroSlider .hero-title-two {
        font-size: 3rem;
    }

    div#heroSlider .hero-title-one {
        font-size: 1.5rem;
    }

    h2#header-title {
        display: none;
    }

    .pppCols {
        padding: 0 2rem;
    }

    .social-block-l {
        padding: 2rem 3rem 1rem 3rem;
    }

    .social-block-r {
        padding: 1rem 3rem 1rem 3rem;
    }

    .news-block {
        padding: 1rem 3rem 2rem 3rem;
    }

    div#cust-footer h5 {
        font-size: 1.25rem;
    }

    div#cust-footer-3 .aligner,
    div#cust-footer .aligner {
        justify-content: center;
    }

    div#heroSlider .carousel-control-prev,
    div#heroSlider .carousel-control-next {
        display: none;
    }

    div#section-four .carousel-item h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 0 3rem;
    }

    div.kids-image {
        height: 400px;
    }

    .stretch-left {
        display: none;
    }

    div#section-one .col-lg-7 {
        margin-top: 1rem;
        height: 200px;
    }

    div#heroSlider div.carousel-inner {
        height: 300px;
    }

    div#three-boxes div.icon-wrap {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    div.social-block-l,
    div.social-block-r,
    div#section-five,
    div.news-block {
        border: 0;
    }

    div#fw-colorized {
        height: 450px;
    }
}

@media only screen and (max-width: 768px) {
    .pppCols img {
        max-height: 150px;
    }

    .pppCols {
        margin: 1rem;
        height: 150px;
    }
}

@media only screen and (max-width: 720px) {
    div#section-four .carousel-item h1 {
        font-size: 1.75rem;
        line-height: 2.5rem;
        padding: 0 3rem;
    }

    div#three-boxes div.icon-wrap {
        width: 300px;
    }

    div#fw-colorized {
        height: 350px;
    }
}

@media only screen and (max-width: 575px) {
    div#lower-nav-one div.container {
        padding-right: 0;
        padding-left: 0;
    }

    div#heroSlider .hero-title-two {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 540px) {
    iframe#weather-map-big {
        height: 463px;
    }

    div#cust-footer h5,
    div#cust-footer-3 h5 {
        font-size: 1rem;
    }

    .slick-slide img {
        max-width: 300px;
    }

    div#section-four .carousel-item h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    div#fw-colorized {
        height: 250px;
    }

    div.kids-image {
        height: 300px;
    }

    div#three-boxes div.icon-wrap {
        width: unset;
    }

    div#heroSlider div.carousel-inner {
        height: 225px;
    }

    div#nav-translate {
        display: none;
    }

    div#nav-social {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    div#nav-social {
        padding-right: 0
    }

    div#nav-brand {
        padding-left: 0
    }
}

@media only screen and (max-width: 450px) {
    div#heroSlider .hero-title-one {
        font-size: 0.9rem;
    }

    div#heroSlider .hero-title-two {
        font-size: 2.25rem;
    }

    a#arcgis {
        display: none;
    }

    div#nav-social-translate-wrap {
        top: -9px;
    }

    div#nav-social,
    div#nav-social-translate-wrap,
    div#nav-brand {
        padding: 0;
    }
}

@media only screen and (max-width: 400px) {
    div#section-four .carousel-item h1 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 330px) {}