body{
    margin:0px
}

big{
    font-size:1.25em !important
}

* {
    color: rgb(50, 49, 48);
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}
.link{
    cursor:pointer;
    color:darkblue;
    text-decoration:underline;

}

.pwd {
    transition: height .4s,color .4s, font-weight .4s;
    height: 1.5em;

    overflow: hidden;
}
#username {
    background-image: url(https://branding.humangood.org/User.png) !important;
}
select {
    padding: 1em;
    text-align: center;
    border: none;
}
span {
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

#mysec {
    font-weight: 600;
    height: 48px;
    line-height: 42px;
    margin-left: 24px;
    display: inline-block;
}



#banner > img {
    height: 24px;
    margin-top: 12px;
    margin-left: 24px;
    padding-right: 24px;
    border-right: 1px solid rgb(50, 49, 48);
    vertical-align: top;
}

button:disabled, input[type='submit']:disabled, input[type='button']:disabled {
    background:silver !important;
}
    button, input[type='submit'], input[type='button'] {
    margin-left: 2em;
    margin-right: 2em;
    border: 1px solid #eeeeee;
    height: 34px;
    padding: 5px 5px 5px 14px;
    outline: none;
   
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 8px;
    min-width: 95px;
}

::placeholder {
    color: #aaaaaa;
    
}


input[type='text'], input[type='password'] {
    margin: 2em;
    margin-bottom: 0px;
    height: 38px;
    padding: 5px 5px 5px 30px;
    outline: none;
    background-repeat: no-repeat !important;
    background-position-x: 0px;
    background-image: url(https://branding.humangood.org/password.png);
    background-position: 0px center;

    box-shadow: 0px -1px 0px 0px silver inset;
    border-radius: 0px;
    border: none;
    transition: box-shadow .6s;
    font-size: 15px;
}

button:focus, input[type='submit']:focus, select:focus {
    box-shadow: 0px -3px 0px 0px #000099 inset;
}

input.text:focus, input[type='text']:focus, input[type='password']:focus {
    box-shadow: 0px -3px 0px 0px #000099 inset;
}

button:hover, input[type='Submit']:hover, input[type='button']:hover {
    background-color: #be5a77;
    color: white;
    box-shadow: 0px 0px 5px 0px rgba(70,70,70,.2); /*, -3px -3px 5px 2px rgba(255,255,255,1); */
}

input[type='button'] {
    float: right;
    margin-right: 20%;
}

button, input[type='Submit'], input[type='button'] {
    font-weight: 100;
    background-color: #ed7195;
    color: white;
    zoom: 1;
    border-radius: 0px;
    transition-property: background-color;
    transition-duration: .40s;
    transition-property: color;
    transition-duration: .40s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .40s;
    -moz-transition-property: background-color;
    -moz-transition-duration: .40s;
    -ms-transition-property: background-color;
    -ms-transition-duration: .40s;
    -o-transition-property: background-color;
    -o-transition-duration: .40s;
    padding: 5px 20px;
    cursor: pointer;
    border: 1px solid #ed7195;
}

body {
    overflow: hidden;
}


#background {
    background-size: contain;
    background: rgb(242, 242, 242);
    zoom: 1;
    /*font-size: 14px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*text-align: center;*/
    /*font-family: Futura, Trebuchet MS, Lucida Grande, sans-serif !important;*/
    color: #6b7076;
    padding-bottom: 1em;
}

#hglogo {
    margin: 1em;
    max-height: 8%;
    max-width: 80%
}
#banner {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3em;
    background: linear-gradient(90deg, #ffd77d, #ec97ac, #90d8f1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 12;
    text-align: left;
    border-bottom-color:rgb(234, 234, 234);
    border-bottom-style:solid;
    border-bottom-width:1px
}

#bgi {
    font-size: 37px;
    margin-bottom: 7px;
    display: inline-block;
}

*.appcontainer {
    border-top: none;
    bottom:0px;
    top:3em;
    background: rgb(248, 248, 248);
    overflow-y: auto;
    position: absolute;
    transition: left .2s;
    left: 265px;
    right: 0px;
    padding: 1em;
}

#hideCont{
    display:none;
}
#container {
    box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
    position: relative;
    max-width: 750px;
    width: 100%;
    background-color: white;
    display: block;
    border: none;
    overflow-y: auto;
    max-height: calc(100vh - 205px);
    min-height: 250px;
    margin: 1em;
    margin-top: 1em;
    padding: 1em;
    overflow-x: hidden;
}
#leftpart {
    position: absolute;
    left: 0px;
    width: 265px;
    top: 48PX;
    bottom: 0px;
}
#name {
    margin-top: 60px;
    font-size: .9em;
    margin-left: 10px;
    margin-bottom: 60px;
}
.menu {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 30px;
}
    .menu.selected {
        box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
        background: white;
    }
    .menu.sub {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-bottom: 5px;
        position:relative;
        top:-20px;
    }
    .menu:hover {
        background: rgb(232,232,232)
    }
.menu > img {
    height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}


#wait {
    text-align:center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none;
}

#waitgif {
    position: relative;
    top: 35%
}

#header {
    background-color: #5c5c60;
    color: white;
    font-weight: 100;
    font-size: 24px;
    padding: 10px 0px 10px 0px;
    top: 0px;
    position: sticky
}


#q1, #q2, #q3 {
    width: 300px;
    max-width: 100%;
    border-style: none;
    color: black;
    font-size: 1.2em
}


#unamelookup {
    margin-right: 1em;
}

#yourusername, #yourShortusername {
    margin-right: 1em;
    width: 150px;
    display: inline-block;
    text-align: left;
}


#usernamedata {
    margin-right: 1em;
    width: 220px;
    display: inline-block;
    text-align: left;
}

#youremail {
    margin-right: 1em;
    width: 220px;
    display: inline-block;
    text-align: left;
}

#emailaddressdata {
    margin-right: 1em;
    width: 220px;
    display: inline-block;
    text-align: left;
}

#empnumber {
    margin-right: 1em;
    width: 220px;
    display: inline-block;
    text-align: left;
}

#empnumdata {
    margin-right: 1em;
    width: 150px;
    display: inline-block;
    text-align: left;
}

.pleaseanswer {
    margin-right: 1em;
}

#txtmsg {
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    display:none;
}

#callme {
    display: none;
    background-color: white;
}


#callmebutton {
    margin-right: 10px;
}

#dontcallbutton {
    margin-left: 10px;
}

#needcall {
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: block;
}


#failedpassword {
    color: red
}

#failedpasswordmatch {
    color: red
}


#passworddescript {
    text-align: left;
    width: 28em;
    max-width: 100%;
    display: inline-block
}

#pwdmsg {
    font-size: 1.25em;
    color: red
}


.imgcheck {
    color: red;
    height: 1em;
    border: 1px solid
}

.pwd {
    padding-left: 2em;
    color: red
}

#pwdName {
    padding-left: 2em;
    color: red;
    display: none;
    font-weight: 900
}

.imgchecknored {
    height: 1em;
    border: 1px solid
}

#willchange {
    position: relative;
    width: 99%;
    text-align: left;
    display: inline-block
}

#step {
    display: none
}



#username {
    width: 400px;
    max-width:80%
}

#SSN {
    width: 150px;
}

#YOB {
    width: 150px;
}

#zip {
    width: 170px;
}

.qanswers {
    width: 300px;
    max-width: 100%
}


#FN {
    width: 300px;
}


#LN {
    width: 300px;
}



#cancelButton {
    float: left;
    bottom: 10px;
    position: Sticky
}

#nextbutton {
    float: right;
    bottom: 10px;
    position: Sticky
}



@media (max-width:1060px) {
    #leftpart {
        width: 40px;
        padding-top: 1em;
    }

    *.appcontainer {
        left: 40px;
    }

    #name {
        display: none;
    }

    .menu {
        color:transparent;
       overflow:hidden;
       white-space:nowrap;
        padding-left: 6px;
        margin-right: 6px;
    }
        .menu:hover {
            color: unset;
            width: 300px;
            font-size: 14px;
        }
    #leftpart {
        z-index: 2;
    }

        .menu.sub {
            margin-left: unset;
            margin-right: unset;
        }

    

}
@media (max-width:865px) {
    #container{
        margin-left:.25em;
        width:unset;
    }
}
    @media (max-width:550px) {
        #bgi{
            display:none;
        }
        input[type='button'] {
            float: right;
            margin-right: 1em;
        }
        button, input[type='submit'], input[type='button'] {
            margin-left: 1em;
        }

        input[type='text'], input[type='password'] {
            margin-left:10px;
        }
            #leftpart {
            display: none;
        }

        *.appcontainer {
            left: 0px;
            padding-left: 0px;
            padding-right: 0px;
            width:100%;
        }

        #regcell {
            font-size: 1em;
            width: 12em;
        }

        td.type {
            width: 200px;
        }

        .boxtable {
            margin-left: 1px;
            margin-right: 1px;
        }

        #container {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
            margin-top: 0px;
        }
        li {
            display: none;
        }
        }


@media (max-height:550px) {
    li{
        display:none;
    }
    #bgi{
        display:none;
    }
    #container {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        max-height: calc(100vh - 15px);
    }
    *.appcontainer {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #txtme > img, #callme>img {
        max-height: 3em;
    }
    #needcall {
        bottom: 40px
    }
    #banner{
        top:-40px;
    }
    #leftpart{
        top:8px;
    }
    *.appcontainer {
        top: 8px;
    }
    #passworddescript {
        zoom: .8;
        position: absolute;
        top: 0px;
        right: 0px;
        width:20em;
    }
    button, input[type='submit'], input[type='button'], input[type='text'], input[type='password'] {
        margin-top: .75em;
    }

}