/**** Custom Responsive Styles ****/


@media (min-width: 1200px) {
    /* For Big Stuff */
}

@media (max-width: 1024px) {
    #custom-calendar .aab-bottom {
        flex-wrap: wrap;
    }
    #custom-calendar .aab-calendar {
        width: 100vw;
    }
    #custom-calendar .aab-opp-details {
        width: 100vw;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .lb-right-scroll-panel {
        overflow: auto;
        width: 681px;
    }

    .logbook-details-section {
        width: 938px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .lb-right-scroll-panel {
        overflow: auto;
        width: 461px;
    }

    .logbook-details-section {
        width: 718px;
    }
}

@media (max-width: 800px) {
    #volunteer-program {
        grid-template-rows: auto auto;
    }

    .hero__title-outer-container {
        max-width: 80%;
    }

    .volunteer-program__display {
        display: none;
    }

    .volunteer-program__opp-list {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .lb-right-scroll-panel {
        overflow: auto;
        width: 256px;
    }

    .logbook-details-section {
        width: auto;
    }

    .hidden-xs {
        display: none;
    }

    .tab-content > .block-imp {
        display: block !important;
    }

    .tab-content > .in-imp {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .pagename {
        margin-bottom: 30px;
    }
}

@media (max-width: 486px) {
    .hdr_nav_link {
        width: 33.33%;
        min-width: auto !important;
        height: 60px;
    }

    #hdr_nav_links {
        float: none;
    }

    #hdr_logo_container {
        display: block;
        background: #333;
        text-align: center;
        float: none;
    }

    #hdr_logo {
        display: inline-block;
        height: 32px;
    }

    #logged_vol_header_nav .hdr_nav_link {
        min-width: auto;
        padding: 6px;
        float: right;
    }

    #logged_vol_header_nav #hdr_primary_msg {
        padding: 6px 10px 6px 0;
        text-align: right;
        width: 65%;
    }

    .pagename {
        margin-bottom: 20px;
    }

    .history-div {
        width: 100% !important;
    }

    .mce-toolbar {
        display: none !important;
    }

    /*.social {*/
    /*width: 43px;*/
    /*display: block;*/
    /*margin-left: 0px;*/
    /*margin-right: 2px;*/
    /*}*/
}


@media  (max-width: 760px){
    #seasonal-programs .ctb-img {
        display: none;
    }
    #seasonal-programs .ctb-headline {
        border: 2px solid #21A0D6;
        border-radius: 5px;
        width: 100%;
    }
    .arrow-right{
        display: none;
    }
    #seasonal-programs .ccu-img {
        display: none;
    }
    #seasonal-programs .ccu-headline {
        border: 2px solid #21A0D6;
        border-radius: 5px;
        width: 100%;
    }
    .arrow-left{
        display: none;
    }
    .outbx-ev{
        background-position: 50% 23%;
    }
    .outbx{
        background-position: 50% 27%;
    }

}

@media  (max-width: 767px){
    #seasonal-programs .ccu-headline, #temp-c2b .ccu-headline{
        border: 2px solid #21A0D6;
        border-radius:5px
    }
    #seasonal-programs .ctb-headline, #temp-c2b .ctb-headline {
        border: 2px solid #21A0D6;
        border-radius: 5px
    }
    .arrow-right{
        display: none;
    }
    .arrow-left{
        display: none;
    }
}

@media  (max-width: 400px){
    #seasonal-programs p {
        text-align: center;
        padding: 10px 10px 0;
        font-size: 5vw;
    }
}

@media  (max-width: 1051px){
	.aabTitle2 h1{
		font-size: 3.5vw;
	}
	.aabTitle2 p{
		font-size: 1.8vw;
	}
	.aabTitle{
		width: 50%;
	}
}

@media  (max-width: 736px){
	.aabTitle2 h1{
		font-size: 2em;
	}
	.aabTitle2 p{
		font-size: 1em;
		margin: 0 10px;
	}
	.aabTitle{
		width: 90%;
	}
}

@media only screen and (max-width: 1051px) {
    .client_footer_left {
        grid-column: 1;
        grid-row: 2;
    }

    .social {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .client_footer_right {
        grid-column: 2;
        grid-row: 2;
    }
}

@media only screen and (max-width: 736px) {
    .client_footer_left {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .social {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .client_footer_right {
        grid-column: 1 / 3;
        grid-row: 3;
    }
}

@media (max-width: 991px) {
    #custom_header_content {
        bottom: 70px;
    }
    #custom_header_content #custom-header .custom-header-main {
        font-size: 1.1rem;
    }
    #custom_header_content #custom-header .custom-header-sub {
        display: none;
    }
}

@media (max-width: 500px) {
    #custom_header_content {
        display: none;
    }
}
