@media (max-width: 1199.98px) {
    .container-section{
        max-width: 100%;
        width: 100%;
    }

    .section-content-title .post-title h1{
        max-width: 100%;
        width: 100%;
    }

    .logo-gov-footer{
        left: 15%;
    }

    .about-us{
        padding-top: 400px;
    }

    .quick-access ul{
        grid-template-columns: repeat(3, auto); 
    }
}

@media (max-width: 991.98px) {
    .age-box {
        left: 10%;
        padding: 50px 20px;
        top: 20%;
        transform: none;
    }
    
    .age-box .btn-yes{
        margin-top: 10px;
    }

    .line-w-sm{
        top: 30px;
    }

    .header-nav {
        display: none;
    }
    .header-logo {
        max-height: 80px;
    }
    #issues li {
        width: 900px !important;
    }
    .site-background {
        min-height: 400px;
    }
    .site-title {
        font-size: 12px;
        padding: 10px 20px 10px 20px;
    }
}

@media (max-width: 767.98px) {
    ul.header-social-nav {
        display: none;
    }

    .header-top-black{
        background: transparent;
    }

    .header-top {
        padding: 40px 0;
    }
    .header-logo {
        max-height: 50px;
        transform: translate(-50%, -50%);
    }
    
    .bt-nav-mobile {
        display: block;
    }

    .btn-close{
        color: #FFF;
    }

    .carousel-item-text{
        width: 50%;
    }

    
    .carousel-item-text h2{
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    
    .carousel-item-text p{
        font-size: 10px;
        line-height: 12px;
    }

    .carousel-item-text p button{
        display: none;
    }

    .carousel-item-text.top{
        top: 5%;
        width: 80%;
    }

    .about-us{
        padding-top: 200px;
    }

    .quick-access ul{
        grid-template-columns: repeat(2, auto); 
    }

    .offcanvas-header{ display:block; }

	.mobile-offcanvas{
        background-color: #2f4941;
		display:block  !important;
		transform:translateX(-100%);
		visibility: hidden;
	    border-radius:0; 
	    height: 100%;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    position: fixed;
	    top: 0; left:0;
	    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	    width:100%;
	    z-index: 1200;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}

    .mobile-offcanvas .navbar-nav{
       list-style: none;
    }

    .mobile-offcanvas .navbar-nav li a{
        color: #FFF !important;
        font-family: 'Helvetica bold';
    }

    .mobile-offcanvas .navbar-nav li ul li a{
        color:rgba(255,255,255,0.7) !important;
        font: 13px/16px 'Lato', sans-serif;
    }

    .carousel-indicators {
        top: 40%;
        transform: translateY(-50%);
    }
    .carousel-indicators li {
        height: 5px !important;
        width: 5px !important;
        margin: 5px;
    }

    .welcome-text {
        padding: 50px 40px;
        text-align: center;
    }

    #issues li {
        width: 660px !important;
    }

    .section-title {
        background-position: center center;
        background-size: cover;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-content-title h1 {
        border: none;
        text-align: center;
    }

    .section-content-title-img{
        text-align: center;
    }

    .event .event-date{
        right: 10px;
        top: -1px;
    }

    .event .event-date::after{
        top: 99%;
    }

    .event .event-action{
        min-height: 50px;
    }

    .event .event-action .btn-primary {
        bottom: 20%;
    }

    .logo-gov-footer{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        display: block;
        margin: 20px auto;
    }

    .site-item img {
        height: 45vh;
    }
}

@media (max-width: 575.98px) {
    .g-translate {
        display: none;
    }
    #issues li {
        width: 100vw !important;
    }
}