#panel_navigation .topNavigation,
#panel_navigation a.social{
    display: none;
}

#content {
    /* background-image: url('/_images/galleries/214_720.jpg'); */
    background-size: cover;
}

#panel_signup {
    padding-top: 30px;
    min-height: 500px;
    text-align: center;
    background-color: #fff;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    #panel_signup {
        width: 100%;
    }
}

#panel_signup,
#panel_signup h1,
#panel_signup p {
    color: #556;
}

.section_value-statement {
    text-align: center;
}

#panel_signup .section_signup-header img.logo {
    display: inline-block;
    width: 200px;
}

#panel_signup .section_signup-header h1 {
    color: #2d93f0;
    margin-bottom: 0;
}

.panel_sign-up-agreement {
    margin-top: 5px;
    margin-bottom: 40px;
}


#panel_signup .section_google-signup {
    margin-top: 60px;
}


.button_google-signup {
    display: inline-block;
    padding-left: 50px !important;
    color: #fff;
    background-color: #4285f4 !important;
    width: 200px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.button_google-signup::before {
    content: "";
    left: 1px;
    top: 1px;
    background-image: url('/_images/logos/logo_google.png');
    background-size: 30px 30px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px 0 0 4px;
}


#panel_signup .section_standard-signup,
#panel_signup .panel_show-standard-signup {
    background-color: #fff;
    transition: background-color 1.5s, padding-top 1s, padding-bottom 1s;
    padding-top: 0;
    padding-bottom: 0;
}

#panel_signup.show-standard-signup-form .section_standard-signup {
    padding-top: 40px;
    padding-bottom: 40px;
}

#panel_signup.show-standard-signup-form .section_standard-signup,
#panel_signup.show-standard-signup-form .panel_show-standard-signup {
    background-color: #e1f1ff;
}

#panel_signup .section_standard-signup .panel_standard-signup {
    max-height: 0;
    transition: max-height 1.5s;
    overflow: hidden;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#panel_signup.show-standard-signup-form .section_standard-signup .panel_standard-signup {
    max-height: 999px;
}

#panel_signup .panel_show-standard-signup {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 100px;
}

#panel_signup .button_show-standard-signup {
    cursor: pointer;
    display: inline-block;
    position: relative;
}


#panel_signup .button_show-standard-signup span {
    font-size: 18px;
    color: #2d93f0;
    transition: color 0.5s;
}

#panel_signup .button_show-standard-signup:hover span {
    color: #f80;
}

#panel_signup button.button_show-standard-signup {
    margin-top: 10px;
    width: 180px;
    height: 35px;
}

#panel_signup.show-standard-signup-form .panel_show-standard-signup {
    margin-bottom: 0;
}

#panel_signup.show-standard-signup-form .button_show-standard-signup {
    color: #08f;
}

#panel_signup.show-standard-signup-form button.button_show-standard-signup {
    display: none;
}

#panel_signup .panel_standard-signup #button_standard-signup {
    width: 200px;
    height: 45px;
    margin-top: 20px;
    transition: background-color 0.5s;
}

#panel_signup .panel_standard-signup #button_standard-signup.dull {
    color: #fff !important;
    background-color: #bdbfd0 !important;
}

#panel_signup .section_addcode {
    display: inline-block;
    width: auto;
    background-image: url('/_images/_structure/icons/icon_school-house.png');
    background-repeat: no-repeat;
    background-size: 65px 65px;
    background-position: left top;
    text-align: left;
    padding-left: 75px;
}

#panel_signup .section_addcode .panel_addcode-options {
    margin-bottom: 10px;
    margin-top: 10px;
}

#panel_signup .section_addcode .panel_addcode-options .checkbox {
    height: 30px;
    padding-left: 30px;
    background-size: 25px;
    background-image: url('/_images/_structure/checkbox-large_unchecked.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#panel_signup .section_addcode .panel_addcode-options .checkbox.active {
    background-image: url('/_images/_structure/checkbox-large_green.png');
}

#panel_signup .section_addcode .panel_addcode-options .checkbox h3 {
    color: #ccc;
}

#panel_signup .section_addcode .panel_addcode-options .checkbox h3 .schoolName {
    color: #ccc;
}

#panel_signup .section_addcode .panel_addcode-options .checkbox.active h3 {
    color: #444;
}

#panel_signup .section_addcode .panel_addcode-options .checkbox.active h3 .schoolName {
    color: #08f;
    font-weight: bold;
}


#panel_signup .panel_signup-error-message {
    color: #333;
    padding: 0 0 0 30px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s, opacity 0.5s, padding 0.5s;
}

.panel_signup-error-message::before {
    content: "\01F622"; /* crying emoji */
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    display: flex;
    vertical-align: middle;
    left: 0;
}

#panel_signup .panel_signup-error-message.show {
    max-height: 150px;
    opacity: 1;
    padding: 20px 0 20px 30px;
}

.tour-tip {
    padding: 15px 10px 5px 10px;
}





