@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@media print {
    a[href]:after {
        content: none;
    }

    .login {
        display: none;
    }

    .zgsm-quicklink, .zgsm-button, .zgsm-button-scaling {
        -webkit-print-color-adjust: exact;
        background-color: #d1d1d1 !important;
    }

    .zgsm-button {
        background-position: 50% 60% !important;
        background-repeat: no-repeat !important;
        background-size: 48px auto !important;
    }

    #board {
        background-image: url('../img/board.svg') !important;
    }

    #faculty {
        background-image: url('../img/faculty.svg') !important;
    }

    #contact {
        background-image: url('../img/contact.svg') !important;
    }

    #newsletter {
        background-image: url('../img/newsletter.svg') !important;
    }

    #retreat {
        background-image: url('../img/retreat.svg') !important;
    }

    #event {
        background-image: url('../img/event.svg') !important;
    }

    #flyer {
        background-image: url('../img/flyer.svg') !important;
    }

}


#main {
    min-height: 0;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

body {
    color: #777;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0;
}

div.csc-frame-invisible>.bodytext {
    display: block;
}

div.content h1 {
    margin-top: 18px;
}

.hidden {
    display: none;
}

div.container {
    background-color: #fff;
}

div.header {
    margin-bottom: 1px;
    padding: 0;
}

div.header img {
    max-width: 90%;
}

div.schedule-info {
    background-color: #dedede;
    font-size: 0.6em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 1.6em;
}

h2, h3, h4, h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.hide-in-print {
    display: none;
}

.weekly-schedule-table td {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}


div.schedule-info>p {
    text-align: center;
    padding: 0;
    margin: 0;
}

#footer {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
    min-height: 0;
}

#footer p {
    border-right: 0;
}

a, a:hover, a:focus {
    color: #777;
}

#footer p {
    border-top: 1px solid #999;
    padding-top: 10px;
}

.no-padding {
    padding: 0;
}

div.content a {
    text-decoration: underline;
}

a.zgsm-button {
    display: inline-block;
    width: 124px;
    height: 124px;
    background-size: 48px auto;
    padding: 10px;
    margin: 2px;
    text-decoration: none !important;
    text-align: center;
    background-color: #d1d1d1;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    cursor: pointer; cursor: hand;
}

a.zgsm-button:hover {
    background-color: #e1e1e1;
    text-decoration: none;
    color: unset;
}

#board {
    background-image: url('../img/board.svg');
}

#faculty {
    background-image: url('../img/faculty.svg');
}

#contact {
    background-image: url('../img/contact.svg');
}

#newsletter {
    background-image: url('../img/newsletter.svg');
}

#retreat {
    background-image: url('../img/retreat.svg');
}

#event {
    background-image: url('../img/event.svg');
}

.logo {
    height: 108px;
    width: auto;
    max-width: 100%;
}

#footer {
    background-color: transparent;
}