
/*
BODY {
    background-color: green;
}
*/


/* HEADER
----------------------------------------------------*/

    #header_content_desktop {
        display: none;
        }

    #header_content_mobile {
        background-color: #ff005a;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: block;
        padding: 10px 20px 10px 10px;

        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        }
        #header_content_mobile H1 {
            height: 36px;
            width: 60px;
            }
            #header_content_mobile H1 A { 
                background-size: 50px; 
                padding-top: 36px;
                width: 60px;
                margin-top: 0;
                }

        #header_content_mobile .burger {
            float: right;
            font-size: 28px;
            color: white;
            text-decoration: none;
            margin-top: 5px;
            }


    #header_mobile_nav {
        z-index: 1001;
        background-color: #ff005a;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        text-align: center;
        }

        #header_mobile_nav .x {
            font-size: 28px;
            color: white;
            position: absolute;
            top: 16px;
            right: 20px;
            font-family: "Genericons" !important;
            }

        #header_mobile_nav .inner {
            position: absolute;
            width: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            }

        #header_mobile_nav A { font-family: "Geogrotesque-SemiBold", Arial, sans-serif; color: white; }
        #header_mobile_nav A:hover { color: #981040; }

        #header_mobile_nav UL.main { 
            font-size: 35px; 
            }
        #header_mobile_nav UL.sub {
            font-size: 23px; 
            }
        #header_mobile_nav UL.sub:before {
            content: ' ';
            border-top: 1px solid rgba(255,255,255,0.8);
            width: 40px;
            height: 1px;
            display: inline-block;
            }

        #header_mobile_nav UL.sub LI.newsletter { display: none; }

        /* The open/close stuff */
        /* http://tympanus.net/codrops/2014/02/06/fullscreen-overlay-effects/ */

        #header_mobile_nav {
            display: block;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s, visibility 0s 0.5s;
            }

        #header_mobile_nav.open {
            opacity: 1;
            visibility: visible;
            transition: opacity 0.5s;
            }

        #header_mobile_nav .inner {
            perspective: 1200px;
            }

        #header_mobile_nav .links {
            opacity: 0.4;
            transform: translateY(-15%) rotateX(35deg);
            transition: transform 0.5s, opacity 0.5s;
            }

        #header_mobile_nav.open .links {
            opacity: 1;
            transform: rotateX(0deg);
            }

        #header_mobile_nav.close .links {
            transform: translateY(15%) rotateX(-35deg);
            }

/* FOOTER
----------------------------------------------------*/
   
    #footer {
        background-image: none;
    } 
    #footer #footer_content {
        height: auto;
        width: auto;
        }

        #footer #footer_content .position {
            width: auto;
            margin: 0 auto;
            float: none;
            }

            #footer #footer_content .position > div {
                display: block;
            }

            #footer #footer_content .fb_like {
                float: none;
                margin: 0px auto 20px auto;
                }

            #footer #footer_content .links {
                float: none;
                border: 0;
                border-top: 1px solid #5c5c5c;
                border-bottom: 1px solid #5c5c5c;
                margin: 0 20px;
                }
                #footer #footer_content .links A { padding: 20px 7px; }

            #footer #footer_content .copy {
                float: none;
                text-align: center;
                padding-bottom: 10px;
                }


/* HOME
----------------------------------------------------*/
    
    BODY.home #header { height: auto; }
    BODY.home #header H1 { display: block; }
    BODY.home #header.fixed  { height: auto; }

    #home_happening .tab_nav { display: none; }

    #home_top #home_header  { top: 0; left: 0; }
    #home_top .logo { top: 85px; }

    #home_top { margin-top: 53px; height: auto; }

        #home_top .logo, #home_top .more { display: none; }

        #home_top #home_slideshow {
            height: 0;
            padding-top: 75%; /* 1600 x 1200 */
            }
        #home_top #home_slideshow .slide {
            bottom: 0;
            }
            #home_top #home_slideshow .slide IMG {
                display: block;
                width: 100%;
                height: auto;
                }
            #home_slideshow .slide .content A { padding-top: 0; }
            #home_top #home_slideshow .slide .content A .title_large { font-size: 62px; line-height: 68px; }
            #home_top #home_slideshow .slide .content A .title_small { font-size: 23px; }            

            #home_slideshow .slide .content A:hover .button { display: none; }

    #home_support A { font-size: 32px; padding: 30px 0px; }
    #home_support A .over EM { display: none !important;}

    #home_support A:hover .default { display: block;}
    #home_support A:hover .over { display: none !important;}

    BODY.home .projects_grid .grid {
        width: 50% !important;
        }
        BODY.home .projects_grid .grid .text {
            width: 100% !important;
            position: static !important;
            height: 100px;
            }


/* PROJECTS: GRID
----------------------------------------------------*/

    .projects_grid .grid { 
        border-right: 5px solid white;
        border-left: 5px solid white;
        border-bottom: 10px solid white;
        width: 33.3%; 
    }
    .projects_grid .grid .text { height: 97px; }
    .projects_grid .grid .text .padding { padding: 10px; }
    .projects_grid .grid .text .period { font-size: 10px; }
    .projects_grid .grid .text .title { font-size: 15px; }
    .projects_grid .grid .text .desc { display: none; }

    .projects_grid .grid:hover .image_hover {
        display: none !important;
        }

/* PROJECT OVERVIEW
----------------------------------------------------*/

    BODY.projects_overview #page {
        padding-top: 55px;
        }

    #projects_filter H4.title { display: none; }



/* PROJECT
----------------------------------------------------*/

    #project_nav { display: none; }
    BODY.project .content { 
        padding-left: 20px;
        padding-right: 20px; 
        max-width: 1600px; 
        }


    BODY.project #project_onview {
        display: block;
    }

    BODY.project #page {
        padding-top: 56px;
        padding-left: 0;
        padding-right: 0;
        }

    #project_header { display: none !important; }
    #project_related { display: none; }

    #project_media .gallery A:hover .image_hover { display: none !important; }

    BODY.project .gallery A { width: 33.3%; }

/* SUPPORT
----------------------------------------------------*/

    BODY.support .support_section A.button  {
        display: block;
        margin-bottom: 10px;
        }


/* CALENDAR
----------------------------------------------------*/

    /* Hide Desktop Stuff */

    #calendar_header H2,
    #calendar_header .months,
    #calendar_display {
        display: none;
        }

    /*

    #calendar_display_mobile {
        display: block;
        border-top: 1px solid #dedede;
        }

        #calendar_display_mobile .event {
            border-bottom: 1px solid #dedede;
            padding: 20px 0;
            }
        #calendar_display_mobile .event A {
            color: #333;
            }
    */

    /* Events */

    #calendar_mobile {
        margin: 0 20px;
        }
        #calendar_mobile .event {
            border-bottom: 1px solid #dedede;
            padding: 16px 0;
            }
        #calendar_mobile .event A {
            color: #333;
            }
        #calendar_mobile .event A .type {
            font-size: 10px;
            margin-bottom: 7px;
            text-transform: uppercase;
            font-family: "Geogrotesque-SemiBold", Arial, sans-serif;
            }
            #calendar_mobile .event.public_program A .type { color: #e50051; }


    /* Bottom Stuff */

    #calendar_programs .list,
    #calendar_programs .line { display: none; }

    #calendar_programs .feed {
        margin-top: 60px;
        border: 1px solid #dedede;
        background-color: #f7f7f7;
        float: none;
        width: auto;
        padding: 0 20px 20px 20px;
        }
        #calendar_programs .feed H3 { border: 0; }
 


