/* ======== RESPONSIVE CSS ========= */


/* ===================================================
		MIN WIDTH 
=================================================== */
@media screen and (min-width: 992px) {
    .page-template-page-lp .img-caption-container img {
        height: 391px;
    }

    .page-template-page-news .news-card .featured-img {
        width: 350px;
        object-fit: cover;
        border-radius: 22px 0 0 22px;
    }
}

/* ------------------------------ 
	768px SMALL
------------------------------ */
@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}


@media (min-width: 576px) {}


/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
/* ------------------------------ 
	992px - 1199px LARGE
------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {}

/* ------------------------------ 
	768px - 991px MEDIUM
------------------------------ */
@media (min-width: 641px) and (max-width: 991px) {}


/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 50px;
    }

    .page-template-page-lp .splash {
        padding: 350px 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    header {
        background-color: #001733;
    }

    header .banner .h3 {
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border-radius: 0.25rem;
        width: 60px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    header .navbar-nav {
        align-items: center;
    }

    header .navbar-nav .menu-item {
        /* width: 80%; */
        text-align: center;
        /* border-bottom: 1px solid #CECECE; */
        /* padding: 15px 0; */
        margin: 5px 0;
        transition: all 200ms linear;
    }

    header .navbar-nav .btn-yellow {
        padding: 3px 15px !important;
    }

    nav .btn-yellow {
        margin-left: 0;
    }

    nav .btn-yellow:hover {
        background: #fff !important;
        color: #001733;
    }

    .header-logo img {
        max-width: 130px;
    }

    .gform_wrapper.gravity-theme .gform_footer {
        justify-content: center;
    }

    .page-template-page-news .news-card .h2 {
        font-size: 26px;
    }
}


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

    h1,
    .h1 {
        font-size: 40px;
    }

    .page-template-page-issues .splash {
        height: 70vw;
    }
}

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

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

    /* Reset for Mobile Admin bar */
    body {
        position: initial;
    }
}

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


    .page-template-page-issues .splash {
        height: 70vw;
    }
}

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

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

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

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