#JERI {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    height: 0px;
    transition: height 1.5s;
    width: 100%;
    margin: 0 auto;
    max-width: 62.5rem;
}

#JERI.visible {
    height: 150px;
    border: solid 1px black;
}

#JERI input[type=email], #JERI input[type=text], #JERI input[type=submit] {
    height:40px;
}

#JERI input[type=submit] {
    background-color: #33A6C9;
    margin-top: 1.25em;
    margin-bottom: 0;
    padding: initial;
}

#JERI h3 {
    font-weight: 300;
}

#JERI h2, #JERI h3, #JERI h4 {
    color: #023658;
}

#JERI h3 > strong {
    font-weight: 900;
}

#JERI .jeri-close {
    position: absolute;
    top: 5px;
    right: 7px;
}

#JERI .error input {
    border: 1px solid red;
}

#JERI .title-row {
    padding-top: 10px;
    padding-left: .5rem;
}

#JERI .input-row {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

#JERI .success {
    display: none;
    text-align: center;
}

#JERI .success h2 {
    margin-bottom: 0;
}

#JERI .success h3 {
    margin-top: 0;
}

#JERI .success .title-row {
    padding-top: 2rem;
}

#JERI > div {
    /*Autocomplete and webkit hate each other, so we put in a z-index to solve.*/
    z-index: 200;
}

#JERI .ui-helper-hidden-accessible {
    display: none;
}